view css/mapstyle1.css @ 203:06a62216428f gmap2

Adjust button style.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 14:27:35 +0200
parents dc16e078e4e4
children 9a4c4c8b98aa
line wrap: on
line source

body {
	font-family: Verdana;
	background: url(../img/wood2.jpg) black repeat;
}

#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;

	background: rgba(0,0,0, 0.6);
	border-radius: 0.2em;
}

#footercontent span {
	color: red;
}

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

#sidebox {
	position: absolute;
	background: url(../img/scroll_mid.png) repeat-y 2px 0px;

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

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

	width: 100%;
	height: 65px;
	top: -50px;

	background: url(../img/scroll_top.png) no-repeat;
}

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

	width: 100%;
	height: 75px;
	bottom: -35px;

	background: url(../img/scroll_bot.png) no-repeat;
}

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

	top: 140px;
	bottom: 24px;

	right: 16px;
	left: 16px;

	color: black;
	overflow: auto;

	font-size: 10pt;
	font-family: Times;
}

#sidecontent a {
	display: inline-block;
	width: 85%;
	text-decoration: none;
	color: black;
	padding: 2px;
	margin: 2px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

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

#controls {
	position: absolute;

	top: 28px;
	right: 16px;
	left: 16px;

	text-align: center;
}

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

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


#sidecoll {
	width: 8px;
	position : absolute;
	right: 270px;
	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 {
	background: url(../img/wood2.jpg) black repeat-x;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 120px;
	padding: 8px;
}

#headcontent {
	color: white;
	background: url(../img/batmud_logo2.png) no-repeat 0px 0px;
	height: 100%;
	padding: 0px;
	padding-left: 200px;

	text-shadow: 0px 0px 4px #000;
	font-size: 0.7em;
}

#headcontent h1 {
	font-size: 2em;
	padding: 0px;
	margin: 0px;
}

#headcontent h2 {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	color: red;
}

#headcontent div {
	display: inline-block;
}

#headcontent div.controls {
	position: absolute;
	right: 280px;
	width: auto;
}

#headcontent div.controls a {
	background: rgba(0,0,0,0.5);
	padding: 0.5em;
	color: #ddd;
	border-radius: 0.5em;
	border: 1px solid white;
	box-shadow: 2px 2px 2px #000;
}

#headcontent div.controls a:hover {
	background: rgba(0,0,0,0.2);
	color: #fff;
	border: 1px solid #888;
}

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

	box-shadow: 10px 10px 5px #000;
}

#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 white;
}



#sidecontent div div {
	display: inline-block;
	width: 10%;
	height: auto;
	border-radius: 0.5em;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

#sidecontent div.c_laenor div {
	color: yellow;
	background: yellow;
}

#sidecontent div.c_rothikgen div {
	color: blue;
	background: blue;
}

#sidecontent div.c_furnachia div {
	color: red;
	background: red;
}

#sidecontent div.c_lucentium div {
	color: green;
	background: green;
}

#sidecontent div.c_desolathya div {
	color: purple;
	background: purple;
}