Eurovision Wiki:Changing username/Simple/Front matter/styles.css

From Eurovision Wiki
Jump to navigation Jump to search
.cu-main {
	width: 100%;
	border: 2px ridge #d9caff;
	padding: .3em;
	background: #f4f0ff;
	font-size: 95%;
	color: inherit;
}

.cu-main-table {
	vertical-align: top;
	background: #f4f0ff;
	color: inherit;
}

.cu-header {
	background: #c1aaff;
	color: inherit;
	padding: 5px 0px;
	font-size: 120%;
}

.cu-header2 {
	background: #c1aaff;
	font-size: 105%;
	color: inherit;
}

@media screen {
	html.skin-theme-clientpref-night .cu-main,
	html.skin-theme-clientpref-night .cu-main-table {
		background: #130e20;
	}
	
	html.skin-theme-clientpref-night .cu-header,
	html.skin-theme-clientpref-night .cu-header2 {
		background: #7545ab;
	}
}

@media screen and (prefers-color-scheme: dark)  {
	html.skin-theme-clientpref-os .cu-main,
	html.skin-theme-clientpref-os .cu-main-table {
		background: #130e20;
	}
	
	html.skin-theme-clientpref-os .cu-header,
	html.skin-theme-clientpref-os .cu-header2 {
		background: #7545ab;
	}
}