summaryrefslogtreecommitdiff
path: root/sass/src/common/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/common/local.scss')
-rw-r--r--sass/src/common/local.scss27
1 files changed, 21 insertions, 6 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss
index 76e19de..140f6c1 100644
--- a/sass/src/common/local.scss
+++ b/sass/src/common/local.scss
@@ -208,13 +208,24 @@ ul.route-history > li {
width: fit-content;
min-width: 6ch;
margin: 0 auto;
-
- &.Bus, &.BUS, &.RUF, &.AST, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.RegionalBus, &.ExpressBus, &.RufTaxi {
+
+ &.Bus, &.BUS, &.NachtBus, &.Niederflurbus, &.Stadtbus, &.MetroBus, &.PlusBus, &.Landbus, &.Regionalbus, &.RegionalBus, &.SB, &.ExpressBus, &.BSV, &.RVV-Bus-Linie, &.Buslinie, &.Omnibus, &.RegioBus {
background-color: #a3167e;
border-radius: 5rem;
padding: .2rem .5rem;
}
- &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram {
+ &.RUF, &.AST, &.RufTaxi, &.Rufbus, &.Linientaxi {
+ background-color: #ffd800;
+ color: black;
+ border-radius: 5rem;
+ padding: .2rem .5rem;
+ }
+ &.Fhre, &.Fh, &.Schiff, &.SCH, &.KAT, &.FERRY {
+ background-color: #309fd1;
+ border-radius: 5rem;
+ padding: .2rem .5rem;
+ }
+ &.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram, &.Stadtbahn, &.Niederflurstrab, &.Trm {
background-color: #c5161c;
border-radius: 5rem;
padding: .2rem .5rem;
@@ -224,7 +235,7 @@ ul.route-history > li {
border-radius: 5rem;
padding: .2rem .5rem;
}
- &.U, &.M, &.SUBWAY, &.U-Bahn {
+ &.U, &.M, &.SUBWAY, &.U-Bahn, &.UBAHN, &.Schw-B, &.Schwebebahn, &.H-Bahn {
background-color: #014e8d;
border-radius: 5rem;
padding: .2rem .5rem;
@@ -235,14 +246,18 @@ ul.route-history > li {
&.RB, &.MEX, &.TER, &.R, &.REGIONAL_RAIL, &.Regionalzug, &.R-Bahn, &.BRB {
background-color: #1f4a87;
}
+ // BE / NL
+ &.ECD,
// DE
&.IC, &.ICE, &.EC, &.ECE, &.D,
// CH
&.IR,
// FR
&.TGV, &.OGV, &.EST,
+ // IT
+ &.FR,
// PL
- &.TLK, &.EIC,
+ &.TLK, &.EIC, &.EIP,
// MOTIS
&.HIGHSPEED_RAIL, &.LONG_DISTANCE {
background-color: #ff0404;
@@ -253,7 +268,7 @@ ul.route-history > li {
&.RJ, &.RJX {
background-color: #c63131;
}
- &.NJ, &.EN, &.NIGHT_RAIL {
+ &.NJ, &.EN, &.NIGHT_RAIL, &.ICN {
background-color: #29255b;
}
&.WB {