view css/mapstyle4.css @ 216:ccb8e748a03f gmap2

Some stylesheet and HTML work.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 19:29:14 +0200
parents
children 373db5c1fe6f
line wrap: on
line source

body {
	background: #def;
	font-family: "Arial", sans-serif;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 2em;
	left: 0px;
	right: 0px;
	margin: 0px;
}

#footercontent {
	position: absolute;

	left: 0.2em;
	right: 280px;
	top: 0.25em;

	padding: 0.5em;

	color: white;
	font-size: 10pt;
	text-shadow: 1px 1px 1px #000;

	background: rgba(0,0,0, 0.5);
}

#footercontent span {
	color: red;
}

#sidebar {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 270px;
	padding: 0px;
	margin: 0px;
}

#sidebox {
	position: absolute;

	width: 100%;
	height: 100%;
	z-index: 5;

	overflow: auto;
}

#sidetop {
	position: absolute;
	z-index: 10;

	width: 100%;
	height: 10px;
	top: 0px;
}

#sidebottom {
	position: absolute;
	z-index: 10;

	width: 100%;
	height: 10px;
	bottom: 0px;
}

#sidecontent {
	position: relative;
	margin: 8px;

	color: black;

	font-size: 10pt;
	font-family: Arial;

	padding: 1em;
	background: #BBDDFF;
}

#sidecontent a {
	display: inline-block;
	width: 85%;
	text-decoration: none;
	color: black;
	padding: 2px;
	margin: 2px;
}

#sidecontent a:hover {
	background: rgba(0,0,0,0.5);
	color: #0f0;
}

#controls {
	position: relative;
	margin: 8px;

	font-size: 12px;
	text-align: center;

	padding: 0.5em;
	background: #BBDDFF;
}

#controls span {
	border: 1px solid black;
	margin: 2px;
	display: inline-table;
}

#controls * a {
	text-decoration: none;
	color: black;
	padding: 6px;
}


#sidecoll {
	width: 8px;
	position : absolute;
	right: 268px;
	top: 0px;
	bottom: 0px;
	min-height: 50px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#collbuttondiv {
	position: relative; 
	width: auto;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	padding: 0px;
	
}

#collbutton {
	border: 0px;
}

#header {
	display: none;
}

#map {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 280px;
	bottom: 2em;
	padding: 0px;
	margin: 0px;
}

#copyrights {
	position: absolute;
	padding: 0.2em;
	left: 80px;
	bottom: 4em;
	height: auto;
	width: auto;
	font-size: 8pt;
	color: rgba(255,255,255, 0.85);
	text-shadow: 1px 1px 1px #000;
}


.labels {
	color: white;
	background: black;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	padding: 2px;
	border: 1px dotted black;
	border-radius: 5px;
}


#sidecontent div div {
	display: inline-block;
	width: 10%;
	height: auto;
	border: 1px solid black;
}

.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; }