view css/mapstyle1.css @ 18:ee245e1b5908 gmap2

Renamed, added.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2011 12:50:37 +0200
parents
children 586b6084d89b
line wrap: on
line source

/* $Id: mapstyle.css 2151 2009-05-29 02:05:34Z jeskko $ */

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

#footer {
//	background: url(../i/wood1.jpg) black repeat-x;
	position: absolute;
	bottom: 0px;
	height: 1.6em;
	left: 0px;
	right: 0px;
	margin: 0px;
}

#footercontent {
	padding-right: 0.15em;
	padding-top: 0.15em;
	color: white;
	font-size: 10pt;
}

#footercontent span {
	color: red;
}

#sidebar #top {
	position: absolute;
	right: 0px;
	width: 270px;
	top: -50px;
}

#sidebar #bottom {
	position: absolute;
	right: 0px;
	width: 270px;
	bottom: -40px;
}

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

#sidebox {
	background: url(../i/scroll_mid.jpg) repeat-y 2px 0px;
	top: 100px;
	right: 40px;
	left: 16px;
	height: 100%;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
}

#sidetop {
	background: url(../i/scroll_top.png) no-repeat;
	width: 100%;
	height: 80px;
	top: -55px;
	position: absolute;
}

#sidebottom {
	background: url(../i/scroll_bot.png) no-repeat;
	width: 100%;
	height: 75px;
	bottom: -35px;
	position: absolute;
}

#sidecontent {
	color: black;
	overflow: auto;
	width: 90%;
	height: 90%;
	font-size: 10pt;
	font-family: Times;
}

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

#headcontent {
	color: white;
	background: url(../i/batmud_logo2.png) no-repeat 0px 0px;
	font-size: 24pt;
	height: 100%;
	padding: 0px;
	padding-left: 200px;
}

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