view css/common.css @ 297:537620c8f53b gmap2

Fix CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Nov 2016 20:56:06 +0200
parents 625cac7c230d
children ce52a0b7b281
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;
	margin: 1em;
}

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

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