Skip to content

Commit 6b494ef

Browse files
committed
Design changes
1 parent 0fea89d commit 6b494ef

File tree

6 files changed

+123
-76
lines changed

6 files changed

+123
-76
lines changed

assets/css/extra.css

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--text: rgb(45, 45, 45);
44
--box-main: #eef4f3;
55
--box-toggle: rgb(215 238 233);
6+
--box-separation: rgb(215 238 233);
67
--box-toggleOn: rgb(28 232 138);
78
--item-bg: #dddddd;
89
--box-shadow: none;
@@ -16,27 +17,30 @@
1617
}
1718

1819
:root[theme="dark"] {
19-
--background: rgb(40, 40, 40);
20-
--text: white;
21-
--box-main: rgb(80, 80, 80);
22-
--box-toggle: rgb(70, 70, 70);
23-
--box-toggleOn: rgb(28 232 138);
24-
--item-bg: rgb(75, 75, 75);
20+
--background: #121212;
21+
--text: rgb(229, 229, 229);
22+
--box-main: #1d1d1d;
23+
--box-toggle: #191919;
24+
--box-separation: #2e2e2e;
25+
--box-toggleOn: #2e2e2e;
26+
--item-bg: #191919;
2527
--box-shadow: none;
26-
--select: rgb(127, 253, 127);
27-
--greenBtn: #6acd29;
28-
--greenBtn-bottom: #4c8824;
29-
--redBtn: #d64d4f;
30-
--redBtn-bottom: #854243;
28+
--select: rgb(68 214 141);
29+
--greenBtn: #24D166;
30+
--greenBtn-bottom: #3e6c20;
31+
--redBtn: #c82b2d;
32+
--redBtn-bottom: #803334;
3133
--blueBtn: rgb(80, 128, 230);
3234
--blueBtn-bottom: rgb(44, 78, 180);
35+
--border: none;
3336
}
3437

3538
:root[theme="frappe"] {
3639
--background: #232634;
3740
--text: #e2e8ff;
3841
--box-main: #303446;
3942
--box-toggle: #414559;
43+
--box-separation: #414559;
4044
--box-toggleOn: #607dc1;
4145
--item-bg: #414559;
4246
--select: #8caaee;
@@ -52,6 +56,7 @@
5256
--text: #d2d6df;
5357
--box-main: #4d515d;
5458
--box-toggle: #2f333d;
59+
--box-separation: #2f333d;
5560
--box-toggleOn: #13a3b7;
5661
--item-bg: #4d515d;
5762
--select: #57b6c2;
@@ -67,6 +72,7 @@
6772
--text: #00ff41;
6873
--box-main: #0c2216;
6974
--box-toggle: #214338;
75+
--box-separation: #214338;
7076
--box-toggleOn: #24782e;
7177
--item-bg: #214338;
7278
--select: #00ff41;
@@ -83,6 +89,7 @@
8389
--text: #292d31;
8490
--box-main: #ffffff;
8591
--box-toggle: #f3f3f3;
92+
--box-separation: #f3f3f3;
8693
--box-toggleOn: #cce5ff;
8794
--item-bg: #3a66d150;
8895
--select: #cce5ff;
@@ -99,6 +106,7 @@
99106
--text: #4c4f69;
100107
--box-main: #eff1f5;
101108
--box-toggle: #e6e9ef;
109+
--box-separation: #e6e9ef;
102110
--box-toggleOn: #cce5ff;
103111
--item-bg: #bcc0cc;
104112
--select: #cce5ff;
@@ -115,6 +123,7 @@
115123
--text: #a4b1b3;
116124
--box-main: #003745;
117125
--box-toggle: #2e4c52;
126+
--box-separation: #2e4c52;
118127
--box-toggleOn: #005a6f;
119128
--item-bg: #003745;
120129
--select: #2aa198;

assets/css/index.css

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
--text: rgb(45, 45, 45);
1414
--box-main: #eef4f3;
1515
--box-toggle: rgb(215 238 233);
16+
--box-separation: rgb(215 238 233);
1617
--box-toggleOn: rgb(28 232 138);
1718
--item-bg: #dddddd;
1819
--box-shadow: none;
@@ -26,13 +27,13 @@
2627
}
2728

