generated from Dennis-Rosenbaum/MMM-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-Biathlon.css
71 lines (59 loc) · 1.04 KB
/
MMM-Biathlon.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
.MMM-Biathlon {
max-width: 400px;
}
.biathlon-race-title {
line-height: 1.15;
padding-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
}
.organizer {
font-size: 14px;
margin-bottom: -5px;
}
.biathlon-results-table {
display: flex;
line-height: 1.3;
margin-top: 5px;
}
.biathlon-results-table td {
font-size: 18px;
}
.biathlon-results-table .rank {
width: 20px;
text-align: center;
padding-right: 20px
}
.biathlon .flag-icon {
width: 30px;
height: 20px;
display: inline-block;
background-size: cover;
}
.biathlon-results-table .name {
text-align: left;
padding: 0px 0px 0px 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.biathlon-results-table .total-time {
padding-left: 25px
}
.biathlon-results-table .shootings {
padding-left: 15px
}
.medal-icon {
width: 15px;
height: 20px;
vertical-align: middle;
}
.calendar-icon {
vertical-align: middle;
}
.biathlon-next-event {
font-size: 14px;
font-style: italic;
margin-top: 10px;
line-height: 1.1;
}