MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
Keine Bearbeitungszusammenfassung |
||
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
#ca-watch { display: none !important; } | #ca-watch { display: none !important; } | ||
#ca-unwatch { display: none !important; } | #ca-unwatch { display: none !important; } | ||
#ca-history { display: none !important; } | /* #ca-history { display: none !important; } */ | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
@font-face { | @font-face { | ||
font-family: Jaapokki; | font-family: Jaapokki; | ||
src: url('https://karalex.de/karalex/jaapokki-regular.ttf') format('truetype'); | src: url('https://karalex.de/static/jaapokki-regular.eot'); | ||
src: url('https://karalex.de/static/jaapokki-regular.woff') format('woff'), | |||
url('https://karalex.de/static/jaapokki-regular.ttf') format('truetype'), | |||
url('https://karalex.de/static/jaapokki-regular.svg') format('svg'); | |||
} | } | ||
Zeile 25: | Zeile 28: | ||
border-radius: 20px; | border-radius: 20px; | ||
border-width: 2px; | border-width: 2px; | ||
background-color: | background-color: #F8F9FA; | ||
} | |||
.mainpage-fullbox { | |||
width: 100%; | |||
padding: 5px 15px 15px 15px; | |||
border-style: solid; | |||
border-radius: 20px; | |||
border-width: 2px; | |||
background-color: #F8F9FA; | |||
} | } | ||
Zeile 34: | Zeile 46: | ||
.mw-logo-wordmark, branding-box { | .mw-logo-wordmark, branding-box { | ||
font-family: 'Jaapokki'; | font-family: 'Jaapokki'; !important; | ||
font-weight: lighter; | font-weight: lighter !important; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
} | } | ||
.vector-sticky-header-context-bar-primary{ | .vector-sticky-header-context-bar-primary{ | ||
font-family: 'Jaapokki'; | font-family: 'Jaapokki'; !important; | ||
font-weight: lighter; | font-weight: lighter !important; | ||
} | |||
.mw-page-title-main { | |||
font-family: 'Jaapokki' !important; | |||
font-weight: lighter !important; | |||
} | |||
.wikitable p { | |||
margin: 0px; | |||
} | } |