# HG changeset patch # User jeskko # Date 1253542427 0 # Node ID 6b9559bb9a5d01cedd1dd09b1e839d8f027448ea # Parent edbd2499295b0f86dec152e4532519dd7c67827f leiskaa diff -r edbd2499295b -r 6b9559bb9a5d css/mapstyle.css --- a/css/mapstyle.css Mon Sep 21 13:15:32 2009 +0000 +++ b/css/mapstyle.css Mon Sep 21 14:13:47 2009 +0000 @@ -4,7 +4,6 @@ background-image: url(../i/dark.jpg); color: white; font-family: sans-serif; - } #footer { @@ -19,22 +18,62 @@ } #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: -3px; + left: 0px; + margin-top: -10px; + padding: 0px; +} +#sidetop { + position: absolute; + right: 0px; + top: 3em; + background-image: url(../i/graytop.jpg); + height: 10px; + width: 290px; + padding: 0px; + margin: 0px; +} + +#sidebottom { + position: absolute; + background-image: url(../i/graybottom.jpg); + bottom: 1.5em; + right: 0px; + height: 10px; + width: 290px; + padding: 0px; + margin: 0px; } #sidecontent { - background-image: url(../i/gray.jpg); - width: 100%; + top: 10px; + bottom: 10px; + left: 0px; + right: 0px; height: 100%; padding: 0px; - margin: 0px; overflow: auto; } diff -r edbd2499295b -r 6b9559bb9a5d i/batmud_logo.png Binary file i/batmud_logo.png has changed diff -r edbd2499295b -r 6b9559bb9a5d i/graybottom.jpg Binary file i/graybottom.jpg has changed diff -r edbd2499295b -r 6b9559bb9a5d i/graycornerbottom.jpg Binary file i/graycornerbottom.jpg has changed diff -r edbd2499295b -r 6b9559bb9a5d i/graycornertop.jpg Binary file i/graycornertop.jpg has changed diff -r edbd2499295b -r 6b9559bb9a5d i/graytop.jpg Binary file i/graytop.jpg has changed diff -r edbd2499295b -r 6b9559bb9a5d index.html --- a/index.html Mon Sep 21 13:15:32 2009 +0000 +++ b/index.html Mon Sep 21 14:13:47 2009 +0000 @@ -17,21 +17,24 @@
+
+
+
- +
+
+