diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-30 18:24:46 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-30 18:24:46 -0400 |
| commit | b666c2e12e4a5fc9095f025c6e4ab553219e0e2b (patch) | |
| tree | ca7c8b08258db016795ef9652afb42ce68af5ffa | |
| parent | 8e0f6a586316436adb7d62a547ad2f735a1eeeaa (diff) | |
menu css
| -rw-r--r-- | public/assets/ok.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 4e00729..75aec3d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -147,7 +147,7 @@ h3 { left: 0; z-index: 2; transform: translateX(-50vw); - padding: 30px 5px 5px 5px; + padding: 24px 0 5px 0; transition: 150ms transform cubic-bezier(0, 0, 0, 1); z-index: 0; opacity: 0; @@ -170,8 +170,7 @@ h3 { list-style-type: decimal-leading-zero; list-style-position: inside; border-bottom: 1px solid; - padding-bottom: 4px; - padding-top: 6px; + padding: 6px 5px 4px 7px; font-size: 14px; } @@ -411,15 +410,15 @@ body { .up .showing.item { transform: translateY(-10px); opacity: 0; - background: black; } .down .showing.item { transform: translateY(10px); opacity: 0; - background: black; } +/* + .up nav, .down nav { background: black; @@ -427,11 +426,10 @@ body { } -/* .up nav span div:nth-child(2), .down nav span div:nth-child(2) { border-left:1px solid white; } -*/ + .up nav .index, .down nav .index, @@ -448,7 +446,7 @@ body { } -/* + .up .cell, .down .cell { opacity:0; } |
