“夹用英文的中文文本的标点符号用法(草案)/style.css”的版本间的差异
(修正) |
小 (修正) |
||
第30行: | 第30行: | ||
font-family: 黑体; | font-family: 黑体; | ||
font-weight: bold!important; | font-weight: bold!important; | ||
+ | } | ||
+ | |||
+ | dt { | ||
+ | font-family: Times New Roman, 仿宋; | ||
+ | font-size: 1.05em; | ||
+ | font-weight: bold!important; | ||
+ | } | ||
+ | |||
+ | dd { | ||
+ | font-family: Times New Roman, 仿宋; | ||
+ | font-size: 1.05em; | ||
+ | font-weight: normal!important; | ||
} | } |
2021年9月9日 (四) 22:49的版本
.toclevel-4 { display: none; } p { font-family: Times New Roman, 仿宋; font-size: 1.05em; } h5 { font-size: 1.05em; font-weight: normal!important; font-family: Times New Roman, 仿宋; } h4 { font-size: 1.15em; font-family: 仿宋; font-weight: normal!important; } h3 { font-size: 1.2em; font-family: 楷体; font-weight: bold!important; } h2 { font-size: 1.5em; font-family: 黑体; font-weight: bold!important; } dt { font-family: Times New Roman, 仿宋; font-size: 1.05em; font-weight: bold!important; } dd { font-family: Times New Roman, 仿宋; font-size: 1.05em; font-weight: normal!important; }