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

来自萌娘文库
跳转至: 导航搜索
(修正)
(+ CAT)
 
(未显示1个用户的10个中间版本)
第5行: 第5行:
 
p {
 
p {
 
font-family: Times New Roman, 仿宋;
 
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, 仿宋;
 
font-family: Times New Roman, 仿宋;
第15行: 第15行:
  
 
h4 {
 
h4 {
font-size: 1.15em;
+
font-size: 20px;
 
font-family: 仿宋;
 
font-family: 仿宋;
 
font-weight: normal!important;
 
font-weight: normal!important;
第21行: 第21行:
  
 
h3 {
 
h3 {
font-size: 1.2em;
+
font-size: 20px;
 
font-family: 楷体;
 
font-family: 楷体;
 
font-weight: bold!important;
 
font-weight: bold!important;
第27行: 第27行:
  
 
h2 {
 
h2 {
font-size: 1.5em;
+
font-size: 20px;
 
font-family: 黑体;
 
font-family: 黑体;
 
font-weight: bold!important;
 
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页面]] **/

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页面]] **/