summaryrefslogtreecommitdiffstats
path: root/css/maps.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-21 15:04:33 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-21 15:04:33 -0700
commit11a66a1c5d0c1c8a78ee0e33bff822be13dfa955 (patch)
treea66a90e45b48d07a96aec2c9876a5925d83d18c3 /css/maps.css
parent3a1b90cbb7034e285a9e216a4866972dad3288be (diff)
downloadpathery-11a66a1c5d0c1c8a78ee0e33bff822be13dfa955.tar.xz
Multipath support for UI
Diffstat (limited to 'css/maps.css')
-rw-r--r--css/maps.css41
1 files changed, 31 insertions, 10 deletions
diff --git a/css/maps.css b/css/maps.css
index 13fcacb..3b2cd85 100644
--- a/css/maps.css
+++ b/css/maps.css
@@ -86,7 +86,8 @@
.grid_td_animate, .grid_td_animate_pre,
.grid_td_tp1_in, .grid_td_tp2_in, .grid_td_tp3_in, .grid_td_tp4_in, .grid_td_tp5_in,
.grid_td_tp1_out, .grid_td_tp2_out, .grid_td_tp3_out, .grid_td_tp4_out,.grid_td_tp5_out,
-.grid_td_path1 , .grid_td_path2, .grid_td_path3, .grid_td_path4
+.grid_td_path0-1 , .grid_td_path0-2, .grid_td_path0-3, .grid_td_path0-4,
+.grid_td_path1-1 , .grid_td_path1-2, .grid_td_path1-3, .grid_td_path1-4
{
padding: 0px;
margin: 0px;
@@ -295,26 +296,46 @@
-o-transition:background-color 0s;
-moz-transition:background-color 0s;
}
-.grid_td_path1 , .grid_td_path2, .grid_td_path3, .grid_td_path4 {
+
+.grid_td_path0-1 , .grid_td_path0-2, .grid_td_path0-3, .grid_td_path0-4 {
transition:background-color .5s ease-out;
-webkit-transition:background-color .5s ease-out;
-o-transition:background-color .5s ease-out;
-moz-transition:background-color .5s ease-out;
}
-.grid_td_path1 {
- background: url(../images/Path1.png);
+.grid_td_path0-1 {
+ background: url(../images/paths/Path1-1.png);
+}
+.grid_td_path0-2 {
+ background: url(../images/paths/Path1-2.png);
+}
+.grid_td_path0-3 {
+ background: url(../images/paths/Path1-3.png);
+}
+.grid_td_path0-4 {
+ background: url(../images/paths/Path1-4.png);
+}
+.grid_td_path1-1 , .grid_td_path1-2, .grid_td_path1-3, .grid_td_path1-4 {
+ transition:background-color .5s ease-out;
+ -webkit-transition:background-color .5s ease-out;
+ -o-transition:background-color .5s ease-out;
+ -moz-transition:background-color .5s ease-out;
+}
+.grid_td_path1-1 {
+ background: url(../images/paths/Path2-1.png);
}
-.grid_td_path2 {
- background: url(../images/Path2.png);
+.grid_td_path1-2 {
+ background: url(../images/paths/Path2-2.png);
}
-.grid_td_path3 {
- background: url(../images/Path3.png);
+.grid_td_path1-3 {
+ background: url(../images/paths/Path2-3.png);
}
-.grid_td_path4 {
- background: url(../images/Path4.png);
+.grid_td_path1-4 {
+ background: url(../images/paths/Path2-4.png);
}
+
.mapdisplay, .mapdisplay_up
{
position:absolute;