MediaWiki:Mobile.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:mobile web edit mobile edit advanced mobile edit |
无编辑摘要 标签:mobile web edit mobile edit advanced mobile edit |
||
| 第14行: | 第14行: | ||
/* Index Fix */ | /* Index Fix */ | ||
.MainPageBG01{ | .MainPageBG01{ | ||
width:100%; | |||
display:block; | |||
} | } | ||
. | .content li { | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
margin-left: 15px; | margin-left: 15px; | ||
list-style-type:square | list-style-type:square | ||
} | } | ||
2023年4月11日 (二) 16:02的版本
/* 这里放置的CSS将应用于移动版网站 */
/* Hatnote */
div.hatnote {
/* @noflip */
font-size: small;
padding-left: 2em;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
/* Index Fix */
.MainPageBG01{
width:100%;
display:block;
}
.content li {
margin-bottom: 10px;
margin-left: 15px;
list-style-type:square
}