view css/mapstyle.css @ 11:464b0131bafd gmap2

tidying
author jeskko
date Mon, 21 Sep 2009 14:33:05 +0000
parents 6c05a50c0851
children ec4f7f015123
line wrap: on
line source

/* $Id$ */

body {
	background-image: url(../i/dark.jpg);
	color: white; 
	font-family: sans-serif;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 1.5em;
	left: 0px;
	right: 0px;
	padding-top: 0.25em;
	padding-left: 0.25em;
	margin: 0px;
}

#sidebar {
	background-image: url(../i/gray.jpg);
	position: absolute;
	right: 0px;
	top: 3em;
	bottom: 1.5em;
	width: 290px;	
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topcorner {
	position: absolute;
	top: -6px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
 
#bottomcorner {
	position: absolute;
	bottom: -4px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#sidetop {
	position: absolute;
	right: 0px;
	top: -10px;
	background-image: url(../i/graytop.jpg);
	height: 10px;
	width: 290px;
	padding: 0px; 
	margin: 0px;
}

#sidebottom {
	position: absolute;
	background-image: url(../i/graybottom.jpg);
	bottom: -10px;
	right: 0px;
	height: 10px;
	width: 290px;
	padding: 0px;
	margin: 0px;
}

#sidecontent {
	top: 10px;
	bottom: 10px;
	left: 0px;
	right: 0px;
	height: 100%;
	padding: 0px;
	overflow: auto;
}

#sidecoll {
	width: 8px;
	background-image: url(../i/graystrip.jpg);
	position : absolute;
	right: 290px;
	top: 3em;
	bottom: 1.5em;
	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 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 3em;
	padding-left: 0.25em;
	padding-top: 0.25em;	
}

#map {
	position: absolute;
	left: 0px;
	top: 3em;
	right: 300px;
	bottom: 1.5em;
	padding: 0px;
	margin: 0px;
}