MediaWiki:Common.css:修订间差异
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: #toc{ display: block; position: fixed; top: 100px; right: 0px; min-width: 100px; max-width: 350px; max-height…”) |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的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;} | body { overflow-x: hidden;} | ||
2019年9月21日 (六) 14:39的版本
/* 这里放置的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;}