Please visit our ***NEW*** OBF/BOSC website: https://www.open-bio.org/ |
-
Difference between revisions of "MediaWiki:Common.css"
From Open Bioinformatics Foundation
(Created page with "→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; }") |
(Brighter purple for visited links) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
/* Hide the "Main Page" title for the front page */ | /* Hide the "Main Page" title for the front page */ | ||
body.page-Main_Page h1.firstHeading { display:none; } | 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 */ |
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 */