MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
/* Colors */ | /* Colors */ | ||
a, a.mw-body.external, a.external.text { | a, a.mw-body.external, a.external.text { | ||
color: #0B0080; | |||
} | |||
a:visited, a.mw-body.external:visited, a.external.text:visited { | |||
color: #733594; | color: #733594; | ||
} | } |
Revision as of 16:59, 10 October 2013
/* CSS placed here will be applied to all skins */ /* Hide firstHeading on main page */ .page-Main_Page .firstHeading { display: none; } /* Colors */ a, a.mw-body.external, a.external.text { color: #0B0080; } a:visited, a.mw-body.external:visited, a.external.text:visited { color: #733594; }