view www/simple.css @ 2834:f08e17b1e003 default tip

New pcity 'Zhuque' in Lucentium.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jun 2024 12:56:47 +0300
parents 0556b65f137b
children
line wrap: on
line source

body {
	margin: 1em;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

table.loc {
	width: 100%;
}

table.loc a, table.loc a:visited, table.loc a:active  {
	text-decoration: none;
	color: black;
}

table.loc a:hover {
	text-decoration: underline;
}

table.loc td {
	background: #eee;
	border: 1px solid black;
	padding: 0.2em;
}

table.loc td.type {
	width: 5%;
}

table.loc td.name {
	width: 15%;
}

table.loc td.continent {
	width: 5%;
}


table.loc td.coords {
	width: 5%;
	min-width: 6em;
}

table.loc td.altnames {
	width: 15%;
}

table.loc td.desc {
	width: 40%;
}

.laenor { background: #955 !important; }
.rothikgen { background: #595 !important; }
.lucentium { background: #559 !important; }
.desolathya { background: #599 !important; }
.furnachia { background: #959 !important; }
.renardy { background: #c70 !important; }
.tormentas { background: #7a0 !important; }
.hcbat { background: #444 !important; }
.special { background: #a06 !important; }
.all { background: #0af !important; }