diff options
| author | ryderr <r@okfoc.us> | 2014-11-03 12:32:40 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-03 12:32:40 -0500 |
| commit | 7e8c945d8a8d93f314627ebee93039951f77237d (patch) | |
| tree | b32ac903432c6839a73a20f8875351f692c717ef | |
| parent | b5c6adb5fbc7225e7b655f02123d7f0995ae3b46 (diff) | |
style stuff
| -rwxr-xr-x | public/assets/stylesheets/app.css | 55 |
1 files changed, 19 insertions, 36 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 6e42050..94430dd 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -71,10 +71,10 @@ a{ left: 0; z-index: 6; } -#header.black .logo:hover { +.desktop #header.black .logo:hover { background: white; } -#header.black .logo:hover path { +.desktop #header.black .logo:hover path { fill: black; } #header.black path { @@ -83,11 +83,11 @@ a{ #header.black .topLinks a { color: white; } -#header.black .topLinks a:hover { +.desktop #header.black .topLinks a:hover { color: black; background-color: white; } -#header.black a#help-button:hover { +.desktop #header.black a#help-button:hover { background-color: transparent; text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; } @@ -135,7 +135,7 @@ a{ color:#444; } -.videoModal .ion-ios7-close-empty:hover { +.desktop .videoModal .ion-ios7-close-empty:hover { color:black; } @@ -175,7 +175,7 @@ a{ animation:1s redpulse infinite linear; } .topLinks a.ion-help-circled.active, -.topLinks a.ion-help-circled:hover { +.desktop .topLinks a.ion-help-circled:hover { background:transparent; color:red; } @@ -435,7 +435,7 @@ iframe.embed { background-size: contain; background-position: center; } -.projectList a:hover .room .mask { +.desktop .projectList a:hover .room .mask { background-color: rgba(128,128,128,0.1); } .room .images { @@ -522,12 +522,12 @@ iframe.embed { letter-spacing: 0.3px; } -.page .room .holder a:hover { +.desktop .page .room .holder a:hover { background:black; color:white; } -.projectList a:hover label { +.desktop .projectList a:hover label { background:black; color:white; } @@ -624,7 +624,7 @@ iframe.embed { font-size: 13px; } -.footer a:hover{ +.desktop .footer a:hover{ text-decoration:underline; } @@ -679,7 +679,7 @@ iframe.embed { .page .topLinks a:last-child { border-right:0px solid; } -.topLinks a:hover { +.desktop .topLinks a:hover { background: black; color: white; } @@ -696,7 +696,7 @@ iframe.embed { background:white!important; } -.profilepage .bio a:hover { +.desktop .profilepage .bio a:hover { text-decoration:underline; } @@ -780,7 +780,7 @@ iframe.embed { padding: 10px; font-size: 18px; } -.profilepage .about h2 .btn:hover { +.desktop .profilepage .about h2 .btn:hover { background:black; color:white; } @@ -838,7 +838,7 @@ border-left: 1px solid black; } -.templates span:hover .image { +.desktop .templates span:hover .image { background-color: #f00; cursor:pointer; } @@ -1040,10 +1040,10 @@ border-left: 1px solid black; padding:6px 8px 9px 8px; } -.logo:hover { +.desktop .logo:hover { background:black; } -.logo:hover svg { +.desktop .logo:hover svg { fill:white; } .profile{ @@ -1393,24 +1393,6 @@ border-left: 1px solid black; z-index: 4; } -.editBtn{ - color: red; - padding: 3px; - font-size: 12px; - display: inline-block; - cursor:pointer; - font-weight:600; - text-decoration:none; - position: absolute; - right: 10px; - top: 10px; -} - -.editBtn:hover { - background:red; - color:white; -} - .deleteArmed .mediaDrawer h3 { background:#FF3B30; color:white; @@ -2444,7 +2426,7 @@ a[data-role="forgot-password"] { } .aboutRoom h1 { - font-size:28px; + font-size:26px; } .txt { font-size:12px; @@ -2467,6 +2449,7 @@ a[data-role="forgot-password"] { .aboutRoom h1 a{ text-decoration: none; font-style: italic; + font-weight:500; } .desktop .aboutRoom h1 a:hover { @@ -2698,7 +2681,7 @@ a[data-role="forgot-password"] { height: 180px; width: 50%; display: inline-block; - padding-top: 20px; + padding-top: 40px; } .profilePic { |
