diff --git a/gulp/res/css/themes/mushroom.css b/gulp/res/css/themes/mushroom.css index e5a7969f..093e8509 100644 --- a/gulp/res/css/themes/mushroom.css +++ b/gulp/res/css/themes/mushroom.css @@ -1,116 +1,55 @@ :root { - --background-top: #0d1a1d; - --background-rest: #0d1a1d; - --alt-label-color: #98E; - --alt-font-color: white; - --navbar-color: #D6DAF0; - --post-color: #182F3F; - --post-outline-color: #B7C5D9; - --label-color: #98E; - --box-border-color: #000; - --darken: #00000010; + --icon-color:invert(15%) sepia(66%) saturate(7479%) hue-rotate(6deg) brightness(98%) contrast(124%); + --alt-label-color: #182f3f; + --alt-font-color: #acacac; + --background-top: #0d1a1d; + --background-rest: #0d1a1d; + --navbar-color: #182f3f9e; + --post-color: #182f3f; + --post-outline-color: #82cece; + --label-color: #182f3f; + --box-border-color: #82cece; + --darken: #ffffff10; --highlighted-post-color: #244860; - --highlighted-post-outline-color: #82CECE; - --board-title: #af0a0f; - --hr: lightgray; - --font-color: #ACACAC; - --name-color: #117743; + --highlighted-post-outline-color: #82cece; + --board-title: #82cece; + --hr: #82cece; + --font-color: #acacac; + --name-color: #82cece; --capcode-color: #f00; - --subject-color: #0F0C5D; - --link-color: #34345C; - --post-link-color: #d00; - --link-hover: #d00; - --input-borders: #a9a9a9; - --input-color: #000; - --input-background: white; + --subject-color: #46b5b5; + --link-color: #82cece; + --post-link-color: #82cece; + --link-hover: #acacac; + --input-borders: #82cece; + --input-color: #acacac; + --input-background: #182f3f; --dice-color: darkorange; --title-color: #d70000; --greentext-color: #789922; - --pinktext-color: #E0727F; + --pinktext-color: #e0727f; } body { - background: var(--background-rest) url(/file/mushroom.png); - color: #acacac; + background-image: url("/file/mushroom.png"); } -.spoiler { - background: #4b4b4b; - color: #4b4b4b; - cursor: none; -} - -.spoiler:hover,.spoiler:hover a { - color: #fff; -} - -.spoiler:not(:hover) * { - color: #4b4b4b; - background: #4b4b4b!important; -} - -a,a.post-name,a:visited { - color: #82cece; -} - -.navbar { - background-color: #182f3f9e; - border-bottom: 1px solid #82cece; -} - -table { - border: 1px solid #82cece; -} - -#float .post-container,#livetext,#threadstats,.catalog-tile,.pages,.post-container,.stickynav,.toggle-summary { - border: 1px solid #82cece; -} - -a.quote { - color: #82cece; -} - -.label,.rlabel { - background: #182f3f; - border: 1px solid #82cece; -} - -input[type=button],input[type=file],input[type=number],input[type=password],input[type=range],input[type=submit],input[type=text],select,textarea { - border: 1px solid #82cece; - background: #182f3f; - color: #acacac; -} - -.postform-style { - border: 1px solid #82cece; - background: #182f3f; - color: #acacac; -} - -.post-subject { - color: #46b5b5!important; -} - -.post-name,.post-tripcode { +a.post-name { color: #a0ffff; } -th { - background: #182f3f; +a.quote { + color: #81a2be; } -.alt { - background: #182f3f; +table { + border: 1px solid var(--box-border-color); } tr { - background: url(/file/mushroom.png); + background-image: url("/file/mushroom.png"); } -.post-icons img { - filter: invert(15%) sepia(66%) saturate(7479%) hue-rotate(6deg) brightness(98%) contrast(124%); -} - -.post-links a { - color: #acacac; -} +.captcha { + filter: invert(90%); +} \ No newline at end of file