MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 19: | Zeile 19: | ||
color: #222; | color: #222; | ||
} | } | ||
.mw-body-content | .mw-body-content h2{ | ||
color:#143666; | color:#143666; | ||
font-family: 'Roboto',sans-serif; | font-family: 'Roboto',sans-serif; | ||
font-weight: | font-weight:500; | ||
} | } | ||
.mw-body h1{ | .mw-body h1{ | ||
color:#143666; | color:#143666; | ||
font-family: 'Roboto',sans-serif; | font-family: 'Roboto',sans-serif; | ||
font-weight: | font-weight:700; | ||
} | } | ||
Version vom 16. Juli 2025, 17:44 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /*:root { --background-color-base: #B1D236; } Das wäre cool mit Variablen macht aber Textfelder komisch */ body{ color:#143666; background-color: #a6d71c; } #mw-page-base{ background-image:none; background-color: #a6d71c; color:#143666; } #content{ background-color:#fff; color: #222; } .mw-body-content h2{ color:#143666; font-family: 'Roboto',sans-serif; font-weight:500; } .mw-body h1{ color:#143666; font-family: 'Roboto',sans-serif; font-weight:700; } /* JBH Farben: #a6d71c neonlimette #143666 blau #FFFFFF weiß */