Difference between revisions of "MediaWiki:Common.css"
From S.H.O.
| Line 2: | Line 2: | ||
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; } | ||
| − | |||
| − | |||
.mw-body a:link {color: #000000} | .mw-body a:link {color: #000000} | ||
| Line 9: | Line 7: | ||
.mw-body a:hover {color: #000000} | .mw-body a:hover {color: #000000} | ||
.mw-body a:active {color: #000000} | .mw-body a:active {color: #000000} | ||
| + | |||
| + | .tocnumber { display: none; } | ||
Revision as of 12:44, 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; }
.mw-body a:link {color: #000000}
.mw-body a:visited {color: #000000}
.mw-body a:hover {color: #000000}
.mw-body a:active {color: #000000}
.tocnumber { display: none; }
