MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
a{ text-decoration:none; color: #9F7933;} | a{ text-decoration:none; color: #9F7933;} | ||
a:visited{ text-decoration:none; color: #9F7933;} | a:visited{ text-decoration:none; color: #9F7933;} | ||
a:hover {text-decoration: underline; color: #9F7933} | a:hover {text-decoration: underline; color: #9F7933;} | ||
a.stub {color: #663333;} | a.stub {color: #663333;} | ||
a.new, #p-personal a.new {color: #2e0000;} | a.new, #p-personal a.new {color: #2e0000;} | ||
a.new:visited, #p-personal a.new:visited {color: # | a.new:visited, #p-personal a.new:visited {color: #9F7933;} | ||
:link { text-decoration: none; color: #9F7933;} | |||
a.external:link { color: #9F7933; !important; } /* external links */ | |||
a.external:visited { color: #9F7933; !important; } |
Latest revision as of 18:01, 12 January 2011
/* CSS placed here will affect users of the Vector skin */
a{ text-decoration:none; color: #9F7933;}
a:visited{ text-decoration:none; color: #9F7933;}
a:hover {text-decoration: underline; color: #9F7933;}
a.stub {color: #663333;}
a.new, #p-personal a.new {color: #2e0000;}
a.new:visited, #p-personal a.new:visited {color: #9F7933;}
:link { text-decoration: none; color: #9F7933;}
a.external:link { color: #9F7933; !important; } /* external links */
a.external:visited { color: #9F7933; !important; }