Skip to content

Instantly share code, notes, and snippets.

@julenwang
Last active July 14, 2024 03:49
Show Gist options
  • Save julenwang/735751059e80cc0fa285d24ddb578238 to your computer and use it in GitHub Desktop.
Save julenwang/735751059e80cc0fa285d24ddb578238 to your computer and use it in GitHub Desktop.
sala dict custom css
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment