changeset 115:571f552e3176 gmap2

Fix image paths.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Mar 2014 20:46:47 +0200
parents cf4401e20357
children 2e7eff985efe
files css/mapstyle1.css css/mapstyle2.css css/mapstyle3.css
diffstat 3 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle1.css	Sat Mar 08 20:43:35 2014 +0200
+++ b/css/mapstyle1.css	Sat Mar 08 20:46:47 2014 +0200
@@ -1,6 +1,6 @@
 body {
 	font-family: Verdana;
-	background: url(../i/wood2.jpg) black repeat;
+	background: url(../img/wood2.jpg) black repeat;
 }
 
 #footer {
@@ -35,7 +35,7 @@
 
 #sidebox {
 	position: absolute;
-	background: url(../i/scroll_mid.jpg) repeat-y 2px 0px;
+	background: url(../img/scroll_mid.jpg) repeat-y 2px 0px;
 
 	width: 100%;
 	height: 100%;
@@ -50,7 +50,7 @@
 	height: 65px;
 	top: -50px;
 
-	background: url(../i/scroll_top.png) no-repeat;
+	background: url(../img/scroll_top.png) no-repeat;
 }
 
 #sidebottom {
@@ -61,7 +61,7 @@
 	height: 75px;
 	bottom: -35px;
 
-	background: url(../i/scroll_bot.png) no-repeat;
+	background: url(../img/scroll_bot.png) no-repeat;
 }
 
 #sidecontent {
@@ -147,7 +147,7 @@
 }
 
 #header {
-	background: url(../i/wood2.jpg) black repeat-x;
+	background: url(../img/wood2.jpg) black repeat-x;
 	position: absolute;
 	left: 0px;
 	right: 0px;
@@ -158,7 +158,7 @@
 
 #headcontent {
 	color: white;
-	background: url(../i/batmud_logo2.png) no-repeat 0px 0px;
+	background: url(../img/batmud_logo2.png) no-repeat 0px 0px;
 	font-size: 24pt;
 	height: 100%;
 	padding: 0px;
--- a/css/mapstyle2.css	Sat Mar 08 20:43:35 2014 +0200
+++ b/css/mapstyle2.css	Sat Mar 08 20:46:47 2014 +0200
@@ -1,7 +1,7 @@
 /* $Id: mapstyle.css 2290 2009-09-21 14:33:05Z jeskko $ */
 
 body {
-	background-image: url(../i/dark.jpg);
+	background-image: url(../img/dark.jpg);
 	color: white; 
 	font-family: sans-serif;
 }
@@ -18,7 +18,7 @@
 }
 
 #sidebar {
-	background-image: url(../i/gray.jpg);
+	background-image: url(../img/gray.jpg);
 	position: absolute;
 	right: 0px;
 	top: 3em;
@@ -57,7 +57,7 @@
 
 #sidebox {
 	position: absolute;
-	background: url(../i/gray.jpg) repeat-y 2px 0px;
+	background: url(../img/gray.jpg) repeat-y 2px 0px;
 
 	width: 100%;
 	height: 100%;
@@ -67,7 +67,7 @@
 	position: absolute;
 	right: 0px;
 	top: -10px;
-	background-image: url(../i/graytop.jpg);
+	background-image: url(../img/graytop.jpg);
 	height: 10px;
 	width: 290px;
 
@@ -77,7 +77,7 @@
 
 #sidebottom {
 	position: absolute;
-	background-image: url(../i/graybottom.jpg);
+	background-image: url(../img/graybottom.jpg);
 	bottom: -10px;
 	right: 0px;
 	height: 10px;
@@ -111,7 +111,7 @@
 }
 
 #sidecontent div:hover {
-	background: url(../i/dark.jpg);
+	background: url(../img/dark.jpg);
 }
 
 #controls {
@@ -137,7 +137,7 @@
 
 #sidecoll {
 	width: 8px;
-	background-image: url(../i/graystrip.jpg);
+	background-image: url(../img/graystrip.jpg);
 	position : absolute;
 	right: 290px;
 	top: 3em;
--- a/css/mapstyle3.css	Sat Mar 08 20:43:35 2014 +0200
+++ b/css/mapstyle3.css	Sat Mar 08 20:46:47 2014 +0200
@@ -2,12 +2,12 @@
 
 body {
 	font-family: Verdana;
-	background: url(../i/wood2.jpg) black repeat;
-//	background: url(../i/test.jpg) black repeat;
+	background: url(../img/wood2.jpg) black repeat;
+//	background: url(../img/test.jpg) black repeat;
 }
 
 #footer {
-//	background: url(../i/wood1.jpg) black repeat-x;
+//	background: url(../img/wood1.jpg) black repeat-x;
 	position: absolute;
 	bottom: 0px;
 	height: 1.6em;
@@ -39,7 +39,7 @@
 }
 
 #sidetop {
-	background: url(../i/scroll_top.png) no-repeat;
+	background: url(../img/scroll_top.png) no-repeat;
 	position: absolute;
 	right: 0px;
 	width: 270px;
@@ -49,7 +49,7 @@
 }
 
 #sidebottom {
-	background: url(../i/scroll_bot.png) no-repeat;
+	background: url(../img/scroll_bot.png) no-repeat;
 	position: absolute;
 	right: 0px;
 	width: 270px;
@@ -64,7 +64,7 @@
 	margin: 0px;
 	padding: 0px;
 	height: 100%;
-	background: url(../i/scroll_mid.jpg) repeat-y 2px 0px;
+	background: url(../img/scroll_mid.jpg) repeat-y 2px 0px;
 	padding-left: 20px;
 	padding-right: 20px;
 	z-index: 3;
@@ -120,7 +120,7 @@
 }
 
 #header {
-	background: url(../i/wood2.jpg) black repeat-x;
+	background: url(../img/wood2.jpg) black repeat-x;
 	position: absolute;
 	left: 0px;
 	right: 0px;
@@ -132,7 +132,7 @@
 
 #headlogo {
 	position: relative;
-	background: url(../i/batmud_logo2.png) no-repeat 0px 0px;
+	background: url(../img/batmud_logo2.png) no-repeat 0px 0px;
 	height: 100%;
 }