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
 
(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;
}
}
}

Aktuelle Version vom 11. Februar 2025, 22:24 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
@media screen {
	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;
	}
}