-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
124 lines (105 loc) · 1.79 KB
/
styles.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
html, body {
background-color: #f6f6f6;
min-width: 120px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}
h1 {
line-height: 100%;
font-size: 24px;
color: #3d5875;
}
h2 {
text-align: center;
font-weight: 200;
line-height: 100%;
}
h3 {
text-align: center;
font-weight: 100;
line-height: 100%;
}
.button {
text-align: center;
}
/*
#live-bar {
position: absolute;
top: 100px;
right: 0;
z-index: 25;
text-align: right;
}
@media only screen and (max-width: 999px) {
#live-bar {
text-align: center;
margin-left: auto;
margin-right: auto;
position: initial;
margin-top: -75px;
}
}
#live-bar h1 {
line-height: 100%;
margin-bottom: 0;
font-size: 64px;
color: #3d5875;
}
#live-bar h3 {
font-weight: 200;
line-height: 100%;
margin-bottom: 0.5rem;
}
#live-time {
font-weight: 600;
}
.schedule-event-active {
margin-right: 400px;
opacity: 1 !important;
}
.schedule-event-passed {
opacity: 0.25 !important;
}
.schedule-event {
position: relative;
opacity: 0.75;
}
.schedule-event-time {
display: inline-block;
color: #3d5875;
width: 110px;
position: absolute;
top: 0;
}
.schedule-event-time h3 {
display: inline-block;
font-size: 24px;
margin-bottom: 0.5rem;
}
.schedule-event-time h4 {
display: inline-block;
font-size: 24px;
font-weight: 600;
margin-bottom: 0.5rem;
text-align: right;
float: right;
}
.schedule-event-time h5 {
font-size: 20px;
text-align: right;
float: right;
}
.schedule-event-item {
display: inline-block;
margin-left: 135px;
}
.schedule-event-item h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 0.5rem;
}
*/