模板:Mechanism/styles.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第12行: | 第12行: | ||
width: 4px; | width: 4px; | ||
height: 100%; | height: 100%; | ||
left:-2px; | |||
background-color: #bb3e3d; | background-color: #bb3e3d; | ||
position: absolute; | position: absolute; | ||
2023年12月8日 (五) 00:12的版本
h2 {
color:black;
border: none;
font-size:20px;
font-family: sans-serif;
position:relative;
}
h2::before {
content:"";
display:inline-block;
width: 4px;
height: 100%;
left:-2px;
background-color: #bb3e3d;
position: absolute;
}
h3 {
color:black;
border: none;
font-size:16px;
margin-left:10px;
margin-bottom: 10px;
font-family: sans-serif;
}