希顶维基:首页/样式.css
< 希顶维基:首页
/* 完成后移动至 [[XW:首页/样式.css]] 并修改对应调用 */
@media screen and (min-width: 720px) {
.main-page-left {
width: 62%;
float: left;
}
.main-page-right {
width: 35%;
float: right;
}
.wiki-tools {
float: right;
}
}
.main-page-header {
text-align: center;
}
.main-page-hello {
font-size: 48px;
}
.main-page-frame > h2 {
padding: 0.2rem;
font-size: 1.5rem;
border-bottom: 2px solid #c30;
}