From c166a6f9d7eafc01431de4076d3a53cc752febb4 Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 30 Oct 2014 12:58:17 -0400 Subject: signin stuff and image --- public/assets/stylesheets/app.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'public/assets/stylesheets/app.css') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index d7876da..5f4b70d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -916,6 +916,7 @@ border-left: 1px solid black; position: fixed; bottom:0; right:0; + pointer-events:none; z-index: 2; } #hud { @@ -1347,6 +1348,14 @@ border-left: 1px solid black; font-weight: 300; } +.mediaDrawer form h2{ + font-size: 22px; + display: inline-block; + position: relative; + z-index: 4; + margin-bottom: 20px; +} + .mediaDrawer.mediaViewer h2 { margin-top:28px; font-size:18px; @@ -1873,7 +1882,10 @@ input[type="range"]::-webkit-slider-thumb { .modalLink:hover span { text-decoration: underline; } - +.settings .name { + display: block; + margin-top: 10px; +} @-webkit-keyframes fade { 50% { opacity:0.6; @@ -2465,6 +2477,7 @@ a[data-role="forgot-password"] { .share h2 { font-weight: 400; font-size: 13px; + margin:0; } .share a{ -- cgit v1.2.3-70-g09d2 From 9fb5df41573c192b1280f30388c55ed6e068454f Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 30 Oct 2014 13:22:43 -0400 Subject: help style --- public/assets/stylesheets/app.css | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'public/assets/stylesheets/app.css') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5f4b70d..ef49350 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -153,6 +153,27 @@ a{ font-size: 24px; padding: 18px 27px 0 8px; } +@-moz-keyframes redpulse { + 50%{ + color:#f24444; + } +} +@keyframes redpulse { + 50%{ + color:#f24444; + } +} +@-webkit-keyframes redpulse { + 50%{ + color:#f24444; + } +} + +.topLinks a.ion-help-circled.active { + -webkit-animation:1s redpulse infinite linear; + -moz-animation:1s redpulse infinite linear; + animation:1s redpulse infinite linear; +} .topLinks a.ion-help-circled.active, .topLinks a.ion-help-circled:hover { background:transparent; @@ -1109,6 +1130,7 @@ border-left: 1px solid black; margin-top: -16px; font-size: 13px; font-family:'Lato', sans-serif; + font-weight:600; } .menu span.ion-ios7-sunny-outline:hover:after { @@ -1833,17 +1855,15 @@ input[type="range"]::-webkit-slider-thumb { position: fixed; max-width: 200px; font-size: 15px; - color: black; - background: rgba(255,255,255,0.9); + color: white; + background: rgba(255,0,0,0.8); margin: 8px 0 0 8px; padding: 10px; font-weight: 600; z-index: 22; display: none; - margin-left:-210px; + margin-left:-220px; margin-bottom:20px; - border:1px solid; - box-shadow:3px 3px black; } .settings.info { -- cgit v1.2.3-70-g09d2