ya_sir commited on
Commit
66d5ac0
·
verified ·
1 Parent(s): 6cdf17b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +382 -19
style.css CHANGED
@@ -1,28 +1,391 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  }
25
 
26
- .card p:last-child {
27
- margin-bottom: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
 
 
 
 
1
+ html, body {
2
+ margin: 0;
3
+ padding: 0;
4
+ box-sizing: border-box;
5
+ overflow-x: hidden !important;
6
+ }
7
+ body {
8
+ background-color: #000000;
9
+ margin: 0;
10
+ }
11
+ #main {
12
+ display: flex;
13
+ flex-direction: column;
14
+ margin: 50px;
15
+ margin: auto;
16
+ }
17
+ #cont {
18
+ background-color: #030303;
19
+ padding: 0px;
20
+ border-radius: 12px;
21
+ box-shadow: 8px 8px 16px #050505, -8px -8px 16px #080808;
22
+ display: flex;
23
+ align-items: center;
24
+ background: linear-gradient(black, black) padding-box,
25
+ linear-gradient(to left, cyan, purple) border-box;
26
+ border-radius: 12px;
27
+ border: 2.5px solid transparent;
28
+ width: 70%;
29
+ height: 9vh;
30
+ margin: auto;
31
+ margin-top: 5%;
32
+ margin-bottom: 20px;
33
+ }
34
+ #inp {
35
+ flex-grow: 1;
36
+ padding: 10px;
37
+ margin: 10px;
38
+ background: transparent;
39
+ border: none;
40
+ border-radius: 8px;
41
+ box-shadow: linear-gradient(145deg, rgb(0, 249, 153), #ff002b);
42
+ color: #fff;
43
+ outline: none;
44
+ min-height:40px;
45
+ }
46
+ #cont button {
47
+ padding: 2.5vh 4.6vh;
48
+ margin: 1vh;
49
+ background: linear-gradient(155deg, rgb(0, 149, 249), #9D00FF, rgb(255, 0, 43));
50
+ border: none;
51
+ border-radius: 8px;
52
+ color: #fff;
53
+ cursor: pointer;
54
+ }
55
+ #cont button:hover {
56
+ background: linear-gradient(145deg, #00ffab, rgb(255, 0, 43));
57
+ }
58
+ #as {
59
+ display: flex;
60
+ flex-direction: row;
61
+ width: 70%;
62
+ margin: auto;
63
+ justify-content: space-between;
64
+ }
65
+ #as button {
66
+ background-color: #0a0a0a;
67
+ border: none;
68
+ padding: 3vh 4.5vh;
69
+ font-size: 15px;
70
+ color: #ffffff;
71
+ cursor: pointer;
72
+ border-radius: 12px;
73
+ transition: box-shadow 0.3s ease-in-out;
74
+ }
75
+ #model{
76
+ background-color: #181717;
77
+ border: none;
78
+ padding: 3vh 4.5vh;
79
+ font-size: 15px;
80
+ color: #ffffff;
81
+ cursor: pointer;
82
+ border-radius: 12px;
83
+ transition: box-shadow 0.3s ease-in-out;
84
+
85
+ padding: 0px 0px 0px 20px ;
86
  }
