模板:Mechanism/style.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第4行: | 第4行: | ||
content: none; | content: none; | ||
} | } | ||
.first_box { | .first_box { | ||
margin-top:16px; | margin-top:16px; | ||
2023年12月7日 (四) 16:37的版本
/* 移除Timeless皮肤中2级标题底部的线 */
body.skin-timeless .welcome-head h2::after,
body.skin-timeless .page_box-header h2::after {
content: none;
}
.first_box {
margin-top:16px;
}
.following_box {
margin-top:0px;
}
.box_before {
position: relative;
}
.box_before_line {
width: 4px;
height:100%;
background-color: #bb3e3d;
position: absolute;
}
.box_header {
font-size:20px;
margin-left:16px;
margin-bottom: 10px;
}
.box_content {
font-size:16px;
margin-left:8px;
line-height:28px;
}