-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrains.css
More file actions
53 lines (42 loc) · 671 Bytes
/
trains.css
File metadata and controls
53 lines (42 loc) · 671 Bytes
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
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
.small-gap {
gap: 7px;
}
.red {
color: red !important;
}
.orange {
color: rgb(212, 138, 0) !important;
}
.darkred {
color: darkred !important;
}
.green {
color: rgb(0, 255, 0) !important;
}
.lightblue {
color: rgb(70, 169, 202) !important;
}
td.train-destination {
text-align: left;
padding-left: 5px;
padding-right: 10px;
}
td.traintime {
padding-left: 10px;
}
td.status {
padding-left: 10px;
}
td {
text-align: center;
}
table {
border-spacing: 10px;
}
#trainslisting {
font-size: 84%;
}
#trainslisting * {
color: rgb(201, 201, 201);
}