Difference between revisions of "MediaWiki:Common.css"
From S.H.O.
| Line 4: | Line 4: | ||
.tocnumber { display: none; } | .tocnumber { 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} | ||
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; }
.tocnumber { 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}
