Last active
January 22, 2025 02:06
-
-
Save julenwang/735751059e80cc0fa285d24ddb578238 to your computer and use it in GitHub Desktop.
sala dict custom 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
.dictPanel-FloatBox-Container.saladict-theme .dictPanel-Root { | |
transform: translate(0px, 70px); | |
} | |
.dictPanel-FloatBox-Container.saladict-theme .dictPanel-Head { | |
display: none; | |
} | |
.dictPanel-FloatBox-Container.saladict-theme .mtaBox-DrawerBtn { | |
display: none; | |
} | |
.dictPanel-FloatBox-Container.saladict-theme .waveformBox { | |
display: none; | |
} | |
.dictPanel-FloatBox-Container.saladict-theme .dictItem:first-child { | |
margin-top: -10px; | |
} | |
.dictPanel-FloatBox-Container.saladict-theme | |
.dictItem:first-child | |
.dictItemHead { | |
display: none; | |
} | |
.dictWeblioejje-Box .summary-title-wrp { | |
display: none; | |
} | |
.d-weblioejje .entryBox-Wrap:not(:has(.hlt_JMDCT, .hlt_SUMRY, .hlt_KENJE)) { | |
display: none; | |
} | |
.d-weblio .entryBox-Wrap:not(:has(a[title="漢字辞典"])) { | |
display: none; | |
} | |
.d-weblio .kjtExt, .d-weblio .kjtCpr, .d-weblio .kjtL { | |
display: none; | |
} | |
.d-weblio .Knjjn table { | |
margin: 5px 0; | |
} | |
.Jmdct *{ | |
font-size: 12px; | |
line-height: 1.3; | |
} | |
.Jmdct a{ | |
text-decoration: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment