模板:Tab.css:修订间差异
来自Limbo Wiki Mirror
| 小无编辑摘要 | 小无编辑摘要 | ||
| 第2行: | 第2行: | ||
| 	border-bottom:0 !important; | 	border-bottom:0 !important; | ||
| 	border-radius:0; | 	border-radius:0; | ||
| } | |||
| .tab .tabs .lw-treebut *{ | |||
| 	font-size:1em !important; | |||
| 	border:0; | |||
| 	margin:0; | |||
| 	padding:0; | |||
| } | } | ||
| .tab .texts{ | .tab .texts{ | ||
2022年9月9日 (五) 22:46的版本
.tab .tabs .lw-treebut{
	border-bottom:0 !important;
	border-radius:0;
}
.tab .tabs .lw-treebut *{
	font-size:1em !important;
	border:0;
	margin:0;
	padding:0;
}
.tab .texts{
	min-width:80%;
	min-height:1em;
	padding: .5em;
	border: 2px solid;
	border-color: #AAA #555 #555 #AAA;
	background-color: #F2F2F2;
}
