-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWM_style.css
109 lines (95 loc) · 2.03 KB
/
WM_style.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
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
body {
font-family: 'PT Sans',
sans-serif;
padding-bottom: 10px;
}
.Gruppenspiele {
border-radius:8px;
background-color:#93bdff;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
.GruppenspieleAnzahl {
padding: 0px 15px 0px 5px;
text-align:left;
}
.Gruppentabelle {
background-color:#eeeeee;
padding: 5px 15px 5px 15px;
border-radius:5px;
display:inline-block;
white-space: nowrap;
}
.Spielzeiten {
padding-right:10px;
white-space:nowrap;
}
h4 {
margin-bottom:5px;
}
.Spielplan_Teamname{
width:140px;
}
.table-added {
margin-bottom:0px;
}
.row {
padding-top:10px;
}
.roundOf16 {
background-color:#74fc76;
border-radius:10px;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
#quarterFinals {
background-color:#fcce74;
border-radius:10px;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
#semiFinals {
background-color:#ff9b96;
border-radius:10px;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
#Final3 {
background-color:#fff093;
border-radius:10px;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
#Final {
background-color:#ffd700;
border-radius:10px;
padding: 10px 15px 10px 15px;
display:inline-block;
text-align:left;
width:auto;
white-space: nowrap;
}
input[type='number'] {
-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}