-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembed.css
More file actions
184 lines (165 loc) · 2.98 KB
/
Copy pathembed.css
File metadata and controls
184 lines (165 loc) · 2.98 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
@font-face{font-family:Monoskop;
src:url(Monoskop.ttf) format('truetype');
/* src:url(Monoskop.otf) format('opentype');
src:url(Monoskop.svg) format('svg'); */
src:url(Monoskop.ttf);
}
@font-face{font-family:Baloo;
src:url(Baloo2BoldMinified.woff);
}
#tv {
max-height: 56.25vw;
height: 100%;
font-family: Monoskop, monospace;
font-size: 48pt;
}
/*
#duha {
width: 1920px;
height: 1080px;
image-rendering: pixelated;
}
*/
body {
margin: 0px;
padding: 0px;
border: 0px;
height: 100vh;
background-color: #000;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
position: relative;
font-family: sans-serif;
font-size: 16pt;
}
#spinner {
max-width: 9%;
max-height: 16vh;
position: absolute;
margin: auto;
align-self: center;
visibility: hidden;
transition: opacity 1s;
}
#controls {
position: absolute;
bottom: 0;
padding-top: 20px;
align-self: bottom;
/* max-height: 20vh;*/
align-content: start;
height: 40px;
width: 100vw;
/*background-image: linear-gradient(#0000 0%, #0000 90%, #0007 93%, #000a 96%, #000c 100%);*/
background-image: linear-gradient(#0000 0%, /*#0000 90%, #0007 93%, #000a 96%,*/ #000c 100%);
opacity: 0;
display: none;
transition: opacity 0.5s;
display: flex;
align-items: center;
/* justify-content: flex-end;*/
flex-flow: row wrap;
flex-direction: row-reverse;
row-gap: 100px;
}
p {
/* position: absolute;*/
align-self: center;
color: #fff;
white-space: nowrap;
margin-right: auto;
margin-left: 130px; /* 120 px is width of channel selector, required for flex-wrap to work */
margin-bottom: 10px;
margin-top: 0;
}
.graytext {
color: #fffa;
font-size: 8pt;
}
.ficon {
align-self: center;
/*position: absolute;*/
right: 0;
top: 0;
bottom: 0;
margin-top: -10px;
padding: 15px 15px;
transition: transform 0.5s;
}
.ficon:hover {
transform: scale(1.2);
}
#exit {
display: none;
}
.drop {
display: inline-block;
position: relative;
}
.dropButton {
background-color: #0000;
color: #fff;
border: none;
padding: 5px 20px;
}
#chmenu {
position: fixed;
left: 0;
bottom: 0;
}
#chmenu, #chButton {
font-family: Baloo, sans-serif;
font-size: 20pt;
width: 120px;
text-align: left;
}
#qmenu {
/*position: relative;*/
align-self: center flex-end;
align-items: center;
justify-self: flex-end;
margin-left: auto;
margin-bottom: 10px;
}
#qButton {
position: relative;
padding: auto 10px;
}
#qmenu a, #qButton {
font-family: sans-serif;
text-align: center;
font-size: 12pt;
width: 80px;
}
.dropButton :hover {
background-color: #0003;
}
.drop:hover .dropWindow {
display: block;
}
.dropWindow {
display: none;
position: absolute;
bottom: 100%;
background-color: #0000;
z-index: 1;
}
#qmenu div a {
width: 40px;
}
#chmenu div a {
width: 120px;
}
.dropWindow a {
background-color: #333d;
color: #fff;
text-align: left;
padding: 5px 20px;
display: block;
text-decoration: none;
}
.dropWindow a:hover {
background-color: #888;
}