模板:棋子/styles.css

来自勿忘草与永远的少女
Admin留言 | 贡献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;
}