MediaWiki:Common.css:修订间差异

添加369字节 、​ 2025年1月26日 (星期日)
added float index feature
无编辑摘要
(added float index feature)
第1,252行: 第1,252行:
   color: #BA0000;
   color: #BA0000;
}
}
/* == 浮动目录 == */
#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;}