-

MediaWiki:Common.css

From Open Bioinformatics Foundation
Revision as of 08:14, 6 March 2017 by Peter (talk | contribs) (Use HTML5 default link colours as per http://stackoverflow.com/questions/4774022/whats-default-html-css-link-color)
Jump to: navigation, search
/* 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: #551A8B; } /* visited links */