MediaWiki:Vector.css: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
a.new:visited, #p-personal a.new:visited {color: #9F7933;}
a.new:visited, #p-personal a.new:visited {color: #9F7933;}
:link { text-decoration: none; color: #9F7933;}
:link { text-decoration: none; color: #9F7933;}
a.external:link { color: #9F7933 !important; } /* external links */
a.external:link { color: #9F7933; !important; } /* external links */
a.external:visited { color: #9F7933 !important; }
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;  }