blob: 6e940b2c71ef58c44f43853257f56be543488cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
.normal,
.dimmed,
header,
body {
color: #fff;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
body {
margin: 40px 30px 40px 30px;
position: absolute;
height: calc(100% - 80px);
width: calc(100% - 60px);
}
/* images slideshow */
.fullscreen.below {
display: flex;
flex-direction: column;
justify-content: center;
}
/* hafas */
.pthBWLineSign {
background-color: initial;
font-size: initial;
font-weight: initial;
color: #fff;
margin: 0;
}
.pthWrapper header {
display: none;
}
.pthDirectionCell {
min-width: 0;
padding: 0;
}
.pthDelay {
display: none;
}
.pthTable {
float: right !important;
width: auto !important;
}
.pthDirectionCell::before {
content: "nach ";
}
/* general */
.module {
margin-bottom: 15px;
}
|