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

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

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

来自RIA | Wiki
LettuceIce留言 | 贡献
无编辑摘要
LettuceIce留言 | 贡献
无编辑摘要
第5行: 第5行:
margin-left:16px;  
margin-left:16px;  
margin-bottom: 10px;
margin-bottom: 10px;
padding-left:16px;
font-family: sans-serif;
font-family: sans-serif;
position:relative;
position:relative;
第11行: 第10行:


h2::before {
h2::before {
content: "";
display: inline-block;
width: 4px;
width: 4px;
height: 100%;
height: 100%;

2023年12月8日 (五) 00:07的版本

h2 {
	color:black;
	border: none;
	font-size:20px; 
	margin-left:16px; 
	margin-bottom: 10px;
	font-family: sans-serif;
	position:relative;
}

h2::before {
	width: 4px;
	height: 100%;
	background-color: #bb3e3d;
	position: absolute;
}

h3 {
	color:black;
	border: none;
	font-size:16px; 
	margin-left:10px; 
	margin-bottom: 10px;
	font-family: sans-serif;
}