css-pkg-01 1.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/fixbet88.asia/page-404.css +285 -0
- package/fixbet88.asia/page-apk.css +517 -0
- package/fixbet88.asia/page-bank-jago.css +563 -0
- package/fixbet88.asia/page-bonus.css +571 -0
- package/fixbet88.asia/page-cari.css +452 -0
- package/fixbet88.asia/page-daftar.css +591 -0
- package/fixbet88.asia/page-deposit-5000.css +525 -0
- package/fixbet88.asia/page-deposit-dana.css +233 -0
- package/fixbet88.asia/page-deposit-pulsa.css +580 -0
- package/fixbet88.asia/page-deposit-qris.css +650 -0
- package/fixbet88.asia/page-faq.css +455 -0
- package/fixbet88.asia/page-informasi-resmi.css +553 -0
- package/fixbet88.asia/page-link-alternatif.css +565 -0
- package/fixbet88.asia/page-login.css +649 -0
- package/fixbet88.asia/page-rtp.css +583 -0
- package/fixbet88.asia/page-slot-bet-200.css +667 -0
- package/fixbet88.asia/page-slot-maxwin.css +573 -0
- package/fixbet88.asia/page-slot-terbaru.css +497 -0
- package/fixbet88.asia/page-tentang-kami.css +688 -0
- package/fixbet88.asia/style.css +651 -0
- package/package.json +6 -0
- package/qq303.asia/page-404.css +275 -0
- package/qq303.asia/page-bonus.css +614 -0
- package/qq303.asia/page-cara-main.css +672 -0
- package/qq303.asia/page-cari.css +444 -0
- package/qq303.asia/page-daftar.css +303 -0
- package/qq303.asia/page-demo.css +439 -0
- package/qq303.asia/page-deposit-qris.css +564 -0
- package/qq303.asia/page-faq.css +678 -0
- package/qq303.asia/page-game-lucky-neko.css +622 -0
- package/qq303.asia/page-game-mahjong-ways-2.css +464 -0
- package/qq303.asia/page-game-mahjong-ways.css +615 -0
- package/qq303.asia/page-game-treasures-of-aztec.css +563 -0
- package/qq303.asia/page-game-wild-bandito.css +626 -0
- package/qq303.asia/page-link-alternatif.css +712 -0
- package/qq303.asia/page-login.css +620 -0
- package/qq303.asia/page-rtp.css +621 -0
- package/qq303.asia/page-scatter-hitam.css +679 -0
- package/qq303.asia/page-slot-bet-kecil.css +687 -0
- package/qq303.asia/page-tentang-kami.css +648 -0
- package/qq303.asia/style.css +621 -0
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--bg: #04140f;
|
|
3
|
+
--surface: #0a241b;
|
|
4
|
+
--surface-hover: #0f3629;
|
|
5
|
+
--accent: #f0b429;
|
|
6
|
+
--accent-hover: #d99f1e;
|
|
7
|
+
--accent2: #2dd4a7;
|
|
8
|
+
--text: #eefbf5;
|
|
9
|
+
--muted: #8fb3a5;
|
|
10
|
+
--border: rgba(45, 212, 167, 0.15);
|
|
11
|
+
|
|
12
|
+
--font-display: 'Teko', sans-serif;
|
|
13
|
+
--font-body: 'Nunito', sans-serif;
|
|
14
|
+
|
|
15
|
+
--container-w: 1000px;
|
|
16
|
+
--radius-sm: 8px;
|
|
17
|
+
--radius-md: 12px;
|
|
18
|
+
--radius-lg: 20px;
|
|
19
|
+
--transition: all 0.3s ease;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* Reset & Base */
|
|
23
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
24
|
+
body {
|
|
25
|
+
font-family: var(--font-body);
|
|
26
|
+
background-color: var(--bg);
|
|
27
|
+
color: var(--text);
|
|
28
|
+
line-height: 1.6;
|
|
29
|
+
-webkit-font-smoothing: antialiased;
|
|
30
|
+
overflow-x: hidden;
|
|
31
|
+
}
|
|
32
|
+
a { color: var(--accent2); text-decoration: none; transition: var(--transition); }
|
|
33
|
+
a:hover { color: var(--accent); }
|
|
34
|
+
img { max-width: 100%; height: auto; display: block; }
|
|
35
|
+
ul, ol { list-style: none; }
|
|
36
|
+
|
|
37
|
+
.container {
|
|
38
|
+
width: 100%;
|
|
39
|
+
max-width: var(--container-w);
|
|
40
|
+
margin: 0 auto;
|
|
41
|
+
padding: 0 20px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Typography */
|
|
45
|
+
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.1; letter-spacing: 0.5px; }
|
|
46
|
+
h1 { font-size: 2.5rem; color: var(--accent); margin-bottom: 1rem; text-transform: uppercase; }
|
|
47
|
+
h2 { font-size: 2rem; color: var(--text); margin-bottom: 1rem; border-bottom: 1px solid var(--border); padding-bottom: 0.5rem; }
|
|
48
|
+
h3 { font-size: 1.5rem; color: var(--accent2); margin-bottom: 0.5rem; }
|
|
49
|
+
p { margin-bottom: 1rem; }
|
|
50
|
+
|
|
51
|
+
/* --- HEADER (Verbatim styling constraints) --- */
|
|
52
|
+
header { background-color: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
|
|
53
|
+
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 70px; }
|
|
54
|
+
.logo { font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; }
|
|
55
|
+
.menu-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 10px; }
|
|
56
|
+
.menu-toggle span { display: block; width: 25px; height: 3px; background-color: var(--text); transition: var(--transition); }
|
|
57
|
+
#main-nav { display: none; position: absolute; top: 70px; left: 0; width: 100%; background-color: var(--surface); border-bottom: 1px solid var(--border); padding: 1rem 0; }
|
|
58
|
+
#main-nav.active { display: block; }
|
|
59
|
+
#main-nav ul { display: flex; flex-direction: column; gap: 1rem; padding: 0 20px; }
|
|
60
|
+
#main-nav a { color: var(--text); font-weight: 600; display: block; padding: 0.5rem 0; }
|
|
61
|
+
#main-nav a:hover { color: var(--accent); }
|
|
62
|
+
|
|
63
|
+
/* --- HERO BANNER (Fintech Vibe) --- */
|
|
64
|
+
.hero-banner {
|
|
65
|
+
background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
|
|
66
|
+
padding: 3rem 0;
|
|
67
|
+
border-bottom: 1px solid var(--border);
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
.hero-banner::before {
|
|
71
|
+
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
|
|
72
|
+
background: linear-gradient(90deg, transparent, var(--accent2), transparent);
|
|
73
|
+
opacity: 0.5;
|
|
74
|
+
}
|
|
75
|
+
.breadcrumb {
|
|
76
|
+
font-size: 0.875rem; color: var(--muted); margin-bottom: 1.5rem;
|
|
77
|
+
display: flex; align-items: center; gap: 0.5rem;
|
|
78
|
+
}
|
|
79
|
+
.meta-chips { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
|
|
80
|
+
.chip {
|
|
81
|
+
background-color: rgba(45, 212, 167, 0.1); border: 1px solid var(--border);
|
|
82
|
+
color: var(--accent2); padding: 4px 12px; border-radius: 20px;
|
|
83
|
+
font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* --- CONTENT AREA --- */
|
|
87
|
+
.page-content { padding: 3rem 20px; }
|
|
88
|
+
|
|
89
|
+
.intro-block {
|
|
90
|
+
font-size: 1.125rem; color: var(--text); background: var(--surface);
|
|
91
|
+
padding: 1.5rem; border-radius: var(--radius-md); border-left: 4px solid var(--accent);
|
|
92
|
+
margin-bottom: 3rem; box-shadow: 0 4px 20px rgba(0,0,0,0.2);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.content-section { margin-bottom: 3rem; }
|
|
96
|
+
|
|
97
|
+
/* App-like Data Cards */
|
|
98
|
+
.data-card {
|
|
99
|
+
background-color: var(--surface); border: 1px solid var(--border);
|
|
100
|
+
border-radius: var(--radius-md); padding: 1.5rem; margin-top: 1.5rem;
|
|
101
|
+
}
|
|
102
|
+
.data-card h2 { border-bottom: none; margin-bottom: 0.5rem; }
|
|
103
|
+
|
|
104
|
+
/* Step List (Fintech Flow) */
|
|
105
|
+
.step-list { margin-top: 1.5rem; counter-reset: step-counter; }
|
|
106
|
+
.step-list li {
|
|
107
|
+
position: relative; padding-left: 3.5rem; margin-bottom: 1.5rem;
|
|
108
|
+
background: var(--surface); padding-right: 1.5rem; padding-top: 1.25rem; padding-bottom: 1.25rem;
|
|
109
|
+
border-radius: var(--radius-md); border: 1px solid transparent;
|
|
110
|
+
transition: var(--transition);
|
|
111
|
+
}
|
|
112
|
+
.step-list li:hover { border-color: var(--border); background: var(--surface-hover); }
|
|
113
|
+
.step-list li::before {
|
|
114
|
+
counter-increment: step-counter; content: counter(step-counter);
|
|
115
|
+
position: absolute; left: 1rem; top: 1.25rem;
|
|
116
|
+
width: 32px; height: 32px; background-color: var(--accent2); color: var(--bg);
|
|
117
|
+
border-radius: 50%; display: flex; align-items: center; justify-content: center;
|
|
118
|
+
font-family: var(--font-display); font-size: 1.25rem; font-weight: 600;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Checklist */
|
|
122
|
+
.check-list { margin-top: 1.5rem; }
|
|
123
|
+
.check-list li {
|
|
124
|
+
position: relative; padding-left: 2rem; margin-bottom: 0.75rem; color: var(--muted);
|
|
125
|
+
}
|
|
126
|
+
.check-list li::before {
|
|
127
|
+
content: ''; position: absolute; left: 0; top: 6px;
|
|
128
|
+
width: 18px; height: 18px;
|
|
129
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232dd4a7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
130
|
+
background-size: contain; background-repeat: no-repeat;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* Warning/Alert styling */
|
|
134
|
+
.alert-text { color: var(--accent); font-weight: 600; }
|
|
135
|
+
|
|
136
|
+
/* --- FAQ SECTION --- */
|
|
137
|
+
.faq-wrapper { background: var(--surface); border-radius: var(--radius-lg); padding: 2rem; margin-bottom: 3rem; border: 1px solid var(--border); }
|
|
138
|
+
.faq-wrapper h2 { border-bottom: none; text-align: center; margin-bottom: 2rem; color: var(--accent); }
|
|
139
|
+
details { border-bottom: 1px solid var(--border); padding: 1rem 0; }
|
|
140
|
+
details:last-child { border-bottom: none; }
|
|
141
|
+
summary {
|
|
142
|
+
font-family: var(--font-display); font-size: 1.25rem; font-weight: 500;
|
|
143
|
+
color: var(--text); cursor: pointer; list-style: none;
|
|
144
|
+
display: flex; justify-content: space-between; align-items: center;
|
|
145
|
+
padding-right: 1rem;
|
|
146
|
+
}
|
|
147
|
+
summary::-webkit-details-marker { display: none; }
|
|
148
|
+
summary::after {
|
|
149
|
+
content: '+'; color: var(--accent2); font-size: 1.5rem; font-weight: 400; transition: var(--transition);
|
|
150
|
+
}
|
|
151
|
+
details[open] summary::after { content: '-'; color: var(--accent); }
|
|
152
|
+
details p { margin-top: 1rem; color: var(--muted); padding-left: 0.5rem; }
|
|
153
|
+
|
|
154
|
+
/* --- RELATED PAGES (Dashboard Tiles) --- */
|
|
155
|
+
.related-pages { margin-bottom: 4rem; }
|
|
156
|
+
.related-pages h3 { text-align: center; margin-bottom: 1.5rem; color: var(--text); font-size: 2rem; }
|
|
157
|
+
.tile-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
|
|
158
|
+
.tile-link {
|
|
159
|
+
display: flex; align-items: center; justify-content: space-between;
|
|
160
|
+
background: var(--surface); padding: 1.25rem; border-radius: var(--radius-md);
|
|
161
|
+
border: 1px solid var(--border); color: var(--text); font-weight: 600;
|
|
162
|
+
text-transform: capitalize; transition: var(--transition);
|
|
163
|
+
}
|
|
164
|
+
.tile-link:hover { background: var(--accent2); color: var(--bg); border-color: var(--accent2); }
|
|
165
|
+
.tile-link::after { content: '→'; font-family: monospace; font-size: 1.2rem; }
|
|
166
|
+
|
|
167
|
+
/* --- CTA SECTION --- */
|
|
168
|
+
.cta-block {
|
|
169
|
+
background: linear-gradient(135deg, var(--surface) 0%, #0a3022 100%);
|
|
170
|
+
border: 1px solid var(--accent); border-radius: var(--radius-lg);
|
|
171
|
+
padding: 3rem 2rem; text-align: center; margin-bottom: 4rem;
|
|
172
|
+
position: relative; overflow: hidden;
|
|
173
|
+
}
|
|
174
|
+
.cta-block::before {
|
|
175
|
+
/* Tiger motif abstract hint */
|
|
176
|
+
content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
|
|
177
|
+
background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(240, 180, 41, 0.03) 10px, rgba(240, 180, 41, 0.03) 20px);
|
|
178
|
+
pointer-events: none;
|
|
179
|
+
}
|
|
180
|
+
.cta-block h2 { font-size: 2.5rem; color: var(--accent); border: none; margin-bottom: 1rem; position: relative; z-index: 1; }
|
|
181
|
+
.cta-block p { color: var(--text); margin-bottom: 2rem; font-size: 1.125rem; position: relative; z-index: 1; }
|
|
182
|
+
.btn-group { display: flex; flex-direction: column; gap: 1rem; justify-content: center; position: relative; z-index: 1; }
|
|
183
|
+
|
|
184
|
+
.btn {
|
|
185
|
+
display: inline-flex; align-items: center; justify-content: center;
|
|
186
|
+
min-height: 48px; padding: 0 2rem; border-radius: 24px;
|
|
187
|
+
font-family: var(--font-display); font-size: 1.25rem; font-weight: 600;
|
|
188
|
+
text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: var(--transition);
|
|
189
|
+
}
|
|
190
|
+
.btn-primary { background-color: var(--accent); color: var(--bg); border: none; }
|
|
191
|
+
.btn-primary:hover { background-color: var(--accent-hover); transform: translateY(-2px); }
|
|
192
|
+
.btn-secondary { background-color: transparent; color: var(--accent2); border: 2px solid var(--accent2); }
|
|
193
|
+
.btn-secondary:hover { background-color: var(--accent2); color: var(--bg); transform: translateY(-2px); }
|
|
194
|
+
|
|
195
|
+
/* --- FOOTER (Verbatim styling constraints) --- */
|
|
196
|
+
footer { background-color: var(--surface); padding: 3rem 0; border-top: 1px solid var(--border); font-size: 0.875rem; color: var(--muted); }
|
|
197
|
+
.footer-brand { font-family: var(--font-display); font-size: 2rem; color: var(--accent); text-transform: uppercase; display: block; margin-bottom: 1rem; }
|
|
198
|
+
.footer-tagline { margin-bottom: 2rem; max-width: 600px; }
|
|
199
|
+
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
|
|
200
|
+
.footer-links a { color: var(--text); }
|
|
201
|
+
.footer-links a:hover { color: var(--accent); }
|
|
202
|
+
.zb-disclaimer { background-color: rgba(0,0,0,0.2); padding: 1.5rem; border-radius: var(--radius-sm); margin-bottom: 2rem; border: 1px solid rgba(255,255,255,0.05); }
|
|
203
|
+
.zb-18 { display: inline-block; background-color: #d32f2f; color: white; padding: 2px 6px; border-radius: 4px; font-weight: bold; margin-bottom: 10px; font-size: 0.75rem; }
|
|
204
|
+
.zb-disclaimer p { margin-bottom: 0.5rem; font-size: 0.75rem; }
|
|
205
|
+
.zb-disclaimer p:last-child { margin-bottom: 0; }
|
|
206
|
+
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.5rem; }
|
|
207
|
+
|
|
208
|
+
/* --- RESPONSIVE --- */
|
|
209
|
+
@media (min-width: 768px) {
|
|
210
|
+
h1 { font-size: 3.5rem; }
|
|
211
|
+
.menu-toggle { display: none; }
|
|
212
|
+
#main-nav { display: block; position: static; background: none; border: none; padding: 0; width: auto; }
|
|
213
|
+
#main-nav ul { flex-direction: row; gap: 2rem; }
|
|
214
|
+
.tile-grid { grid-template-columns: repeat(2, 1fr); }
|
|
215
|
+
.btn-group { flex-direction: row; }
|
|
216
|
+
.data-card { padding: 2rem; }
|
|
217
|
+
}
|
|
218
|
+
@media (min-width: 1024px) {
|
|
219
|
+
.page-content { padding: 4rem 20px; }
|
|
220
|
+
.tile-grid { grid-template-columns: repeat(4, 1fr); }
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
/* pipeline image & layout guards */
|
|
225
|
+
html, body { overflow-x: clip; }
|
|
226
|
+
img { max-width: 100%; height: auto; }
|
|
227
|
+
img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
|
|
228
|
+
header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
|
|
229
|
+
img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
|
|
230
|
+
img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
|
|
231
|
+
/* 合规声明块(zb-disclaimer,全站 footer) */
|
|
232
|
+
.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; }
|
|
233
|
+
.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; }
|