Difference between revisions of "MediaWiki:Common.css"
From Max-EuP 2012
Line 3: | Line 3: | ||
@font-face { | @font-face { | ||
font-family: 'Merriweather'; | font-family: 'Merriweather'; | ||
src: url('resources/fonts/Merriweather.ttf') format('truetype'); | src: url('resources/fonts/Merriweather-Regular.ttf') format('truetype'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; |
Revision as of 01:31, 27 August 2021
/* CSS placed here will be applied to all skins */ @font-face { font-family: 'Merriweather'; src: url('resources/fonts/Merriweather-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { font-family: 'Merriweather',serif; } a { text-decoration: none; color: #006c66; } a:hover { color: #005555; text-decoration: underline; } a:visited { color: #005555; text-decoration: none; } .tocnumber { display: none; } .mw-body h1.firstHeading { margin: 0.25em 0 0.5em; border-bottom: solid 4px #537885; } #mw-header-hack { display:none!important; } .mw-whatlinkshere-tools { display:none!important; } #mw-content-container { background: #EEEEEE; border-bottom: solid 4px #00786c; background-repeat: no-repeat; background-position: center 10em; } #mw-site-navigation .sidebar-chunk { background: #F6F6F6; } #mw-related-navigation .sidebar-chunk { background: #F6F6F6; } ul#filetoc, .toc, .toccolours, .mw-warning { background: #f6f6f6; } #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;}