Simplify
◆コトバンク by syon
Details
Authorsyon
LicenseNo License
Categorykotobank
Created
Updated
Size668 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆コトバンク
@version 20230718.02.20
@namespace ?
==/UserStyle== */
@-moz-document domain("kotobank.jp") {
header > #menu,
header > #searchArea,
header > .header-ad,
#mainArea .pc-word-ad,
#mainArea .source {
display: none !important;
}
.dictype .ex section,
.dictype .ex section * {
font-family: serif !important;
font-feature-settings: "palt" !important;
}
#word_head.fixed {
position: initial;
}
.pageWord.winpc .dictype h2, .pageEjjeWord.winpc .dictype h2 {
font-size: 100%;
opacity: 0.3;
}
.dictype h3 {
font-size: 140%;
font-family: serif !important;
}
#mainArea a {
text-decoration: none;
}
}