模板:棋子/styles.css:修订间差异
来自勿忘草与永远的少女
跳到导航跳到搜索
创建页面,内容为“→隐藏棋子图鉴表格的第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; }” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 隐藏棋子图鉴表格的第2列和第4列 */ | /* 隐藏棋子图鉴表格的第2列和第4列 */ | ||
table.wikitable | table.wikitable sortable th:nth-child(2), | ||
table.wikitable | table.wikitable sortable td:nth-child(2), | ||
table.wikitable | table.wikitable sortable th:nth-child(4), | ||
table.wikitable | 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;
}