-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
428 lines (423 loc) · 8.94 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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
@font-face {
font-family: "Catull Regular";
font-style: normal;
font-weight: normal;
src: local("Catull Regular"), url("./assets/Catull.woff") format("woff");
}
* {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 25px;
}
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: "Roboto", sans-serif;
overflow: hidden;
}
.container {
background-image: url("./assets/Phase 03.jpg");
background-position: center;
background-size: 100%;
border: 5px solid white;
box-shadow: 0 0 20px #AAA;
height: 90vh;
aspect-ratio: 9/16;
min-height: 750px;
overflow: hidden;
}
.container__actionBar {
background-color: rgb(0, 0, 0);
color: rgb(51, 181, 229);
height: 50px;
position: relative;
z-index: 50;
}
.container__actionBar ul {
display: flex;
flex-flow: row nowrap;
justify-content: right;
align-items: center;
height: 100%;
margin-right: 10px;
}
.container__actionBar ul li {
line-height: 75%;
margin-left: 5px;
}
.container__actionBar ul li.off {
opacity: 0;
visibility: hidden;
width: 0;
transition: opacity 0.5s ease-in-out;
}
.container__actionBar ul li.on {
opacity: 1;
visibility: visible;
width: auto;
transition: opacity 0.5s ease-in-out;
}
.container__actionBar ul img {
filter: invert(1);
}
.container__actionBar__settings {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
align-items: center;
background-color: rgba(0, 0, 0, 0.7);
padding: 3%;
}
.container__actionBar__settings div {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.7);
width: 20%;
padding: 5%;
margin: 2% 0;
transition: opacity 0.2s ease-in-out;
}
.container__actionBar__settings div img {
width: 65%;
filter: invert(1);
opacity: 1;
}
.display {
height: calc(100% - 95px - 50px);
}
.display__home {
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: center;
height: 95%;
padding-top: 5%;
}
.display__home .search {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 7px;
padding: 10px 20px;
height: 55px;
width: 85%;
color: white;
}
.display__home .search input {
all: unset;
width: 80%;
height: 100%;
padding-top: 2%;
}
.display__home .search input::placeholder {
height: 100%;
font-family: "Catull Regular";
font-size: 40px;
color: white;
opacity: 0.8;
}
.display__home .search button {
all: unset;
}
.display__home .search img {
height: 35px;
filter: invert(1);
}
.display__home .dock {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
border-top: 4px solid rgba(255, 255, 255, 0.4);
height: 100px;
width: 95%;
margin: 0 auto;
}
.display__home .dock img {
height: 80px;
filter: drop-shadow(3px 3px 5px #222);
transition: all 0.2s ease-in-out;
}
.display__home .dock img:hover {
filter: drop-shadow(3px 3px 5px #333);
transform: translate(0, -2px);
transition: all 0.25s ease-in-out;
}
.display #dailerModal {
background-color: #FFF;
position: relative;
height: 100%;
overflow-y: hidden;
padding-top: 2%;
}
.display #dailerModal__content {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
align-items: center;
padding-top: 2%;
gap: 20px;
overflow-y: scroll;
}
.display #dailerModal__content::-webkit-scrollbar {
width: 5px;
background-color: transparent;
}
.display #dailerModal__content .contact {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
color: white;
width: 45%;
aspect-ratio: 3/2;
padding: 3% 1% 1% 1%;
transition: opacity 0.4s ease-in-out;
}
.display #dailerModal__content .contact__name {
padding-top: 2%;
padding-left: 2%;
}
.display #dailerModal__content .contact__name h4 {
font-size: 27px;
font-weight: normal;
}
.display #dailerModal__content .contact__name p {
font-size: 20px;
}
.display #dailerModal__content .contact .profile {
font-size: 80px;
margin: 5% 0;
}
.display #dailerModal__content .contact img {
width: 30%;
}
.display #dailerModal__content .contact img.invert {
filter: invert(1);
}
.display #dailerModal__content .contact__name {
width: 100%;
}
.display #dailerModal__content .contact:hover {
opacity: 0.7;
transition: opacity 0.4s ease-in-out;
}
.display #dailerModal__content .contact:nth-of-type(1) {
background-color: rgb(51, 181, 229);
}
.display #dailerModal__content .contact:nth-of-type(2) {
background-color: rgb(31, 54, 61);
}
.display #dailerModal__content .contact:nth-of-type(3) {
background: url("./assets/p2.png");
}
.display #dailerModal__content .contact:nth-of-type(5) {
background-color: rgb(241, 153, 83);
}
.display #dailerModal__content .contact:nth-of-type(4) {
background-color: rgb(207, 224, 195);
}
.display #dailerModal__content .contact:nth-of-type(6) {
background: url("./assets/p4.png");
}
.display #dailerModal__content .contact:nth-of-type(7) {
background-color: rgb(158, 193, 163);
}
.display #dailerModal__content .contact:nth-of-type(8) {
background: url("./assets/p3.png");
}
.display .messageModal {
background: #F8F8F8;
height: 100%;
overflow-y: scroll;
}
.display .messageModal::-webkit-scrollbar {
width: 5px;
background-color: transparent;
}
.display .messageModal__content {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}
.display .messageModal__content__messages {
box-shadow: 0 0 10px #EEE;
background-color: #FFF;
width: 85%;
max-width: 450px;
padding: 3%;
margin-top: 5%;
}
.display .messageModal__content__messages h2 {
width: 100%;
font-weight: normal;
margin-left: -30%;
font-size: 25px;
}
.display .messageModal__content__messages h2::before {
content: attr(data-time);
display: inline-block;
width: 30%;
margin-bottom: -40px;
position: relative;
left: 100%;
text-align: right;
}
.display .messageModal__content__messages h3 {
font-size: 20px;
margin: 2% 0;
text-transform: uppercase;
}
.display .messageModal__content__messages p {
color: #777;
}
.display .messageModal__content__messages:hover {
scale: 1.02;
transition: all 0.3s ease-in-out;
}
.display .messageModal__content__send {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
position: relative;
top: 10px;
z-index: 40;
}
.display .messageModal__content__send h2 {
font-weight: bold;
margin-bottom: 3%;
width: 100%;
}
.display .messageModal__content__send input {
width: 80%;
}
.display #ytModal {
background-color: #F8F8F8;
position: relative;
height: 100%;
overflow-y: scroll;
}
.display #ytModal::-webkit-scrollbar {
width: 2px;
background-color: transparent;
}
.display #ytModal .card {
margin-top: 3%;
box-shadow: 0 0 10px #EEE;
width: 90%;
background-color: #FFF;
padding: 15px;
}
.display #ytModal__content {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.display #ytModal__content__video {
margin-top: 2%;
width: 100%;
aspect-ratio: 3/2;
}
.display #ytModal__content__title h2 {
font-weight: normal;
padding: 10px;
}
.display #ytModal__content__title span {
color: #AAA;
font-size: 17px;
padding: 10px;
}
.display #ytModal__content__title .votes {
margin-top: 2%;
padding: 2% 0;
border-top: 2px solid #EEE;
}
.display #ytModal__content__title .votes img {
height: 20px;
opacity: 70%;
}
.display #ytModal__content__title .votes img:nth-of-type(2) {
transform: rotate(180deg);
}
.display #ytModal__content__subs {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.display #ytModal__content__subs img {
width: 10%;
margin-right: 2%;
}
.display #ytModal__content__subs p {
width: 80%;
}
.display #ytModal__content__subs p span {
color: #AAA;
font-size: 19px;
}
.display #ytModal__content__subs button {
font-size: 18px;
text-transform: uppercase;
padding: 15px;
width: 30%;
}
.display #ytModal__content__others {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}
.display #ytModal__content__others h2 {
border-bottom: 2px solid #EEE;
width: 100%;
margin-bottom: 2%;
font-weight: normal;
padding: 1%;
text-transform: uppercase;
}
.display #ytModal__content__others img {
width: 30%;
}
.display #ytModal__content__others h3 {
width: 65%;
font-weight: normal;
font-size: 20px;
}
.display #ytModal__content__others h3 span {
font-size: 19px;
color: #AAA;
}
.navigation {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
align-items: center;
background-color: rgba(0, 0, 0, 0.7);
height: 95px;
z-index: 30;
}
.navigation img {
height: 75%;
}
.hidden {
display: none;
height: 0;
opacity: 0;
transition: opacity 0.2s linear;
}