打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Vertical Rail Route Map/style.css

来自RIA | Wiki
秋月白留言 | 贡献2026年3月3日 (二) 20:11的版本 (创建页面,内容为“table.route-map-table tr td:nth-child(1), table.route-map-table tr th:nth-child(1) { text-align: right ; width: 200px; } table.route-map-table tr td:nth-child(2), table.route-map-table tr th:nth-child(2) { text-align: center ; width: 35px; } table.route-map-table tr td:nth-child(3), table.route-map-table tr th:nth-child(3) { text-align: left ; width: 200px; line-height: 16px; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
table.route-map-table tr td:nth-child(1),
table.route-map-table tr th:nth-child(1) {
    text-align: right ;
    width: 200px;
}

table.route-map-table tr td:nth-child(2),
table.route-map-table tr th:nth-child(2) {
    text-align: center ;
    width: 35px;
}

table.route-map-table tr td:nth-child(3),
table.route-map-table tr th:nth-child(3) {
    text-align: left ;
    width: 200px;
    line-height: 16px;
}