Difference between revisions of "MediaWiki:Common.css"
From Exilent
Line 2: | Line 2: | ||
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ | .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ | ||
− | .mw-body-content a:link:visited { color: # | + | .mw-body-content a:link:visited { color: #0000FF; } /* visited links */ |
− | .mw-body-content a:link:active { color: # | + | .mw-body-content a:link:active { color: #0000FF; } /* active links */ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 21:21, 20 May 2018
/* CSS placed here will be applied to all skins */ .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ .mw-body-content a:link:visited { color: #0000FF; } /* visited links */ .mw-body-content a:link:active { color: #0000FF; } /* active links */