MediaWiki:Common.css:修订间差异
无编辑摘要 |
小无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第5行: | 第5行: | ||
line-height: 25px; | line-height: 25px; | ||
overflow: hidden | overflow: hidden | ||
} | |||
#scrollDiv ul { | |||
margin-left: 0!important; | |||
} | } | ||
#scrollDiv li { | #scrollDiv li { | ||
height: 25px; | height: 25px; | ||
padding-left: | padding-left: 0px; | ||
list-style: none; | list-style: none; | ||
} | |||
#localNotice { | |||
background: none; | |||
border: none; | |||
border-width: 0px; | |||
padding: 0px; | |||
box-shadow: none; | |||
padding: 0; | |||
text-align: center; | |||
} | } | ||
2021年8月5日 (四) 00:14的最新版本
/* 公告栏滚动 */
#scrollDiv {
width: 100%;
height: 25px;
line-height: 25px;
overflow: hidden
}
#scrollDiv ul {
margin-left: 0!important;
}
#scrollDiv li {
height: 25px;
padding-left: 0px;
list-style: none;
}
#localNotice {
background: none;
border: none;
border-width: 0px;
padding: 0px;
box-shadow: none;
padding: 0;
text-align: center;
}