MediaWiki:Vector.css

From Flashlight Wiki
Revision as of 15:31, 13 February 2012 by Admin (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 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.vectorTabs li a:link {
    color: #006600; /* dark green */
}
div.vectorTabs  li a:visited {
    color: #996633; /* brown */
}
div.vectorTabs  li.new a:link {
    color: #cc2200; /* red */
}
div.vectorTabs  li.new a:visited {
    color: #a55858; /* light red */
}