diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/img/ryder-ripps.gif | bin | 197976 -> 0 bytes | |||
| -rw-r--r-- | public/assets/ok.css | 26 |
2 files changed, 14 insertions, 12 deletions
diff --git a/public/assets/img/ryder-ripps.gif b/public/assets/img/ryder-ripps.gif Binary files differdeleted file mode 100644 index 0dd6d08..0000000 --- a/public/assets/img/ryder-ripps.gif +++ /dev/null diff --git a/public/assets/ok.css b/public/assets/ok.css index 5923531..f2f38f5 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -32,7 +32,7 @@ audio { a, a:visited { - color: blue; + color: #A200FF; font-weight: bold; cursor: pointer; } @@ -123,17 +123,17 @@ h3 { .intro div.text { width: 50%; - -webkit-column-count: 2; +/* -webkit-column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-count: 2; column-fill: auto; column-gap: 10px; - overflow: hidden; +*/ overflow: hidden; } .intro.single .right { - background: url(img/ryder-ripps.gif)no-repeat center; + background: url(img/)no-repeat center; background-size: cover; } @@ -145,7 +145,7 @@ h3 { .intro.cover .left span#cred { width: 100%; - border-top: 1px solid; + border-top: 1px solid #bbb; padding: 15px 0 10px 0; } @@ -220,10 +220,11 @@ h3 { .menu ul li { list-style-type: decimal-leading-zero; list-style-position: inside; - border-bottom: 1px solid black; + border-bottom: 1px solid #ddd; padding: 6px 5px 4px 7px; - padding: 1vh 0.5vw 0.5vw 0.7vw; + padding: 0.9vw 0.5vw 0.5vw 0.9vw; font-size: 14px; + line-height: 1.5; } ul li { @@ -236,7 +237,7 @@ ul li[data-id='dump-fm'] { .desktop .menu ul li:hover, .menu ul li.active { - background: black; + background: #333; color: white; cursor: pointer; } @@ -256,13 +257,14 @@ ul li[data-id='dump-fm'] { nav { background: white; + color: #444; } .navopen .menu { transform: translateZ(0) translateX(0vw); z-index: 2; opacity: 1; - background: #f9f9f9; + background: white; } .desktop .navopen .menu { @@ -392,7 +394,7 @@ nav { } nav span { - border-bottom: 1px solid black; + border-bottom: 1px solid #888; width: 100%; } @@ -454,7 +456,7 @@ nav span div:first-child { } nav span div:nth-child(2) { - border-left: 1px solid black; + border-left: 1px solid #bbb; padding-left: 20px; } @@ -731,7 +733,7 @@ nav { } .headings span { - border-bottom: 1px solid; + border-bottom: 1px solid #888; padding: 0 0 2px 0; } |
