2020-08-04 14:59:56 -07:00
|
|
|
|
:root[lang="en-GB"] {
|
|
|
|
|
font-family: 'Museo', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root[lang="ja-JP"] {
|
|
|
|
|
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root[lang="zh-CN"] {
|
|
|
|
|
font-family: '华文细黑', 'STXihei', 'PingFang TC', '微软雅黑体', 'Microsoft YaHei New', '微软雅黑', 'Microsoft Yahei', '宋体', 'SimSun', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
|
|
|
font-size: 0.95rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
background: black;
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 0.2em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#chapters {
|
|
|
|
|
counter-reset: section;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#chapters section h1:before {
|
|
|
|
|
counter-increment: section;
|
|
|
|
|
content: "§" counter(section);
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
graphics-element {
|
|
|
|
|
background: #e8e8e8;
|
|
|
|
|
}
|