jitenbot/data/mdict/css/jitenon-kokugo.css

64 lines
1.2 KiB
CSS
Raw Normal View History

2023-07-09 18:34:33 +00:00
@font-face {
font-family: jpgothic;
2023-08-02 05:13:52 +00:00
src: local("YuGothic"), local("Yu Gothic"), local("Noto Sans CJK JP"), local("IPAexGothic"), local("Source Han Sans JP");
2023-07-09 18:34:33 +00:00
}
@font-face {
font-family: jpmincho;
2023-08-02 05:13:52 +00:00
src: local("YuMincho"), local("Yu Mincho"), local("Noto Serif CJK JP"), local("IPAexMincho"), local("IPAmjMincho"), local("Source Han Serif JP"), local("HanaMinA"), local("HanaMinB");
2023-07-09 18:34:33 +00:00
}
body {
font-family: jpmincho, serif;
line-height: 1.5em;
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
padding: 0.5em;
}
th {
font-family: jpgothic, sans-serif;
color: black;
background-color: lightgray;
font-weight: normal;
white-space: nowrap;
}
a {
text-decoration: none;
}
td ul {
margin: -0.1em 0em -0.1em -1em;
}
.見出し {
}
.読み方 {
font-family: jpgothic, sans-serif;
font-weight: bold;
}
2023-07-12 22:51:19 +00:00
.意味,
.kanjirighttb {
margin-left: 1.0em;
margin-bottom: 0.5em;
}
.num_icon {
font-family: jpgothic, sans-serif;
padding-left: 0.25em;
margin-right: 0.5em;
font-size: 0.8em;
word-break: keep-all;
color: white;
background-color: gray;
border-style: none;
-webkit-border-radius: 0.1em;
}