模板:Tab.css:修订间差异

来自Limbo Wiki
(Staf Irity将页面模板:Tab.css的内容模型从“wikitext”更改为“已过滤的CSS”)
标签内容模型更改
无编辑摘要
第1行: 第1行:
.tab .tabs .lw-treebut{}
.tab .tabs .lw-treebut{
border-bottom:0 !important;
border-radius:0;
}
.tab .texts{
width:100%;
min-height:1em;
    padding: .5em;
    border: 2px solid;
    border-color: #AAA #555 #555 #AAA;
    background-color: #F2F2F2;
}

2022年9月9日 (五) 14:38的版本

.tab .tabs .lw-treebut{
	border-bottom:0 !important;
	border-radius:0;
}
.tab .texts{
	width:100%;
	min-height:1em;
    padding: .5em;
    border: 2px solid;
    border-color: #AAA #555 #555 #AAA;
    background-color: #F2F2F2;
}