summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-16 15:28:36 -0400
committerryderr <r@okfoc.us>2014-10-16 15:28:36 -0400
commita49396746de264667784f52b3f02c0089cd6fd5e (patch)
tree05dba3cacb5fbdbc26e79682afa953e9aea1c2e0 /public/assets/stylesheets/app.css
parent5f91a568db7f69489851c373e54cf911d29e3054 (diff)
sweet ass portrait message
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css51
1 files changed, 44 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 44247ef..c1f872f 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1502,7 +1502,7 @@ border-left: 1px solid black;
transition: transform 0.2s;
}
.vvbox .colors span:hover {
- transform: translateX(3px) translateY(-3px);
+ transform: translateX(2px) translateY(-2px);
}
.toolButton {
@@ -1735,14 +1735,18 @@ input[type="range"]::-webkit-slider-thumb {
#helpCursor {
position: fixed;
max-width: 200px;
- font-size: 13px;
+ font-size: 15px;
color: black;
- background: #fff;
+ background: rgba(255,255,255,0.9);
margin: 8px 0 0 8px;
- padding: 4px;
- font-weight: 500;
+ padding: 10px;
+ font-weight: 600;
z-index: 22;
display: none;
+ margin-left:-210px;
+ margin-bottom:20px;
+ border:1px solid;
+ box-shadow:3px 3px black;
}
.settings.info {
@@ -2610,7 +2614,40 @@ a[data-role="forgot-password"] {
margin: 20px 0;
}
.projectList .room {
- width: 100%;
- height: 260px;
+ width: 100%;
+ height: 260px;
+ }
+ .aboutRoom {
+ width: 170px;
+ padding: 6px 8px 8px 8px;
+ }
+ .aboutRoom h2 {
+ font-size: 13px;
+ margin: 1px 0 0 0;
}
+ .aboutRoom h1 a, .aboutRoom h1 {
+ font-size: 16px;
+ }
+}
+
+@media screen and (orientation:portrait) {
+ .aboutRoom {
+ display:none;
+ }
+ body:after{
+ content:"Hey there! For best viewing we suggest flipping your device sideways and spinning around in circles :)";
+ z-index: 3;
+ border: 1px solid;
+ position: fixed;
+ display: inline-block;
+ background: white;
+ box-shadow: -3px 3px;
+ width: 170px;
+ background: rgba(255,255,255,0.95);
+ padding: 6px 8px 8px 8px;
+ position: fixed;
+ bottom: 10px;
+ left: 10px;
+ border: 1px solid;
+ }
} \ No newline at end of file