summaryrefslogtreecommitdiff
path: root/public/assets/ok.css
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-30 12:36:08 -0400
committer“Ryder <“r@okfoc.us”>2016-03-30 12:36:08 -0400
commit3f332c7a43b90f21255412efc6f17104b2f1703c (patch)
tree63aea280e34472716655cb910826aaedd6e1688f /public/assets/ok.css
parent3de0cd15fc27570ab009437689e0e423889d38f7 (diff)
parent1a99f27f5351c9460cc2d03d328ef84e85daf4f1 (diff)
merge
Diffstat (limited to 'public/assets/ok.css')
-rw-r--r--public/assets/ok.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 1964120..89cc9f9 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -36,12 +36,14 @@ body {
overflow: hidden;
}
+/*
.hidden {
display: none!important;
}
-
+ */
.item.hidden {
- display: block;
+ display: -webkit-flex;
+ display: flex;
opacity: 0;
pointer-events: none;
}
@@ -373,7 +375,12 @@ nav b {
/*animations*/
.bottom {
- float: none;
+ float: none;
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ left: 0;
+ background: white;
}
.up .showing.item {
@@ -403,6 +410,8 @@ nav b {
height: 20vw;
width: 60vw;
position: absolute;
+ top: 0;
+ left: 0;
z-index: 3;
margin-left: 20vw;
cursor: url(img/u.png) 32 0, pointer;
@@ -468,6 +477,7 @@ button.previous {
.cell {
width: 100vw;
+ height: 100%;
/*THIS SHOULD BE DYNAMIC*/
background-position: center;
background-size: cover;