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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
|
/* line 1, ../src/gallery-white.sass */
body {
background: white;
}
/* line 3, ../src/gallery-white.sass */
#loading {
background: transparent;
color: #e6f0f0;
text-shadow: #e6f0f0 0 0 50px;
}
/* line 7, ../src/gallery-white.sass */
#player {
background: white;
}
/* line 9, ../src/gallery-white.sass */
#player #projector {
background-color: black;
}
/* line 11, ../src/gallery-white.sass */
#player #projector #video-title {
color: white;
}
/* line 16, ../src/gallery-white.sass */
#player nav#controls #scan.blinkOn {
background-color: white;
color: black;
}
/* line 19, ../src/gallery-white.sass */
#player nav#controls #scan.blinkOff {
background-color: black;
color: white;
}
/* line 22, ../src/gallery-white.sass */
#player nav#controls #like {
color: #ffaaee;
}
/* line 24, ../src/gallery-white.sass */
#player nav#controls #like.liked {
color: #8888ff;
}
/* line 26, ../src/gallery-white.sass */
#playlistbg {
background-color: white;
}
/* line 30, ../src/gallery-white.sass */
#playlist ul#queue li {
border-bottom: 1px solid #dddddd;
}
/* line 32, ../src/gallery-white.sass */
#playlist ul#queue li span.title {
color: #333333;
}
/* line 34, ../src/gallery-white.sass */
#playlist ul#queue li a.user {
color: #d33682;
}
/* line 36, ../src/gallery-white.sass */
#playlist ul#queue li span.like {
color: #657b83;
}
/* line 38, ../src/gallery-white.sass */
#playlist ul#queue li span.like.liked {
color: #c357a3;
}
/* line 40, ../src/gallery-white.sass */
#playlist ul#queue li.playing {
background-color: #333333;
}
/* line 42, ../src/gallery-white.sass */
#playlist ul#queue li.playing span.title {
color: white;
}
/* line 44, ../src/gallery-white.sass */
#curtain {
background: #080810;
opacity: 0.3;
}
/* line 47, ../src/gallery-white.sass */
#login {
background: white;
box-shadow: 0 5px 10px black;
}
/* line 51, ../src/gallery-white.sass */
#login label {
color: black;
}
/* line 54, ../src/gallery-white.sass */
#login #button-shim button {
padding: 2px 5px;
}
/* line 56, ../src/gallery-white.sass */
#login #login-username, #login #login-password {
border: 2px solid #880066;
}
/* line 58, ../src/gallery-white.sass */
#login a {
color: #6688ff;
}
/* line 62, ../src/gallery-white.sass */
#sitez div:hover {
background-color: #333333;
}
/* line 64, ../src/gallery-white.sass */
#sitez div.opened {
background-color: #333333;
}
/* line 67, ../src/gallery-white.sass */
nav button {
background-color: #888888;
}
/* line 69, ../src/gallery-white.sass */
#logobg {
background-color: black;
opacity: 0.7;
}
/* line 76, ../src/gallery-white.sass */
#logo h1 {
color: #88ffff;
}
/* line 78, ../src/gallery-white.sass */
#logo h2 {
color: #839496;
}
/* line 80, ../src/gallery-white.sass */
#logo h2 a {
color: #268bd2;
}
/* line 85, ../src/gallery-white.sass */
#likereport a {
background-color: #222222;
opacity: 0.95;
}
/* line 88, ../src/gallery-white.sass */
#form {
background-color: white;
}
/* line 90, ../src/gallery-white.sass */
#form #chat-message {
border: 1px solid #333333;
}
/* line 92, ../src/gallery-white.sass */
#form button {
background-color: #dddddd;
color: #333333;
}
/* line 95, ../src/gallery-white.sass */
#form button:hover {
background-color: #c8cbd6;
}
/* line 97, ../src/gallery-white.sass */
#formbg {
background-color: white;
opacity: 0.7;
}
/* line 100, ../src/gallery-white.sass */
#chatbg {
background-color: white;
opacity: 0.1;
}
/* line 103, ../src/gallery-white.sass */
#chat {
background: transparent;
}
/* line 105, ../src/gallery-white.sass */
#chat a {
color: #4444ff;
}
/* line 107, ../src/gallery-white.sass */
#chat a.u {
color: #ff0066;
opacity: 0.9;
}
/* line 110, ../src/gallery-white.sass */
#chat a.pic {
opacity: 1;
}
/* line 112, ../src/gallery-white.sass */
#chat span {
color: #333333;
text-shadow: black 0 0 0;
}
/* line 115, ../src/gallery-white.sass */
#chat .ytlink {
color: #8aaab3;
text-shadow: black 0 0 0;
}
/* line 118, ../src/gallery-white.sass */
#chat .ytlink:hover {
color: #11182f;
text-shadow: black 0 0 0;
}
/* line 121, ../src/gallery-white.sass */
#chat .ytlink.playing {
color: #cc22bb;
}
/* line 126, ../src/gallery-white.sass */
#lastlogbg {
background-color: white;
opacity: 0.3;
}
/* line 129, ../src/gallery-white.sass */
#lastlogbox {
opacity: 0.8;
}
/* line 131, ../src/gallery-white.sass */
#lastlogbox h4 {
color: #666666;
}
/* line 133, ../src/gallery-white.sass */
#lastlogbox ul {
border-top: 1px solid #dddddd;
}
/* line 136, ../src/gallery-white.sass */
li.ll a {
color: #4a5a73;
border-bottom: 1px solid #dddddd;
text-shadow: black 0 0 0;
}
/* line 142, ../src/gallery-white.sass */
button {
background: #dddddd;
color: #333333;
}
/* line 145, ../src/gallery-white.sass */
#settings-container, #rooms-container, #about-container {
background-color: #222222;
color: #657b83;
}
/* line 148, ../src/gallery-white.sass */
#settings-container .close, #rooms-container .close, #about-container .close {
color: #ded8c5;
background-color: #000b16;
}
/* line 151, ../src/gallery-white.sass */
#settings-container .close:hover, #rooms-container .close:hover, #about-container .close:hover {
color: white;
}
/* line 154, ../src/gallery-white.sass */
#settings-container h5, #rooms-container h5, #about-container h5 {
color: #93a1a1;
background-color: #333333;
}
/* line 157, ../src/gallery-white.sass */
#settings-container p, #rooms-container p, #about-container p {
color: #b3c1c1;
background-color: #1b1b1f;
}
/* line 160, ../src/gallery-white.sass */
#settings-container label, #rooms-container label, #about-container label {
color: #657b83;
}
/* line 162, ../src/gallery-white.sass */
#settings-container span, #rooms-container span, #about-container span {
color: #839496;
}
/* line 169, ../src/gallery-white.sass */
#settings-container ul li, #rooms-container ul li, #about-container ul li {
border-top: 1px solid black;
color: #83a1a1;
}
/* line 172, ../src/gallery-white.sass */
#settings-container ul li:hover, #rooms-container ul li:hover, #about-container ul li:hover {
color: #fdf6e3;
}
/* line 174, ../src/gallery-white.sass */
#settings-container ul a li, #rooms-container ul a li, #about-container ul a li {
color: #83a1a1;
}
/* line 176, ../src/gallery-white.sass */
#settings-container ul a, #rooms-container ul a, #about-container ul a {
color: #83a1a1;
}
/* line 181, ../src/gallery-white.sass */
#chat {
text-align: center;
}
/* line 183, ../src/gallery-white.sass */
#chat img {
width: 520px;
max-width: none;
max-height: none;
border: 0;
margin: 0 auto;
}
/* line 189, ../src/gallery-white.sass */
#chat a.u {
font-size: 14px;
min-width: 100px;
letter-spacing: -1px;
text-align: right;
padding-right: 20px;
}
/* line 195, ../src/gallery-white.sass */
#chat a.pic {
padding: 0;
margin: 0;
}
/* line 198, ../src/gallery-white.sass */
#chat * {
font-size: 14px;
}
/* line 200, ../src/gallery-white.sass */
#chat .chatimg {
margin: 0 auto;
padding: 0;
}
/* line 203, ../src/gallery-white.sass */
#chat .chatline {
width: 510px;
background-color: white;
padding: 2px 5px 2px 5px;
line-height: 16px;
text-align: left;
margin: 0 auto;
opacity: 0.9;
}
/* line 211, ../src/gallery-white.sass */
#chat span {
color: #666666;
text-shadow: none;
font-weight: normal;
}
/* line 216, ../src/gallery-white.sass */
#logo h2#topic {
left: 5px;
}
/* line 218, ../src/gallery-white.sass */
#logo #likebutton {
position: relative;
left: 30px;
}
|