MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus k4cg.org
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 25: | Zeile 25: | ||
font-family: monospace; | font-family: monospace; | ||
} | } | ||
/* Hintergrund dunkler */ | |||
#mw-content-container { background-color: #666; } | |||
Version vom 13. Oktober 2019, 18:13 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 */
.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: monospace;
}
/* Hintergrund dunkler */
#mw-content-container { background-color: #666; }