From 6d3338c9056f127a316ce82c19fa7b8a177bcaca Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 11 Dec 2025 13:51:06 +0000 Subject: [PATCH] Chute boleiros --- assets/css/custom.css | 83 ++++++++++++++ index.php | 246 ++++++++++++++++++------------------------ 2 files changed, 187 insertions(+), 142 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..603ad80 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,83 @@ +/* --- CHUTE BOLEIROS THEME --- */ + +:root { + --neon-green: #39FF14; + --dark-gray: #1C1C1C; + --bright-yellow: #FFD700; + --text-light: #F8F9FA; + --text-muted: #ADB5BD; +} + +body { + background-color: #000000; + color: var(--text-light); + font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; +} + +.mobile-frame { + max-width: 375px; + margin: 0 auto; + background-color: #000; + min-height: 100vh; + position: relative; + padding-top: 70px; /* Header height */ + padding-bottom: 70px; /* Footer height */ +} + +.fixed-header, .fixed-footer { + background-color: #000000; + max-width: 375px; + margin: 0 auto; + left: 0; + right: 0; +} + +.fixed-header { + border-bottom: 1px solid var(--dark-gray); +} + +.fixed-footer { + background-color: var(--dark-gray); +} + +.logo-text { + color: var(--neon-green); + font-weight: bold; + font-size: 1.5rem; +} + +.slogan-text { + font-size: 0.8rem; + color: var(--text-muted); +} + +.icon-group i { + font-size: 1.5rem; + color: var(--text-light); +} + +.profile-block, .card-group { + background-color: var(--dark-gray); +} + +.neon-text { + color: var(--neon-green); + font-weight: bold; + text-transform: uppercase; +} + +.star-icon { + color: var(--bright-yellow); +} + +.btn-neon { + background-color: var(--neon-green); + color: #000000; + font-weight: bold; + border-radius: 50rem; /* pill shape */ +} + +.btn-neon:hover { + background-color: #30e014; + color: #000; +} diff --git a/index.php b/index.php index 7205f3d..c72dd8f 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,112 @@ - - + + - - - New Style - - - - - - - - - - - - - - - - - - - + + + <?= htmlspecialchars($projectName) ?> + + + + + + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+ +
+ +
+
+
+

+

+
+
+ + +
+
+
+ + +
+ + +
+
+
+
+

Nível:

+

+ + Confiança +

+
+
+
+ + +
+

PRÓXIMO JOGO

+

Você foi convidado para o jogo do 'Amigos do Gole FC'.

+ +
+ + +
+

Jogos Abertos

+ + +
+
+
Só de Leve FC
+
+ + + + + +
+
+

Local: Arena Central

+
+ Vaga Urgente: Goleiro! +
+
+ + +
+ +
+ + +
+ +
-
- + + + - + \ No newline at end of file