MediaWiki:Common.css
From Wulfgard Wiki
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 */ a { text-decoration: none; color: #08a500; background: none; } a:visited { color: #045b00; } a:active { color: #0cff00; } a:hover, a:focus { text-decoration: underline; } a.stub { color: #772233; } a.new, #p-personal a.new { color: #ba0000; } a.new:visited, #p-personal a.new:visited { color: #a55858; } /* Interwiki Styling */ .mw-body a.extiw, .mw-body a.extiw:active { color: #08a500; } .mw-body a.extiw:visited { color: #045b00; } .mw-body a.extiw:active { color: #0cff00; } /* External links */ .mw-body a.external { color: #08a500; } .mw-body a.external:visited { color: #045b00; /* bug 3112 */ } .mw-body a.external:active { color: #0cff00; }