Please visit our ***NEW*** OBF/BOSC website: https://www.open-bio.org/ |
-
Difference between revisions of "MediaWiki:Common.css"
From Open Bioinformatics Foundation
(Explicit link CSS, copied from wikipedia) |
(Brighter purple for visited links) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
/* standard link colors */ | /* standard link colors */ | ||
− | .mw-body a:link { color: # | + | .mw-body a:link { color: #0000EE; } /* normal unvisited links */ |
− | .mw-body a:link:visited { color: # | + | .mw-body a:link:visited { color: #9100f6; } /* visited links */ |
Latest revision as of 18:00, 6 March 2017
/* CSS placed here will be applied to all skins */ /* Hide the "Main Page" title for the front page */ body.page-Main_Page h1.firstHeading { display:none; } /* standard link colors */ .mw-body a:link { color: #0000EE; } /* normal unvisited links */ .mw-body a:link:visited { color: #9100f6; } /* visited links */