MediaWiki:Common.css
Revision as of 17:29, 4 August 2019 by Nussnougat (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 */ /* Heading */ #mw-head { background-color: #000; color: #fff; } #firstHeading { color: #fff; } h2 { color: #fff; } /* Top Tabs */ #ca-talk { display:none !important; } #ca-view { display:none !important; } /* Left navigation */ div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li{ color: white; font-size: 1.0em; } div#mw-panel div.portal div.body a { color: #4DFF93; } div#mw-panel div.portal div.body a:visited { color: #C9FFD8; } /* Body */ body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; } #content { background-color: #36393f; color: #fff; } #content a { color: #4DFF93; } #content a:visited { color: #C9FFD8; } /* Footer */ body #footer-info-lastmod { color: #fff; } #footer-poweredbyico { display: none; } #footer-places a { color: #4DFF93; } #footer-places a:visited { color: #C9FFD8; }