MediaWiki:Wikia.css

Revision as of 03:17, 14 November 2012 by imported>Dronian (Working on some code for the wiki to make it purdy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* This code highlights any Admin on the Wiki with green text. -Dronian */
a[href="/wiki/User:Dronian"] { color:#57AC19 !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#57AC19 !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#57AC19 !important; }

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}