MediaWiki:Common.css
From Rebeldroids Wiki
Revision as of 13:53, 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-navigation { background-color: #73818c;}*/ #mw-page-base { background-color: #73818c;} #mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ /*.noprint { background-color: #73818c;}*/ #mw-content-text { background-color: #ffffff;} /*this changes the color behind the banner*/ div#content { background-color: #73818c;} /*this changes the color of the tab frame*/ #mw-navigation { color: #FFFFFF;} /*changes the color of the text, left navigation*/ a:visited { color: red;} a:active { color: red;} a:link { color: red;}