MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 */ | |||
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 */ | |||
} |
Revision as of 11:42, 13 February 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 */ }