-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHOMEPAGE.css
More file actions
363 lines (354 loc) · 5.63 KB
/
HOMEPAGE.css
File metadata and controls
363 lines (354 loc) · 5.63 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
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
* {
margin: 0%;
padding: 0%;
}
nav {
position: sticky;
background-color: black;
width: fit-content;
height: 100vh;
top: 0%;
bottom: 0%;
}
nav hr {
color: white;
}
nav div {
display: flex;
color: aqua;
margin-left: 8px;
padding: 7px;
}
nav div h6 {
cursor: pointer;
padding-left: 1.2em;
}
nav div .dd {
border-radius: 4px;
}
nav div .dd:hover {
background-color: lightgreen;
}
nav div img {
cursor: pointer;
margin-bottom: 14px;
}
nav span a {
color: aqua;
padding-left: 17px;
text-decoration: none;
margin-top: 4px;
display: block;
}
nav span a:hover {
color: dodgerblue;
text-decoration: underline;
}
nav span .rr {
margin-top: 4.4em;
}
header {
position: fixed;
height: 4em;
width: 69em;
display: flex;
background-color: rgb(0, 0, 0);
}
header .ww {
transition: all 0.7s ease-in;
text-decoration: none;
color: lightgray;
margin: 14px 0px 0px 2em;
}
header .ww:hover {
transform: rotate(9px 12px);
color: white;
text-transform: uppercase;
text-shadow: #272727;
}
header .wwo {
text-decoration: none;
color: lightgoldenrodyellow;
margin: 14px 0px 0px 9em;
}
header .wwo:hover {
text-transform: uppercase;
color: white;
transform: translate(2px 4px);
}
header .e {
text-decoration: none;
margin-top: 19px;
color: lime;
margin-left: 10em;
}
header .e:hover {
text-align: center;
margin-top: 4px;
padding-top: 14px;
width: 4.7em;
border-radius: 25px;
border: 2px solid whitesmoke;
text-shadow: solid pink;
text-transform: uppercase;
color: white;
}
header .si {
background-color: rgb(0, 0, 0);
margin: 17px 0px 0px 14.4em;
display: flex;
color: white;
padding-left: 20px;
}
header .ee {
color: black;
margin-top: 4.7px;
background-color: white;
margin-left: 1.2em;
width: 7em;
border-radius: 100px;
}
header .ee a {
color: black;
}
header .ee:hover {
border: 2px solid white;
background-color: black;
color: white;
}
header .ee:hover a {
color: white;
}
header #r {
margin: auto;
}
header #q {
padding-left: 18px;
}
header button {
height: 2.8em;
margin: 8px 0px 0px 0px;
}
main {
margin: -25.7em 0px 0px 14.4em;
width: fit-content;
background-color: #121212;
}
main .ako {
display: flex;
}
main .ako h4 {
margin-left: 1em;
}
main .see {
margin-left: 33em;
margin-bottom: -2em;
}
main div {
padding-top: 2em;
}
main div a {
text-decoration: none;
}
main div a:hover {
color: white;
text-decoration: underline;
}
main .div2 {
max-width: 70em;
display: flex;
}
main .div2 .di {
cursor: pointer;
text-align: center;
margin: 10.5px;
border-radius: 9px;
height: 19.4em;
width: 11.9em;
background-color: rgba(0, 0, 0, 0.368);
}
main .div2 .di a {
color: aqua;
}
main .div2 .di button {
border-color: white;
visibility: visible;
top: -3.4em;
left: 3em;
position: relative;
width: 3em;
height: 3em;
background-color: #1fdf64;
border-radius: 28px;
}
main .div2 .di button:hover {
border: none;
background-color: aliceblue;
}
main .div2 .llo {
display: none;
transform: translate(3px 4px);
}
main .div2 .di:hover .llo {
display: contents;
}
main .div2 .di:hover {
background-color: #272727;
}
main .div2 img {
border-radius: 14px;
}
footer {
top: 0%;
background-color: #181818;
height: 4em;
position: sticky;
}
footer .audio {
background-color: #181818;
margin: 4px 0px 0px 19em;
}
#ee {
padding: 4em 0px 3em 4px;
margin: 0em 0px 0px 14.4em;
display: flex;
background-color: #121212;
}
#ee section {
margin: 2em 0px 0px 2.4em;
}
#ee section h3 {
color: white;
}
#ee section a {
color: white;
text-decoration: none;
}
#ee section a:hover {
text-transform: uppercase;
text-decoration: underline;
}
#ee .ddf {
display: flex;
}
#ee .ddf img {
cursor: pointer;
margin: 7px 0px 0px 6px;
width: 3em;
height: 3em;
}
#ee .ddf div {
margin-left: 9px;
width: 4em;
height: 4em;
background-color: rgb(0, 0, 0);
border-radius: 100px;
}
#ee .ddf div .kj {
margin: 1em 0px 0px 17px;
}
#ee .ddf div:hover {
background-color: #727272;
}
.you {
padding: 4em 0px 3em 4px;
margin: 0em 0px 0px 14.4em;
display: flex;
background-color: #121212;
}
.you h4 {
margin-left: 3.7em;
}
.you a {
margin-left: 1em;
color: white;
text-decoration: none;
}
.you a:hover {
color: lightsteelblue;
text-transform: uppercase;
text-decoration: underline;
}
.qas {
margin: 1em 0px -2em 20em;
color: white;
width: 38em;
}
@media only screen and (max-width: 589px) {
body {
overflow-x: hidden;
max-width: 582px;
flex-wrap: wrap-reverse;
}
body header {
position: static;
display: all;
background-color: #121212;
}
body header .wwo {
display: none;
}
body header .ww {
display: none;
}
body header .e {
margin-left: 2em;
}
body header .ee {
margin-left: 3em;
}
body main {
margin-top: -30em;
}
body main .ako .see {
margin: 0px 0px 0px 6em;
}
body main .div2 {
flex-wrap: wrap;
display: block;
}
body main .div2 .di {
width: 220px;
margin-left: 4em;
text-align: center;
display: block;
max-width: 589px;
}
body #ee {
margin-top: -1em;
max-width: 589px;
display: block;
}
body #ee section {
display: block;
}
body .you {
display: block;
}
body footer {
display: none;
}
}
@media only screen and (max-width: 412px) {
body {
flex-wrap: wrap;
max-width: 412px;
text-align: center;
background-color: #272727;
}
body nav {
top: 0%;
height: 79em;
bottom: 0%;
}
body main .div2 {
width: 411px;
}
body #ee {
width: 411px;
}
body .you {
width: 411px;
}
}
/*# sourceMappingURL=HOMEPAGE.css.map */