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-heading2{ | .mw-body-content .mw-heading2{ | ||
color:#143666; | color:#143666; | ||
font-family: 'Roboto',sans-serif; | font-family: 'Roboto',sans-serif; | ||
Zeile 25: | Zeile 25: | ||
} | } | ||
.mw-first-heading{ | .mw-first-heading{ | ||
color:#143666; | |||
font-family: 'Roboto',sans-serif; | |||
font-weight:900; | |||
} | |||
.mw-body h1{ | |||
color:#143666; | color:#143666; | ||
font-family: 'Roboto',sans-serif; | font-family: 'Roboto',sans-serif; |
Version vom 16. Juli 2025, 17:43 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 .mw-heading2{ color:#143666; font-family: 'Roboto',sans-serif; font-weight:700; } .mw-first-heading{ color:#143666; font-family: 'Roboto',sans-serif; font-weight:900; } .mw-body h1{ color:#143666; font-family: 'Roboto',sans-serif; font-weight:900; } /* JBH Farben: #a6d71c neonlimette #143666 blau #FFFFFF weiß */