MediaWiki:Common.css

来自qingwei personal wiki
Qingwei讨论 | 贡献2018年7月13日 (五) 12:52的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
/* 这里放置的CSS将应用于所有皮肤 */

#toc.mbox-image { display: none; }
table.toc {
        position: fixed;
        top: 100px;
        right: 0px;
        border: 0px;
        width: 300px;
        border-bottom: 1px SOLID #CCC;
        border-left: 1px SOLID #CCC;
}
table.toc tbody tr td ul {
        overflow: auto;
        max-height: 400px;
}
 
table.toc tbody tr td ul ul {
        overflow: auto;
        max-height: 10000px;
}
 
body { overflow-x: hidden;}