-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (95 loc) · 1.53 KB
/
style.css
File metadata and controls
111 lines (95 loc) · 1.53 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
html, body {
margin: 0;
font-family: Verdana, sans-serif;
line-height: 1.5;
}
#progressbar {
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 2px;
background: #0f0;
z-index: 1;
}
.template {
display: none;
padding: 0 !important;
margin: 0 !important;
width: 0 !important;
}
#tabbar {
overflow: hidden;
width: 100%;
background: #000;
color: #fff;
}
.tabbar-item {
padding: 8px 16px;
float: left;
width: auto;
border: none;
display: block;
outline: 0;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: none;
}
.tabbar-item:hover {
background: #333;
}
.tabbar-item.active {
background: #555;
}
.box {
margin: 10px;
display: none;
}
.box.active {
display: block;
}
.heading {
margin: 0;
}
.last-update:before {
content: "Letzte Aktualisierung: ";
}
table {
border-collapse: collapse;
}
tr, td {
padding: 0.1em 0.5em;
border: 1px solid #ccc;
}
tr.qualified {
background-color: #51ffa9;
}
td {
text-align: right;
}
tr:nth-child(1) td,
td:nth-child(2) {
text-align: left;
}
/* hardcoded font sizes for berlin-2020 */
#box-0 {
font-size: 2em;
}
.info-text-0 {
margin: 0.4em;
}
#box-1 {
font-size: 0.65em;
}
#box-2 {
font-size: 0.9em;
}