MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* This is in addition to css in MediaWiki:Common.css which affects | /* This is in addition to css in MediaWiki:Common.css which affects | ||
page links but has no effect on sidebar links */ | 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; | color: #996633; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:link { | div#mw-panel div.portal div.body ul li a:link { | ||
color: #006600; | color: #006600; | ||
} | } | ||
div#mw-head div.vectorTabs ul li a:visited { | div#mw-head div.vectorTabs ul li a:visited { | ||
color: #996633; | color: #996633; | ||
} | } | ||
div#mw-head div.vectorTabs ul li a:link { | div#mw-head div.vectorTabs ul li a:link { | ||
color: #006600; | color: #006600; | ||
} | } | ||
#ca-talk a.new { | #ca-talk a.new { | ||
color: #ba0000;} | color: #ba0000;} | ||
#ca-talk a.new:visited { | #ca-talk a.new:visited { | ||
color: #660000;} | color: #660000;} | ||
*/ |
Revision as of 22:18, 10 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; } div#mw-panel div.portal div.body ul li a:link { color: #006600; } div#mw-head div.vectorTabs ul li a:visited { color: #996633; } div#mw-head div.vectorTabs ul li a:link { color: #006600; } #ca-talk a.new { color: #ba0000;} #ca-talk a.new:visited { color: #660000;} */