summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/rectangles.html b/rectangles.html
index f5d9404..d2b1330 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -22,6 +22,24 @@ 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; }
+
+/*
+.face {
+ background-image: url(http://i.asdf.us/im/6f/bgdither_1398274442_jules.gif);
+ background-color: transparent;
+}
+ */
+
#map canvas {
border-bottom: 2px solid #ddd;
border-right: 2px solid #ddd;