MediaWiki:Vector.css

From NikkiWiki
Revision as of 2023-03-26T21:32:12 by Nicole Sharp (talk | contribs)
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.
/* Cascading stylesheets (CSS) here will be applied to the MediaWiki Vector Skin: https://www.mediawiki.org/wiki/Skin:Vector */

#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; }
#content, code { background: white; }
#content code { border: none; }

/* link coloring */
#bodyContent a:link, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: deeppink; }
#bodyContent a:visited, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: mediumvioletred; }
#bodyContent a:hover, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: forestgreen; }
#bodyContent a:active, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: darkred; }
#mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; }

/* link underlining */
#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; }