MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus HWB-EuP 2009
Admin (Diskussion | Beiträge) Markierung: Manuelle Zurücksetzung |
Admin (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* | /* CSS placed here will be applied to all skins */ | ||
@font-face { | @font-face { | ||
Zeile 16: | Zeile 16: | ||
body { | body { | ||
background: #006c66; | |||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
font-size: 1em; | font-size: 1em; | ||
Zeile 24: | Zeile 25: | ||
font-family: 'Merriweather', serif; | font-family: 'Merriweather', serif; | ||
color: #006C66; | color: #006C66; | ||
} | |||
.mw-body h1.firstHeading { | |||
border-bottom: solid 4px #006C66 !important; | |||
} | } | ||
Zeile 29: | Zeile 34: | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
color: #000000; | color: #000000; | ||
} | |||
.mw-footer-container { | |||
border-top: solid 1px #00786c; | |||
box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%); | |||
color: #ffffff; | |||
} | } | ||
Zeile 57: | Zeile 68: | ||
outline:0 | outline:0 | ||
text-decoration: none!important; | text-decoration: none!important; | ||
} | } | ||
Zeile 122: | Zeile 126: | ||
#p-banner { display: none !important;} | #p-banner { display: none !important;} | ||
#t-info { display: none !important;} | #t-info { display: none !important;} | ||
#t-pagelog { display: none !important;} | |||
#t-permalink { display: none !important;} | |||
#t-recentchangeslinked { display: none !important;} | |||
/* #personal { display: none !important;} */ | |||
#footer-info-lastmod { display: none !important;} |
Version vom 22. September 2021, 17:43 Uhr
/* 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; } @font-face { font-family: 'Roboto'; src: url('resources/fonts/Roboto-Light.ttf') format('truetype'); font-weight: normal; font-style: normal; } body { background: #006c66; font-family: 'Roboto', sans-serif; font-size: 1em; line-height: 1.7em; } .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; color: #006C66; } .mw-body h1.firstHeading { border-bottom: solid 4px #006C66 !important; } .mw-body .toctitle h2 { font-family: 'Roboto', sans-serif; color: #000000; } .mw-footer-container { border-top: solid 1px #00786c; box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%); color: #ffffff; } #mw-site-navigation .sidebar-chunk h3 { font-family: 'Roboto', sans-serif; font-weight: bold; color: #777; text-transform: uppercase; } #mw-related-navigation .sidebar-chunk h3 { font-family: 'Roboto', sans-serif; font-weight: bold; color: #777; text-transform: uppercase; } #mw-site-navigation .sidebar-chunk .mw-portlet-body a { color: #333333; } #mw-related-navigation .sidebar-chunk .mw-portlet-body a { color: #333333; } #mw-related-navigation .sidebar-chunk li a:hover { background-color:#EEEEEE; outline:0 text-decoration: none!important; } .toctogglelabel { color: #006c66; } a { text-decoration: none; color: #006c66; } a:hover { color: #00201e; 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;} #t-pagelog { display: none !important;} #t-permalink { display: none !important;} #t-recentchangeslinked { display: none !important;} /* #personal { display: none !important;} */ #footer-info-lastmod { display: none !important;}