MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */ body { background-color: #000033; color:#FFFFFF; } div#mw-head { position: absolute; top: 0; right: 0; width: 100%; background-color:#000033; } a{ color:#FF6600; text-decoration:underline; } a:visited{ color:#b30b0b; text-decoration:underline; } a.external.text{ color: #FF6600; } .mw-body a.external:visited{ color: #b30b0b; } div#mw-panel div.portal div.body ul li a{ color: #FF6600; } div#mw-panel div.portal div.body ul li a:visited{ color:#b30b0b; text-decoration:underline; }