Last active
March 16, 2022 12:05
-
-
Save ThinaticSystem/82e0a78a70b5796586efdd4d2d1a7acb to your computer and use it in GitHub Desktop.
連想類語辞典ダークテーマ(カスタムCSS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 変数 */ | |
:root { | |
--bg: #221; | |
} | |
body, | |
#head, | |
#header-kensaku-box, | |
#header-kensaku-box-left, | |
#header-kensaku-box-right, | |
input, | |
.word_t_midasi, | |
.word_t_midasi2, | |
.kensaku-box, | |
#foot { | |
background-color: var(--bg); | |
} | |
.marker_yellow_futo { | |
background: linear-gradient(transparent 0%, #660); | |
color: #BBB; | |
} | |
li[id^="sub_midasi_collection_parts-"]:before { | |
background: #444 !important; | |
} | |
#sub_midasi_collection_parts-1 { | |
background-color: #343 !important; | |
} | |
li[id^="sub_midasi_collection_parts-"] { | |
background-color: #333 !important; | |
} | |
span[class^="fixed_sub_midasi-"] { | |
background-color: var(--bg) !important; | |
} | |
#head, | |
#header-kensaku-box-left, | |
#header-kensaku-box-right, | |
div[style="box-sizing:border-box;width:100%;border:2px solid #ddd;margin-bottom:15px;text-align:center;padding:13px 0px;font-size:130%"], | |
.word_t_midasi, | |
.word_t_field, | |
.sub_midasi_collection_box, | |
.sidebar-box1, | |
td, | |
.kensaku-box, | |
#foot { | |
border-color: #444 !important; | |
} | |
.ruigo_midasi1, | |
hr { | |
border-color: #366; | |
} | |
:not(div):not(ruby):not(rt), | |
input, | |
#header-kensaku-box-right, | |
div[id^="ruigogun_paragraph-"], | |
div[id^="ruigogun_paragraph-"] a, | |
td, | |
#content table tbody tr td a, | |
.word_t_midasi, | |
.ruigo_midasi1, | |
.word_t a:link, | |
#foot p { | |
color: #BBB; | |
} | |
a:link { | |
color: #48F; | |
} | |
a:visited { | |
color: #A4F; | |
} | |
span[style="color:#00f"] { | |
color: #5BA !important; | |
} | |
img { | |
filter: invert(0.866) | |
hue-rotate(180deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment