-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
122 lines (106 loc) · 2.26 KB
/
style.css
File metadata and controls
122 lines (106 loc) · 2.26 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
112
113
114
115
116
117
118
119
120
121
122
@media screen and (max-width: 481px) {
#main, #footer {
font-size: 30px;
}
}
a:link, a:visited, a:active {
text-decoration: none;
color: white;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
body {
color: white;
/*background: url(images/bg.png) no-repeat center center fixed;*/
background-color: #212121;
background-size: cover;
font-family: Arial, sans-serif;
font-weight: normal;
font-style: normal;
}
/*
h2, h1 {
font-weight: normal;
}
*/
#bgvid {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
#header {
position: sticky;
border-radius: 15px;
margin: 0 auto;
text-align: center;
width: 940px;
background: rgba(34, 34, 34, 0.5);
-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
}
/*
#links {
border-radius: 5px;
margin: 0 auto;
text-align: center;
width:940px;
background: rgba(28, 28, 28, 0.4);
-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
*/
#main {
position: sticky;
border-radius: 5px;
margin: 0 auto;
text-align: center;
width: 940px;
padding-top: 5px;
padding-bottom: 2px;
background: rgba(28, 28, 28, 0.6);
-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}
#footer {
position: sticky;
border-radius: 5px;
margin: 0 auto;
text-align: center;
width: 940px;
padding: 1px;
background: rgba(28, 28, 28, 0.5);
-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}
#warn {
text-align: center;
color: grey;
}
#online {
text-align: center;
}
#onlinetable {
align-content: left;
width: 600px;
padding: 5px;
text-align: left;
/*border: 2px solid rgba(255, 255, 255, 0.6);*/
}
.logo {
margin-top: 20px;
margin-bottom: 20px;
}
.column {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
white-space: nowrap;
}