希顶维基:首页/样式.css:修订间差异
< 希顶维基:首页
无编辑摘要 |
无编辑摘要 |
||
第27行: | 第27行: | ||
bottom: 0; | bottom: 0; | ||
position: absolute; | position: absolute; | ||
width: auto; | |||
height: 100%; | |||
} | } | ||
.main-page-frame > h2 { | .main-page-frame > h2 { |
2022年9月27日 (二) 19:28的版本
/* 完成后移动至 [[XW:首页/样式.css]] 并修改对应调用 */
.wiki-tools {
display: none;
position: absolute;
right: 0;
top: 1rem;
}
.wiki-tools a {
margin-right: 1em;
}
.main-page-header {
text-align: center;
position: relative;
padding: .5em;
background: #FDFCFA;
}
.main-page-hello {
font-size: 28px;
}
.main-page-header p {
margin: 0;
}
.main-page-header img {
display: none;
left: 0;
bottom: 0;
position: absolute;
width: auto;
height: 100%;
}
.main-page-frame > h2 {
padding: 0.2rem;
font-size: 1.5rem;
border-bottom: 2px solid #c30;
}
@media screen and (min-width: 720px) {
.main-page-left {
width: 62%;
float: left;
}
.main-page-right {
width: 35%;
float: right;
}
.wiki-tools, .main-page-header img {
display: block;
}
}