模板:B ProjectDivide/Style.css:修订间差异
来自Limbo Wiki Mirror
| 无编辑摘要 | 小无编辑摘要 | ||
| 第16行: | 第16行: | ||
| .PDBox h6{ | .PDBox h6{ | ||
| 	flex:100%; | 	flex:100%; | ||
| } | |||
| #HydraSelector .pd-button.enabled{ | |||
| 	color:red; | |||
| } | |||
| #HydraSelector .pd-button{ | |||
| 	margin-right:1em; | |||
| } | } | ||
2025年6月9日 (一) 17:56的版本
.PDCard{
	flex:1;
	min-width: 350px;
	max-width: 450px;
	text-align:center;
	margin-right:1em;
}
.PDBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: flex-start;
}
.PDBox h4,
.PDBox h5,
.PDBox h6{
	flex:100%;
}
#HydraSelector .pd-button.enabled{
	color:red;
}
#HydraSelector .pd-button{
	margin-right:1em;
}
