MediaWiki:Mobile.css:修订间差异

来自北京交通百科
跳转到导航 跳转到搜索
Deefhi留言 | 贡献
无编辑摘要
标签mobile web edit mobile edit advanced mobile edit
Deefhi留言 | 贡献
无编辑摘要
标签mobile web edit mobile edit advanced mobile edit
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于移动版网站 */
/* 这里放置的CSS将应用于移动版网站 */
 
.HisName {white-space: nowrap}
.mw-changeslist-legend {display: none}
/* Hatnote */
/* Hatnote */
div.hatnote {
div.hatnote {font-size: small;padding-left: 2em;margin-top: 0.8em;margin-bottom: 0.8em;}
/* @noflip */
div.hatnote + div.hatnote {margin-top: -0.5em}
    font-size: small;
padding-left: 2em;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
/* Index Fix */
/* Index Fix */
.MainPageBG01{  
.MainPageBG01{width:100%;display:block}
width:100%;
.MainPageBG01 .mw-message-box-warning {display: none}
display:block;
.content li {margin-bottom: 10px;margin-left: 15px;list-style-type:square}
}
.content table {margin: 0}
.content li {
    margin-bottom: 10px;
    margin-left: 15px;
    list-style-type:square
}
.content table {
    margin: 0;
}

2023年6月20日 (二) 17:20的最新版本

/* 这里放置的CSS将应用于移动版网站 */
.HisName {white-space: nowrap}
.mw-changeslist-legend {display: none}
/* Hatnote */
div.hatnote {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}
.MainPageBG01 .mw-message-box-warning {display: none}
.content li {margin-bottom: 10px;margin-left: 15px;list-style-type:square}
.content table {margin: 0}