MediaWiki:Common.css
From Rebeldroids Wiki
Revision as of 15:39, 11 June 2016 by Savagecreature (talk | contribs)
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ body { background-color: #3f5562; } /* this changes the color behind the left navigation bar*/ #mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ /* standard link colors */ .mw-body a:link { color: #000000; } /* normal unvisited links */ .mw-body a:link:visited { color: #000000; } /* visited links */ .mw-body a:link:active { color: #000000; } /* active links */ .mw-body a:link.new { color: #000000; } /* new links */ .mw-body a:link.interwiki { color: #000000; } /* interwiki links */ .mw-body a:link.external { color: #000000; } /* external links */ .mw-body a:link.stub { color: #000000; } /* hovered links */ .mw-body a:link {color: #000000} .mw-body a:visited {color: #000000} .mw-body a:hover {color: #000000} .mw-body a:active {color: #000000} .column-content a:visited {color: #000000};