Fara í innihald

Snið:Listi þáttaraða-litur/styles.css

Úr Wikipediu, frjálsa alfræðiritinu
.episode-list-color-red1,
.episode-list-color-red2,
.episode-list-color {
	margin: 1em 0;
	border: 1px solid #a2a9b1;
	border-collapse: collapse;
	width: 100%;
}

.episode-list-color-red1 th,
.episode-list-color-red1 td,
.episode-list-color-red2 th,
.episode-list-color-red2 td,
.episode-list-color th,
.episode-list-color td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

.episode-list-color tr:nth-child(3n + 4),
.episode-list-color tr:nth-child(3n + 4) {
	height: 0.3em;
}

.episode-list-color-red1 tr:nth-child(3n + 1),
.episode-list-color-red2 tr:nth-child(3n + 1) {
	color: black;
	background-color: #E91640
}
.episode-list-color-red2 tr:nth-child(3n + 2),
.episode-list-color tr:nth-child(3n + 2) {
	color: black;
	background-color: #F5F5F5
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .episode-list-color-red2 tr:nth-child(3n + 2),
	html.skin-theme-clientpref-os .episode-list-color tr:nth-child(3n + 2) {
		color: white;
		background-color: #0A0A0A
	}
}

html.skin-theme-clientpref-night .episode-list-color-red2 tr:nth-child(3n + 2),
html.skin-theme-clientpref-night .episode-list-color tr:nth-child(3n + 2) {
	color: white;
	background-color: #0A0A0A
}