view css/common.css @ 296:625cac7c230d gmap2

Use CSS class instead of direct style / background color manipulation.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Nov 2016 02:27:01 +0200
parents eb98c0758955
children 537620c8f53b
line wrap: on
line source

.c_laenor div { background: #955; }
.c_rothikgen div { background: #595; }
.c_lucentium div { background: #559; }
.c_desolathya div { background: #599; }
.c_furnachia div { background: #959; }
.c_renardy div { background: #c70; }
.c_tormentas div { background: #7a0; }
.c_hcbat div { background: #444; }
.c_special div { background: #a06; }
.c_all div { background: #0af; }

#controls span {
	border: 1px solid black;
	margin: 0.15em;
	display: inline-table;
	border-radius: 0.2em;
}

#controls span a {
	text-decoration: none;
	color: black;
	padding: 1em;
}

#controls div {
	padding-bottom: 1em;
}

#controls span.visible { background: white; }
#controls span.hidden { background: red; }