MediaWiki:Common.css:修订间差异

Weili0677留言 | 贡献
无编辑摘要
Lil174留言 | 贡献
无编辑摘要
第1行: 第1行:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* 网站公告的样式 Mediawiki: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%;
}


body {background-color: #020000;color:#B18D62;font-family:Verdana,Arial,Helvetica,sans-serif;}
body {background-color: #020000;color:#B18D62;font-family:Verdana,Arial,Helvetica,sans-serif;}
MediaWiki Appliance - Powered by TurnKey Linux