MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus MGM Münzlexikon
(Die Seite wurde neu angelegt: „→‎All CSS here will be loaded for users of the Timeless skin: html { background: rgb(0,0,0) !important; height: 100%; font-size: 1.1em; filter: brightn…“)
 
Zeile 4: Zeile 4:
 
background: rgb(0,0,0) !important;
 
background: rgb(0,0,0) !important;
 
height: 100%;
 
height: 100%;
font-size: 1.1em;
+
 
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
overflow-x: hidden;
 
 
}
 
}

Version vom 19. Februar 2021, 10:16 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

html {
	background: rgb(0,0,0) !important;
	height: 100%;

}