MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „→All CSS here will be loaded for users of the Timeless skin: .mw-header { background-color: #808080; →Einheitliches Grau für den gesamten Header: } .mw-header .color-middle { background-color: #808080; →Einheitliches Grau für den mittleren Bereich: } .mw-header .color-left { background-color: #808080; →Einheitliches Grau für den linken Bereich: } .mw-header .color-right { background-color: #808080; /* Einheitliches G…“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
#mw-header-hack .color-bar .color-middle-container .color-middle { | |||
. | |||
background-color: #808080; /* Einheitliches Grau für den mittleren Bereich */ | background-color: #808080; /* Einheitliches Grau für den mittleren Bereich */ | ||
} | } | ||
#mw-header-hack .color-bar .color-left { | |||
background-color: #808080; /* Einheitliches Grau für den linken Bereich */ | background-color: #808080; /* Einheitliches Grau für den linken Bereich */ | ||
} | } | ||
#mw-header-hack .color-bar .color-right { | |||
background-color: #808080; /* Einheitliches Grau für den rechten Bereich */ | background-color: #808080; /* Einheitliches Grau für den rechten Bereich */ | ||
} | } |
Version vom 14. November 2024, 17:20 Uhr
/* All CSS here will be loaded for users of the Timeless skin */ #mw-header-hack .color-bar .color-middle-container .color-middle { background-color: #808080; /* Einheitliches Grau für den mittleren Bereich */ } #mw-header-hack .color-bar .color-left { background-color: #808080; /* Einheitliches Grau für den linken Bereich */ } #mw-header-hack .color-bar .color-right { background-color: #808080; /* Einheitliches Grau für den rechten Bereich */ }