add preliminary nta support

This commit is contained in:
Nicholas Orlowsky 2026-01-12 22:46:53 -05:00
parent a7d323056a
commit 1d66553398
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
21 changed files with 3318 additions and 257 deletions

View file

@ -70,7 +70,7 @@ img {
.rr-container {
background-color: #4c748c;
color: #ffffff;
font-size: 1.5em;
font-size: 1.2em;
padding: 0.3em;
font-weight: bold;
display: flex;
@ -81,6 +81,35 @@ img {
line-height: 1;
}
.train-direction-table {
width: 100%;
border-collapse: collapse;
font-family: mono;
font-size: 14px;
}
.train-direction-table th,
.train-direction-table td {
border: 1px solid #000;
padding: 4px 8px;
text-align: left;
cursor: pointer;
}
.train-direction-table th {
background-color: #f0f0f0;
font-weight: bold;
}
.highlight-row td,
.highlight-row th {
background-color: #d0ebff !important;
}
.highlight-col {
background-color: #d0ebff !important;
}
.bg-B1, .bg-B2, .bg-B3 {
background-color: #FF661C;
color: #ffffff;
@ -121,6 +150,8 @@ img {
background-color: #ffffff;
color: #000000;
width: max-content;
height: max-content;
aspect-ratio: 3/2;
line-height: 1;
}
.tscroll {