2829
:root[theme="dark"] {
29-
--background: #141d28;
30-
--text: white;
31-
--box-main: #161b26;
32-
--box-toggle: #141924;
33-
--box-separation: #1c2331;
34-
--box-toggleOn: #1d2835;
35-
--item-bg: rgb(75, 75, 75);
30+
--background: #121212;
31+
--text: rgb(229, 229, 229);
32+
--box-main: #1d1d1d;
33+
--box-toggle: #191919;
34+
--box-separation: #2e2e2e;
35+
--box-toggleOn: #2e2e2e;
36+
--item-bg: #191919;
3637
--box-shadow: none;
3738
--select: rgb(68 214 141);
3839
--greenBtn: #24D166;
@@ -41,13 +42,15 @@
4142
--redBtn-bottom: #803334;
4243
--blueBtn: rgb(80, 128, 230);
4344
--blueBtn-bottom: rgb(44, 78, 180);
45+
--border: none;
4446
}
4547

4648
:root[theme="frappe"] {
4749
--background: #232634;
4850
--text: #e2e8ff;
4951
--box-main: #303446;
5052
--box-toggle: #414559;
53+
--box-separation: #414559;
5154
--box-toggleOn: #607dc1;
5255
--item-bg: #414559;
5356
--select: #8caaee;
@@ -63,6 +66,7 @@
6366
--text: #d2d6df;
6467
--box-main: #4d515d;
6568
--box-toggle: #2f333d;
69+
--box-separation: #2f333d;
6670
--box-toggleOn: #13a3b7;
6771
--item-bg: #4d515d;
6872
--select: #57b6c2;
@@ -78,6 +82,7 @@
7882
--text: #00ff41;
7983
--box-main: #0c2216;
8084
--box-toggle: #214338;
85+
--box-separation: #214338;
8186
--box-toggleOn: #24782e;
8287
--item-bg: #214338;
8388
--select: #00ff41;
@@ -94,6 +99,7 @@
9499
--text: #292d31;
95100
--box-main: #ffffff;
96101
--box-toggle: #f3f3f3;
102+
--box-separation: #f3f3f3;
97103
--box-toggleOn: #cce5ff;
98104
--item-bg: #3a66d150;
99105
--select: #cce5ff;
@@ -110,6 +116,7 @@
110116
--text: #4c4f69;
111117
--box-main: #eff1f5;
112118
--box-toggle: #e6e9ef;
119+
--box-separation: #e6e9ef;
113120
--box-toggleOn: #cce5ff;
114121
--item-bg: #bcc0cc;
115122
--select: #cce5ff;
@@ -126,6 +133,7 @@
126133
--text: #a4b1b3;
127134
--box-main: #003745;
128135
--box-toggle: #2e4c52;
136+
--box-separation: #2e4c52;
129137
--box-toggleOn: #005a6f;
130138
--item-bg: #003745;
131139
--select: #2aa198;
@@ -173,15 +181,12 @@ body {
173181
background-color: rgb(137, 226, 255);
174182
color: rgb(35, 35, 35);
175183
border: none;
176-
border-bottom: 4px solid rgb(63, 169, 205);
177184
padding: 10px;
178185
border-radius: 10px;
179186
cursor: pointer;
180187
position: relative;
181188
}
182189
#tryBtn:active {
183-
top: 4px;
184-
margin-bottom: 4px;
185190
border: none;
186191
}
187192

