MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
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-content-block {
@media screen {
background-color: #003993;
body {
}
background: unset;
#mw-content-container {
}
border-bottom-width: unset;
#mw-content-block {
border-bottom-color: unset;
background-color: #003993;
border-bottom-style: unset;
}
background-color: #003993;
#mw-content-container {
border-bottom-width: unset;
border-bottom-color: unset;
border-bottom-style: unset;
background-color: #003993;
}
}
}