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; }") |
(Explicit link CSS, copied from wikipedia) |
||
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: #0000FF; } /* normal unvisited links */ | ||
+ | .mw-body a:link:visited { color: #0B0080; } /* visited links */ |
Revision as of 12:08, 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: #0000FF; } /* normal unvisited links */ .mw-body a:link:visited { color: #0B0080; } /* visited links */