模板:棋子/styles.css:修订间差异

来自勿忘草与永远的少女
跳到导航跳到搜索
Admin留言 | 贡献
创建页面,内容为“→‎隐藏棋子图鉴表格的第2列和第4列:​ table.wikitable.sortable th:nth-child(2), table.wikitable.sortable td:nth-child(2), table.wikitable.sortable th:nth-child(4), table.wikitable.sortable td:nth-child(4) { display: none; }”
 
Admin留言 | 贡献
无编辑摘要
第1行: 第1行:
/* 隐藏棋子图鉴表格的第2列和第4列 */
/* 隐藏棋子图鉴表格的第2列和第4列 */
table.wikitable.sortable th:nth-child(2),
table.wikitable sortable th:nth-child(2),
table.wikitable.sortable td:nth-child(2),
table.wikitable sortable td:nth-child(2),
table.wikitable.sortable th:nth-child(4),
table.wikitable sortable th:nth-child(4),
table.wikitable.sortable td:nth-child(4) {
table.wikitable sortable td:nth-child(4) {
     display: none;
     display: none;
}
}

2026年4月13日 (一) 23:34的版本

/* 隐藏棋子图鉴表格的第2列和第4列 */
table.wikitable sortable th:nth-child(2),
table.wikitable sortable td:nth-child(2),
table.wikitable sortable th:nth-child(4),
table.wikitable sortable td:nth-child(4) {
    display: none;
}