MediaWiki:Common.css:修订间差异

Lil174留言 | 贡献
无编辑摘要
Lil174留言 | 贡献
无编辑摘要
第329行: 第329行:
color: #000000;
color: #000000;
font-weight: bold;
font-weight: bold;
}
/* sitenotice 公告栏的滚动 */
#siteNoticeScroll {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0.25em;
}
#siteNoticeScroll ul {
    height: 25px;
    line-height: 25px;
    -webkit-transition: margin .73s ease-in-out;
    -moz-transition: margin .73s ease-in-out;
    transition: margin .73s ease-in-out;
}
#siteNoticeScroll li {
    height: 25px;
    list-style: none;
    float: left;
    width: 100%;
}
}


MediaWiki Appliance - Powered by TurnKey Linux