diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-07 12:28:14 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-07 12:28:14 -0400 |
| commit | 9d29b4a65504886d17ab7f2355009b12aedef684 (patch) | |
| tree | 8589f40b1c53a7f889fc5b070f0f10f54ebed020 /public/assets/ok.css | |
| parent | 927c70c98bcda34e67955ed94dbebc68b84b1e37 (diff) | |
| parent | edaa49db61e331d29d7a59875b3147cc5fbce87e (diff) | |
merge
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 3e552dc..89584b7 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -328,16 +328,15 @@ span { } #curtain { - position: absolute; - top: 0; - left: 0; - background: black; - transition: 200ms opacity cubic-bezier(0, 0, 0, 1); - opacity: 0; - z-index: 1; - width: 100%; - height: 100%; - pointer-events: none; + position: absolute; + top: 0; left: 0; + background: black; + transition: 200ms opacity cubic-bezier(0, 0, 0, 1); + opacity: 0; + z-index: 1; + width: 100%; + height: 100%; + pointer-events: none; } .navopen #curtain { @@ -532,8 +531,7 @@ body { margin-left: 20vw; cursor: url(img/u.png) 32 0, pointer; } - -.whiteCursor .page-up { +.whitecursor .page-up { cursor: url(img/u-white.png) 32 0, pointer; } @@ -547,8 +545,7 @@ body { margin-left: 20vw; cursor: url(img/d.png) 32 64, pointer; } - -.whiteCursor .page-down { +.whitecursor .page-down { cursor: url(img/d-white.png) 32 64, pointer; } @@ -600,8 +597,7 @@ button.next { cursor: url(img/r.png)64 32, pointer; z-index: 4; } - -.whiteCursor button.next { +.whitecursor button.next { cursor: url(img/r-white.png)64 32, pointer; } @@ -610,8 +606,7 @@ button.previous { cursor: url(img/l.png) 0 32, pointer; z-index: 4; } - -.whiteCursor button.previous { +.whitecursor button.previous { cursor: url(img/l-white.png) 0 32, pointer; } |
