Difference between revisions of "MediaWiki:Vector.css"

From Flashlight Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* 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 */
/* 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 {
div#mw-panel div.portal div.body ul li a:visited {
color: #996633; /* brown */
color: #996633; /* brown */
Line 7: Line 9:
color: #006600; /* dark green */
color: #006600; /* dark green */
}
}
/* Also need to pick up the Read/Edit/View history tabs */
div#mw-head div.vectorTabs  ul li a:visited {
div#mw-head div.vectorTabs  ul li a:visited {
color: #996633; /* brown */
color: #996633; /* brown */

Revision as of 10:43, 12 January 2012

/* 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 */
}