MediaWiki:Vector.css
Jump to navigation
Jump to search
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin. */
#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: green; }
#bodyContent a:link, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: #ff00ff; }
#bodyContent a:visited, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: #ff0080; }
#bodyContent a:hover, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: #ff0000; }
#bodyContent a:active, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: #ff8000; }
#mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; }
#bodyContent a { text-decoration: underline; }
#bodyContent a.external { text-decoration: none; }
#bodyContent a.external:hover { text-decoration: underline; }
#bodyContent a.external[href*=".nicolesharp.net"] { text-decoration: underline; }
#bodyContent a.extiw { text-decoration: none; }
#bodyContent a.extiw:hover { text-decoration: underline; }