“夹用英文的中文文本的标点符号用法(草案)/style.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(// Edit via Wikiplus)
(+ CAT)
 
(未显示1个用户的16个中间版本)
第4行: 第4行:
  
 
p {
 
p {
font-family: "Times New Roman", Times, serif;
+
font-family: Times New Roman, 仿宋;
font-size: 1.05em;
+
font-size: 20px;
 
}
 
}
  
 
h5 {
 
h5 {
font-size: 1.05em;
+
font-size: 20px;
 
font-weight: normal!important;
 
font-weight: normal!important;
 +
font-family: Times New Roman, 仿宋;
 
}
 
}
  
 
h4 {
 
h4 {
font-size: 1.15em;
+
font-size: 20px;
 +
font-family: 仿宋;
 +
font-weight: normal!important;
 
}
 
}
  
 
h3 {
 
h3 {
font-size: 1.2em;
+
font-size: 20px;
 +
font-family: 楷体;
 +
font-weight: bold!important;
 
}
 
}
  
 
h2 {
 
h2 {
font-size: 1.5em;
+
font-size: 20px;
 +
font-family: 黑体;
 +
font-weight: bold!important;
 +
border-bottom: none;
 
}
 
}
  
h1 {
+
dt {
display: none!important;
+
font-family: Times New Roman, 仿宋;
 +
font-size: 20px;
 +
font-weight: bold!important;
 
}
 
}
 +
 +
dd {
 +
font-family: Times New Roman, 仿宋;
 +
font-size: 20px;
 +
font-weight: normal!important;
 +
}
 +
 +
/** [[Category:在主名字空间下的CSS页面]] **/

2022年3月7日 (一) 23:33的最新版本

.toclevel-4 {
	display: none;
}

p {
	font-family: Times New Roman, 仿宋;
	font-size: 20px;
}

h5 {
	font-size: 20px;
	font-weight: normal!important;
	font-family: Times New Roman, 仿宋;
}

h4 {
	font-size: 20px;
	font-family: 仿宋;
	font-weight: normal!important;
}

h3 {
	font-size: 20px;
	font-family: 楷体;
	font-weight: bold!important;
}

h2 {
	font-size: 20px;
	font-family: 黑体;
	font-weight: bold!important;
	border-bottom: none;
}

dt {
	font-family: Times New Roman, 仿宋;
	font-size: 20px;
	font-weight: bold!important;
}

dd {
	font-family: Times New Roman, 仿宋;
	font-size: 20px;
	font-weight: normal!important;
}

/** [[Category:在主名字空间下的CSS页面]] **/