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