Pojdi na vsebino

Modul:Calculator widget/style.css

Iz Wikipedije, proste enciklopedije
.calculatorwidget {
	background-color: #eee
}

@media screen {
	html.skin-theme-clientpref-night .calculatorwidget {
		background-color: #333;
	}
}

@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .calculatorwidget {
		background-color: #333;
	}
}