daisyui 1.25.4 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +108 -89
- package/colors/colorNames.js +33 -26
- package/colors/index.js +48 -16
- package/colors/themes.js +283 -194
- package/colors/windi.js +6 -6
- package/dist/base.js +1 -1
- package/dist/full.css +76 -33859
- package/dist/styled.css +1339 -2954
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +1 -887
- package/dist/unstyled.css +358 -923
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/dist/utilities.js +1 -1
- package/index.js +175 -126
- package/package.json +10 -4
- package/CHANGELOG.md +0 -938
- package/colors/hex2hsl.js +0 -44
package/dist/themes.css
CHANGED
|
@@ -1,887 +1 @@
|
|
|
1
|
-
:root{
|
|
2
|
-
--p:259 94.4% 51.2%;
|
|
3
|
-
--pf:259 94.3% 41%;
|
|
4
|
-
--pc:0 0% 100%;
|
|
5
|
-
--s:314 100% 47.1%;
|
|
6
|
-
--sf:314 100% 37.1%;
|
|
7
|
-
--sc:0 0% 100%;
|
|
8
|
-
--a:174 60% 51%;
|
|
9
|
-
--af:174 59.8% 41%;
|
|
10
|
-
--ac:0 0% 100%;
|
|
11
|
-
--n:219 14.1% 27.8%;
|
|
12
|
-
--nf:222 13.4% 19%;
|
|
13
|
-
--nc:0 0% 100%;
|
|
14
|
-
--b1:0 0% 100%;
|
|
15
|
-
--b2:210 20% 98%;
|
|
16
|
-
--b3:216 12.2% 83.9%;
|
|
17
|
-
--bc:215 27.9% 16.9%;
|
|
18
|
-
--in:207 89.8% 53.9%;
|
|
19
|
-
--su:174 100% 29%;
|
|
20
|
-
--wa:36 100% 50%;
|
|
21
|
-
--er:14 100% 57.1%;
|
|
22
|
-
--border-color:var(--b3);
|
|
23
|
-
--rounded-box:1rem;
|
|
24
|
-
--rounded-btn:0.5rem;
|
|
25
|
-
--rounded-badge:1.9rem;
|
|
26
|
-
--animation-btn:0.25s;
|
|
27
|
-
--animation-input:.2s;
|
|
28
|
-
--btn-text-case:uppercase;
|
|
29
|
-
--btn-focus-scale:0.95;
|
|
30
|
-
--navbar-padding:.5rem;
|
|
31
|
-
--border-btn:1px;
|
|
32
|
-
--tab-border:1px;
|
|
33
|
-
--tab-radius:0.5rem;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@media (prefers-color-scheme:dark){
|
|
37
|
-
:root{
|
|
38
|
-
--p:259 94% 61%;
|
|
39
|
-
--pf:259 94.4% 51.2%;
|
|
40
|
-
--pc:0 0% 100%;
|
|
41
|
-
--s:314 100% 47.1%;
|
|
42
|
-
--sf:314 100% 37.1%;
|
|
43
|
-
--sc:0 0% 100%;
|
|
44
|
-
--a:174 60% 51%;
|
|
45
|
-
--af:174 59.8% 41%;
|
|
46
|
-
--ac:0 0% 100%;
|
|
47
|
-
--n:222 13.4% 19%;
|
|
48
|
-
--nf:223 13.7% 10%;
|
|
49
|
-
--nc:0 0% 100%;
|
|
50
|
-
--b1:219 14.1% 27.8%;
|
|
51
|
-
--b2:222 13.4% 19%;
|
|
52
|
-
--b3:223 13.7% 10%;
|
|
53
|
-
--bc:228 14.3% 93.1%;
|
|
54
|
-
--in:202 100% 70%;
|
|
55
|
-
--su:89 61.6% 52%;
|
|
56
|
-
--wa:54 68.8% 63.5%;
|
|
57
|
-
--er:0 100% 71.8%;
|
|
58
|
-
--border-color:var(--b3);
|
|
59
|
-
--rounded-box:1rem;
|
|
60
|
-
--rounded-btn:0.5rem;
|
|
61
|
-
--rounded-badge:1.9rem;
|
|
62
|
-
--animation-btn:0.25s;
|
|
63
|
-
--animation-input:.2s;
|
|
64
|
-
--btn-text-case:uppercase;
|
|
65
|
-
--btn-focus-scale:0.95;
|
|
66
|
-
--navbar-padding:.5rem;
|
|
67
|
-
--border-btn:1px;
|
|
68
|
-
--tab-border:1px;
|
|
69
|
-
--tab-radius:0.5rem;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
[data-theme=light]{
|
|
74
|
-
--p:259 94.4% 51.2%;
|
|
75
|
-
--pf:259 94.3% 41%;
|
|
76
|
-
--pc:0 0% 100%;
|
|
77
|
-
--s:314 100% 47.1%;
|
|
78
|
-
--sf:314 100% 37.1%;
|
|
79
|
-
--sc:0 0% 100%;
|
|
80
|
-
--a:174 60% 51%;
|
|
81
|
-
--af:174 59.8% 41%;
|
|
82
|
-
--ac:0 0% 100%;
|
|
83
|
-
--n:219 14.1% 27.8%;
|
|
84
|
-
--nf:222 13.4% 19%;
|
|
85
|
-
--nc:0 0% 100%;
|
|
86
|
-
--b1:0 0% 100%;
|
|
87
|
-
--b2:210 20% 98%;
|
|
88
|
-
--b3:216 12.2% 83.9%;
|
|
89
|
-
--bc:215 27.9% 16.9%;
|
|
90
|
-
--in:207 89.8% 53.9%;
|
|
91
|
-
--su:174 100% 29%;
|
|
92
|
-
--wa:36 100% 50%;
|
|
93
|
-
--er:14 100% 57.1%;
|
|
94
|
-
--border-color:var(--b3);
|
|
95
|
-
--rounded-box:1rem;
|
|
96
|
-
--rounded-btn:0.5rem;
|
|
97
|
-
--rounded-badge:1.9rem;
|
|
98
|
-
--animation-btn:0.25s;
|
|
99
|
-
--animation-input:.2s;
|
|
100
|
-
--btn-text-case:uppercase;
|
|
101
|
-
--btn-focus-scale:0.95;
|
|
102
|
-
--navbar-padding:.5rem;
|
|
103
|
-
--border-btn:1px;
|
|
104
|
-
--tab-border:1px;
|
|
105
|
-
--tab-radius:0.5rem;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
[data-theme=dark]{
|
|
109
|
-
--p:259 94% 61%;
|
|
110
|
-
--pf:259 94.4% 51.2%;
|
|
111
|
-
--pc:0 0% 100%;
|
|
112
|
-
--s:314 100% 47.1%;
|
|
113
|
-
--sf:314 100% 37.1%;
|
|
114
|
-
--sc:0 0% 100%;
|
|
115
|
-
--a:174 60% 51%;
|
|
116
|
-
--af:174 59.8% 41%;
|
|
117
|
-
--ac:0 0% 100%;
|
|
118
|
-
--n:222 13.4% 19%;
|
|
119
|
-
--nf:223 13.7% 10%;
|
|
120
|
-
--nc:0 0% 100%;
|
|
121
|
-
--b1:219 14.1% 27.8%;
|
|
122
|
-
--b2:222 13.4% 19%;
|
|
123
|
-
--b3:223 13.7% 10%;
|
|
124
|
-
--bc:228 14.3% 93.1%;
|
|
125
|
-
--in:202 100% 70%;
|
|
126
|
-
--su:89 61.6% 52%;
|
|
127
|
-
--wa:54 68.8% 63.5%;
|
|
128
|
-
--er:0 100% 71.8%;
|
|
129
|
-
--border-color:var(--b3);
|
|
130
|
-
--rounded-box:1rem;
|
|
131
|
-
--rounded-btn:0.5rem;
|
|
132
|
-
--rounded-badge:1.9rem;
|
|
133
|
-
--animation-btn:0.25s;
|
|
134
|
-
--animation-input:.2s;
|
|
135
|
-
--btn-text-case:uppercase;
|
|
136
|
-
--btn-focus-scale:0.95;
|
|
137
|
-
--navbar-padding:.5rem;
|
|
138
|
-
--border-btn:1px;
|
|
139
|
-
--tab-border:1px;
|
|
140
|
-
--tab-radius:0.5rem;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
[data-theme=cupcake]{
|
|
144
|
-
--p:183 47.4% 59%;
|
|
145
|
-
--pf:183 47.2% 49%;
|
|
146
|
-
--pc:0 0% 100%;
|
|
147
|
-
--s:338 71.4% 78%;
|
|
148
|
-
--sf:338 71.8% 68%;
|
|
149
|
-
--sc:0 0% 100%;
|
|
150
|
-
--a:39 84.1% 58%;
|
|
151
|
-
--af:39 83.7% 48%;
|
|
152
|
-
--ac:0 0% 100%;
|
|
153
|
-
--n:280 46.5% 13.9%;
|
|
154
|
-
--nf:279 46.4% 11%;
|
|
155
|
-
--nc:0 0% 100%;
|
|
156
|
-
--b1:24 33.3% 97.1%;
|
|
157
|
-
--b2:27 22% 92%;
|
|
158
|
-
--b3:22 14.3% 89%;
|
|
159
|
-
--bc:280 46.5% 13.9%;
|
|
160
|
-
--in:207 89.8% 53.9%;
|
|
161
|
-
--su:174 100% 29%;
|
|
162
|
-
--wa:36 100% 50%;
|
|
163
|
-
--er:14 100% 57.1%;
|
|
164
|
-
--border-color:var(--b3);
|
|
165
|
-
--rounded-box:1rem;
|
|
166
|
-
--rounded-btn:1.9rem;
|
|
167
|
-
--rounded-badge:1.9rem;
|
|
168
|
-
--animation-btn:0.25s;
|
|
169
|
-
--animation-input:.2s;
|
|
170
|
-
--btn-text-case:uppercase;
|
|
171
|
-
--btn-focus-scale:0.95;
|
|
172
|
-
--navbar-padding:.5rem;
|
|
173
|
-
--border-btn:1px;
|
|
174
|
-
--tab-border:2px;
|
|
175
|
-
--tab-radius:.5rem;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
[data-theme=bumblebee]{
|
|
179
|
-
--p:50 94.4% 58%;
|
|
180
|
-
--pf:50 94.3% 47.8%;
|
|
181
|
-
--pc:240 33.3% 14.1%;
|
|
182
|
-
--s:41 74.2% 52.9%;
|
|
183
|
-
--sf:41 73.6% 43.1%;
|
|
184
|
-
--sc:0 0% 100%;
|
|
185
|
-
--a:240 33.3% 14.1%;
|
|
186
|
-
--af:240 33.3% 10%;
|
|
187
|
-
--ac:0 0% 100%;
|
|
188
|
-
--n:240 33.3% 14.1%;
|
|
189
|
-
--nf:240 33.3% 10%;
|
|
190
|
-
--nc:0 0% 100%;
|
|
191
|
-
--b1:0 0% 100%;
|
|
192
|
-
--b2:0 0% 96.1%;
|
|
193
|
-
--b3:0 0% 89%;
|
|
194
|
-
--bc:0 0% 0%;
|
|
195
|
-
--in:207 89.8% 53.9%;
|
|
196
|
-
--su:174 100% 29%;
|
|
197
|
-
--wa:36 100% 50%;
|
|
198
|
-
--er:14 100% 57.1%;
|
|
199
|
-
--border-color:var(--b3);
|
|
200
|
-
--rounded-box:1rem;
|
|
201
|
-
--rounded-btn:0.5rem;
|
|
202
|
-
--rounded-badge:1.9rem;
|
|
203
|
-
--animation-btn:0.25s;
|
|
204
|
-
--animation-input:.2s;
|
|
205
|
-
--btn-text-case:uppercase;
|
|
206
|
-
--btn-focus-scale:0.95;
|
|
207
|
-
--navbar-padding:.5rem;
|
|
208
|
-
--border-btn:1px;
|
|
209
|
-
--tab-border:1px;
|
|
210
|
-
--tab-radius:0.5rem;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
[data-theme=emerald]{
|
|
214
|
-
--p:141 50% 60%;
|
|
215
|
-
--pf:141 49.8% 50%;
|
|
216
|
-
--pc:210 20% 98%;
|
|
217
|
-
--s:219 96.1% 60%;
|
|
218
|
-
--sf:219 96.1% 50%;
|
|
219
|
-
--sc:210 20% 98%;
|
|
220
|
-
--a:10 81.2% 56.1%;
|
|
221
|
-
--af:10 81.2% 45.9%;
|
|
222
|
-
--ac:210 20% 98%;
|
|
223
|
-
--n:219 20.3% 25.1%;
|
|
224
|
-
--nf:220 19.5% 15.1%;
|
|
225
|
-
--nc:210 20% 98%;
|
|
226
|
-
--b1:0 0% 100%;
|
|
227
|
-
--b2:210 20% 98%;
|
|
228
|
-
--b3:0 0% 94.9%;
|
|
229
|
-
--bc:219 20.3% 25.1%;
|
|
230
|
-
--in:207 89.8% 53.9%;
|
|
231
|
-
--su:174 100% 29%;
|
|
232
|
-
--wa:36 100% 50%;
|
|
233
|
-
--er:14 100% 57.1%;
|
|
234
|
-
--border-color:var(--b3);
|
|
235
|
-
--rounded-box:1rem;
|
|
236
|
-
--rounded-btn:0.5rem;
|
|
237
|
-
--rounded-badge:1.9rem;
|
|
238
|
-
--animation-btn:0;
|
|
239
|
-
--animation-input:0;
|
|
240
|
-
--btn-text-case:uppercase;
|
|
241
|
-
--btn-focus-scale:1;
|
|
242
|
-
--navbar-padding:.5rem;
|
|
243
|
-
--border-btn:1px;
|
|
244
|
-
--tab-border:1px;
|
|
245
|
-
--tab-radius:0.5rem;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
[data-theme=corporate]{
|
|
249
|
-
--p:229 95.7% 63.9%;
|
|
250
|
-
--pf:229 95.7% 53.9%;
|
|
251
|
-
--pc:233 27.3% 12.9%;
|
|
252
|
-
--s:215 26.3% 59%;
|
|
253
|
-
--sf:214 26.1% 48.8%;
|
|
254
|
-
--sc:233 27.3% 12.9%;
|
|
255
|
-
--a:154 49% 60%;
|
|
256
|
-
--af:154 49% 50%;
|
|
257
|
-
--ac:233 27.3% 12.9%;
|
|
258
|
-
--n:233 27.3% 12.9%;
|
|
259
|
-
--nf:240 25% 3.1%;
|
|
260
|
-
--nc:210 38.5% 94.9%;
|
|
261
|
-
--b1:0 0% 100%;
|
|
262
|
-
--b2:210 60% 98%;
|
|
263
|
-
--b3:210 38.5% 94.9%;
|
|
264
|
-
--bc:233 27.3% 12.9%;
|
|
265
|
-
--in:207 89.8% 53.9%;
|
|
266
|
-
--su:174 100% 29%;
|
|
267
|
-
--wa:36 100% 50%;
|
|
268
|
-
--er:14 100% 57.1%;
|
|
269
|
-
--border-color:var(--b3);
|
|
270
|
-
--rounded-box:1rem;
|
|
271
|
-
--rounded-btn:0.5rem;
|
|
272
|
-
--rounded-badge:1.9rem;
|
|
273
|
-
--animation-btn:0;
|
|
274
|
-
--animation-input:0;
|
|
275
|
-
--btn-text-case:uppercase;
|
|
276
|
-
--btn-focus-scale:1;
|
|
277
|
-
--navbar-padding:.5rem;
|
|
278
|
-
--border-btn:1px;
|
|
279
|
-
--tab-border:1px;
|
|
280
|
-
--tab-radius:0.5rem;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
[data-theme=synthwave]{
|
|
284
|
-
--p:321 69.6% 69%;
|
|
285
|
-
--pf:321 70.3% 59%;
|
|
286
|
-
--pc:257 63.2% 17.1%;
|
|
287
|
-
--sf:197 87.4% 75.1%;
|
|
288
|
-
--s:197 86.6% 64.9%;
|
|
289
|
-
--sc:257 63.2% 17.1%;
|
|
290
|
-
--af:48 89.3% 67.1%;
|
|
291
|
-
--a:48 89% 57.1%;
|
|
292
|
-
--ac:257 63.2% 17.1%;
|
|
293
|
-
--n:253 60.8% 19%;
|
|
294
|
-
--nf:257 64.3% 11%;
|
|
295
|
-
--nc:260 60% 98%;
|
|
296
|
-
--b1:254 59.1% 25.9%;
|
|
297
|
-
--b2:253 60.8% 19%;
|
|
298
|
-
--b3:257 64.3% 11%;
|
|
299
|
-
--bc:260 60% 98%;
|
|
300
|
-
--in:199 87% 63.9%;
|
|
301
|
-
--su:168 74.2% 68%;
|
|
302
|
-
--wa:48 89% 57.1%;
|
|
303
|
-
--er:352 73.6% 56.9%;
|
|
304
|
-
--border-color:var(--b3);
|
|
305
|
-
--rounded-box:1rem;
|
|
306
|
-
--rounded-btn:0.5rem;
|
|
307
|
-
--rounded-badge:1.9rem;
|
|
308
|
-
--animation-btn:0.25s;
|
|
309
|
-
--animation-input:.2s;
|
|
310
|
-
--btn-text-case:uppercase;
|
|
311
|
-
--btn-focus-scale:0.95;
|
|
312
|
-
--navbar-padding:.5rem;
|
|
313
|
-
--border-btn:1px;
|
|
314
|
-
--tab-border:1px;
|
|
315
|
-
--tab-radius:0.5rem;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
[data-theme=retro]{
|
|
319
|
-
font-family:uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif;
|
|
320
|
-
--p:3 73.8% 76.1%;
|
|
321
|
-
--pf:3 73.6% 65.9%;
|
|
322
|
-
--pc:345 5.3% 14.9%;
|
|
323
|
-
--s:145 27.3% 72%;
|
|
324
|
-
--sf:145 26.8% 62%;
|
|
325
|
-
--sc:345 5.3% 14.9%;
|
|
326
|
-
--a:49 67.2% 76.1%;
|
|
327
|
-
--af:49 66.7% 65.9%;
|
|
328
|
-
--ac:345 5.3% 14.9%;
|
|
329
|
-
--n:42 16.8% 42%;
|
|
330
|
-
--nf:41 13.1% 23.9%;
|
|
331
|
-
--nc:45 47.1% 80%;
|
|
332
|
-
--b1:45 47.1% 80%;
|
|
333
|
-
--b2:45 37.1% 72%;
|
|
334
|
-
--b3:42 36% 65.1%;
|
|
335
|
-
--bc:345 5.3% 14.9%;
|
|
336
|
-
--in:207 89.8% 53.9%;
|
|
337
|
-
--su:174 100% 29%;
|
|
338
|
-
--wa:36 100% 50%;
|
|
339
|
-
--er:14 100% 57.1%;
|
|
340
|
-
--border-color:var(--b3);
|
|
341
|
-
--rounded-box:0.4rem;
|
|
342
|
-
--rounded-btn:0.4rem;
|
|
343
|
-
--rounded-badge:0.4rem;
|
|
344
|
-
--animation-btn:0.25s;
|
|
345
|
-
--animation-input:.2s;
|
|
346
|
-
--btn-text-case:uppercase;
|
|
347
|
-
--btn-focus-scale:0.95;
|
|
348
|
-
--navbar-padding:.5rem;
|
|
349
|
-
--border-btn:1px;
|
|
350
|
-
--tab-border:1px;
|
|
351
|
-
--tab-radius:0.5rem;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
[data-theme=cyberpunk]{
|
|
355
|
-
font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
|
|
356
|
-
--p:345 100% 72.9%;
|
|
357
|
-
--pf:344 100% 67.1%;
|
|
358
|
-
--pc:0 0% 0%;
|
|
359
|
-
--s:195 80.4% 70%;
|
|
360
|
-
--sf:194 65.8% 61%;
|
|
361
|
-
--sc:0 0% 0%;
|
|
362
|
-
--a:276 74.3% 71%;
|
|
363
|
-
--af:276 75.7% 62.9%;
|
|
364
|
-
--ac:0 0% 0%;
|
|
365
|
-
--n:57 100% 12.9%;
|
|
366
|
-
--nf:60 80% 2%;
|
|
367
|
-
--nc:56 100% 50%;
|
|
368
|
-
--b1:56 100% 50%;
|
|
369
|
-
--b2:56 100% 42.9%;
|
|
370
|
-
--b3:56 100% 36.1%;
|
|
371
|
-
--bc:0 0% 0%;
|
|
372
|
-
--in:207 89.8% 53.9%;
|
|
373
|
-
--su:174 100% 29%;
|
|
374
|
-
--wa:36 100% 50%;
|
|
375
|
-
--er:14 100% 57.1%;
|
|
376
|
-
--border-color:var(--b3);
|
|
377
|
-
--rounded-box:0;
|
|
378
|
-
--rounded-btn:0;
|
|
379
|
-
--rounded-badge:0;
|
|
380
|
-
--animation-btn:0.25s;
|
|
381
|
-
--animation-input:.2s;
|
|
382
|
-
--btn-text-case:uppercase;
|
|
383
|
-
--btn-focus-scale:0.95;
|
|
384
|
-
--navbar-padding:.5rem;
|
|
385
|
-
--border-btn:1px;
|
|
386
|
-
--tab-border:1px;
|
|
387
|
-
--tab-radius:0;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
[data-theme=valentine]{
|
|
391
|
-
--p:353 73.8% 67.1%;
|
|
392
|
-
--pf:353 73.6% 56.9%;
|
|
393
|
-
--pc:0 0% 100%;
|
|
394
|
-
--s:254 86.4% 76.9%;
|
|
395
|
-
--sf:254 86.9% 67.1%;
|
|
396
|
-
--sc:0 0% 100%;
|
|
397
|
-
--a:181 55.6% 70%;
|
|
398
|
-
--af:181 54.9% 60%;
|
|
399
|
-
--ac:0 0% 100%;
|
|
400
|
-
--n:336 42.9% 48%;
|
|
401
|
-
--nf:340 40.2% 38%;
|
|
402
|
-
--nc:318 46.4% 89%;
|
|
403
|
-
--b1:318 46.4% 89%;
|
|
404
|
-
--b2:315 58.9% 79%;
|
|
405
|
-
--b3:316 62.3% 72.9%;
|
|
406
|
-
--bc:344 38.5% 28%;
|
|
407
|
-
--in:207 89.8% 53.9%;
|
|
408
|
-
--su:174 100% 29%;
|
|
409
|
-
--wa:36 100% 50%;
|
|
410
|
-
--er:14 100% 57.1%;
|
|
411
|
-
--border-color:var(--b3);
|
|
412
|
-
--rounded-box:1rem;
|
|
413
|
-
--rounded-btn:1.9rem;
|
|
414
|
-
--rounded-badge:1.9rem;
|
|
415
|
-
--animation-btn:0.25s;
|
|
416
|
-
--animation-input:.2s;
|
|
417
|
-
--btn-text-case:uppercase;
|
|
418
|
-
--btn-focus-scale:0.95;
|
|
419
|
-
--navbar-padding:.5rem;
|
|
420
|
-
--border-btn:1px;
|
|
421
|
-
--tab-border:1px;
|
|
422
|
-
--tab-radius:0.5rem;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
[data-theme=halloween]{
|
|
426
|
-
--p:32 89.3% 52.2%;
|
|
427
|
-
--pf:32 88.8% 42%;
|
|
428
|
-
--pc:180 7.3% 8%;
|
|
429
|
-
--s:271 45.8% 42%;
|
|
430
|
-
--sf:271 46% 32%;
|
|
431
|
-
--sc:0 0% 100%;
|
|
432
|
-
--a:91 100% 32.9%;
|
|
433
|
-
--af:91 100% 22.9%;
|
|
434
|
-
--ac:0 0% 100%;
|
|
435
|
-
--n:180 3.6% 11%;
|
|
436
|
-
--nf:180 7.3% 8%;
|
|
437
|
-
--nc:0 0% 100%;
|
|
438
|
-
--b1:0 0% 12.9%;
|
|
439
|
-
--b2:180 3.6% 11%;
|
|
440
|
-
--b3:180 7.3% 8%;
|
|
441
|
-
--bc:0 0% 100%;
|
|
442
|
-
--in:202 100% 70%;
|
|
443
|
-
--su:89 61.6% 52%;
|
|
444
|
-
--wa:54 68.8% 63.5%;
|
|
445
|
-
--er:0 100% 71.8%;
|
|
446
|
-
--border-color:var(--b3);
|
|
447
|
-
--rounded-box:1rem;
|
|
448
|
-
--rounded-btn:0.5rem;
|
|
449
|
-
--rounded-badge:1.9rem;
|
|
450
|
-
--animation-btn:0.25s;
|
|
451
|
-
--animation-input:.2s;
|
|
452
|
-
--btn-text-case:uppercase;
|
|
453
|
-
--btn-focus-scale:0.95;
|
|
454
|
-
--navbar-padding:.5rem;
|
|
455
|
-
--border-btn:1px;
|
|
456
|
-
--tab-border:1px;
|
|
457
|
-
--tab-radius:0.5rem;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
[data-theme=garden]{
|
|
461
|
-
--p:139 16% 42.9%;
|
|
462
|
-
--pf:137 14.8% 33.1%;
|
|
463
|
-
--pc:0 0% 100%;
|
|
464
|
-
--s:97 37.1% 93.1%;
|
|
465
|
-
--sf:98 36.3% 82.2%;
|
|
466
|
-
--sc:96 32.5% 15.1%;
|
|
467
|
-
--a:0 67.7% 93.9%;
|
|
468
|
-
--af:0 71.1% 85.1%;
|
|
469
|
-
--ac:0 22% 16.1%;
|
|
470
|
-
--n:0 3.9% 35.1%;
|
|
471
|
-
--nf:0 3.7% 15.9%;
|
|
472
|
-
--nc:0 4.3% 91%;
|
|
473
|
-
--b1:0 4.3% 91%;
|
|
474
|
-
--b2:0 5.2% 81%;
|
|
475
|
-
--b3:0 5.4% 71%;
|
|
476
|
-
--bc:0 3.2% 6.1%;
|
|
477
|
-
--in:207 89.8% 53.9%;
|
|
478
|
-
--su:174 100% 29%;
|
|
479
|
-
--wa:36 100% 50%;
|
|
480
|
-
--er:14 100% 57.1%;
|
|
481
|
-
--border-color:var(--b3);
|
|
482
|
-
--rounded-box:1rem;
|
|
483
|
-
--rounded-btn:0.5rem;
|
|
484
|
-
--rounded-badge:1.9rem;
|
|
485
|
-
--animation-btn:0.25s;
|
|
486
|
-
--animation-input:.2s;
|
|
487
|
-
--btn-text-case:uppercase;
|
|
488
|
-
--btn-focus-scale:0.95;
|
|
489
|
-
--navbar-padding:.5rem;
|
|
490
|
-
--border-btn:1px;
|
|
491
|
-
--tab-border:1px;
|
|
492
|
-
--tab-radius:0.5rem;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
[data-theme=forest]{
|
|
496
|
-
--p:141 72% 42%;
|
|
497
|
-
--pf:141 71.8% 32%;
|
|
498
|
-
--pc:0 0% 100%;
|
|
499
|
-
--s:141 74.7% 48%;
|
|
500
|
-
--sf:141 75.3% 38%;
|
|
501
|
-
--sc:0 0% 100%;
|
|
502
|
-
--a:35 69% 52%;
|
|
503
|
-
--af:35 69.2% 42%;
|
|
504
|
-
--ac:0 0% 100%;
|
|
505
|
-
--n:0 9.7% 6.1%;
|
|
506
|
-
--nf:0 20% 2%;
|
|
507
|
-
--nc:0 0% 100%;
|
|
508
|
-
--b1:0 12.2% 8%;
|
|
509
|
-
--b2:0 9.7% 6.1%;
|
|
510
|
-
--b3:0 20% 2%;
|
|
511
|
-
--bc:0 0% 100%;
|
|
512
|
-
--rounded-btn:0.5rem;
|
|
513
|
-
--in:202 100% 70%;
|
|
514
|
-
--su:89 61.6% 52%;
|
|
515
|
-
--wa:54 68.8% 63.5%;
|
|
516
|
-
--er:0 100% 71.8%;
|
|
517
|
-
--border-color:var(--b3);
|
|
518
|
-
--rounded-box:1rem;
|
|
519
|
-
--rounded-badge:1.9rem;
|
|
520
|
-
--animation-btn:0.25s;
|
|
521
|
-
--animation-input:.2s;
|
|
522
|
-
--btn-text-case:uppercase;
|
|
523
|
-
--btn-focus-scale:0.95;
|
|
524
|
-
--navbar-padding:.5rem;
|
|
525
|
-
--border-btn:1px;
|
|
526
|
-
--tab-border:1px;
|
|
527
|
-
--tab-radius:0.5rem;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
[data-theme=aqua]{
|
|
531
|
-
--p:189 100% 62.9%;
|
|
532
|
-
--pf:189 100% 52.9%;
|
|
533
|
-
--pc:0 0% 0%;
|
|
534
|
-
--s:274 30.9% 56.9%;
|
|
535
|
-
--sf:274 30.8% 47.1%;
|
|
536
|
-
--sc:0 0% 100%;
|
|
537
|
-
--a:47 100% 80%;
|
|
538
|
-
--af:47 100% 70%;
|
|
539
|
-
--ac:0 0% 100%;
|
|
540
|
-
--n:231 77.4% 32.9%;
|
|
541
|
-
--nf:231 67.6% 29%;
|
|
542
|
-
--nc:0 0% 100%;
|
|
543
|
-
--b1:231 88.7% 38%;
|
|
544
|
-
--b2:231 77.4% 32.9%;
|
|
545
|
-
--b3:231 67.6% 29%;
|
|
546
|
-
--bc:0 0% 100%;
|
|
547
|
-
--in:207 89.8% 53.9%;
|
|
548
|
-
--su:174 100% 29%;
|
|
549
|
-
--wa:36 100% 50%;
|
|
550
|
-
--er:14 100% 57.1%;
|
|
551
|
-
--border-color:var(--b3);
|
|
552
|
-
--rounded-box:1rem;
|
|
553
|
-
--rounded-btn:0.5rem;
|
|
554
|
-
--rounded-badge:1.9rem;
|
|
555
|
-
--animation-btn:0.25s;
|
|
556
|
-
--animation-input:.2s;
|
|
557
|
-
--btn-text-case:uppercase;
|
|
558
|
-
--btn-focus-scale:0.95;
|
|
559
|
-
--navbar-padding:.5rem;
|
|
560
|
-
--border-btn:1px;
|
|
561
|
-
--tab-border:1px;
|
|
562
|
-
--tab-radius:0.5rem;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
[data-theme=lofi]{
|
|
566
|
-
--p:0 0% 50.2%;
|
|
567
|
-
--pf:0 0% 45.1%;
|
|
568
|
-
--pc:240 4% 95.1%;
|
|
569
|
-
--s:0 0% 30.2%;
|
|
570
|
-
--sf:0 0% 25.1%;
|
|
571
|
-
--sc:240 4% 95.1%;
|
|
572
|
-
--a:0 0% 10.2%;
|
|
573
|
-
--af:0 0% 5.1%;
|
|
574
|
-
--ac:240 4% 95.1%;
|
|
575
|
-
--n:240 4% 95.1%;
|
|
576
|
-
--nf:240 5.9% 90%;
|
|
577
|
-
--nc:0 0% 30.2%;
|
|
578
|
-
--b1:0 0% 100%;
|
|
579
|
-
--b2:0 0% 100%;
|
|
580
|
-
--b3:0 0% 100%;
|
|
581
|
-
--bc:0 0% 49%;
|
|
582
|
-
--in:207 89.8% 53.9%;
|
|
583
|
-
--su:174 100% 29%;
|
|
584
|
-
--wa:36 100% 50%;
|
|
585
|
-
--er:14 100% 57.1%;
|
|
586
|
-
--border-color:#e6e6e6;
|
|
587
|
-
--rounded-box:0;
|
|
588
|
-
--rounded-btn:0;
|
|
589
|
-
--rounded-badge:0;
|
|
590
|
-
--animation-btn:0;
|
|
591
|
-
--animation-input:0;
|
|
592
|
-
--btn-text-case:uppercase;
|
|
593
|
-
--btn-focus-scale:1;
|
|
594
|
-
--navbar-padding:.5rem;
|
|
595
|
-
--border-btn:1px;
|
|
596
|
-
--tab-border:1px;
|
|
597
|
-
--tab-radius:0;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
[data-theme=lofi] :where(.btn){
|
|
601
|
-
border-color:var(--border-color) !important;
|
|
602
|
-
--tw-border-opacity:1 !important;
|
|
603
|
-
--tw-text-opacity:1 !important;
|
|
604
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
[data-theme=lofi] :where(.mockup-code){
|
|
608
|
-
border-color:var(--border-color) !important;
|
|
609
|
-
--tw-border-opacity:1 !important;
|
|
610
|
-
--tw-text-opacity:1 !important;
|
|
611
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
[data-theme=lofi] :where(.mockup-window){
|
|
615
|
-
border-color:var(--border-color) !important;
|
|
616
|
-
--tw-border-opacity:1 !important;
|
|
617
|
-
--tw-text-opacity:1 !important;
|
|
618
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
[data-theme=lofi] :where(.badge){
|
|
622
|
-
border-color:var(--border-color) !important;
|
|
623
|
-
--tw-border-opacity:1 !important;
|
|
624
|
-
--tw-text-opacity:1 !important;
|
|
625
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
[data-theme=lofi] :where(.card){
|
|
629
|
-
border-color:var(--border-color) !important;
|
|
630
|
-
--tw-border-opacity:1 !important;
|
|
631
|
-
--tw-text-opacity:1 !important;
|
|
632
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
[data-theme=pastel]{
|
|
636
|
-
--p:284 21.6% 80%;
|
|
637
|
-
--pf:282 21.6% 70%;
|
|
638
|
-
--pc:0 0% 0%;
|
|
639
|
-
--s:352 70.5% 88%;
|
|
640
|
-
--sf:352 69.6% 78%;
|
|
641
|
-
--sc:0 0% 100%;
|
|
642
|
-
--a:158 54.6% 81%;
|
|
643
|
-
--af:158 55.4% 71%;
|
|
644
|
-
--ac:0 0% 100%;
|
|
645
|
-
--n:199 43.7% 61%;
|
|
646
|
-
--nf:199 44% 51%;
|
|
647
|
-
--nc:0 0% 100%;
|
|
648
|
-
--b1:0 0% 100%;
|
|
649
|
-
--b2:210 20% 98%;
|
|
650
|
-
--b3:216 12.2% 83.9%;
|
|
651
|
-
--bc:206 3.1% 55.1%;
|
|
652
|
-
--in:207 89.8% 53.9%;
|
|
653
|
-
--su:174 100% 29%;
|
|
654
|
-
--wa:36 100% 50%;
|
|
655
|
-
--er:14 100% 57.1%;
|
|
656
|
-
--rounded-box:1rem;
|
|
657
|
-
--rounded-btn:1.9rem;
|
|
658
|
-
--rounded-badge:1.9rem;
|
|
659
|
-
--border-color:var(--b3);
|
|
660
|
-
--animation-btn:0.25s;
|
|
661
|
-
--animation-input:.2s;
|
|
662
|
-
--btn-text-case:uppercase;
|
|
663
|
-
--btn-focus-scale:0.95;
|
|
664
|
-
--navbar-padding:.5rem;
|
|
665
|
-
--border-btn:1px;
|
|
666
|
-
--tab-border:1px;
|
|
667
|
-
--tab-radius:0.5rem;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
[data-theme=fantasy]{
|
|
671
|
-
--p:296 82.8% 25.1%;
|
|
672
|
-
--pf:296 81.8% 15.1%;
|
|
673
|
-
--pc:0 0% 100%;
|
|
674
|
-
--s:200 100% 37.1%;
|
|
675
|
-
--sf:200 100% 27.1%;
|
|
676
|
-
--sc:0 0% 100%;
|
|
677
|
-
--a:31 94.4% 51.2%;
|
|
678
|
-
--af:31 94.3% 41%;
|
|
679
|
-
--ac:0 0% 100%;
|
|
680
|
-
--n:215 27.9% 16.9%;
|
|
681
|
-
--nf:221 39.3% 11%;
|
|
682
|
-
--nc:0 0% 100%;
|
|
683
|
-
--b1:0 0% 100%;
|
|
684
|
-
--b2:210 20% 98%;
|
|
685
|
-
--b3:216 12.2% 83.9%;
|
|
686
|
-
--bc:215 27.9% 16.9%;
|
|
687
|
-
--in:207 89.8% 53.9%;
|
|
688
|
-
--su:174 100% 29%;
|
|
689
|
-
--wa:36 100% 50%;
|
|
690
|
-
--er:14 100% 57.1%;
|
|
691
|
-
--border-color:var(--b3);
|
|
692
|
-
--rounded-box:1rem;
|
|
693
|
-
--rounded-btn:0.5rem;
|
|
694
|
-
--rounded-badge:1.9rem;
|
|
695
|
-
--animation-btn:0.25s;
|
|
696
|
-
--animation-input:.2s;
|
|
697
|
-
--btn-text-case:uppercase;
|
|
698
|
-
--btn-focus-scale:0.95;
|
|
699
|
-
--navbar-padding:.5rem;
|
|
700
|
-
--border-btn:1px;
|
|
701
|
-
--tab-border:1px;
|
|
702
|
-
--tab-radius:0.5rem;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
[data-theme=wireframe]{
|
|
706
|
-
font-family:Chalkboard,comic sans ms,sanssecondaryerif;
|
|
707
|
-
--p:0 0% 72.2%;
|
|
708
|
-
--pf:0 0% 72.2%;
|
|
709
|
-
--pc:0 0% 0%;
|
|
710
|
-
--s:0 0% 72.2%;
|
|
711
|
-
--sf:0 0% 72.2%;
|
|
712
|
-
--sc:0 0% 0%;
|
|
713
|
-
--a:0 0% 72.2%;
|
|
714
|
-
--af:0 0% 72.2%;
|
|
715
|
-
--ac:0 0% 0%;
|
|
716
|
-
--b1:0 0% 100%;
|
|
717
|
-
--b2:0 0% 93.3%;
|
|
718
|
-
--b3:0 0% 86.7%;
|
|
719
|
-
--bc:0 0% 0%;
|
|
720
|
-
--n:0 0% 92.2%;
|
|
721
|
-
--nf:0 0% 92.2%;
|
|
722
|
-
--nc:0 0% 0%;
|
|
723
|
-
--in:240 100% 50%;
|
|
724
|
-
--su:120 100% 25.1%;
|
|
725
|
-
--wa:60 30.2% 50%;
|
|
726
|
-
--er:0 100% 50%;
|
|
727
|
-
--border-color:#000;
|
|
728
|
-
--rounded-box:0.2rem;
|
|
729
|
-
--rounded-btn:0.2rem;
|
|
730
|
-
--rounded-badge:0.2rem;
|
|
731
|
-
--animation-btn:0.25s;
|
|
732
|
-
--animation-input:.2s;
|
|
733
|
-
--btn-text-case:uppercase;
|
|
734
|
-
--btn-focus-scale:0.95;
|
|
735
|
-
--navbar-padding:.5rem;
|
|
736
|
-
--border-btn:1px;
|
|
737
|
-
--tab-border:1px;
|
|
738
|
-
--tab-radius:0.2rem;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
[data-theme=wireframe] *{
|
|
742
|
-
border-color:var(--border-color) !important;
|
|
743
|
-
--tw-border-opacity:1 !important;
|
|
744
|
-
--tw-text-opacity:1 !important;
|
|
745
|
-
--tw-shadow:0 0 0 1px var(--border-color) !important;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
[data-theme=black]{
|
|
749
|
-
--p:0 0% 100%;
|
|
750
|
-
--pf:0 0% 100%;
|
|
751
|
-
--pc:0 0% 0%;
|
|
752
|
-
--s:0 0% 100%;
|
|
753
|
-
--sf:0 0% 100%;
|
|
754
|
-
--sc:0 0% 0%;
|
|
755
|
-
--a:0 0% 100%;
|
|
756
|
-
--af:0 0% 100%;
|
|
757
|
-
--ac:0 0% 0%;
|
|
758
|
-
--b1:0 0% 0%;
|
|
759
|
-
--b2:0 0% 20%;
|
|
760
|
-
--b3:0 0% 30.2%;
|
|
761
|
-
--bc:0 0% 100%;
|
|
762
|
-
--n:0 0% 20%;
|
|
763
|
-
--nf:0 0% 30.2%;
|
|
764
|
-
--nc:0 0% 100%;
|
|
765
|
-
--in:240 100% 50%;
|
|
766
|
-
--su:120 100% 25.1%;
|
|
767
|
-
--wa:60 100% 50%;
|
|
768
|
-
--er:0 100% 50%;
|
|
769
|
-
--border-color:var(--b3);
|
|
770
|
-
--rounded-box:0;
|
|
771
|
-
--rounded-btn:0;
|
|
772
|
-
--rounded-badge:0;
|
|
773
|
-
--animation-btn:0;
|
|
774
|
-
--animation-input:0;
|
|
775
|
-
--btn-text-case:lowercase;
|
|
776
|
-
--btn-focus-scale:1;
|
|
777
|
-
--navbar-padding:.5rem;
|
|
778
|
-
--border-btn:1px;
|
|
779
|
-
--tab-border:1px;
|
|
780
|
-
--tab-radius:0;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
[data-theme=luxury]{
|
|
784
|
-
--p:0 0% 100%;
|
|
785
|
-
--pf:0 0% 90.2%;
|
|
786
|
-
--pc:0 0% 0%;
|
|
787
|
-
--s:218 54.3% 18%;
|
|
788
|
-
--sf:219 56.1% 8%;
|
|
789
|
-
--sc:0 0% 100%;
|
|
790
|
-
--a:319 21.8% 26.1%;
|
|
791
|
-
--af:320 22% 16.1%;
|
|
792
|
-
--ac:0 0% 100%;
|
|
793
|
-
--n:270 4.3% 9%;
|
|
794
|
-
--nf:270 2.2% 18%;
|
|
795
|
-
--nc:37 67.3% 58%;
|
|
796
|
-
--b1:240 10% 3.9%;
|
|
797
|
-
--b2:270 4.3% 9%;
|
|
798
|
-
--b3:270 2.2% 18%;
|
|
799
|
-
--bc:37 67.3% 58%;
|
|
800
|
-
--in:202 100% 70%;
|
|
801
|
-
--su:89 61.6% 52%;
|
|
802
|
-
--wa:54 68.8% 63.5%;
|
|
803
|
-
--er:0 100% 71.8%;
|
|
804
|
-
--border-color:var(--b3);
|
|
805
|
-
--rounded-box:1rem;
|
|
806
|
-
--rounded-btn:0.5rem;
|
|
807
|
-
--rounded-badge:1.9rem;
|
|
808
|
-
--animation-btn:0.25s;
|
|
809
|
-
--animation-input:.2s;
|
|
810
|
-
--btn-text-case:uppercase;
|
|
811
|
-
--btn-focus-scale:0.95;
|
|
812
|
-
--navbar-padding:.5rem;
|
|
813
|
-
--border-btn:1px;
|
|
814
|
-
--tab-border:1px;
|
|
815
|
-
--tab-radius:0.5rem;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
[data-theme=dracula]{
|
|
819
|
-
--p:330 100% 85.1%;
|
|
820
|
-
--pf:330 100% 75.1%;
|
|
821
|
-
--pc:233 12.1% 12.9%;
|
|
822
|
-
--s:115 100% 85.1%;
|
|
823
|
-
--sf:115 100% 75.1%;
|
|
824
|
-
--sc:233 12.1% 12.9%;
|
|
825
|
-
--a:60 100% 85.1%;
|
|
826
|
-
--af:60 100% 75.1%;
|
|
827
|
-
--ac:233 12.1% 12.9%;
|
|
828
|
-
--n:245 14.3% 15.1%;
|
|
829
|
-
--nf:233 12.1% 12.9%;
|
|
830
|
-
--nc:251 100% 90%;
|
|
831
|
-
--b1:244 13% 21.2%;
|
|
832
|
-
--b2:245 14.3% 15.1%;
|
|
833
|
-
--b3:233 12.1% 12.9%;
|
|
834
|
-
--bc:251 100% 90%;
|
|
835
|
-
--in:207 89.8% 53.9%;
|
|
836
|
-
--su:174 100% 29%;
|
|
837
|
-
--wa:36 100% 50%;
|
|
838
|
-
--er:14 100% 57.1%;
|
|
839
|
-
--border-color:var(--b3);
|
|
840
|
-
--rounded-box:1rem;
|
|
841
|
-
--rounded-btn:0.5rem;
|
|
842
|
-
--rounded-badge:1.9rem;
|
|
843
|
-
--animation-btn:0.25s;
|
|
844
|
-
--animation-input:.2s;
|
|
845
|
-
--btn-text-case:uppercase;
|
|
846
|
-
--btn-focus-scale:0.95;
|
|
847
|
-
--navbar-padding:.5rem;
|
|
848
|
-
--border-btn:1px;
|
|
849
|
-
--tab-border:1px;
|
|
850
|
-
--tab-radius:0.5rem;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
[data-theme=cmyk]{
|
|
854
|
-
--p:203 83.3% 60.2%;
|
|
855
|
-
--pf:203 65.1% 53.9%;
|
|
856
|
-
--pc:0 0% 0%;
|
|
857
|
-
--s:335 77.7% 59.6%;
|
|
858
|
-
--sf:335 59.2% 52.9%;
|
|
859
|
-
--sc:0 0% 0%;
|
|
860
|
-
--a:56 100% 59.8%;
|
|
861
|
-
--af:56 72.2% 52%;
|
|
862
|
-
--ac:0 0% 0%;
|
|
863
|
-
--n:0 0% 10.2%;
|
|
864
|
-
--nf:0 0% 0%;
|
|
865
|
-
--nc:0 0% 100%;
|
|
866
|
-
--b1:0 0% 100%;
|
|
867
|
-
--b2:0 0% 96.1%;
|
|
868
|
-
--b3:0 0% 92.2%;
|
|
869
|
-
--bc:0 0% 0%;
|
|
870
|
-
--in:192 48.4% 52.2%;
|
|
871
|
-
--su:291 48.5% 38%;
|
|
872
|
-
--wa:25 84.6% 56.7%;
|
|
873
|
-
--er:4 80.5% 55.7%;
|
|
874
|
-
--border-color:var(--b3);
|
|
875
|
-
--rounded-box:1rem;
|
|
876
|
-
--rounded-btn:0.5rem;
|
|
877
|
-
--rounded-badge:1.9rem;
|
|
878
|
-
--animation-btn:0.25s;
|
|
879
|
-
--animation-input:.2s;
|
|
880
|
-
--btn-text-case:uppercase;
|
|
881
|
-
--btn-focus-scale:0.95;
|
|
882
|
-
--navbar-padding:.5rem;
|
|
883
|
-
--border-btn:1px;
|
|
884
|
-
--tab-border:1px;
|
|
885
|
-
--tab-radius:0.5rem;
|
|
886
|
-
}
|
|
887
|
-
|
|
1
|
+
:root{--p:259 94% 51%;--pf:259 94% 41%;--pc:0 0% 100%;--s:314 100% 47%;--sf:314 100% 37%;--sc:0 0% 100%;--a:174 60% 51%;--af:174 60% 41%;--ac:0 0% 100%;--n:219 14% 28%;--nf:222 13% 19%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:210 20% 98%;--b3:216 12% 84%;--bc:215 28% 17%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}@media (prefers-color-scheme:dark){:root{--p:259 94% 61%;--pf:259 94% 51%;--pc:0 0% 100%;--s:314 100% 47%;--sf:314 100% 37%;--sc:0 0% 100%;--a:174 60% 51%;--af:174 60% 41%;--ac:0 0% 100%;--n:222 13% 19%;--nf:223 14% 10%;--nc:0 0% 100%;--b1:219 14% 28%;--b2:222 13% 19%;--b3:223 14% 10%;--bc:228 14% 93%;--in:221 83% 53%;--inc:204 94% 94%;--su:142 76% 36%;--suc:141 84% 93%;--wa:32 95% 44%;--wac:48 96% 89%;--er:0 72% 51%;--erc:0 93% 94%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}}[data-theme=light]{--p:259 94% 51%;--pf:259 94% 41%;--pc:0 0% 100%;--s:314 100% 47%;--sf:314 100% 37%;--sc:0 0% 100%;--a:174 60% 51%;--af:174 60% 41%;--ac:0 0% 100%;--n:219 14% 28%;--nf:222 13% 19%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:210 20% 98%;--b3:216 12% 84%;--bc:215 28% 17%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=dark]{--p:259 94% 61%;--pf:259 94% 51%;--pc:0 0% 100%;--s:314 100% 47%;--sf:314 100% 37%;--sc:0 0% 100%;--a:174 60% 51%;--af:174 60% 41%;--ac:0 0% 100%;--n:222 13% 19%;--nf:223 14% 10%;--nc:0 0% 100%;--b1:219 14% 28%;--b2:222 13% 19%;--b3:223 14% 10%;--bc:228 14% 93%;--in:221 83% 53%;--inc:204 94% 94%;--su:142 76% 36%;--suc:141 84% 93%;--wa:32 95% 44%;--wac:48 96% 89%;--er:0 72% 51%;--erc:0 93% 94%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=cupcake]{--p:183 47% 59%;--pf:183 47% 49%;--pc:0 0% 100%;--s:338 71% 78%;--sf:338 72% 68%;--sc:0 0% 100%;--a:39 84% 58%;--af:39 84% 48%;--ac:0 0% 100%;--n:280 46% 14%;--nf:279 46% 11%;--nc:0 0% 100%;--b1:24 33% 97%;--b2:27 22% 92%;--b3:22 14% 89%;--bc:280 46% 14%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:1.9rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:2px;--tab-radius:.5rem;}[data-theme=bumblebee]{--p:50 94% 58%;--pf:50 94% 48%;--pc:240 33% 14%;--s:41 74% 53%;--sf:41 74% 43%;--sc:0 0% 100%;--a:240 33% 14%;--af:240 33% 10%;--ac:0 0% 100%;--n:240 33% 14%;--nf:240 33% 10%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:0 0% 96%;--b3:0 0% 89%;--bc:0 0% 0%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=emerald]{--p:141 50% 60%;--pf:141 50% 50%;--pc:210 20% 98%;--s:219 96% 60%;--sf:219 96% 50%;--sc:210 20% 98%;--a:10 81% 56%;--af:10 81% 46%;--ac:210 20% 98%;--n:219 20% 25%;--nf:220 19% 15%;--nc:210 20% 98%;--b1:0 0% 100%;--b2:210 20% 98%;--b3:0 0% 95%;--bc:219 20% 25%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0;--animation-input:0;--btn-text-case:uppercase;--btn-focus-scale:1;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=corporate]{--p:229 96% 64%;--pf:229 96% 54%;--pc:233 27% 13%;--s:215 26% 59%;--sf:214 26% 49%;--sc:233 27% 13%;--a:154 49% 60%;--af:154 49% 50%;--ac:233 27% 13%;--n:233 27% 13%;--nf:240 25% 3%;--nc:210 38% 95%;--b1:0 0% 100%;--b2:210 60% 98%;--b3:210 38% 95%;--bc:233 27% 13%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0;--animation-input:0;--btn-text-case:uppercase;--btn-focus-scale:1;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=synthwave]{--p:321 70% 69%;--pf:321 70% 59%;--pc:257 63% 17%;--sf:197 87% 75%;--s:197 87% 65%;--sc:257 63% 17%;--af:48 89% 67%;--a:48 89% 57%;--ac:257 63% 17%;--n:253 61% 19%;--nf:257 64% 11%;--nc:260 60% 98%;--b1:254 59% 26%;--b2:253 61% 19%;--b3:257 64% 11%;--bc:260 60% 98%;--in:199 87% 64%;--inc:257 63% 17%;--su:168 74% 68%;--suc:257 63% 17%;--wa:48 89% 57%;--wac:257 63% 17%;--er:352 74% 57%;--erc:260 60% 98%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=retro]{font-family:uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif;--p:3 74% 76%;--pf:3 74% 66%;--pc:345 5% 15%;--s:145 27% 72%;--sf:145 27% 62%;--sc:345 5% 15%;--a:49 67% 76%;--af:49 67% 66%;--ac:345 5% 15%;--n:42 17% 42%;--nf:41 13% 24%;--nc:45 47% 80%;--b1:45 47% 80%;--b2:45 37% 72%;--b3:42 36% 65%;--bc:345 5% 15%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:0.4rem;--rounded-btn:0.4rem;--rounded-badge:0.4rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=cyberpunk]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;--p:345 100% 73%;--pf:344 100% 67%;--pc:0 0% 0%;--s:195 80% 70%;--sf:194 66% 61%;--sc:0 0% 0%;--a:276 74% 71%;--af:276 76% 63%;--ac:0 0% 0%;--n:57 100% 13%;--nf:60 80% 2%;--nc:56 100% 50%;--b1:56 100% 50%;--b2:56 100% 43%;--b3:56 100% 36%;--bc:0 0% 0%;--in:221 83% 53%;--inc:204 94% 94%;--su:142 76% 36%;--suc:141 84% 93%;--wa:32 95% 44%;--wac:48 96% 89%;--er:0 72% 51%;--erc:0 93% 94%;--border-color:var(--b3);--rounded-box:0;--rounded-btn:0;--rounded-badge:0;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0;}[data-theme=valentine]{--p:353 74% 67%;--pf:353 74% 57%;--pc:0 0% 100%;--s:254 86% 77%;--sf:254 87% 67%;--sc:0 0% 100%;--a:181 56% 70%;--af:181 55% 60%;--ac:0 0% 100%;--n:336 43% 48%;--nf:340 40% 38%;--nc:318 46% 89%;--b1:318 46% 89%;--b2:315 59% 79%;--b3:316 62% 73%;--bc:344 38% 28%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:1.9rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=halloween]{--p:32 89% 52%;--pf:32 89% 42%;--pc:180 7% 8%;--s:271 46% 42%;--sf:271 46% 32%;--sc:0 0% 100%;--a:91 100% 33%;--af:91 100% 23%;--ac:0 0% 100%;--n:180 4% 11%;--nf:180 7% 8%;--nc:0 0% 100%;--b1:0 0% 13%;--b2:180 4% 11%;--b3:180 7% 8%;--bc:0 0% 100%;--in:221 83% 53%;--inc:204 94% 94%;--su:142 76% 36%;--suc:141 84% 93%;--wa:32 95% 44%;--wac:48 96% 89%;--er:0 72% 51%;--erc:0 93% 94%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=garden]{--p:139 16% 43%;--pf:137 15% 33%;--pc:0 0% 100%;--s:97 37% 93%;--sf:98 36% 82%;--sc:96 32% 15%;--a:0 68% 94%;--af:0 71% 85%;--ac:0 22% 16%;--n:0 4% 35%;--nf:0 4% 16%;--nc:0 4% 91%;--b1:0 4% 91%;--b2:0 5% 81%;--b3:0 5% 71%;--bc:0 3% 6%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=forest]{--p:141 72% 42%;--pf:141 72% 32%;--pc:0 0% 100%;--s:141 75% 48%;--sf:141 75% 38%;--sc:0 0% 100%;--a:35 69% 52%;--af:35 69% 42%;--ac:0 0% 100%;--n:0 10% 6%;--nf:0 20% 2%;--nc:0 0% 100%;--b1:0 12% 8%;--b2:0 10% 6%;--b3:0 20% 2%;--bc:0 0% 100%;--in:221 83% 53%;--inc:204 94% 94%;--su:142 76% 36%;--suc:141 84% 93%;--wa:32 95% 44%;--wac:48 96% 89%;--er:0 72% 51%;--erc:0 93% 94%;--rounded-btn:0.5rem;--border-color:var(--b3);--rounded-box:1rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=aqua]{--p:189 100% 63%;--pf:189 100% 53%;--pc:0 0% 0%;--s:274 31% 57%;--sf:274 31% 47%;--sc:0 0% 100%;--a:47 100% 80%;--af:47 100% 70%;--ac:0 0% 100%;--n:231 77% 33%;--nf:231 68% 29%;--nc:0 0% 100%;--b1:231 89% 38%;--b2:231 77% 33%;--b3:231 68% 29%;--bc:0 0% 100%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=lofi]{--p:0 0% 50%;--pf:0 0% 45%;--pc:240 4% 95%;--s:0 0% 30%;--sf:0 0% 25%;--sc:240 4% 95%;--a:0 0% 10%;--af:0 0% 5%;--ac:240 4% 95%;--n:240 4% 95%;--nf:240 6% 90%;--nc:0 0% 30%;--b1:0 0% 100%;--b2:0 0% 100%;--b3:0 0% 100%;--bc:0 0% 49%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:#e6e6e6;--rounded-box:0;--rounded-btn:0;--rounded-badge:0;--animation-btn:0;--animation-input:0;--btn-text-case:uppercase;--btn-focus-scale:1;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0;}[data-theme=pastel]{--p:284 22% 80%;--pf:282 22% 70%;--pc:0 0% 0%;--s:352 70% 88%;--sf:352 70% 78%;--sc:0 0% 100%;--a:158 55% 81%;--af:158 55% 71%;--ac:0 0% 100%;--n:199 44% 61%;--nf:199 44% 51%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:210 20% 98%;--b3:216 12% 84%;--bc:206 3% 55%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--rounded-box:1rem;--rounded-btn:1.9rem;--rounded-badge:1.9rem;--border-color:var(--b3);--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=fantasy]{--p:296 83% 25%;--pf:296 82% 15%;--pc:0 0% 100%;--s:200 100% 37%;--sf:200 100% 27%;--sc:0 0% 100%;--a:31 94% 51%;--af:31 94% 41%;--ac:0 0% 100%;--n:215 28% 17%;--nf:221 39% 11%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:210 20% 98%;--b3:216 12% 84%;--bc:215 28% 17%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=wireframe]{font-family:Chalkboard,comic sans ms,sanssecondaryerif;--p:0 0% 72%;--pf:0 0% 72%;--pc:0 0% 0%;--s:0 0% 72%;--sf:0 0% 72%;--sc:0 0% 0%;--a:0 0% 72%;--af:0 0% 72%;--ac:0 0% 0%;--n:0 0% 92%;--nf:0 0% 92%;--nc:0 0% 0%;--b1:0 0% 100%;--b2:0 0% 93%;--b3:0 0% 87%;--bc:0 0% 0%;--in:240 100% 50%;--inc:0 0% 100%;--su:120 100% 25%;--suc:0 0% 100%;--wa:60 30% 50%;--wac:0 0% 100%;--er:0 100% 50%;--erc:0 0% 100%;--border-color:#000;--rounded-box:0.2rem;--rounded-btn:0.2rem;--rounded-badge:0.2rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.2rem;}[data-theme=wireframe] *{border-color:var(--border-color) !important;--tw-border-opacity:1 !important;--tw-text-opacity:1 !important;--tw-shadow:0 0 0 1px var(--border-color) !important;}[data-theme=black]{--p:0 0% 100%;--pf:0 0% 100%;--pc:0 0% 0%;--s:0 0% 100%;--sf:0 0% 100%;--sc:0 0% 0%;--a:0 0% 100%;--af:0 0% 100%;--ac:0 0% 0%;--b1:0 0% 0%;--b2:0 0% 20%;--b3:0 0% 30%;--bc:0 0% 100%;--n:0 0% 20%;--nf:0 0% 30%;--nc:0 0% 100%;--in:240 100% 50%;--inc:0 0% 100%;--su:120 100% 25%;--suc:0 0% 0%;--wa:60 100% 50%;--wac:0 0% 0%;--er:0 100% 50%;--erc:0 0% 100%;--border-color:var(--b3);--rounded-box:0;--rounded-btn:0;--rounded-badge:0;--animation-btn:0;--animation-input:0;--btn-text-case:lowercase;--btn-focus-scale:1;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0;}[data-theme=luxury]{--p:0 0% 100%;--pf:0 0% 90%;--pc:0 0% 0%;--s:218 54% 18%;--sf:219 56% 8%;--sc:0 0% 100%;--a:319 22% 26%;--af:320 22% 16%;--ac:0 0% 100%;--n:270 4% 9%;--nf:270 2% 18%;--nc:37 67% 58%;--b1:240 10% 4%;--b2:270 4% 9%;--b3:270 2% 18%;--bc:37 67% 58%;--in:202 100% 70%;--inc:270 4% 9%;--su:89 62% 52%;--suc:270 4% 9%;--wa:54 69% 64%;--wac:270 4% 9%;--er:0 100% 72%;--erc:270 4% 9%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=dracula]{--p:330 100% 85%;--pf:330 100% 75%;--pc:233 12% 13%;--s:115 100% 85%;--sf:115 100% 75%;--sc:233 12% 13%;--a:60 100% 85%;--af:60 100% 75%;--ac:233 12% 13%;--n:245 14% 15%;--nf:233 12% 13%;--nc:251 100% 90%;--b1:244 13% 21%;--b2:245 14% 15%;--b3:233 12% 13%;--bc:251 100% 90%;--in:204 94% 94%;--inc:221 83% 53%;--su:141 84% 93%;--suc:142 76% 36%;--wa:48 96% 89%;--wac:32 95% 44%;--er:0 93% 94%;--erc:0 72% 51%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}[data-theme=cmyk]{--p:203 83% 60%;--pf:203 65% 54%;--pc:0 0% 0%;--s:335 78% 60%;--sf:335 59% 53%;--sc:0 0% 0%;--a:56 100% 60%;--af:56 72% 52%;--ac:0 0% 0%;--n:0 0% 10%;--nf:0 0% 0%;--nc:0 0% 100%;--b1:0 0% 100%;--b2:0 0% 96%;--b3:0 0% 92%;--bc:0 0% 0%;--in:192 48% 52%;--inc:0 0% 100%;--su:291 48% 38%;--suc:0 0% 100%;--wa:25 85% 57%;--wac:0 0% 100%;--er:4 81% 56%;--erc:0 0% 100%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--navbar-padding:.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;}
|