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

来自萌娘文库
跳转至: 导航搜索
([InPageEdit] 没有编辑摘要)
(// Edit via Wikiplus)
第34行: 第34行:
 
h2 .mw-headline {
 
h2 .mw-headline {
 
display: inline-block;
 
display: inline-block;
 +
}
 +
 +
h2 .mw-headline::after {
 +
content: '';
 +
display: block;
 +
background-color: #CF99ED;
 +
height: 5px;
 +
margin: -0.5em 0 0 -0.5em;
 +
width: 100%;
 +
border-radius: 3px;
 
}
 
}
  

2021年9月10日 (五) 01:25的版本

.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;
}

h2 .mw-headline {
	display: inline-block;
}

h2 .mw-headline::after {
	content: '';
	display: block;
	background-color: #CF99ED;
	height: 5px;
	margin: -0.5em 0 0 -0.5em;
	width: 100%;
	border-radius: 3px;
}

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;
}