“MediaWiki:Common.css”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
 
 
/* == 浮动目录 == */
 
/* == 浮动目录 == */
#toc, .toc {
+
#toc.mbox-image { display: none; }
        display: block;
+
table.toc {
 
         position: fixed;
 
         position: fixed;
         top: 80px;
+
         top: 100px;
 
         right: 0px;
 
         right: 0px;
         min-width: 200px;
+
         border: 0px;
         max-width: 350px;
+
         width: 300px;
         max-height: 600px;
+
         border-bottom: 1px SOLID #CCC;
        overflow-y: scroll;
+
         border-left: 1px SOLID #CCC;
        border: 1px solid #aaa;
+
}
         border-radius: 0 0 1px 1px;
+
table.toc tbody tr td ul {
        -moz-border-radius: 0 0 1px 1px;
+
         overflow: auto;
        background: rgba(249,249,249,0.85);
+
         max-height: 400px;
         padding: 12px;
+
}
         box-shadow: 0 1px 8px #000;
 
        -webkit-box-shadow: 0 1px 8px #000;
 
        -moz-box-shadow: 0 1px 8px #000;
 
 
   
 
   
 +
table.toc tbody tr td ul ul {
 +
        overflow: auto;
 +
        max-height: 10000px;
 
}
 
}
 +
 
body { overflow-x: hidden;}
 
body { overflow-x: hidden;}

2018年1月12日 (五) 15:29的版本

/* == 浮动目录 == */
#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;}