summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-04-07 00:31:46 -0400
committerraylu <raylu@cmu.edu>2011-04-07 00:31:46 -0400
commita8e48c969b5b56f76a37121fe157b75398461e84 (patch)
treeef32cd90ef2274807c57114e1447d53fb0c3066a /css
parentf8c9eb5220afaf2f9a62f9a176a45913240f4081 (diff)
downloadpathery-a8e48c969b5b56f76a37121fe157b75398461e84.tar.xz
Import mazetest from Dropbox
Excluded stray /db.inc.php file
Diffstat (limited to 'css')
-rw-r--r--css/mapstyle.css11
1 files changed, 6 insertions, 5 deletions
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;
}