MediaWiki:Common.css:修订间差异

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

/* 这里放置的CSS将应用于所有皮肤 */
#toc{
 display: block;
 position: fixed;
 top: 100px;
 right: 0px;
 min-width: 100px;
 max-width: 350px;
 max-height: 20px;
 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;
}
 
#toc:hover{
 display: block;
 position: fixed;
 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;}