MediaWiki:Common.css

来自天下贰-云轩
Admin留言 | 贡献2019年9月21日 (六) 14:39的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 这里放置的CSS将应用于所有皮肤 */
.dbTab   { color: #00AEAE; font-weight: bold; }
.dbField { color: #64A600; font-weight: bold; }
.dbEnv   { color: #484891; font-weight: bold; }
.java    { color: #5B5B5B; font-weight: bold; font-style: italic; }
.emp     { color: #977C00; }
.imp     { color: #FF0000; }

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