跳转到内容

Template:車站構造/style.css

维基百科,自由的百科全书
.station-structure-table {
	border-collapse: collapse;
}

.station-structure-table-row {
	vertical-align: middle;
	border: gray 1px;
	border-style: solid none;
}

.station-structure-table-row > td {
	padding: 5px 10px;
}

.station-structure-table-row > td {
	padding: -5px -10px;
}

.station-structure-floor {
	font-weight: bold;
}

.station-structure-table-row > td.station-structure-platform-cell {
	padding: 0 10px;
}

.station-structure-platform {
	border-collapse: collapse;
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
	border-spacing: 0;
}

.station-structure-platform > * > tr > th,
.station-structure-platform > * > tr > td {
	padding: 0;
}

.station-structure-content {
	max-width: 450px;
}