changeset 7:edbd2499295b gmap2

gfx tests
author jeskko
date Mon, 21 Sep 2009 13:15:32 +0000
parents a78412afe8eb
children 6b9559bb9a5d
files css/mapstyle.css i/dark.jpg i/gray.jpg i/graystrip.jpg
diffstat 4 files changed, 7 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle.css	Mon Sep 21 12:49:35 2009 +0000
+++ b/css/mapstyle.css	Mon Sep 21 13:15:32 2009 +0000
@@ -1,11 +1,13 @@
 /* $Id$ */
 
 body {
-	background: #acc;
+	background-image: url(../i/dark.jpg);
+	color: white; 
+	font-family: sans-serif;
+
 }
 
 #footer {
-	background: #8aa;
 	position: absolute;
 	bottom: 0px;
 	height: 1.5em;
@@ -17,9 +19,6 @@
 }
 
 #sidebar {
-	background-color: #8aa;
-	background-image: url(../i/slide.jpg);
-	background-repeat: repeat-x;
 	position: absolute;
 	right: 0px;
 	top: 3em;
@@ -31,6 +30,7 @@
 }
 
 #sidecontent {
+	background-image: url(../i/gray.jpg);
 	width: 100%;
 	height: 100%;
 	padding: 0px;
@@ -40,14 +40,12 @@
 
 #sidecoll {
 	width: 8px;
+	background-image: url(../i/graystrip.jpg);
 	position : absolute;
 	right: 290px;
 	top: 3em;
-	bottom: 0px;
+	bottom: 1.5em;
 	min-height: 50px;
-	background-color: #8aa;
-	background-repeat: repeat-x; 
-	background-image: url(../i/slide.jpg);
 	padding-left: 1px;
 	padding-right: 1px;
 	padding-top: 0px;
@@ -70,7 +68,6 @@
 }
 
 #header {
-	background: #cee;
 	position: absolute;
 	left: 0px;
 	right: 0px;
Binary file i/dark.jpg has changed
Binary file i/gray.jpg has changed
Binary file i/graystrip.jpg has changed