add preliminary nta support
This commit is contained in:
parent
a7d323056a
commit
1d66553398
21 changed files with 3318 additions and 257 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue