-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-BCFerries.css
77 lines (64 loc) · 1.03 KB
/
MMM-BCFerries.css
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* title header */
.header {
font-size: 75%;
display: inline-block;
-o-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
/* sailings table header */
.thead1 {
text-align: left;
}
.thead2 {
text-align: center;
}
.thead3 {
text-align: center;
}
.thead4 {
text-align: right;
}
/* vehicle deck space */
.fillspace {
padding-left: 7px;
padding-right: 7px;
text-align: right;
}
.timesched {
text-align: left;
padding-right: 5px;
}
.timeactual {
padding-left: 10px;
}
/* ferry vessel name xxsmall */
.vesselname {
font-size: 0.5rem;
max-width: 140px;
overflow: hidden;
padding-left: 10px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.status {
padding-left: 10px;
text-align: right;
}
/* (status) text colours */
.alert {
color: #ff0000;
}
.warn {
color: #e5a630;
}
.good
{
color: #00ff00
}
.nonews {
color: #ffffff
}