User:TKD/monobook.css

From Luchawiki
< User:TKD
Revision as of 02:21, 29 September 2011 by TKD (talk | contribs) (Let's see how much I remember liking my monobook.css from Wikipedia)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#bodyContent a:not(.new):not(.external-link):not(:visited) { color: #000080; }
#bodyContent a:not(.new):not(.external-link):visited { color: #400060; }
 
#bodyContent a:hover {
  background-color: #f0f0fe !important;
}
 
body { font-family: Georgia, Times New Roman, serif; }
 
.diff-deletedline .diffchange {
  background-color: #efef00 !important;
}
 
.diff-addedline .diffchange {
  background-color: #33ef33 !important;
}
 
.comment {
  font-style: normal !important;
}
 
.comment:before { content: "«"; }
.comment:after { content: "»"; }