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.
- package/k4d/page-404.css +279 -0
- package/k4d/page-bonus.css +368 -0
- package/k4d/page-cari.css +364 -0
- package/k4d/page-daftar.css +648 -0
- package/k4d/page-demo.css +620 -0
- package/k4d/page-deposit-qris.css +552 -0
- package/k4d/page-faq.css +540 -0
- package/k4d/page-game-gates-of-olympus.css +243 -0
- package/k4d/page-game-starlight-princess.css +526 -0
- package/k4d/page-game-sweet-bonanza.css +539 -0
- package/k4d/page-link-alternatif.css +582 -0
- package/k4d/page-login.css +577 -0
- package/k4d/page-panduan-cara-main.css +577 -0
- package/k4d/page-panduan-demo-pragmatic.css +546 -0
- package/k4d/page-panduan-slot-zeus.css +516 -0
- package/k4d/page-panduan-tips-bermain.css +603 -0
- package/k4d/page-promo.css +600 -0
- package/k4d/page-rtp.css +573 -0
- package/k4d/page-tentang-kami.css +632 -0
- package/k4d/style.css +532 -0
- package/package.json +1 -1
- /package/{qq303.asia → k3r9}/page-404.css +0 -0
- /package/{qq303.asia → k3r9}/page-bonus.css +0 -0
- /package/{qq303.asia → k3r9}/page-cara-main.css +0 -0
- /package/{qq303.asia → k3r9}/page-cari.css +0 -0
- /package/{qq303.asia → k3r9}/page-daftar.css +0 -0
- /package/{qq303.asia → k3r9}/page-demo.css +0 -0
- /package/{qq303.asia → k3r9}/page-deposit-qris.css +0 -0
- /package/{qq303.asia → k3r9}/page-faq.css +0 -0
- /package/{qq303.asia → k3r9}/page-game-lucky-neko.css +0 -0
- /package/{qq303.asia → k3r9}/page-game-mahjong-ways-2.css +0 -0
- /package/{qq303.asia → k3r9}/page-game-mahjong-ways.css +0 -0
- /package/{qq303.asia → k3r9}/page-game-treasures-of-aztec.css +0 -0
- /package/{qq303.asia → k3r9}/page-game-wild-bandito.css +0 -0
- /package/{qq303.asia → k3r9}/page-link-alternatif.css +0 -0
- /package/{qq303.asia → k3r9}/page-login.css +0 -0
- /package/{qq303.asia → k3r9}/page-rtp.css +0 -0
- /package/{qq303.asia → k3r9}/page-scatter-hitam.css +0 -0
- /package/{qq303.asia → k3r9}/page-slot-bet-kecil.css +0 -0
- /package/{qq303.asia → k3r9}/page-tentang-kami.css +0 -0
- /package/{qq303.asia → k3r9}/style.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-404.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-apk.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-bank-jago.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-bonus.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-cari.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-daftar.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-deposit-5000.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-deposit-dana.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-deposit-pulsa.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-deposit-qris.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-faq.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-informasi-resmi.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-link-alternatif.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-login.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-rtp.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-slot-bet-200.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-slot-maxwin.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-slot-terbaru.css +0 -0
- /package/{fixbet88.asia → m7t2}/page-tentang-kami.css +0 -0
- /package/{fixbet88.asia → m7t2}/style.css +0 -0
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* Palette */
|
|
3
|
+
--bg: #0b0a08;
|
|
4
|
+
--surface: #1c1913;
|
|
5
|
+
--accent: #d98e32;
|
|
6
|
+
--accent-hover: #e8a34a;
|
|
7
|
+
--accent2: #6cb4ee;
|
|
8
|
+
--text: #faf7f0;
|
|
9
|
+
--muted: #a89f91;
|
|
10
|
+
|
|
11
|
+
/* Typography */
|
|
12
|
+
--font-display: 'Anton', sans-serif;
|
|
13
|
+
--font-body: 'Barlow', sans-serif;
|
|
14
|
+
|
|
15
|
+
/* Layout */
|
|
16
|
+
--container-w: 1200px;
|
|
17
|
+
--content-w: 840px;
|
|
18
|
+
--radius-sm: 4px;
|
|
19
|
+
--radius-md: 8px;
|
|
20
|
+
--transition: 0.3s ease;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* Reset & Base */
|
|
24
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
25
|
+
body {
|
|
26
|
+
font-family: var(--font-body);
|
|
27
|
+
background-color: var(--bg);
|
|
28
|
+
color: var(--text);
|
|
29
|
+
line-height: 1.6;
|
|
30
|
+
font-size: 16px;
|
|
31
|
+
overflow-x: hidden;
|
|
32
|
+
-webkit-font-smoothing: antialiased;
|
|
33
|
+
}
|
|
34
|
+
a { color: var(--accent); text-decoration: none; transition: var(--transition); }
|
|
35
|
+
a:hover { color: var(--accent-hover); }
|
|
36
|
+
h1, h2, h3, .brand, .btn, .meta-chips span { font-family: var(--font-display); font-weight: 400; letter-spacing: 0.5px; }
|
|
37
|
+
|
|
38
|
+
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
|
|
39
|
+
.content-container { max-width: var(--content-w); margin: 0 auto; padding: 0 20px; }
|
|
40
|
+
|
|
41
|
+
/* Header (Exact Match + Styling) */
|
|
42
|
+
header { background-color: var(--surface); border-bottom: 2px solid var(--accent); position: sticky; top: 0; z-index: 100; }
|
|
43
|
+
.nav-container { display: flex; justify-content: space-between; align-items: center; height: 70px; }
|
|
44
|
+
.brand { font-size: 28px; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; display: flex; align-items: center; gap: 10px; }
|
|
45
|
+
.menu-toggle { display: none; background: none; border: none; color: var(--text); font-size: 24px; cursor: pointer; padding: 10px; }
|
|
46
|
+
.nav-links { display: flex; gap: 24px; }
|
|
47
|
+
.nav-links a { color: var(--text); font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
|
|
48
|
+
.nav-links a:hover { color: var(--accent); }
|
|
49
|
+
|
|
50
|
+
/* Hero / Arena Banner */
|
|
51
|
+
.hero-arena {
|
|
52
|
+
background: radial-gradient(circle at top center, #2a1f12 0%, var(--bg) 80%);
|
|
53
|
+
padding: 60px 0 40px;
|
|
54
|
+
text-align: center;
|
|
55
|
+
border-bottom: 1px solid rgba(217, 142, 50, 0.2);
|
|
56
|
+
position: relative;
|
|
57
|
+
}
|
|
58
|
+
.hero-arena::before {
|
|
59
|
+
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%;
|
|
60
|
+
background-image: repeating-linear-gradient(45deg, rgba(217,142,50,0.03) 0px, rgba(217,142,50,0.03) 2px, transparent 2px, transparent 8px);
|
|
61
|
+
pointer-events: none;
|
|
62
|
+
}
|
|
63
|
+
.breadcrumb {
|
|
64
|
+
font-size: 13px; color: var(--muted); margin-bottom: 24px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;
|
|
65
|
+
position: relative; z-index: 2;
|
|
66
|
+
}
|
|
67
|
+
.hero-arena h1 {
|
|
68
|
+
font-size: clamp(32px, 5vw, 56px);
|
|
69
|
+
color: var(--text);
|
|
70
|
+
text-transform: uppercase;
|
|
71
|
+
line-height: 1.1;
|
|
72
|
+
margin-bottom: 24px;
|
|
73
|
+
text-shadow: 0 4px 20px rgba(0,0,0,0.8);
|
|
74
|
+
position: relative; z-index: 2;
|
|
75
|
+
}
|
|
76
|
+
.hero-arena h1 span { color: var(--accent); }
|
|
77
|
+
.meta-chips {
|
|
78
|
+
display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2;
|
|
79
|
+
}
|
|
80
|
+
.meta-chips span {
|
|
81
|
+
background: var(--surface); border: 1px solid var(--accent); color: var(--accent);
|
|
82
|
+
padding: 6px 16px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
|
|
83
|
+
clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* Article Content */
|
|
87
|
+
article { padding: 60px 0; }
|
|
88
|
+
|
|
89
|
+
.intro-lead {
|
|
90
|
+
background: var(--surface);
|
|
91
|
+
padding: 30px;
|
|
92
|
+
border-left: 4px solid var(--accent);
|
|
93
|
+
font-size: 18px;
|
|
94
|
+
line-height: 1.8;
|
|
95
|
+
color: var(--text);
|
|
96
|
+
margin-bottom: 50px;
|
|
97
|
+
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
|
|
98
|
+
position: relative;
|
|
99
|
+
}
|
|
100
|
+
.intro-lead::after {
|
|
101
|
+
content: '❝'; position: absolute; top: -15px; right: 20px; font-size: 60px; color: rgba(217,142,50,0.1); font-family: serif;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.content-section { margin-bottom: 50px; }
|
|
105
|
+
.content-section h2 {
|
|
106
|
+
font-size: 32px; color: var(--accent); text-transform: uppercase; margin-bottom: 24px;
|
|
107
|
+
display: flex; align-items: center; gap: 12px;
|
|
108
|
+
}
|
|
109
|
+
.content-section h2::before {
|
|
110
|
+
content: ''; display: block; width: 24px; height: 4px; background: var(--accent2);
|
|
111
|
+
}
|
|
112
|
+
.content-section p { margin-bottom: 20px; font-size: 17px; color: #e5e0d8; }
|
|
113
|
+
.content-section p:last-child { margin-bottom: 0; }
|
|
114
|
+
.content-section a { border-bottom: 1px dashed var(--accent); padding-bottom: 2px; font-weight: 600; }
|
|
115
|
+
.content-section a:hover { border-bottom-style: solid; }
|
|
116
|
+
|
|
117
|
+
/* Custom Lists - Esports/Colosseum Vibe */
|
|
118
|
+
.feature-cards {
|
|
119
|
+
display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; list-style: none;
|
|
120
|
+
}
|
|
121
|
+
@media(min-width: 600px) { .feature-cards { grid-template-columns: 1fr 1fr; } }
|
|
122
|
+
.feature-cards li {
|
|
123
|
+
background: var(--surface); border: 1px solid rgba(217,142,50,0.3); padding: 20px;
|
|
124
|
+
display: flex; gap: 16px; align-items: flex-start;
|
|
125
|
+
transition: var(--transition);
|
|
126
|
+
}
|
|
127
|
+
.feature-cards li:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(217,142,50,0.1); }
|
|
128
|
+
.feature-cards li::before {
|
|
129
|
+
content: '⚡'; font-size: 24px; line-height: 1; filter: drop-shadow(0 0 5px var(--accent));
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.strategy-list {
|
|
133
|
+
list-style: none; margin-top: 24px; counter-reset: strategy-counter;
|
|
134
|
+
display: flex; flex-direction: column; gap: 16px;
|
|
135
|
+
}
|
|
136
|
+
.strategy-list li {
|
|
137
|
+
background: linear-gradient(90deg, var(--surface) 0%, transparent 100%);
|
|
138
|
+
padding: 16px 20px 16px 60px; position: relative; border-left: 2px solid var(--accent2);
|
|
139
|
+
font-size: 17px;
|
|
140
|
+
}
|
|
141
|
+
.strategy-list li::before {
|
|
142
|
+
counter-increment: strategy-counter; content: "0" counter(strategy-counter);
|
|
143
|
+
position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
|
|
144
|
+
font-family: var(--font-display); font-size: 24px; color: var(--accent); opacity: 0.8;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/* FAQ Section */
|
|
148
|
+
.faq-wrapper { margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 50px; }
|
|
149
|
+
.faq-wrapper h2 { text-align: center; margin-bottom: 40px; justify-content: center; }
|
|
150
|
+
.faq-wrapper h2::before { display: none; }
|
|
151
|
+
details {
|
|
152
|
+
background: var(--surface); margin-bottom: 16px; border: 1px solid rgba(255,255,255,0.05);
|
|
153
|
+
transition: var(--transition);
|
|
154
|
+
}
|
|
155
|
+
details[open] { border-color: var(--accent); box-shadow: 0 0 20px rgba(217,142,50,0.05); }
|
|
156
|
+
summary {
|
|
157
|
+
padding: 20px; font-size: 18px; font-weight: 600; cursor: pointer; list-style: none;
|
|
158
|
+
display: flex; justify-content: space-between; align-items: center; color: var(--text);
|
|
159
|
+
}
|
|
160
|
+
summary::-webkit-details-marker { display: none; }
|
|
161
|
+
summary::after {
|
|
162
|
+
content: '+'; font-family: var(--font-display); font-size: 24px; color: var(--accent); transition: transform 0.3s;
|
|
163
|
+
}
|
|
164
|
+
details[open] summary::after { transform: rotate(45deg); }
|
|
165
|
+
details p { padding: 0 20px 20px; color: var(--muted); margin: 0; }
|
|
166
|
+
|
|
167
|
+
/* Related Pages */
|
|
168
|
+
.related-block {
|
|
169
|
+
background: var(--surface); padding: 40px; margin: 60px 0; text-align: center;
|
|
170
|
+
border: 1px solid rgba(108,180,238,0.3); position: relative; overflow: hidden;
|
|
171
|
+
}
|
|
172
|
+
.related-block h3 { font-size: 24px; color: var(--accent2); margin-bottom: 24px; text-transform: uppercase; }
|
|
173
|
+
.related-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
|
|
174
|
+
.related-nav a {
|
|
175
|
+
background: var(--bg); border: 1px solid rgba(255,255,255,0.1); padding: 12px 24px;
|
|
176
|
+
font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 1px;
|
|
177
|
+
transition: var(--transition);
|
|
178
|
+
}
|
|
179
|
+
.related-nav a:hover { background: var(--accent2); color: var(--bg); border-color: var(--accent2); }
|
|
180
|
+
|
|
181
|
+
/* Grand CTA */
|
|
182
|
+
.grand-cta {
|
|
183
|
+
background: linear-gradient(135deg, #1a1208 0%, #2a1f12 100%);
|
|
184
|
+
padding: 60px 20px; text-align: center; margin-top: 40px;
|
|
185
|
+
border-top: 4px solid var(--accent); border-bottom: 4px solid var(--accent);
|
|
186
|
+
}
|
|
187
|
+
.grand-cta h2 { font-size: 36px; color: var(--text); margin-bottom: 16px; text-transform: uppercase; justify-content: center; }
|
|
188
|
+
.grand-cta h2::before { display: none; }
|
|
189
|
+
.grand-cta p { font-size: 18px; color: var(--muted); margin-bottom: 32px; }
|
|
190
|
+
.cta-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
|
|
191
|
+
|
|
192
|
+
.btn {
|
|
193
|
+
display: inline-flex; align-items: center; justify-content: center;
|
|
194
|
+
padding: 16px 32px; font-size: 18px; text-transform: uppercase; letter-spacing: 1px;
|
|
195
|
+
cursor: pointer; min-width: 200px; min-height: 44px; /* Touch target */
|
|
196
|
+
clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
|
|
197
|
+
}
|
|
198
|
+
.btn-primary { background: var(--accent); color: var(--bg); border: none; font-weight: 400; }
|
|
199
|
+
.btn-primary:hover { background: var(--text); color: var(--bg); box-shadow: 0 0 20px rgba(217,142,50,0.5); }
|
|
200
|
+
.btn-secondary { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
|
|
201
|
+
.btn-secondary:hover { background: rgba(217,142,50,0.1); }
|
|
202
|
+
|
|
203
|
+
/* Footer (Exact Match Styling) */
|
|
204
|
+
footer { background-color: #050403; padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; }
|
|
205
|
+
.footer-brand { font-family: var(--font-display); font-size: 32px; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; display: flex; justify-content: center; align-items: center; gap: 10px; }
|
|
206
|
+
.footer-tagline { color: var(--muted); margin-bottom: 32px; font-size: 15px; }
|
|
207
|
+
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 24px; margin-bottom: 40px; max-width: 800px; margin-inline: auto; }
|
|
208
|
+
.footer-links a { color: var(--text); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }
|
|
209
|
+
.footer-links a:hover { color: var(--accent2); }
|
|
210
|
+
.copyright { color: #555; font-size: 14px; }
|
|
211
|
+
|
|
212
|
+
/* Responsive */
|
|
213
|
+
@media (max-width: 768px) {
|
|
214
|
+
.menu-toggle { display: block; }
|
|
215
|
+
.nav-links {
|
|
216
|
+
display: none; position: absolute; top: 70px; left: 0; right: 0;
|
|
217
|
+
background: var(--surface); flex-direction: column; padding: 20px; gap: 16px;
|
|
218
|
+
border-bottom: 1px solid var(--accent);
|
|
219
|
+
}
|
|
220
|
+
.nav-links.active { display: flex; }
|
|
221
|
+
.hero-arena { padding: 40px 0 30px; }
|
|
222
|
+
.content-section h2 { font-size: 26px; }
|
|
223
|
+
.intro-lead { font-size: 16px; padding: 20px; }
|
|
224
|
+
.cta-actions { flex-direction: column; width: 100%; }
|
|
225
|
+
.btn { width: 100%; }
|
|
226
|
+
}
|
|
227
|
+
@media (max-width: 390px) {
|
|
228
|
+
.hero-arena h1 { font-size: 28px; }
|
|
229
|
+
.meta-chips span { font-size: 12px; padding: 4px 12px; }
|
|
230
|
+
.related-block { padding: 24px 16px; }
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
/* pipeline image & layout guards */
|
|
235
|
+
html, body { overflow-x: clip; }
|
|
236
|
+
img { max-width: 100%; height: auto; }
|
|
237
|
+
img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
|
|
238
|
+
header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
|
|
239
|
+
img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
|
|
240
|
+
img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
|
|
241
|
+
/* 合规声明块(zb-disclaimer,全站 footer) */
|
|
242
|
+
.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; }
|
|
243
|
+
.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; }
|