MediaWiki:Common.css

来自BioHos-生命健康创投百科
Jianjdandd讨论 | 贡献2017年2月5日 (日) 04:20的版本
跳转至: 导航搜索
/* == 浮动目录 == */
#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;}