@@ -251,7 +256,7 @@ body {
251256
color: var(--text);
252257
margin: 10px auto;
253258
border-radius: 10px;
254-
padding: 10px;
259+
padding: 20px;
255260
align-items: center;
256261
justify-content: space-between;
257262
}
@@ -262,7 +267,7 @@ body {
262267
height: 25px;
263268
background-color: var(--item-bg);
264269
color: var(--text);
265-
padding: 10px 25px;
270+
padding: 16px 25px;
266271
border-radius: 15px;
267272
align-items: center;
268273
justify-content: space-between;
@@ -283,11 +288,12 @@ body {
283288
.title {
284289
padding: 12px 10px;
285290
border-radius: 8px;
291+
margin-left: 4px;
286292
border: none;
287293
outline: none;
288294
width: 50%;
289295
text-align: center;
290-
background-color: var(--box-toggle);
296+
background-color: var(--box-separation);
291297
color: var(--text);
292298
font-size: large;
293299
font-family: "Ubuntu";
@@ -315,8 +321,8 @@ body {
315321
}
316322
.itemClose {
317323
position: absolute;
318-
top: 5px;
319-
right: 5px;
324+
top: 8px;
325+
right: 8px;
320326
cursor: pointer;
321327
cursor: pointer;
322328
width: 20px;
@@ -329,9 +335,9 @@ body {
329335
}
330336

331337
#closeHidden {
332-
bottom: 5px;
338+
bottom: 7px;
333339
position: absolute;
334-
right: 5px;
340+
right: 10px;
335341
cursor: pointer;
336342
cursor: pointer;
337343
width: 20px;
@@ -350,8 +356,9 @@ body {
350356
background-color: var(--box-main);
351357
border-radius: 15px;
352358
width: 80%;
353-
padding: 10px 10px 15px 10px;
359+
padding: 10px 10px 25px 10px;
354360
color: var(--text);
361+
border: var(--border);
355362
}
356363

357364
#videoBox, #audioBox {
@@ -393,7 +400,7 @@ body {
393400
.toggleBtn {
394401
width: 50%;
395402
font-size: x-large;
396-
border: none;
403+
border: var(--border);
397404
background-color: var(--box-toggle);
398405
border-radius: 10px;
399406
cursor: pointer;
@@ -439,6 +446,10 @@ body {
439446
width: 400px;
440447
}
441448

449+
.formatSelect {
450+
margin-right: 4px;
451+
}
452+
442453
label {
443454
position: relative;
444455
top: 3px;
@@ -468,17 +479,15 @@ input[type="number"]::-webkit-outer-spin-button {
468479
background-color: var(--greenBtn);
469480
color: white;
470481
border: none;
471-
border-bottom: 5.5px solid var(--greenBtn-bottom);
472482
font-size: large;
473483
cursor: pointer;
474484
display: inline-block;
475485
outline: none;
476486
position: relative;
477487
}
478488
.submitBtn:active {
489+
background-color: var(--greenBtn-bottom);
479490
border: none;
480-
top: 5.5px;
481-
margin-bottom: 5.5px;
482491
}
483492

484493
.resumeBtn {
@@ -487,7 +496,6 @@ input[type="number"]::-webkit-outer-spin-button {
487496
background-color: rgb(64, 227, 64);
488497
color: white;
489498
border: none;
490-
border-bottom: 4px solid rgb(54, 205, 54);
491499
cursor: pointer;
492500
display: inline-block;
493501
outline: none;
@@ -568,7 +576,6 @@ button {
568576
color: white;
569577
background-color: var(--blueBtn);
570578
border: none;
571-
border-bottom: 4px solid var(--blueBtn-bottom);
572579
position: relative;
573580
padding: 15px;
574581
border-radius: 10px;
@@ -590,16 +597,14 @@ button {
590597
}
591598

592599
#extractBtn:active, .blueBtn:active {
593-
top: 4px;
594-
margin-bottom: 12px;
600+
background-color: var(--blueBtn-bottom);
595601
border: none;
596602
}
597603

598604
.advancedToggle {
599605
color: white;
600606
background-color: var(--redBtn);
601607
border: none;
602-
border-bottom: 5px solid var(--redBtn-bottom);
603608
position: relative;
604609
padding: 15px;
605610
border-radius: 10px;
@@ -609,8 +614,7 @@ button {
609614
}
610615

611616
.advancedToggle:active {
612-
top: 5px;
613-
margin-bottom: 13px;
617+
background-color: var(--blueBtn-bottom);
614618
border: none;
615619
}
616620

@@ -887,4 +891,9 @@ body::-webkit-scrollbar-thumb {
887891
opacity: 0.8;
888892
}
889893

890-
/* End */
894+
::view-transition-old(root),
895+
::view-transition-new(root) {
896+
animation: none;
897+
mix-blend-mode: normal;
898+
}
899+
/* End */

assets/images/close.png

-302 Bytes
Loading

0 commit comments

Comments
 (0)