css-pkg-01 1.0.0 → 1.2.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.
Files changed (61) hide show
  1. package/k4d/page-404.css +279 -0
  2. package/k4d/page-bonus.css +368 -0
  3. package/k4d/page-cari.css +364 -0
  4. package/k4d/page-daftar.css +648 -0
  5. package/k4d/page-demo.css +620 -0
  6. package/k4d/page-deposit-qris.css +552 -0
  7. package/k4d/page-faq.css +540 -0
  8. package/k4d/page-game-gates-of-olympus.css +243 -0
  9. package/k4d/page-game-starlight-princess.css +526 -0
  10. package/k4d/page-game-sweet-bonanza.css +539 -0
  11. package/k4d/page-link-alternatif.css +582 -0
  12. package/k4d/page-login.css +577 -0
  13. package/k4d/page-panduan-cara-main.css +577 -0
  14. package/k4d/page-panduan-demo-pragmatic.css +546 -0
  15. package/k4d/page-panduan-slot-zeus.css +516 -0
  16. package/k4d/page-panduan-tips-bermain.css +603 -0
  17. package/k4d/page-promo.css +600 -0
  18. package/k4d/page-rtp.css +573 -0
  19. package/k4d/page-tentang-kami.css +632 -0
  20. package/k4d/style.css +532 -0
  21. package/package.json +1 -1
  22. /package/{qq303.asia → k3r9}/page-404.css +0 -0
  23. /package/{qq303.asia → k3r9}/page-bonus.css +0 -0
  24. /package/{qq303.asia → k3r9}/page-cara-main.css +0 -0
  25. /package/{qq303.asia → k3r9}/page-cari.css +0 -0
  26. /package/{qq303.asia → k3r9}/page-daftar.css +0 -0
  27. /package/{qq303.asia → k3r9}/page-demo.css +0 -0
  28. /package/{qq303.asia → k3r9}/page-deposit-qris.css +0 -0
  29. /package/{qq303.asia → k3r9}/page-faq.css +0 -0
  30. /package/{qq303.asia → k3r9}/page-game-lucky-neko.css +0 -0
  31. /package/{qq303.asia → k3r9}/page-game-mahjong-ways-2.css +0 -0
  32. /package/{qq303.asia → k3r9}/page-game-mahjong-ways.css +0 -0
  33. /package/{qq303.asia → k3r9}/page-game-treasures-of-aztec.css +0 -0
  34. /package/{qq303.asia → k3r9}/page-game-wild-bandito.css +0 -0
  35. /package/{qq303.asia → k3r9}/page-link-alternatif.css +0 -0
  36. /package/{qq303.asia → k3r9}/page-login.css +0 -0
  37. /package/{qq303.asia → k3r9}/page-rtp.css +0 -0
  38. /package/{qq303.asia → k3r9}/page-scatter-hitam.css +0 -0
  39. /package/{qq303.asia → k3r9}/page-slot-bet-kecil.css +0 -0
  40. /package/{qq303.asia → k3r9}/page-tentang-kami.css +0 -0
  41. /package/{qq303.asia → k3r9}/style.css +0 -0
  42. /package/{fixbet88.asia → m7t2}/page-404.css +0 -0
  43. /package/{fixbet88.asia → m7t2}/page-apk.css +0 -0
  44. /package/{fixbet88.asia → m7t2}/page-bank-jago.css +0 -0
  45. /package/{fixbet88.asia → m7t2}/page-bonus.css +0 -0
  46. /package/{fixbet88.asia → m7t2}/page-cari.css +0 -0
  47. /package/{fixbet88.asia → m7t2}/page-daftar.css +0 -0
  48. /package/{fixbet88.asia → m7t2}/page-deposit-5000.css +0 -0
  49. /package/{fixbet88.asia → m7t2}/page-deposit-dana.css +0 -0
  50. /package/{fixbet88.asia → m7t2}/page-deposit-pulsa.css +0 -0
  51. /package/{fixbet88.asia → m7t2}/page-deposit-qris.css +0 -0
  52. /package/{fixbet88.asia → m7t2}/page-faq.css +0 -0
  53. /package/{fixbet88.asia → m7t2}/page-informasi-resmi.css +0 -0
  54. /package/{fixbet88.asia → m7t2}/page-link-alternatif.css +0 -0
  55. /package/{fixbet88.asia → m7t2}/page-login.css +0 -0
  56. /package/{fixbet88.asia → m7t2}/page-rtp.css +0 -0
  57. /package/{fixbet88.asia → m7t2}/page-slot-bet-200.css +0 -0
  58. /package/{fixbet88.asia → m7t2}/page-slot-maxwin.css +0 -0
  59. /package/{fixbet88.asia → m7t2}/page-slot-terbaru.css +0 -0
  60. /package/{fixbet88.asia → m7t2}/page-tentang-kami.css +0 -0
  61. /package/{fixbet88.asia → m7t2}/style.css +0 -0
