这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据

模板: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日 (五) 23: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;
}