13
13
--text : rgb (45 , 45 , 45 );
14
14
--box-main : # eef4f3 ;
15
15
--box-toggle : rgb (215 238 233 );
16
+ --box-separation : rgb (215 238 233 );
16
17
--box-toggleOn : rgb (28 232 138 );
17
18
--item-bg : # dddddd ;
18
19
--box-shadow : none;
26
27
}
27
28
28
29
: 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 ;
36
37
--box-shadow : none;
37
38
--select : rgb (68 214 141 );
38
39
--greenBtn : # 24D166 ;
41
42
--redBtn-bottom : # 803334 ;
42
43
--blueBtn : rgb (80 , 128 , 230 );
43
44
--blueBtn-bottom : rgb (44 , 78 , 180 );
45
+ --border : none;
44
46
}
45
47
46
48
: root [theme = "frappe" ] {
47
49
--background : # 232634 ;
48
50
--text : # e2e8ff ;
49
51
--box-main : # 303446 ;
50
52
--box-toggle : # 414559 ;
53
+ --box-separation : # 414559 ;
51
54
--box-toggleOn : # 607dc1 ;
52
55
--item-bg : # 414559 ;
53
56
--select : # 8caaee ;
63
66
--text : # d2d6df ;
64
67
--box-main : # 4d515d ;
65
68
--box-toggle : # 2f333d ;
69
+ --box-separation : # 2f333d ;
66
70
--box-toggleOn : # 13a3b7 ;
67
71
--item-bg : # 4d515d ;
68
72
--select : # 57b6c2 ;
78
82
--text : # 00ff41 ;
79
83
--box-main : # 0c2216 ;
80
84
--box-toggle : # 214338 ;
85
+ --box-separation : # 214338 ;
81
86
--box-toggleOn : # 24782e ;
82
87
--item-bg : # 214338 ;
83
88
--select : # 00ff41 ;
94
99
--text : # 292d31 ;
95
100
--box-main : # ffffff ;
96
101
--box-toggle : # f3f3f3 ;
102
+ --box-separation : # f3f3f3 ;
97
103
--box-toggleOn : # cce5ff ;
98
104
--item-bg : # 3a66d150 ;
99
105
--select : # cce5ff ;
110
116
--text : # 4c4f69 ;
111
117
--box-main : # eff1f5 ;
112
118
--box-toggle : # e6e9ef ;
119
+ --box-separation : # e6e9ef ;
113
120
--box-toggleOn : # cce5ff ;
114
121
--item-bg : # bcc0cc ;
115
122
--select : # cce5ff ;
126
133
--text : # a4b1b3 ;
127
134
--box-main : # 003745 ;
128
135
--box-toggle : # 2e4c52 ;
136
+ --box-separation : # 2e4c52 ;
129
137
--box-toggleOn : # 005a6f ;
130
138
--item-bg : # 003745 ;
131
139
--select : # 2aa198 ;
@@ -173,15 +181,12 @@ body {
173
181
background-color : rgb (137 , 226 , 255 );
174
182
color : rgb (35 , 35 , 35 );
175
183
border : none;
176
- border-bottom : 4px solid rgb (63 , 169 , 205 );
177
184
padding : 10px ;
178
185
border-radius : 10px ;
179
186
cursor : pointer;
180
187
position : relative;
181
188
}
182
189
# tryBtn : active {
183
- top : 4px ;
184
- margin-bottom : 4px ;
185
190
border : none;
186
191
}
187
192
@@ -251,7 +256,7 @@ body {
251
256
color : var (--text );
252
257
margin : 10px auto;
253
258
border-radius : 10px ;
254
- padding : 10 px ;
259
+ padding : 20 px ;
255
260
align-items : center;
256
261
justify-content : space-between;
257
262
}
@@ -262,7 +267,7 @@ body {
262
267
height : 25px ;
263
268
background-color : var (--item-bg );
264
269
color : var (--text );
265
- padding : 10 px 25px ;
270
+ padding : 16 px 25px ;
266
271
border-radius : 15px ;
267
272
align-items : center;
268
273
justify-content : space-between;
@@ -283,11 +288,12 @@ body {
283
288
.title {
284
289
padding : 12px 10px ;
285
290
border-radius : 8px ;
291
+ margin-left : 4px ;
286
292
border : none;
287
293
outline : none;
288
294
width : 50% ;
289
295
text-align : center;
290
- background-color : var (--box-toggle );
296
+ background-color : var (--box-separation );
291
297
color : var (--text );
292
298
font-size : large;
293
299
font-family : "Ubuntu" ;
@@ -315,8 +321,8 @@ body {
315
321
}
316
322
.itemClose {
317
323
position : absolute;
318
- top : 5 px ;
319
- right : 5 px ;
324
+ top : 8 px ;
325
+ right : 8 px ;
320
326
cursor : pointer;
321
327
cursor : pointer;
322
328
width : 20px ;
@@ -329,9 +335,9 @@ body {
329
335
}
330
336
331
337
# closeHidden {
332
- bottom : 5 px ;
338
+ bottom : 7 px ;
333
339
position : absolute;
334
- right : 5 px ;
340
+ right : 10 px ;
335
341
cursor : pointer;
336
342
cursor : pointer;
337
343
width : 20px ;
@@ -350,8 +356,9 @@ body {
350
356
background-color : var (--box-main );
351
357
border-radius : 15px ;
352
358
width : 80% ;
353
- padding : 10px 10px 15 px 10px ;
359
+ padding : 10px 10px 25 px 10px ;
354
360
color : var (--text );
361
+ border : var (--border );
355
362
}
356
363
357
364
# videoBox , # audioBox {
@@ -393,7 +400,7 @@ body {
393
400
.toggleBtn {
394
401
width : 50% ;
395
402
font-size : x-large;
396
- border : none ;
403
+ border : var ( --border ) ;
397
404
background-color : var (--box-toggle );
398
405
border-radius : 10px ;
399
406
cursor : pointer;
@@ -439,6 +446,10 @@ body {
439
446
width : 400px ;
440
447
}
441
448
449
+ .formatSelect {
450
+ margin-right : 4px ;
451
+ }
452
+
442
453
label {
443
454
position : relative;
444
455
top : 3px ;
@@ -468,17 +479,15 @@ input[type="number"]::-webkit-outer-spin-button {
468
479
background-color : var (--greenBtn );
469
480
color : white;
470
481
border : none;
471
- border-bottom : 5.5px solid var (--greenBtn-bottom );
472
482
font-size : large;
473
483
cursor : pointer;
474
484
display : inline-block;
475
485
outline : none;
476
486
position : relative;
477
487
}
478
488
.submitBtn : active {
489
+ background-color : var (--greenBtn-bottom );
479
490
border : none;
480
- top : 5.5px ;
481
- margin-bottom : 5.5px ;
482
491
}
483
492
484
493
.resumeBtn {
@@ -487,7 +496,6 @@ input[type="number"]::-webkit-outer-spin-button {
487
496
background-color : rgb (64 , 227 , 64 );
488
497
color : white;
489
498
border : none;
490
- border-bottom : 4px solid rgb (54 , 205 , 54 );
491
499
cursor : pointer;
492
500
display : inline-block;
493
501
outline : none;
@@ -568,7 +576,6 @@ button {
568
576
color : white;
569
577
background-color : var (--blueBtn );
570
578
border : none;
571
- border-bottom : 4px solid var (--blueBtn-bottom );
572
579
position : relative;
573
580
padding : 15px ;
574
581
border-radius : 10px ;
@@ -590,16 +597,14 @@ button {
590
597
}
591
598
592
599
# extractBtn : active , .blueBtn : active {
593
- top : 4px ;
594
- margin-bottom : 12px ;
600
+ background-color : var (--blueBtn-bottom );
595
601
border : none;
596
602
}
597
603
598
604
.advancedToggle {
599
605
color : white;
600
606
background-color : var (--redBtn );
601
607
border : none;
602
- border-bottom : 5px solid var (--redBtn-bottom );
603
608
position : relative;
604
609
padding : 15px ;
605
610
border-radius : 10px ;
@@ -609,8 +614,7 @@ button {
609
614
}
610
615
611
616
.advancedToggle : active {
612
- top : 5px ;
613
- margin-bottom : 13px ;
617
+ background-color : var (--blueBtn-bottom );
614
618
border : none;
615
619
}
616
620
@@ -887,4 +891,9 @@ body::-webkit-scrollbar-thumb {
887
891
opacity : 0.8 ;
888
892
}
889
893
890
- /* End */
894
+ ::view-transition-old (root ),
895
+ ::view-transition-new (root ) {
896
+ animation : none;
897
+ mix-blend-mode : normal;
898
+ }
899
+ /* End */
0 commit comments