MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 14: | Zeile 14: | ||
.mainpage-grid { | .mainpage-grid { | ||
width:100%; | width: 100%; | ||
display:grid; | display: grid; | ||
grid-template-columns: 50% 50%; | grid-template-columns: 50% 50%; | ||
gap: 15px 15px; | gap: 15px 15px; | ||
Zeile 21: | Zeile 21: | ||
.mainpage-gridbox { | .mainpage-gridbox { | ||
padding:5px 15px 15px 15px; | padding: 5px 15px 15px 15px; | ||
border-style:solid; | border-style: solid; | ||
border-radius:20px; | border-radius: 20px; | ||
border-width:2px; | border-width: 2px; | ||
} | } | ||
Zeile 35: | Zeile 35: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: 'Jaapokki' !important; | font-family: 'Jaapokki' !important; | ||
font-weight: lighter; | font-weight: lighter !important; | ||
} | } |
Version vom 9. März 2023, 14:29 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.ttf') format('truetype'); } .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; } .mw-logo-wordmark { font-family: 'Jaapokki'; font-weight: lighter; font-size: 1.5em; } h1, h2, h3, h4, h5, h6 { font-family: 'Jaapokki' !important; font-weight: lighter !important; }