模板:Pwd.css:修订间差异
来自Limbo Wiki Mirror
| 小无编辑摘要 | 小无编辑摘要 | ||
| 第5行: | 第5行: | ||
| 	text-align:center; | 	text-align:center; | ||
| 	border-radius:0; | 	border-radius:0; | ||
| 	user-select | 	/*    user-select    */ | ||
| 	-moz-user-select:none; | 	-moz-user-select:none; | ||
| 	-webkit-user-select:none; | 	-webkit-user-select:none; | ||
| 	-ms-user-select:none; | 	-ms-user-select:none; | ||
| 	user-select:none; | |||
| } | } | ||
| .lw-pwd[data-mode=Word]{width:calc(18em + 40px);display:inline-block;} | .lw-pwd[data-mode=Word]{width:calc(18em + 40px);display:inline-block;} | ||
2023年2月19日 (日) 11:55的版本
.lw-pwd > .lw-treebut {
	padding:0.2em 0;
	width:1.8em;
	height:1.6em;
	text-align:center;
	border-radius:0;
	/*    user-select    */
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.lw-pwd[data-mode=Word]{width:calc(18em + 40px);display:inline-block;}
.lw-pwd[data-mode=Word] > :nth-child(21){
    height: 1.6em;
    float:right;
    padding: calc(1em + 5px) 0;
}
.lw-pwd[data-mode=Word] > :nth-last-child(1){width:calc(3.6em + 4px);}