package/k4d/style.css ADDED
@@ -0,0 +1,532 @@
1
+ :root {
2
+ --bg: #0b0a08;
3
+ --surface: #1c1913;
4
+ --accent: #d98e32;
5
+ --accent2: #6cb4ee;
6
+ --text: #faf7f0;
7
+ --muted: #a89f91;
8
+ --font-display: 'Anton', sans-serif;
9
+ --font-body: 'Barlow', sans-serif;
10
+ --container: 1280px;
11
+ --section-pad: 80px 0;
12
+ --transition: all 0.3s ease;
13
+ }
14
+
15
+ /* Reset & Base */
16
+ * { margin: 0; padding: 0; box-sizing: border-box; }
17
+ body {
18
+ background-color: var(--bg);
19
+ color: var(--text);
20
+ font-family: var(--font-body);
21
+ line-height: 1.6;
22
+ overflow-x: hidden;
23
+ -webkit-font-smoothing: antialiased;
24
+ }
25
+ img { max-width: 100%; height: auto; display: block; }
26
+ a { text-decoration: none; color: inherit; transition: var(--transition); }
27
+ ul { list-style: none; }
28
+
29
+ /* Typography */
30
+ h1, h2, h3, .font-display {
31
+ font-family: var(--font-display);
32
+ font-weight: 400;
33
+ text-transform: uppercase;
34
+ letter-spacing: 1px;
35
+ line-height: 1.1;
36
+ }
37
+ h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); color: var(--text); margin-bottom: 1rem; }
38
+ h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--accent); margin-bottom: 1.5rem; }
39
+ h3 { font-size: 1.5rem; color: var(--text); margin-bottom: 0.75rem; }
40
+ p { margin-bottom: 1rem; color: var(--muted); font-size: 1.125rem; }
41
+ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
42
+
43
+ /* Layout */
44
+ .container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
45
+ .section { padding: var(--section-pad); }
46
+ .grid { display: grid; gap: 24px; }
47
+ .flex { display: flex; gap: 16px; }
48
+
49
+ /* Motif & Utilities */
50
+ .surface {
51
+ background-color: var(--surface);
52
+ border: 1px solid rgba(217, 142, 50, 0.15);
53
+ border-radius: 8px;
54
+ position: relative;
55
+ overflow: hidden;
56
+ }
57
+ .keris-motif {
58
+ background-image:
59
+ radial-gradient(circle at 100% 0%, rgba(217, 142, 50, 0.08) 0%, transparent 50%),
60
+ repeating-linear-gradient(45deg, rgba(28, 25, 19, 0) 0px, rgba(28, 25, 19, 0) 10px, rgba(217, 142, 50, 0.02) 10px, rgba(217, 142, 50, 0.02) 11px);
61
+ }
62
+ .amber-glow {
63
+ box-shadow: 0 0 30px rgba(217, 142, 50, 0.15);
64
+ }
65
+ .text-accent { color: var(--accent); }
66
+ .text-accent2 { color: var(--accent2); }
67
+
68
+ /* Buttons */
69
+ .btn {
70
+ font-family: var(--font-display);
71
+ font-size: 1.125rem;
72
+ padding: 14px 28px;
73
+ border-radius: 4px;
74
+ text-align: center;
75
+ display: inline-flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ cursor: pointer;
79
+ border: 2px solid transparent;
80
+ text-transform: uppercase;
81
+ letter-spacing: 1px;
82
+ }
83
+ .btn-primary {
84
+ background-color: var(--accent);
85
+ color: var(--bg);
86
+ border-color: var(--accent);
87
+ }
88
+ .btn-primary:hover, .btn-primary:focus {
89
+ background-color: transparent;
90
+ color: var(--accent);
91
+ box-shadow: 0 0 20px rgba(217, 142, 50, 0.4);
92
+ }
93
+ .btn-secondary {
94
+ background-color: transparent;
95
+ color: var(--accent2);
96
+ border-color: var(--accent2);
97
+ }
98
+ .btn-secondary:hover, .btn-secondary:focus {
99
+ background-color: var(--accent2);
100
+ color: var(--bg);
101
+ box-shadow: 0 0 20px rgba(108, 180, 238, 0.4);
102
+ }
103
+
104
+ /* Header & Nav */
105
+ header {
106
+ position: fixed;
107
+ top: 0; left: 0; right: 0;
108
+ background: rgba(11, 10, 8, 0.95);
109
+ backdrop-filter: blur(10px);
110
+ z-index: 1000;
111
+ border-bottom: 1px solid rgba(217, 142, 50, 0.2);
112
+ }
113
+ .nav-container {
114
+ display: flex;
115
+ justify-content: space-between;
116
+ align-items: center;
117
+ height: 80px;
118
+ }
119
+ .brand {
120
+ font-family: var(--font-display);
121
+ font-size: 2rem;
122
+ color: var(--accent);
123
+ letter-spacing: 2px;
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 10px;
127
+ }
128
+ .nav-links {
129
+ display: flex;
130
+ gap: 24px;
131
+ }
132
+ .nav-links a {
133
+ font-weight: 600;
134
+ font-size: 1rem;
135
+ text-transform: uppercase;
136
+ padding: 8px 0;
137
+ position: relative;
138
+ }
139
+ .nav-links a:hover { color: var(--accent); }
140
+ .nav-links a::after {
141
+ content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
142
+ background: var(--accent); transition: var(--transition);
143
+ }
144
+ .nav-links a:hover::after { width: 100%; }
145
+ .menu-toggle {
146
+ display: none;
147
+ background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer;
148
+ }
149
+
150
+ /* Hero Section */
151
+ #hero {
152
+ padding-top: 140px;
153
+ min-height: 100vh;
154
+ display: flex;
155
+ align-items: center;
156
+ position: relative;
157
+ }
158
+ .hero-grid {
159
+ display: grid;
160
+ grid-template-columns: 1fr 1fr;
161
+ gap: 60px;
162
+ align-items: center;
163
+ }
164
+ .hero-badge {
165
+ display: inline-block;
166
+ background: rgba(217, 142, 50, 0.1);
167
+ color: var(--accent);
168
+ padding: 6px 16px;
169
+ border-radius: 20px;
170
+ border: 1px solid var(--accent);
171
+ font-weight: 600;
172
+ font-size: 0.875rem;
173
+ margin-bottom: 20px;
174
+ text-transform: uppercase;
175
+ }
176
+ .hero-sub {
177
+ font-size: 1.5rem;
178
+ color: var(--accent2);
179
+ font-weight: 600;
180
+ margin-bottom: 20px;
181
+ line-height: 1.3;
182
+ }
183
+ .hero-visual {
184
+ position: relative;
185
+ height: 100%;
186
+ min-height: 400px;
187
+ display: flex;
188
+ justify-content: center;
189
+ align-items: center;
190
+ }
191
+ .hero-visual-bg {
192
+ position: absolute;
193
+ inset: 0;
194
+ background: radial-gradient(circle at center, rgba(217, 142, 50, 0.2) 0%, transparent 70%);
195
+ border-radius: 50%;
196
+ filter: blur(40px);
197
+ z-index: 0;
198
+ }
199
+ .mockup-card {
200
+ background: var(--surface);
201
+ border: 2px solid var(--accent);
202
+ border-radius: 12px;
203
+ padding: 20px;
204
+ position: relative;
205
+ z-index: 1;
206
+ transform: rotate(5deg);
207
+ box-shadow: 20px 20px 40px rgba(0,0,0,0.8);
208
+ width: 80%;
209
+ aspect-ratio: 3/4;
210
+ display: flex;
211
+ flex-direction: column;
212
+ justify-content: center;
213
+ align-items: center;
214
+ text-align: center;
215
+ }
216
+ .mockup-card::before {
217
+ content: 'OLYMPUS';
218
+ font-family: var(--font-display);
219
+ font-size: 3rem;
220
+ color: rgba(217, 142, 50, 0.2);
221
+ position: absolute;
222
+ transform: rotate(-90deg);
223
+ left: -30px;
224
+ }
225
+
226
+ /* Lineup Game */
227
+ #lineup-game .grid {
228
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
229
+ }
230
+ .game-card {
231
+ padding: 30px;
232
+ transition: var(--transition);
233
+ border-top: 4px solid var(--accent);
234
+ }
235
+ .game-card:hover {
236
+ transform: translateY(-5px);
237
+ box-shadow: 0 10px 30px rgba(217, 142, 50, 0.1);
238
+ }
239
+ .game-card h3 { color: var(--accent); font-size: 1.75rem; }
240
+
241
+ /* Papan RTP */
242
+ #papan-rtp {
243
+ background: linear-gradient(90deg, var(--surface) 0%, var(--bg) 50%, var(--surface) 100%);
244
+ border-top: 1px solid rgba(217, 142, 50, 0.2);
245
+ border-bottom: 1px solid rgba(217, 142, 50, 0.2);
246
+ text-align: center;
247
+ }
248
+ #papan-rtp .container { max-width: 800px; }
249
+
250
+ /* Statistik */
251
+ #statistik {
252
+ padding: 60px 0;
253
+ background: var(--bg);
254
+ }
255
+ .stat-grid {
256
+ display: grid;
257
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
258
+ gap: 20px;
259
+ }
260
+ .stat-item {
261
+ background: var(--surface);
262
+ padding: 30px 20px;
263
+ text-align: center;
264
+ border-radius: 8px;
265
+ border: 1px solid rgba(108, 180, 238, 0.2);
266
+ }
267
+ .stat-item p {
268
+ font-family: var(--font-display);
269
+ font-size: 1.5rem;
270
+ color: var(--accent2);
271
+ margin: 0;
272
+ line-height: 1.2;
273
+ }
274
+
275
+ /* Penyedia */
276
+ #penyedia { text-align: center; }
277
+ .provider-row {
278
+ display: flex;
279
+ flex-wrap: wrap;
280
+ justify-content: center;
281
+ gap: 30px;
282
+ margin-top: 40px;
283
+ }
284
+ .provider-pill {
285
+ background: var(--surface);
286
+ padding: 15px 30px;
287
+ border-radius: 40px;
288
+ font-weight: 700;
289
+ color: var(--text);
290
+ border: 1px solid rgba(217, 142, 50, 0.3);
291
+ font-size: 1.125rem;
292
+ }
293
+
294
+ /* Kelebihan */
295
+ #kelebihan .grid {
296
+ grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
297
+ }
298
+ .adv-card {
299
+ padding: 30px;
300
+ border-left: 4px solid var(--accent2);
301
+ }
302
+
303
+ /* Langkah Main */
304
+ #langkah-main {
305
+ background: var(--surface);
306
+ position: relative;
307
+ }
308
+ .step-grid {
309
+ display: grid;
310
+ grid-template-columns: repeat(3, 1fr);
311
+ gap: 30px;
312
+ position: relative;
313
+ }
314
+ .step-card {
315
+ background: var(--bg);
316
+ padding: 40px 30px;
317
+ border-radius: 8px;
318
+ text-align: center;
319
+ border: 1px solid rgba(217, 142, 50, 0.1);
320
+ position: relative;
321
+ z-index: 2;
322
+ }
323
+ .step-num {
324
+ width: 50px; height: 50px;
325
+ background: var(--accent);
326
+ color: var(--bg);
327
+ border-radius: 50%;
328
+ display: flex; align-items: center; justify-content: center;
329
+ font-family: var(--font-display);
330
+ font-size: 1.5rem;
331
+ margin: 0 auto 20px;
332
+ }
333
+
334
+ /* Testimoni */
335
+ #testimoni .grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
336
+ .testi-card {
337
+ padding: 30px;
338
+ background: linear-gradient(180deg, var(--surface) 0%, rgba(28, 25, 19, 0.5) 100%);
339
+ border-radius: 8px;
340
+ border: 1px solid rgba(217, 142, 50, 0.2);
341
+ }
342
+ .testi-meta {
343
+ display: flex; justify-content: space-between;
344
+ margin-bottom: 15px; border-bottom: 1px solid rgba(250, 247, 240, 0.1);
345
+ padding-bottom: 15px;
346
+ }
347
+ .testi-name { font-family: var(--font-display); font-size: 1.25rem; color: var(--accent); }
348
+ .testi-city { color: var(--accent2); font-weight: 600; }
349
+ .testi-text { font-style: italic; }
350
+
351
+ /* Glosarium */
352
+ #glosarium { background: var(--surface); }
353
+ .glos-grid {
354
+ display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;
355
+ margin-top: 40px;
356
+ }
357
+ .glos-item {
358
+ background: var(--bg); padding: 25px; border-radius: 8px;
359
+ border-left: 3px solid var(--accent);
360
+ }
361
+ .glos-item h3 { color: var(--accent); font-size: 1.5rem; margin-bottom: 10px; }
362
+ .glos-item p { margin: 0; font-size: 1rem; }
363
+
364
+ /* Main Aman */
365
+ #main-aman .container { max-width: 800px; text-align: center; }
366
+ .aman-list { margin-top: 30px; text-align: left; }
367
+ .aman-list li {
368
+ background: var(--surface);
369
+ padding: 15px 20px;
370
+ margin-bottom: 10px;
371
+ border-radius: 4px;
372
+ border-left: 4px solid var(--muted);
373
+ display: flex;
374
+ align-items: center;
375
+ }
376
+
377
+ /* Wilayah */
378
+ .wilayah-grid {
379
+ display: grid;
380
+ grid-template-columns: 1fr 1fr;
381
+ gap: 50px;
382
+ align-items: center;
383
+ }
384
+ .eyebrow {
385
+ display: inline-block;
386
+ background: rgba(108, 180, 238, 0.1);
387
+ color: var(--accent2);
388
+ padding: 5px 15px;
389
+ border-radius: 20px;
390
+ font-weight: 600;
391
+ text-transform: uppercase;
392
+ font-size: 0.875rem;
393
+ margin-bottom: 15px;
394
+ }
395
+ .tags-container {
396
+ display: flex;
397
+ flex-wrap: wrap;
398
+ gap: 10px;
399
+ margin-top: 25px;
400
+ }
401
+ .city-tag {
402
+ background: var(--surface);
403
+ border: 1px solid rgba(217, 142, 50, 0.3);
404
+ padding: 8px 16px;
405
+ border-radius: 20px;
406
+ font-size: 0.875rem;
407
+ color: var(--text);
408
+ }
409
+ .map-wrapper {
410
+ border-radius: 12px;
411
+ overflow: hidden;
412
+ border: 2px solid var(--surface);
413
+ height: 350px;
414
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
415
+ }
416
+ .map-wrapper iframe { width: 100%; height: 100%; border: none; display: block; }
417
+
418
+ /* Tanya Jawab */
419
+ #tanya-jawab .container { max-width: 800px; }
420
+ .faq-item {
421
+ background: var(--surface);
422
+ margin-bottom: 15px;
423
+ border-radius: 8px;
424
+ border: 1px solid rgba(217, 142, 50, 0.1);
425
+ overflow: hidden;
426
+ }
427
+ .faq-item summary {
428
+ padding: 20px;
429
+ font-weight: 600;
430
+ font-size: 1.125rem;
431
+ cursor: pointer;
432
+ list-style: none;
433
+ display: flex;
434
+ justify-content: space-between;
435
+ align-items: center;
436
+ color: var(--text);
437
+ }
438
+ .faq-item summary::-webkit-details-marker { display: none; }
439
+ .faq-item summary::after {
440
+ content: '+';
441
+ font-size: 1.5rem;
442
+ color: var(--accent);
443
+ font-family: var(--font-display);
444
+ }
445
+ .faq-item[open] summary::after { content: '-'; }
446
+ .faq-item[open] summary { border-bottom: 1px solid rgba(217, 142, 50, 0.1); color: var(--accent); }
447
+ .faq-item p { padding: 20px; margin: 0; }
448
+
449
+ /* Footer */
450
+ footer {
451
+ background: #050403;
452
+ padding: 60px 0 30px;
453
+ border-top: 2px solid var(--accent);
454
+ text-align: center;
455
+ }
456
+ .footer-brand {
457
+ font-family: var(--font-display);
458
+ font-size: 2.5rem;
459
+ color: var(--text);
460
+ margin-bottom: 10px;
461
+ }
462
+ .footer-tagline {
463
+ color: var(--muted);
464
+ margin-bottom: 30px;
465
+ font-size: 1.125rem;
466
+ }
467
+ .footer-links {
468
+ display: flex;
469
+ flex-wrap: wrap;
470
+ justify-content: center;
471
+ gap: 20px;
472
+ margin-bottom: 40px;
473
+ }
474
+ .footer-links a {
475
+ color: var(--text);
476
+ text-transform: uppercase;
477
+ font-size: 0.875rem;
478
+ font-weight: 600;
479
+ }
480
+ .footer-links a:hover { color: var(--accent); }
481
+ .copyright {
482
+ color: var(--muted);
483
+ font-size: 0.875rem;
484
+ border-top: 1px solid rgba(250, 247, 240, 0.1);
485
+ padding-top: 30px;
486
+ }
487
+
488
+ /* Responsive */
489
+ @media (max-width: 1024px) {
490
+ h1 { font-size: 3rem; }
491
+ .hero-grid { gap: 40px; }
492
+ }
493
+ @media (max-width: 900px) {
494
+ .wilayah-grid { grid-template-columns: 1fr; }
495
+ .step-grid { grid-template-columns: 1fr; }
496
+ .hero-grid { grid-template-columns: 1fr; text-align: center; }
497
+ .hero-visual { display: none; }
498
+ .cta-group { justify-content: center; }
499
+ }
500
+ @media (max-width: 768px) {
501
+ .nav-links {
502
+ position: absolute; top: 80px; left: 0; right: 0;
503
+ background: var(--surface);
504
+ flex-direction: column;
505
+ padding: 20px;
506
+ gap: 15px;
507
+ display: none;
508
+ border-bottom: 1px solid rgba(217, 142, 50, 0.2);
509
+ }
510
+ .nav-links.active { display: flex; }
511
+ .menu-toggle { display: block; }
512
+ .flex { flex-direction: column; }
513
+ .btn { width: 100%; }
514
+ }
515
+ @media (max-width: 390px) {
516
+ .section { padding: 50px 0; }
517
+ h1 { font-size: 2.25rem; }
518
+ h2 { font-size: 1.75rem; }
519
+ .container { padding: 0 15px; }
520
+ }
521
+
522
+
523
+ /* pipeline image & layout guards */
524
+ html, body { overflow-x: clip; }
525
+ img { max-width: 100%; height: auto; }
526
+ img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
527
+ header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
528
+ img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
529
+ img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
530
+ /* 合规声明块(zb-disclaimer,全站 footer) */
531
+ .zb-disclaimer { margin-top: 18px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent); font-size: .72rem; line-height: 1.65; opacity: .8; display: grid; gap: 6px; }
532
+ .zb-disclaimer .zb-18 { justify-self: start; display: inline-flex; align-items: center; padding: 2px 10px; border: 1.5px solid currentColor; border-radius: 8px; font-weight: 800; letter-spacing: 1px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-pkg-01",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "static site css assets",
5
5
  "license": "MIT"
6
6
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes