MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Almada Testwiki
Zur Navigation springen Zur Suche springen
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;
}
}
}

Version vom 11. Februar 2025, 22:24 Uhr

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