Auto commit: 2026-02-16T21:03:05.566Z
This commit is contained in:
parent
22af812c94
commit
7ed45f9e5c
24
index.php
24
index.php
@ -36,8 +36,8 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
:root {
|
||||
--accent-color: #00c853; /* Refined Green */
|
||||
--primary-color: #38bdf8; /* Vibrant Blue */
|
||||
--bg-overlay: rgba(0, 0, 0, 0.4); /* Darker overlay for text contrast */
|
||||
--glass-bg: rgba(255, 255, 255, 0.1); /* Very transparent glass */
|
||||
--bg-overlay: rgba(0, 0, 0, 0.25); /* Lighter overlay for more visibility */
|
||||
--glass-bg: rgba(255, 255, 255, 0.08); /* Even more transparent glass */
|
||||
--glass-border: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
@ -79,25 +79,31 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
min-height: 100vh;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4rem 2rem;
|
||||
padding: 2rem 1.5rem;
|
||||
box-sizing: border-box;
|
||||
gap: 3rem;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
/* Center Section: Player */
|
||||
.player-section {
|
||||
width: 100%;
|
||||
max-width: 850px;
|
||||
max-width: 680px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.interaction-center {
|
||||
width: 100%;
|
||||
max-width: 520px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.glass-card {
|
||||
background: var(--glass-bg);
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
border: 2px solid transparent;
|
||||
border-radius: 32px;
|
||||
padding: 2.5rem;
|
||||
@ -586,7 +592,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(4px);
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
animation: qr-pulse 2s infinite ease-in-out;
|
||||
@ -933,7 +939,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
||||
</section>
|
||||
|
||||
<!-- Interaction Center: Live Chat -->
|
||||
<section class="interaction-center" style="width: 100%; max-width: 600px; z-index: 10;">
|
||||
<section class="interaction-center">
|
||||
<!-- Live Web Chat -->
|
||||
<div class="glass-card chat-window" style="height: 500px; display: flex; flex-direction: column;">
|
||||
<h3 style="font-size: 1.2rem; margin-bottom: 1rem; color: var(--primary-color);">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user