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

Úr Wikipediu, frjálsa alfræðiritinu
.episode-list-color-red1,
.episode-list-color-red2 {
	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 {
	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) {
	color: black;
	background-color: #F5F5F5
}

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