MediaWiki:Mobile.css:修订间差异

无编辑摘要
(创建页面,内容为“→‎这里放置的CSS将应用于移动版网站:​ →‎网站公告的 CSS - 移动端和桌面端通用:​ #siteNoticeScroll { width: 100%; height: 25px; line-height: 25px; overflow: hidden; text-align: center; margin-bottom: 0.25em; position: relative; } #siteNoticeScroll ul { height: 25px; line-height: 25px; margin: 0; padding: 0; list-style: none; -webkit-transition: margin-left 0.73s ease-in-out; -m…”
 
无编辑摘要
标签移动版编辑 移动版网页编辑
第1行: 第1行:
/* 这里放置的CSS将应用于移动版网站 */
/* 网站公告的 CSS - 移动端和桌面端通用 */
/* 网站公告的 CSS - 移动端和桌面端通用 */


第23行: 第22行:
     transition: margin-left 0.73s ease-in-out;
     transition: margin-left 0.73s ease-in-out;
     display: block;
     display: block;
    white-space: nowrap;
    position: relative;
}
}


第31行: 第32行:
     float: left;
     float: left;
     width: 100%;
     width: 100%;
     display: block;
     display: inline-block;
     box-sizing: border-box;
     box-sizing: border-box;
     padding: 0 10px;
     padding: 0 10px;
    vertical-align: top;
}
}