87
+ #as button:hover {
88
+ box-shadow: 15px 15px 30px #0d0d0d, -15px -15px 30px #1a1a1a; /* Adjusted shadow and highlight on hover */
89
+ }
90
+ @media only screen and (max-width: 600px) {
91
+ #cont {
92
+ width: 90%;
93
+ margin-bottom: 20px;
94
+ }
95
+ #main{
96
+ width: 90%;
97
+ }
98
+ #cont button {
99
+ padding: 15px 15px; /* Adjust button padding for smaller screens */
100
+ }
101
+ #as{
102
+ width: 88%;
103
+ }
104
+ #as button{
105
+
106
+ padding: 15px 20px; /* Adjust button padding for smaller screens */
107
+ }
108
+ .mod{
109
+
110
+ }
111
+ }
112
+ @media only screen and (max-width: 365px){
113
+ #cont{
114
+ width: 94%;
115
+ }
116
+ #main{
117
+ width: 94%;
118
+ }
119
+ #as{
120
+ width: 94%;
121
+ }
122
+ }
123
+ dialog{
124
+ background: rgba(29, 29, 29, 1);
125
+ border-radius: 16px;
126
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
127
+ margin-top: 20px;
128
+ border: 1px solid rgba(14, 13, 13, 0.3);
129
+ z-index: 100;
130
+ background: "Black";
131
+ }
132
+ #sli{
133
+ display: flex;
134
+ flex-direction: row;
135
+ align-items: center;
136
+ color: #eeeeee;
137
+ }
138
+ label{
139
+ font-family: 'Barlow Condensed';
140
+
141
+ font-size: 21px;
142
+ margin-right: 10px;
143
+ }
144
+ #sli input{
145
+ border: 1px solid rgb(137, 9, 223);
146
+ outline: none;
147
+ border-radius: 5px;
148
+ padding: 7px 20px;
149
+ background-color: transparent ;
150
+ color: white;
151
+ font-family: 'Barlow Condensed';
152
+ }
153
+ #Apply{
154
+ background-color: rgb(0, 247, 173);
155
+ padding: 5px 10px;
156
+ border: none;
157
+ color: #000000;
158
+ font-weight:500;
159
+ font-family: Arial, Helvetica, sans-serif;
160
+ font-size: 15px;
161
+ border-radius: 4px;
162
+ }
163
+ #close{
164
+ float: right;background-color: rgb(223, 7, 79); padding: 5px 10px;
165
+ border: none;
166
+ color: #000000;
167
+ font-weight:500;
168
+ font-family: Arial, Helvetica, sans-serif;
169
+ font-size: 15px;
170
+ border-radius: 4px;
171
+ }
172
+ #styles{
173
+ display: flex;
174
+ flex-direction: row;
175
+ gap: 6px;
176
+ color: white;
177
+ font-family: 'Barlow Condensed';
178
+ font-size: 20px;
179
+ flex-wrap: wrap;
180
+
181
+ }
182
+
183
+
184
+ @media screen and (min-width: 500px) and (max-width: 720px) {
185
+ dialog{
186
+
187
+ max-width: 420px;
188
+ }
189
 
190
+ #cont{
191
+ height: 7vh;
192
+ }
193
  }
194
+ #styles{
195
+ align-items: center;
196
+ justify-content: center;
197
+ }
198
+ @media screen and (max-width: 500px) {
199
+ .ad{
200
+ display: flex;
201
+ flex-direction: row;
202
+ }
203
+ dialog {
204
+ max-width: 300px;
205
+ }
206
+
207
 
208
+ #jd {
209
+ font-size: 14px;
 
 
 
210
  }
211
 
