MediaWiki:Common.css

From Valve Developer Community
Revision as of 16:15, 19 June 2024 by PabloS (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.
/* CSS placed here will be applied to all skins */
#pagehistory li.selected {
	color: #b9b7b5 !important;
}	

a:link, .mw-parser-output a.extiw {
	color: rgb(100, 140, 200);
}

a:visited, .mw-parser-output a.extiw:visited {
	color: rgb(160, 140, 200);
}

a:active:not(#footer-places), .mw-parser-output a.extiw:active {
	color: rgb(220, 140, 200);
}