模板:Mechanism/styles.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第3行: | 第3行: | ||
border: none; | border: none; | ||
font-size:20px; | font-size:20px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
position:relative; | position:relative; | ||
| 第17行: | 第14行: | ||
background-color: #bb3e3d; | background-color: #bb3e3d; | ||
position: absolute; | position: absolute; | ||
} | } | ||
2023年12月8日 (五) 00:11的版本
h2 {
color:black;
border: none;
font-size:20px;
font-family: sans-serif;
position:relative;
}
h2::before {
content:"";
display:inline-block;
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;
}