User:Iritscen/vector.css: Difference between revisions
Jump to navigation
Jump to search
(does this approach to changing link color work? it worked on another wiki) |
(dropping in old link color mod from MediaWiki:Common.css to play with) |
||
Line 11: | Line 11: | ||
color:#0645AD | color:#0645AD | ||
} | } | ||
/* More uniform link colors */ | |||
.mw-body a { color: #0645AD; } /* base link color */ | |||
.mw-body a:visited { color: #0645AD; } /* make visited same as base color */ | |||
.mw-body a.new { color: #FF0000; } /* preserve color of red links */ | |||
.mw-body a.new:visited { color: #FF0000; } /* preserve color of red links */ | |||
.mw-body a.external { color: #0645AD; } /* external */ | |||
.mw-body a.extiw { color: #0645AD; } /* inter-wiki */ | |||
.mw-body a.external:visited { color: #0645AD; } /* external */ | |||
.mw-body a.extiw:visited { color: #0645AD; } /* inter-wiki */ | |||
div#mw-panel a:visited { color: #0645AD; } /* make visited same as base color */ | |||
div#mw-head a:visited { color: #0645AD; } /* make visited same as base color */ | |||
div#footer a:visited { color: #0645AD; } /* make visited same as base color */ |
Revision as of 03:01, 13 November 2015
/* Prevent sidewards scrolling in pre elements */ pre { overflow: auto; max-height: 25em; } /* Make visited links same color as unvisited */ a:visited { color:#0645AD } /* More uniform link colors */ .mw-body a { color: #0645AD; } /* base link color */ .mw-body a:visited { color: #0645AD; } /* make visited same as base color */ .mw-body a.new { color: #FF0000; } /* preserve color of red links */ .mw-body a.new:visited { color: #FF0000; } /* preserve color of red links */ .mw-body a.external { color: #0645AD; } /* external */ .mw-body a.extiw { color: #0645AD; } /* inter-wiki */ .mw-body a.external:visited { color: #0645AD; } /* external */ .mw-body a.extiw:visited { color: #0645AD; } /* inter-wiki */ div#mw-panel a:visited { color: #0645AD; } /* make visited same as base color */ div#mw-head a:visited { color: #0645AD; } /* make visited same as base color */ div#footer a:visited { color: #0645AD; } /* make visited same as base color */