Difference between revisions of "MediaWiki:Common.css"
From Max-EuP 2012
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
a { | |||
text-decoration: none; | |||
color: #006c66; | |||
} | |||
a:hover { | a:hover { |
Revision as of 16:29, 26 August 2021
/* CSS placed here will be applied to all skins */ a { text-decoration: none; color: #006c66; } a:hover { color: #005555; text-decoration: underline; } .tocnumber { display: none; } .mw-body h1.firstHeading { margin: 0.25em 0 0.5em; border-bottom: solid 4px #537885; } .mw-whatlinkshere-tools { display:none!important; } #ca-nstab-main { display: none !important; } #ca-watch { display: none !important; } #ca-unwatch { display: none !important; } #ca-talk { display: none !important; } #ca-history { display: none !important;} #p-banner { display: none !important;} #t-info { display: none !important;}