MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus k4cg.org
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 21: | Zeile 21: | ||
} | } | ||
/* Schriftart Überschriften */ | /* Schriftart Überschriften etc */ | ||
.mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span { | .mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span { | ||
font-family: "PxPlus IBM VGA8", monospace; | font-family: "PxPlus IBM VGA8", monospace; | ||
} | |||
/* Schriftart Überschriften Grün */ | |||
.mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt,{ | |||
color: #0f0; | |||
} | } | ||
/* Hintergrund dunkler */ | /* Hintergrund dunkler */ | ||
#mw-content-container { background-color: # | #mw-content-container { background-color: #787; } |
Version vom 13. Oktober 2019, 18:31 Uhr
/* CSS placed here will affect users of the Timeless skin */ /* Damit Vorschläge bei Eingabefeldern unterhalb dessen und nicht immer an fixer Position angezeigt werden */ div.suggestions { top: unset; } /* Leiste ganz oben möchten wir grün */ .color-left, .color-middle, .color-right { background-color: #339966; } /* Artikelname grün Unterstreichen */ .mw-body h1.firstHeading { border-bottom-color: #339966; } /* Artikelreiter grün Unterstreichen */ #mw-page-header-links li.selected { border-bottom-color: #339966; } /* Schriftart Überschriften etc */ .mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt, #siteSub, #personal h2, #mw-site-navigation h2, #mw-related-navigation h2, #p-logo-text a, .mw-body .mw-changeslist-legend dd, #personal .pokey, #ca-languages span { font-family: "PxPlus IBM VGA8", monospace; } /* Schriftart Überschriften Grün */ .mw-body h1,.mw-body h2,.mw-body h3, .mw-body h4,.mw-body h5, .mw-body h6, .mw-body dt,{ color: #0f0; } /* Hintergrund dunkler */ #mw-content-container { background-color: #787; }