-

+
Panel de Administración Real-Time
Lili Records Radio Statistics
diff --git a/assets/pasted-20260215-163754-def41f49.png b/assets/pasted-20260215-163754-def41f49.png
new file mode 100644
index 0000000..12938ff
Binary files /dev/null and b/assets/pasted-20260215-163754-def41f49.png differ
diff --git a/assets/pasted-20260215-164611-6d2aee42.png b/assets/pasted-20260215-164611-6d2aee42.png
new file mode 100644
index 0000000..12938ff
Binary files /dev/null and b/assets/pasted-20260215-164611-6d2aee42.png differ
diff --git a/index.php b/index.php
index 0a4d6d2..274f533 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php';
track_visitor();
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.';
-$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-163146-2a3039b2.jpg';
+$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-164611-6d2aee42.png';
// WhatsApp info
$whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
@@ -145,14 +145,14 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
}
.brand-logo {
- width: 100px;
- height: 100px;
+ width: 130px;
+ height: 130px;
border-radius: 50%;
margin-bottom: 1rem;
object-fit: cover;
- border: 2px solid var(--primary-color);
- box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
- transition: transform 0.3s ease;
+ border: 4px solid var(--primary-color);
+ box-shadow: 0 0 25px rgba(56, 189, 248, 0.7), 0 0 50px rgba(56, 189, 248, 0.4);
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-logo:hover {
@@ -267,13 +267,6 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
border-color: rgba(56, 189, 248, 0.5);
}
- body.is-playing .featured-img-container {
- animation: float-img 6s infinite ease-in-out;
- box-shadow: 0 0 50px var(--dynamic-glow, rgba(56, 189, 248, 0.6)),
- 0 0 100px var(--dynamic-glow-dim, rgba(56, 189, 248, 0.3));
- border: 4px solid var(--dynamic-glow, rgba(255, 255, 255, 0.2));
- }
-
.featured-img-container {
width: 100%;
max-width: 900px;
@@ -396,7 +389,8 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
.featured-img-container img {
width: 100%;
height: 100%;
- object-fit: cover;
+ object-fit: contain;
+ background: rgba(0,0,0,0.2);
transition: transform 0.5s;
}
@@ -526,7 +520,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
@@ -591,7 +585,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
-

+