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

51 lines
1,016 B
CSS
Raw Normal View History

2023-07-09 18:34:33 +00:00
@font-face {
font-family: jpgothic;
src: local("メイリオ"), local("ヒラギノ角ゴ Pro W3"), local("Hiragino Kaku Gothic Pro"), local("Meiryo"), local("Noto Sans CJK JP"), local("IPAexGothic"), local("Source Han Sans JP"), local(" Pゴシック"), local("MS Pgothic"), local("sans-serif");
}
@font-face {
font-family: jpmincho;
src: local("Noto Serif CJK JP"), local("IPAexMincho"), local("Source Han Serif JP"), local("MS PMincho"), local("serif");
}
body {
2023-07-09 18:34:33 +00:00
font-family: jpmincho;
margin: 0em 1em;
line-height: 1.5em;
font-size: 1.2em;
color: black;
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
padding: 0.5em;
}
th {
2023-07-09 18:34:33 +00:00
font-family: jpgothic;
color: black;
background-color: lightgray;
font-weight: normal;
white-space: nowrap;
}
a {
text-decoration: none;
}
.見出し {
}
.読み方 {
2023-07-09 18:34:33 +00:00
font-family: jpgothic;
font-weight: bold;
}
.意味 {
margin-left: 1.0em;
margin-bottom: 0.5em;
}