summaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-05-08 16:34:43 -0400
committerJulie Lala <jules@okfoc.us>2014-05-08 16:34:43 -0400
commit3caac3e80e3a0eef2c481698de777a308d275d54 (patch)
tree42d6a60c9bce54a57648d8538407b89913596a0a /app.css
parent4df42cb4c3243ba2320d48ea45a08b3239df92dd (diff)
grunt stuffffff
Diffstat (limited to 'app.css')
-rw-r--r--app.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/app.css b/app.css
new file mode 100644
index 0000000..47a1390
--- /dev/null
+++ b/app.css
@@ -0,0 +1,41 @@
+
+ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
+ .mx-object3d { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
+ html,body{ margin: 0; padding: 0; width:100%;height:100%;}
+ body {
+ -webkit-perspective: 600px;
+ -moz-perspective: 600px;
+ perspective: 1000px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none;
+ overflow:hidden;
+ position:fixed;
+ top:0;
+ left:0;
+ width:100%;
+ height:100%;
+ cursor:move;
+ font-family:sans-serif;
+ background-color: white;
+ }
+ .text {
+ font-size: 100px;
+ color: white;
+ }
+ #flip{
+ display:none;
+ }
+ #bg {
+ pointer-events: none;
+ position: fixed;
+ width: 100%;
+ top: 0;
+ height: 100%;
+ z-index: 0;
+ cursor:move;
+ left:0;
+ }
+ \ No newline at end of file