view css/mapstyle1.css @ 283:409b795c4784 gmap2

Some stylesheet fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 08 Jan 2016 20:46:09 +0200
parents f697708ba6d9
children 8e120dadd0a5
line wrap: on
line source

body {
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	background: url(../img/wood2.jpg) black repeat;
}

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

#footercontent {
	position: absolute;

	left: 0em;
	right: 280px;
	top: 0em;
	bottom: 0em;
	padding: 0.2em;

	color: white;

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

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

#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;
	font-size: 0.7em;
}

#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 {
	display: inline-block;
	vertical-align: top;
	color: white;
	height: 100%;
	padding: 0px;
	margin-left: 2em;

	text-shadow: 1px 1px 1px #000;
}

#headlogo {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 90px;
	padding: 0px;
	background: url(../img/batmud_logo2.png) no-repeat 0px 0px;
}

#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: 3em;
	height: auto;
	width: auto;
	font-size: 0.8em;
	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: 1em;
	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);
}