summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/css.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-06 17:29:50 -0400
committerJules Laplace <jules@okfoc.us>2014-06-06 17:29:50 -0400
commitfdac6c79935fa9b773cbb9d4a0c2499726764777 (patch)
tree8457a6d7abf1b5dedcadb1a7021aac9b2d6e7446 /public/assets/stylesheets/css.css
parent8f12d34393708ab2ec03a5ad44bc83bc86f16dc9 (diff)
creating new users with email and password
Diffstat (limited to 'public/assets/stylesheets/css.css')
-rw-r--r--public/assets/stylesheets/css.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/public/assets/stylesheets/css.css b/public/assets/stylesheets/css.css
deleted file mode 100644
index 23ca23e..0000000
--- a/public/assets/stylesheets/css.css
+++ /dev/null
@@ -1,38 +0,0 @@
-* {
- margin:0;
- padding:0;
- outline:0;
- moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-}
-html, body {
- width: 100%;
- height: 100%;
- background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(244,251,255,1) 59%, rgba(244,251,255,1) 59%, rgba(234,247,255,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(100%,rgba(234,247,255,1))); /* Chrome,Safari4+ */
- font-family: sans-serif;
- font-weight: 300;
-}
-.mx-scene {
- z-index: 1;
- position: fixed;
- top: 50%;
- left: 50%;
- -webkit-transform: translate3d(-50%, -50%, 0);
- -moz-transform: translate3d(-50%, -50%, 0);
- transform: translate3d(-50%, -50%, 0);
- cursor:pointer;
-}
-.mx-object3d.image, .mx-object3d canvas,
-.mx-object3d.backface-hidden {
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden;
-}
-.mx-object3d.backface-visible, .mx-object3d.backface-visible canvas{
- -webkit-backface-visibility: visible;
- -moz-backface-visibility: visible;
- -ms-backface-visibility: visible;
- backface-visibility: visible;
-}
-