打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Mechanism/styles.css:修订间差异

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
h2 {
h2 {
color:black;
color:black;
border: none;
border:none;
font-size:20px;  
font-size:20px;  
font-weight: bold;
font-weight: bold;
第7行: 第7行:
}
}


h2::before {
h3 {
content:"|";
color:black;
color: #bb3e3d;
font-size:18px;
font-weight: 900;
margin-bottom: 8px;
font-weight: normal;
font-family: sans-serif;
}
}


h3 {
h4 {
color:black;
color:black;
border: none;
font-size:16px;  
font-size:16px;  
margin-bottom: 10px;
margin-bottom: 6px;
font-weight: normal;
font-weight: normal;
font-family: sans-serif;
font-family: sans-serif;
}
.noautonum .tocnumber {
display: none;
}
}

2023年12月12日 (二) 14:07的最新版本

h2 {
	color:black;
	border:none;
	font-size:20px; 
	font-weight: bold;
	font-family: sans-serif;
}

h3 {
	color:black;
	font-size:18px; 
	margin-bottom: 8px;
	font-weight: normal;
	font-family: sans-serif;
}

h4 {
	color:black;
	font-size:16px; 
	margin-bottom: 6px;
	font-weight: normal;
	font-family: sans-serif;
}

.noautonum .tocnumber { 
	display: none; 
}