Kenneth Bruen
1 year ago
13 changed files with 124 additions and 5 deletions
@ -0,0 +1,38 @@ |
|||||||
|
@media (prefers-color-scheme: dark) { |
||||||
|
|
||||||
|
body { |
||||||
|
color: white; |
||||||
|
background-color: black; |
||||||
|
} |
||||||
|
|
||||||
|
header:not(.embedded) { |
||||||
|
background-color: black; |
||||||
|
} |
||||||
|
|
||||||
|
footer { |
||||||
|
background-color: #303030; |
||||||
|
} |
||||||
|
|
||||||
|
h4 { |
||||||
|
color: #a0a0a0; |
||||||
|
background-color: #0f0f0f; |
||||||
|
} |
||||||
|
|
||||||
|
p.sec, p.thi { |
||||||
|
color: lightgrey; |
||||||
|
} |
||||||
|
|
||||||
|
li.items:not(.disabled):hover:not(:focus), a:not(.disabled):hover:not(:focus) { |
||||||
|
background-color: #0000bb; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
|
||||||
|
a:not(.no-a-custom):not(.no-custom-a):not(:focus):not(:hover) { |
||||||
|
color: white; |
||||||
|
} |
||||||
|
|
||||||
|
.back { |
||||||
|
filter: invert(1); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,43 @@ |
|||||||
|
@media(prefers-color-scheme: dark) { |
||||||
|
|
||||||
|
.early { |
||||||
|
color: lightgreen; |
||||||
|
} |
||||||
|
|
||||||
|
.late { |
||||||
|
color: #ff3333; |
||||||
|
} |
||||||
|
|
||||||
|
#tabs-arr { |
||||||
|
border-bottom-color: #bbffbb; |
||||||
|
} |
||||||
|
|
||||||
|
#tabs-dep { |
||||||
|
border-bottom-color: #bbbbff; |
||||||
|
} |
||||||
|
|
||||||
|
#arrivals .train-item { |
||||||
|
background-color: #001a00; |
||||||
|
} |
||||||
|
|
||||||
|
#arrivals .train-item:nth-of-type(even) { |
||||||
|
background-color: #004400; |
||||||
|
} |
||||||
|
|
||||||
|
#departures .train-item { |
||||||
|
background-color: #00002a; |
||||||
|
} |
||||||
|
|
||||||
|
#departures .train-item:nth-of-type(even) { |
||||||
|
background-color: #000066; |
||||||
|
} |
||||||
|
|
||||||
|
.train-item.cancelled { |
||||||
|
background-color: #550000 !important; |
||||||
|
} |
||||||
|
|
||||||
|
.train-item .platform { |
||||||
|
border-color: white; |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
@media(prefers-color-scheme: dark) { |
||||||
|
|
||||||
|
.early { |
||||||
|
color: lightgreen; |
||||||
|
} |
||||||
|
|
||||||
|
.late { |
||||||
|
color: #ff3333; |
||||||
|
} |
||||||
|
|
||||||
|
.station { |
||||||
|
color: white; |
||||||
|
} |
||||||
|
|
||||||
|
.stationItem:nth-of-type(even) { |
||||||
|
background-color: #0f0f0f; |
||||||
|
} |
||||||
|
|
||||||
|
.stationItem .arrival .original, .stationItem .departure .original { |
||||||
|
color: #afafaf; |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue