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 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 9 deletions(-) (limited to 'css') 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 { -- cgit v1.2.3