Difference between revisions of "MediaWiki:Common.css"
From S.H.O.
| Line 3: | Line 3: | ||
body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; } | ||
| − | + | a:link {color: #000000} | |
| − | + | a:visited {color: #000000} | |
| − | + | a:hover {color: #000000} | |
| − | + | a:active {color: #000000} | |
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
Revision as of 12:45, 23 April 2016
/* CSS placed here will be applied to all skins */
body.page-HQ.action-view h1.firstHeading, body.page-HQ.action-submit h1.firstHeading { display: none; }
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}
.tocnumber { display: none; }
