summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-04-27 16:20:36 -0400
committerJulie Lala <jules@okfoc.us>2014-04-27 16:20:36 -0400
commita0c68e2f34013952144c82936d84949b306693e8 (patch)
treedf3d96c277c53a51cb3685628e3740f76511021f /rectangles.html
parentee4d7acf2740b2ab4b2dd04393297e337ac42dd4 (diff)
backslash to noclip, fix colors
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html22
1 files changed, 9 insertions, 13 deletions
diff --git a/rectangles.html b/rectangles.html
index 6d651f2..19f9e2f 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -17,22 +17,18 @@ body > div {
}
.face {
background-color: #fff;
- transition: 0.1s ease;
+ transition: 0.1s background-color ease;
}
-.front { background-color: #ddd; }
-.back { background-color: #bbb; }
-.left { background-color: #aaa; }
-.right { background-color: #888; }
-.floor { background-color: #00f; }
-.ceiling { background-color: #f00; }
+.front { background-color: #fff; }
+.back { background-color: #fff; }
+.left { background-color: #fff; }
+.right { background-color: #fff; }
+.floor { background-color: #fff; }
+.ceiling { background-color: rgba(230,230,255,0.3); }
-.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; }
+.active.floor { background-color: #ffe; }
+.active.ceiling { background-color: rgba(230,230,255,0.3); }
/*
.face {