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-content-block { background-color: #003993; }“
 
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen derselben Benutzerin werden nicht angezeigt)
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-content-block {
@media screen {
background-color: #003993;
body {
background: #003993;
}
#mw-content-block {
background-color: #003993;
}
#mw-content-container {
border-bottom-width: unset;
border-bottom-color: unset;
border-bottom-style: unset;
background-color: #003993;
}
}
}