From 84b050664c8c8968a9c264460016b68595702dc4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 12 Dec 2012 18:35:28 -0800 Subject: New images, modified image caching. --- css/maps.css | 15 +++----- css/page.css | 32 ++++++++++++++++ images/OverlayStart2.png | Bin 3580 -> 3465 bytes images/OverlayTiles.xcf | Bin 63460 -> 63856 bytes images/Path2xRock.png | Bin 3168 -> 3224 bytes images/paths/Path1-1.png | Bin 1309 -> 1230 bytes images/paths/Path1-2.png | Bin 1384 -> 1285 bytes images/paths/Path1-3.png | Bin 1267 -> 1185 bytes images/paths/Path1-4.png | Bin 1446 -> 1313 bytes images/paths/Path2-1.png | Bin 1230 -> 1038 bytes images/paths/Path2-2.png | Bin 1285 -> 1129 bytes images/paths/Path2-3.png | Bin 1185 -> 1014 bytes images/paths/Path2-4.png | Bin 1313 -> 1125 bytes includes/header.php | 25 +++++++++++-- pages/home.php | 93 +++++++++++++++++++++++++++++++++++------------ 15 files changed, 128 insertions(+), 37 deletions(-) diff --git a/css/maps.css b/css/maps.css index 62c11b4..7bad117 100644 --- a/css/maps.css +++ b/css/maps.css @@ -162,24 +162,21 @@ background-color: #fbfefb; } .grid_td_startB { - background: url(../images/OverlayStartB.png); + background: url(../images/OverlayStartB.png?v=1); background-color: #fbfefb; } .grid_td_finish { background: url(../images/OverlayFinish50c.png); - background-color: #666666; - color: #fff; + background-color: #666; } .grid_td_rockxpath1 { - background: url(../images/Path1XRock.png); - background-color: #555; - color: #fff; + background: url(../images/Path1xRock.png?v=7); + background-color: #fff; } .grid_td_rockxpath2 { - background: url(../images/Path2XRock.png); - background-color: #777; - color: #fff; + background: url(../images/Path2xRock.png?v=7); + background-color: #fff; } diff --git a/css/page.css b/css/page.css index cb88d34..fa4f24b 100644 --- a/css/page.css +++ b/css/page.css @@ -100,6 +100,38 @@ position:absolute;color:#333;left:25px;bottom:20px; +.adOuter { + margin: 4px; + width: 55%; + margin: 0px auto; + height: 90px; +} +.adBar { + border: 1px solid #446; + border-width: 1px 1px 0px 1px; + border-color:#446; + border-radius: 5px 5px 0px 0px; + width:500px; + height:20px; + background-color:#334; + padding:2px; +} +.adContainer { + border:1px solid #446; + border-width: 0px 1px 1px 1px; + border-radius: 0px 0px 5px 5px; + width:500px; + height:60px; + padding:2px; + text-align:center; +} +.adHidden { + position:fixed; + left:-100%; + display:none; +} + + @keyframes signinAnimate { diff --git a/images/OverlayStart2.png b/images/OverlayStart2.png index ca82929..5ea4ce0 100644 Binary files a/images/OverlayStart2.png and b/images/OverlayStart2.png differ diff --git a/images/OverlayTiles.xcf b/images/OverlayTiles.xcf index 6aaf0cb..76bfa09 100644 Binary files a/images/OverlayTiles.xcf and b/images/OverlayTiles.xcf differ diff --git a/images/Path2xRock.png b/images/Path2xRock.png index 3abf42a..0c6d8e0 100644 Binary files a/images/Path2xRock.png and b/images/Path2xRock.png differ diff --git a/images/paths/Path1-1.png b/images/paths/Path1-1.png index 93f204d..c1e47bc 100644 Binary files a/images/paths/Path1-1.png and b/images/paths/Path1-1.png differ diff --git a/images/paths/Path1-2.png b/images/paths/Path1-2.png index fce34ad..51cc0e7 100644 Binary files a/images/paths/Path1-2.png and b/images/paths/Path1-2.png differ diff --git a/images/paths/Path1-3.png b/images/paths/Path1-3.png index 6cca507..6c83526 100644 Binary files a/images/paths/Path1-3.png and b/images/paths/Path1-3.png differ diff --git a/images/paths/Path1-4.png b/images/paths/Path1-4.png index 00f75d4..f856209 100644 Binary files a/images/paths/Path1-4.png and b/images/paths/Path1-4.png differ diff --git a/images/paths/Path2-1.png b/images/paths/Path2-1.png index c1e47bc..6044790 100644 Binary files a/images/paths/Path2-1.png and b/images/paths/Path2-1.png differ diff --git a/images/paths/Path2-2.png b/images/paths/Path2-2.png index 51cc0e7..9980f20 100644 Binary files a/images/paths/Path2-2.png and b/images/paths/Path2-2.png differ diff --git a/images/paths/Path2-3.png b/images/paths/Path2-3.png index 6c83526..7eb8f34 100644 Binary files a/images/paths/Path2-3.png and b/images/paths/Path2-3.png differ diff --git a/images/paths/Path2-4.png b/images/paths/Path2-4.png index f856209..6c27110 100644 Binary files a/images/paths/Path2-4.png and b/images/paths/Path2-4.png differ diff --git a/includes/header.php b/includes/header.php index c415e75..cb5ae65 100644 --- a/includes/header.php +++ b/includes/header.php @@ -59,16 +59,33 @@ function hideSignin() { function htmlFooter() { //Preload the path-images and add the google-analytics script ?> +
+ Copyright © 2011-2012 pathery.com +
+
+
- - - - + + + + + + + + + + + + + + + +
+ + + + +
+
Ad:
+
+ $adShow +
+
+ + +
+ +
"; ?>
-
DATE HERE. Update complete! This update made several changes to allow for some new upcoming features. -
If you find any bugs please let us know using the Feedback Page! -
Thank you so much! -

+
12/12/12 - We're introducing a new map & mechanic! +I'd like to hear what you think about it! +
Send me a line at the Feedback Page. +
Wir führen eine neue Map und einen neün Mechanismus ein! +Ich wüsste gern, was du davon hältst! +Schick mir einfach eine Zeile auf der Feedback-Seite.
+
+ Load your best solution
"; $r .= DisplayMap($map, $mapID); $r .= "
"; - + $r .= "
"; $r .= $topscorediv; $r .= '
'; @@ -275,14 +335,6 @@ $timerem = strtotime("tomorrow") - strtotime("now"); - - -
- Copyright © 2011-2012 pathery.com -
- - - - -// - -// NEW BELOW -?> - -- cgit v1.2.3