From 1282559bffc1acbc99a22ecfef44227eefbc9817 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 23 Apr 2014 13:00:39 -0400 Subject: detect what room you're in --- rectangles.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rectangles.html') diff --git a/rectangles.html b/rectangles.html index f5d9404..9713561 100644 --- a/rectangles.html +++ b/rectangles.html @@ -22,6 +22,17 @@ body > div { .back { background-color: #bbb; } .left { background-color: #aaa; } .right { background-color: #888; } +.floor { background-color: #00f; } +.ceiling { background-color: #f00; } + +.active.front { background-color: #ddf; } +.active.back { background-color: #bbe; } +.active.left { background-color: #aad; } +.active.right { background-color: #88b; } +.active.floor { background-color: #0ff; } +.active.ceiling { background-color: #ff0; } + + #map canvas { border-bottom: 2px solid #ddd; border-right: 2px solid #ddd; -- cgit v1.2.3-70-g09d2