MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Almada Testwiki
Zur Navigation springen Zur Suche springen
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
Zeile 2: Zeile 2:
#mw-content-block {
#mw-content-block {
background-color: #003993;
background-color: #003993;
}
#mw-content-container {
border-bottom-width: unset;
border-bottom-color: unset;
border-bottom-style: unset;
}
}

Version vom 11. Februar 2025, 22:20 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-block {
	background-color: #003993;
}
#mw-content-container {
	border-bottom-width: unset;
	border-bottom-color: unset;
	border-bottom-style: unset;
}