view css/mapstyle.css @ 7:edbd2499295b gmap2

gfx tests
author jeskko
date Mon, 21 Sep 2009 13:15:32 +0000
parents 903f9077f971
children 6b9559bb9a5d
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 {
	position: absolute;
	right: 0px;
	top: 3em;
	bottom: 1.5em;
	width: 290px;	
	padding: 0px;
	margin: 0px;

}

#sidecontent {
	background-image: url(../i/gray.jpg);
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 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;
}