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

来自Limbo Wiki Mirror
无编辑摘要
无编辑摘要
第4行: 第4行:
}
}
.tab .texts{
.tab .texts{
width:100%;
min-width:80%;
min-height:1em;
min-height:1em;
    padding: .5em;
padding: .5em;
    border: 2px solid;
border: 2px solid;
    border-color: #AAA #555 #555 #AAA;
border-color: #AAA #555 #555 #AAA;
    background-color: #F2F2F2;
background-color: #F2F2F2;
}
}

2022年9月9日 (五) 22:42的版本

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