Difference between revisions of "MediaWiki:Vector.css"
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
− | a:link { color: #0000FF; } | + | .mw-body a:link { color: #0000FF; } /* normal unvisited links */ |
− | a:visited { color: # | + | .mw-body a:link:visited { color: #7F007F; } /* visited links */ |
+ | .mw-body a:link:active { color: #FF0000; } /* active links */ | ||
+ | .mw-body a:link.new { color: #FF0000; } /* new links */ | ||
+ | .mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */ | ||
+ | .mw-body a:link.external { color: #3366BB; } /* external links */ | ||
+ | .mw-body a:link.stub { color: #772233; } /* hovered links */ |
Latest revision as of 14:37, 20 June 2014
/* CSS placed here will affect users of the Vector skin */ .mw-body a:link { color: #0000FF; } /* normal unvisited links */ .mw-body a:link:visited { color: #7F007F; } /* visited links */ .mw-body a:link:active { color: #FF0000; } /* active links */ .mw-body a:link.new { color: #FF0000; } /* new links */ .mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */ .mw-body a:link.external { color: #3366BB; } /* external links */ .mw-body a:link.stub { color: #772233; } /* hovered links */