Jump to content

Template:Disputed begin/styles.css

From Wikiquote, the free quote compendium
.disputed-begin-frame {
	padding: .5em;
}

.disputed-begin-box {
	border: 1px solid black;
	background-color: #FCFCCC;
}

@media screen {
	html.skin-theme-clientpref-night .disputed-begin-box {
		border: 1px solid white;
		background-color: #4A4A19;
		color: white;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .disputed-begin-box {
		border: 1px solid white;
		background-color: #4A4A19;
		color: white;
	}
}