MediaWiki:Vector.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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */ /* This is in addition to css in MediaWiki:Common.css which affects page links but has no effect on sidebar links */ div#mw-panel div.portal div.body ul li a:visited { color: #996633; /* brown */ } div#mw-panel div.portal div.body ul li a:link { color: #006600; /* dark green */ } /* Also need to pick up the Read/Edit/View history tabs */ div#mw-head div.vectorTabs ul li a:visited { color: #996633; /* brown */ } div#mw-head div.vectorTabs ul li a:link { color: #006600; /* dark green */ } a.new, #p-personal a.new { color: #ba0000;} /* red */ a.new:visited, #p-personal a.new:visited { color: #660000;} /* dark red*/