From a8e48c969b5b56f76a37121fe157b75398461e84 Mon Sep 17 00:00:00 2001 From: raylu Date: Thu, 7 Apr 2011 00:31:46 -0400 Subject: Import mazetest from Dropbox Excluded stray /db.inc.php file --- css/mapstyle.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/mapstyle.css b/css/mapstyle.css index 77a8089..3dbf8c1 100644 --- a/css/mapstyle.css +++ b/css/mapstyle.css @@ -24,7 +24,6 @@ color: #FFFF33; } - .dsp_33 { width:32%; } @@ -118,21 +117,22 @@ .grid_td { background: #F5FBFE url(../images/OverlayTile10.png); + background-color: #F5FBFE; } .grid_td:hover { background: #CCCCCC url(../images/OverlayTileFaceted10.png); + background-color: #CCC; } .grid_td_pressed { background: #111122; } .grid_td_rocks { - background: #b85555 url(../images/OverlayTileFaceted50.png); + background-color: #b76666; } .grid_td_walls { background-color: #777; - background: url(../images/OverlayTileFaceted50.png); transition:background-color 1.6s ease-out; -webkit-transition:background-color 1.6s ease-out; -o-transition:background-color 1.6s ease-out; @@ -145,11 +145,12 @@ .grid_td_start { background: url(../images/OverlayStart50i.png); - background-color: #F75555; + background-color: #E44; + color: #fff; } .grid_td_finish { background: url(../images/OverlayStart50.png); - background-color: #6666FF; + background-color: #55e; color: #fff; } -- cgit v1.2.3