212
+
213
+
214
+ #styles{
215
+ align-items: center;
216
+ justify-content: center;
217
+ }
218
+ }
219
+ #jd{
220
+ margin: 10px;
221
+ padding: 5px;
222
+ background-color: transparent;
223
+ color: #eeeeee;
224
+ margin-right: 0;
225
+ margin-left: 0;
226
+ background: linear-gradient(black, rgb(0, 0, 0)) padding-box,
227
+ linear-gradient(to right, rgb(1, 255, 234),#ff0055) border-box;
228
+ border-radius: 20px;
229
+ border: 2.5px solid transparent;
230
+ border-radius: 7px;
231
+ margin-left: 0px;
232
+ font-family: 'Barlow Condensed';
233
+ font-size: 18px;
234
+ color: white;
235
+ }
236
+ #jd:hover{
237
+ background: linear-gradient(black, black) padding-box,
238
+ linear-gradient(to right, blue,#00ffdd) border-box;
239
+ border-radius: 10px;
240
+ border: 2.5px solid transparent;
241
+ }
242
+ #ow{
243
+ float: right;
244
+ margin: 10px;
245
+ padding: 10px;
246
+ background-color: transparent;
247
+ color: #eeeeee;
248
+ background: linear-gradient(black, black) padding-box,
249
+ linear-gradient(to right, rgb(0, 255, 149), rgb(174, 0, 255)) border-box;
250
+ border-radius: 10px;
251
+ border: 2.5px solid transparent;
252
+ border-radius: 10px;
253
+ margin-bottom: 0px;
254
+ margin-right: 0;
255
+ margin-left: 0;
256
+ border: 2px solid white;
257
+ }
258
+ #ow:hover{
259
+ background: linear-gradient(black, black) padding-box,
260
+ linear-gradient(to right, rgb(174, 0, 255),rgb(0, 255, 149)) border-box;
261
+ border-radius: 10px;
262
+ border: 2.5px solid transparent;
263
+ }
264
+ #dvv{
265
+ width: 100%;
266
+ margin-left: 10px;
267
+ }
268
+ #model{
269
+ width: 170px;
270
+ height: 50px;
271
+ overflow: visible;
272
+ }
273
+ #model option{
274
+ white-space: normal;
275
+ padding: 10px;
276
+ font-family: 'Barlow Condensed';
277
+ line-height: 1.2;
278
+ font-size: 24px;
279
+ }
280
+ .ad{
281
+ display: flex;
282
+ flex-direction: row;
283
+ }
284
+ #grad {
285
+ background-image: linear-gradient(45deg, rgb(0, 255, 149),rgb(255, 0, 43), rgb(174, 0, 255));
286
+ -webkit-background-clip: text;
287
+ -webkit-text-fill-color: transparent;
288
+ color: #000;
289
+ margin-left:15px;
290
+ font-family: 'Barlow Condensed'
291
+ }
292
+
293
+ #imshow progress {
294
+ margin-left: auto;
295
+ margin-right: auto;
296
+ display: block;
297
+ height: 25px;
298
+ width: 250px;
299
+ margin-top: 20px;
300
+ }
301
+
302
+ #imshow h5{
303
+ display: block;
304
+ }
305
+ progress::-webkit-progress-bar {
306
+ background-color: rgb(0,5,60);
307
+ }
308
+ progress::-webkit-progress-value {
309
+ background-color: rgb(0, 255, 149);
310
+ }
311
+ progress {
312
+ background-color: rgb(0,5,60);
313
+ }
314
+ progress::-moz-progress-bar {
315
+ background-color: rgb(0, 255, 149); }
316
+ progress {
317
+ background: rgb(0,10,60);
318
+ }
319
+
320
+ #x{
321
+ width:300px;
322
+ padding:0px;
323
+ gap:0px;
324
+ }
325
+ #aaa{
326
+ color: blue;
327
+ margin-left: 15px;
328
+ font-family: Arial;
329
+ letter-spacing: 0.3px;
330
+ }
331
+
332
+ #imshow {
333
+ display: flex;
334
+ justify-content: center;
335
+ max-width: 500px;
336
+ margin: auto;
337
+ max-height: 400px;
338
+ margin-top: 25px;
339
  }
340
 
341
+ #imshow img {
342
+ max-width: 100%;
343
+ max-height: 400px;
344
+ margin: 10px;
345
+
346
+ }
347
+ #ratio{
348
+ display: flex;
349
+ flex-direction: row;
350
+ gap: 6px;
351
+ color: white;
352
+ font-family: 'Barlow Condensed';
353
+ font-size: 20px;
354
+ flex-wrap: wrap;
355
+ }
356
+
357
+ @media screen and (max-width: 800px) {
358
+ #imshow {
359
+ display: flex;
360
+ flex-direction: column;
361
+ align-items: center;
362
+ justify-content: center;
363
+ max-width: 330px;
364
+ margin-top: 50px;
365
+ margin: auto;
366
+ overflow: auto;
367
+ height: 400px;
368
+
369
+ }
370
+ #imshow progress{
371
+ margin-top: 5px;
372
+
373
+ }
374
+
375
+ #imshow img {
376
+ max-width: 100%;
377
+ max-height: 100%;
378
+ margin: 10px;
379
+ object-fit: contain;
380
+
381
+
382
+
383
+
384
+ }
385
+ #img1{
386
+ padding-top: 125%;
387
+ }
388
  }
389
+ #main{
390
+ margin-bottom: 30px;
391
+ }