diff --git a/nhentai/viewer/main.css b/nhentai/viewer/main.css index 2519d81..5e2ca2a 100644 --- a/nhentai/viewer/main.css +++ b/nhentai/viewer/main.css @@ -294,7 +294,7 @@ blockquote { font-size: 15px; } -.nav-btn.hidden { +.hidden { display:none; } @@ -392,23 +392,23 @@ blockquote { transition: all 1s linear; } -.btn-2.parody{ +.btn-2#parody{ background-color: red; } -.btn-2.character{ +.btn-2#character{ background-color: blue; } -.btn-2.tag{ +.btn-2#tag{ background-color: green; } -.btn-2.artist{ +.btn-2#artist{ background-color: fuchsia; } -.btn-2.group{ +.btn-2#group{ background-color: teal; } @@ -420,10 +420,6 @@ blockquote { display: none; } -.btn-2.vhidden { - opacity: 0; -} - input,input:focus{ border:none; outline:0; @@ -459,14 +455,4 @@ html.theme-black code { color: #ed2553; border: none; background-color: #292929 -} -.btn span.icon { - background: url(imgs/icon.png) no-repeat; - float: right; - width: 10px; - height: 40px; -} -.cross{ - float:left - height: 5px; } \ No newline at end of file diff --git a/nhentai/viewer/main.html b/nhentai/viewer/main.html index 73437a5..c99c696 100644 --- a/nhentai/viewer/main.html +++ b/nhentai/viewer/main.html @@ -18,7 +18,7 @@