(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: .wikitable-routes tr th, .wikitable-routes tr td { font-size: 1rem !important; padding: 5px 10px 5px 0; } .wikitable-routes tr td:first-child { margin-right: 10px; }”) |
无编辑摘要 |
||
第6行: | 第6行: | ||
} | } | ||
.wikitable-routes tr td:first-child { | .wikitable-routes tr td:first-child { | ||
border-right: 10px solid white; | |||
} | |||
.wikitable-routes tr td::only-child { | |||
background-color: #ddd; | |||
} | } |
2022年1月22日 (六) 18:07的版本
/* 这里放置的CSS将应用于所有皮肤 */ .wikitable-routes tr th, .wikitable-routes tr td { font-size: 1rem !important; padding: 5px 10px 5px 0; } .wikitable-routes tr td:first-child { border-right: 10px solid white; } .wikitable-routes tr td::only-child { background-color: #ddd; }