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将应用于所有皮肤 */
#toc{
.dbTab  { color: #00AEAE; font-weight: bold; }
display: block;
.dbField { color: #64A600; font-weight: bold; }
position: fixed;
.dbEnv  { color: #484891; font-weight: bold; }
top: 100px;
.java    { color: #5B5B5B; font-weight: bold; font-style: italic; }
right: 0px;
.emp    { color: #977C00; }
min-width: 100px;
.imp    { color: #FF0000; }
max-width: 350px;
 
max-height: 20px;
#toc.mbox-image { display: none; }
overflow-y: scroll;
div.toc {
border: 1px solid #aaa;
        position: fixed;
border-radius: 0 0 1px 1px;
        top: 150px;
-moz-border-radius: 0 0 1px 1px;
        right: 0px;
background: rgba(249,249,249,0.75);
        border: 0px;
padding: 12px;
        # width: 300px;
box-shadow: 0 1px 8px #000;
        border-bottom: 1px SOLID #CCC;
-webkit-box-shadow: 0 1px 8px #000;
        border-left: 1px SOLID #CCC;
-moz-box-shadow: 0 1px 8px #000;
}
div.toc tbody tr td ul {
        overflow: auto;
        max-height: 400px;
}
}
   
   
#toc:hover{
div.toc tbody tr td ul ul {
display: block;
        overflow: auto;
position: fixed;
        max-height: 10000px;
top: 100px;
right: 0px;
min-width: 100px;
max-width: 350px;
max-height: 500px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(249,249,249,0.75);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
}
   
   
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;}