diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-23 13:00:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-23 13:00:39 -0400 |
| commit | 1282559bffc1acbc99a22ecfef44227eefbc9817 (patch) | |
| tree | fadeb5e64949ad50ce725c2dbddde05a73dddc5a /rectangles.html | |
| parent | f94cf0d133a5d426a20cb5ac7eeb60f72b690119 (diff) | |
detect what room you're in
Diffstat (limited to 'rectangles.html')
| -rw-r--r-- | rectangles.html | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
