模板:Pwd.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要 |
小 已从limbowiki:模板:Pwd.css导入15个版本 |
||
| (未显示1个用户的2个中间版本) | |||
| 第5行: | 第5行: | ||
text-align:center; | text-align:center; | ||
border-radius:0; | 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]{width:calc(18em + 40px);display:inline-block;} | ||
2025年6月26日 (四) 12:13的最新版本
.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);}
