MediaWiki:Common.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(62 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-family: Jaapokki; | |||
src: url('https://karalex.de/karalex/jaapokki-regular.eot'); | |||
src: url('https://karalex.de/karalex/jaapokki-regular.woff') format('woff'), | |||
url('https://karalex.de/karalex/jaapokki-regular.ttf') format('truetype'), | |||
url('https://karalex.de/karalex/jaapokki-regular.svg') format('svg'); | |||
} | |||
.mainpage-grid { | |||
width: 100%; | |||
display: grid; | |||
grid-template-columns: 50% 50%; | |||
gap: 15px 15px; | |||
} | |||
.mainpage-gridbox { | |||
padding: 5px 15px 15px 15px; | |||
border-style: solid; | |||
border-radius: 20px; | |||
border-width: 2px; | |||
background-color: #F8F9FA; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
font-family: 'Jaapokki' !important; | |||
font-weight: lighter !important; | |||
} | |||
.mw-logo-wordmark, branding-box { | |||
font-family: 'Jaapokki'; !important; | |||
font-weight: lighter !important; | |||
font-size: 1.5em; | |||
} | |||
.vector-sticky-header-context-bar-primary{ | |||
font-family: 'Jaapokki'; !important; | |||
font-weight: lighter !important; | |||
} | |||
.mw-page-title-main { | |||
font-family: 'Jaapokki' !important; | |||
font-weight: lighter !important; | |||
} | |||
.wikitable p { | |||
margin: 0px; | |||
} |
Aktuelle Version vom 9. September 2024, 09:08 Uhr
/* per https://www.mediawiki.org/wiki/Manual:Remove_Tabs */ #ca-nstab-main { display: none !important; } #ca-nstab-user { display: none !important; } #ca-talk { display: none !important; } #ca-watch { display: none !important; } #ca-unwatch { display: none !important; } /* #ca-history { display: none !important; } */ #ca-viewsource { display: none !important; } @font-face { font-family: Jaapokki; src: url('https://karalex.de/karalex/jaapokki-regular.eot'); src: url('https://karalex.de/karalex/jaapokki-regular.woff') format('woff'), url('https://karalex.de/karalex/jaapokki-regular.ttf') format('truetype'), url('https://karalex.de/karalex/jaapokki-regular.svg') format('svg'); } .mainpage-grid { width: 100%; display: grid; grid-template-columns: 50% 50%; gap: 15px 15px; } .mainpage-gridbox { padding: 5px 15px 15px 15px; border-style: solid; border-radius: 20px; border-width: 2px; background-color: #F8F9FA; } h1, h2, h3, h4, h5, h6 { font-family: 'Jaapokki' !important; font-weight: lighter !important; } .mw-logo-wordmark, branding-box { font-family: 'Jaapokki'; !important; font-weight: lighter !important; font-size: 1.5em; } .vector-sticky-header-context-bar-primary{ font-family: 'Jaapokki'; !important; font-weight: lighter !important; } .mw-page-title-main { font-family: 'Jaapokki' !important; font-weight: lighter !important; } .wikitable p { margin: 0px; }