diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-06 17:29:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-06 17:29:50 -0400 |
| commit | fdac6c79935fa9b773cbb9d4a0c2499726764777 (patch) | |
| tree | 8457a6d7abf1b5dedcadb1a7021aac9b2d6e7446 /public/assets/stylesheets | |
| parent | 8f12d34393708ab2ec03a5ad44bc83bc86f16dc9 (diff) | |
creating new users with email and password
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 68 | ||||
| -rw-r--r-- | public/assets/stylesheets/css.css | 38 |
2 files changed, 57 insertions, 49 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index aa9db84..48e5e20 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -4,9 +4,6 @@ margin:0; padding:0; outline:0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; font-family: 'Lato', sans-serif; -webkit-font-smoothing: subpixel-antialiased; } @@ -27,6 +24,12 @@ body.loading * { transition: all 0 ease 0 !important; } +html, body { + width: 100%; + height: 100%; +} + + body.pastePaper .mx-scene{ cursor:url(../img/paintbucket.png), auto; } @@ -347,17 +350,20 @@ h5{ .editProfile span { vertical-align: middle; } -.topLink { - padding: 8px; +.topLinks { float: right; - margin: 14px; font-size: 18px; + padding: 8px; + margin: 14px; +} +.topLinks a { + padding: 8px; color: black; font-weight: 300; text-decoration: none; border-bottom:1px solid white; } -.topLink:hover { +.topLinks a:hover { border-bottom:1px solid lightgreen; } .profilepage .bio { @@ -470,15 +476,39 @@ h5{ .right { float:right; } + .mx-scene { position:fixed; top:0; left:0; cursor: -webkit-grab; cursor: -moz-grab; + 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-scene:active{ cursor: -webkit-grabbing; cursor: -moz-grabbing; } +.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; +} + + .rapper { position:relative; @@ -796,7 +826,6 @@ content: "\e736"!important; } .deleteArmed .mediaContainer { - } .deleteArmed .mediaContainer:hover { @@ -804,7 +833,6 @@ content: "\e736"!important; border:1px solid #FF3B30; } - .deleteArmed .mediaContainer:before { content: "\e68f"; font-family: 'ionicons'; @@ -865,6 +893,7 @@ content: "\e736"!important; .mediaContainer img{ max-width:100%; } + #minimap { position: fixed; bottom: 20px; @@ -892,6 +921,7 @@ content: "\e736"!important; -moz-transition:opacity 0.3s ease-in-out; transition:opacity 0.3s ease-in-out; } + .wallpaper{ right: 80px; margin-top: 77px; @@ -1228,6 +1258,22 @@ form h3 { #form_container { clear:both; } +.errors { + display: none; + width: 100%; + text-align: center; + background: #f8f8f8; + padding: 10px; + margin-top: 10px; + border-radius: 3px; +} +.errorList { + font-weight: 300; +} +form .errors div { + float: none; +} + .video { height:80vh; @@ -1255,7 +1301,7 @@ form h3 { width: 100%; } -.bigClose { +.close { font-weight: 100; font-size: 120px; float: right; @@ -1264,7 +1310,7 @@ form h3 { right: 20px; } -.bigClose:hover { +.close:hover { color:lightgreen; } 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; -} - |
