模板:Tab.css:修订间差异
来自Limbo Wiki
Staf Irity(讨论 | 贡献) 小无编辑摘要 |
Staf Irity(讨论 | 贡献) 小无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第20行: | 第20行: | ||
display:none; | display:none; | ||
} | } | ||
.tab .texts{ | .tab > .texts > div{ | ||
min-width:80%; | min-width:80%; | ||
min-height:1em; | min-height:1em; | ||
第28行: | 第28行: | ||
background-color: #F2F2F2; | background-color: #F2F2F2; | ||
} | } | ||
body:not(.webfonts-changed) .tab .texts div{ | body:not(.webfonts-changed) .tab .tabs{ | ||
display:none; | |||
} | |||
body:not(.webfonts-changed) .tab > .texts > div{ | |||
display:block !important; | display:block !important; | ||
} | |||
body.webfonts-changed .tab > .texts > div > .title{ | |||
display:none !important; | |||
} | |||
.tab[data-mode="file"] .tabs { | |||
display:flex; | |||
flex-wrap: wrap-reverse; | |||
} | } |
2022年11月4日 (五) 15:08的最新版本
.tab .tabs .lw-treebut{ border-bottom:0 !important; border-radius:0; } .tab .tabs .lw-treebut h1, .tab .tabs .lw-treebut h2, .tab .tabs .lw-treebut h3, .tab .tabs .lw-treebut h4, .tab .tabs .lw-treebut h5, .tab .tabs .lw-treebut h6{ font-size:0; border-bottom:0; } .tab .tabs .lw-treebut h1:after, .tab .tabs .lw-treebut h2:after, .tab .tabs .lw-treebut h3:after, .tab .tabs .lw-treebut h4:after, .tab .tabs .lw-treebut h5:after, .tab .tabs .lw-treebut h3:after{ display:none; } .tab > .texts > div{ min-width:80%; min-height:1em; padding: .5em; border: 2px solid; border-color: #AAA #555 #555 #AAA; background-color: #F2F2F2; } body:not(.webfonts-changed) .tab .tabs{ display:none; } body:not(.webfonts-changed) .tab > .texts > div{ display:block !important; } body.webfonts-changed .tab > .texts > div > .title{ display:none !important; } .tab[data-mode="file"] .tabs { display:flex; flex-wrap: wrap-reverse; }