MediaWiki:Vector.css
From Pangaea Wiki
Revision as of 09:29, 15 July 2018 by MyraMidnight (Talk | contribs) (removing code temporarily while working on it (for reasons))
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */ *{box-sizing:border-box} div#p-logo .mw-wiki-logo {display:none;} .mediawiki {background:#000 url(/skins/images/pang-bg-lower.jpg) top center no-repeat;} /* standard link colors */ .mw-body a:link { color:#8a2405 } /* normal unvisited links */ .mw-body a:link:active { } /* active links */ .mw-body a:link.new { color:red;} /* new links */ .mw-body a:visited.new { color:red; } /* new links */ .mw-body a:link.interwiki { } /* interwiki links */ .mw-body a:link.external { } /* external links */ .mw-body a:link.stub { } /* hovered links */