20,100
edits
(slightly lighter addedline border) |
(attempting to make uniform link colors work; do the IDs need to go here?) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* Uniform link colors */ | |||
#mw-panel a:link:visited { color: #0645AD; } | |||
#mw-panel a:visited { color: #0645AD; } | |||
#mw-head a:link:visited { color: #0645AD; } | |||
#mw-head a:visited { color: #0645AD; } | |||
#footer a:link:visited { color: #0645AD; } | |||
#footer a:visited { color: #0645AD; } | |||
/* | /* | ||