summaryrefslogtreecommitdiff
path: root/pizza/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-05-21 13:02:32 -0400
committerJules Laplace <jules@okfoc.us>2014-05-21 13:02:32 -0400
commitaa43c29044498adf00ea8f79220441c64b7d7c67 (patch)
treefa63dbfb5d6ceccd2c41f76e0b4e4e747fdd2e5e /pizza/app.css
parent6156808a96c41ef2b89ccfd3813c6b2c9170afee (diff)
parent28aefac7e7aa017842e8ae89283b4004e1ba4f61 (diff)
Merge branch 'master' of dino.fm:trees
Diffstat (limited to 'pizza/app.css')
-rw-r--r--pizza/app.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/pizza/app.css b/pizza/app.css
new file mode 100644
index 0000000..47a1390
--- /dev/null
+++ b/pizza/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