view css/common.css @ 299:ce52a0b7b281 gmap2

Rework the visibility controls DOM and CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Nov 2016 03:31:01 +0200
parents 537620c8f53b
children e7aa649b0090
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 a {
	border: 1px solid black;
	margin: 0.15em;
	display: inline-table;
	border-radius: 0.2em;
	text-decoration: none;
	color: black;
	padding: 0.30em;
}

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

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