模板:Pwd.css

来自Limbo Wiki
.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);}