From bb3cf89ba7a6dc894132a852a06f2b1c308b41b2 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 29 Jan 2026 21:36:08 +0000 Subject: [PATCH] Lili Records Version 1.0 --- core/templates/base.html | 14 +++++++++++-- static/css/custom.css | 42 +++++++++++++++++++++++++++++++++++++- staticfiles/css/custom.css | 42 +++++++++++++++++++++++++++++++++++++- 3 files changed, 94 insertions(+), 4 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 03a7f9d..a9d1db1 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -45,11 +45,21 @@ + + + + + {% block scripts %}{% endblock %} diff --git a/static/css/custom.css b/static/css/custom.css index 37690e4..4a0fd24 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -144,6 +144,39 @@ body { animation: spin 3.5s linear infinite; } +/* WhatsApp Floating Button */ +.whatsapp-float { + position: fixed; + width: 60px; + height: 60px; + bottom: 40px; + right: 40px; + background-color: #25d366; + color: #fff; + border-radius: 50px; + text-align: center; + font-size: 30px; + box-shadow: 0 0 20px rgba(37, 211, 102, 0.5); + z-index: 100; + display: flex; + align-items: center; + justify-content: center; + text-decoration: none; + transition: all 0.3s ease; +} + +.whatsapp-float:hover { + transform: scale(1.1); + background-color: #128c7e; + box-shadow: 0 0 30px rgba(37, 211, 102, 0.8); + color: #fff; +} + +.whatsapp-footer:hover { + filter: brightness(1.2); + text-shadow: 0 0 10px rgba(37, 211, 102, 0.5); +} + /* Responsive adjustments */ @media (max-width: 992px) { .player-container { @@ -180,4 +213,11 @@ body { .tonearm { height: 140px; } -} + .whatsapp-float { + width: 50px; + height: 50px; + bottom: 20px; + right: 20px; + font-size: 25px; + } +} \ No newline at end of file diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css index 37690e4..4a0fd24 100644 --- a/staticfiles/css/custom.css +++ b/staticfiles/css/custom.css @@ -144,6 +144,39 @@ body { animation: spin 3.5s linear infinite; } +/* WhatsApp Floating Button */ +.whatsapp-float { + position: fixed; + width: 60px; + height: 60px; + bottom: 40px; + right: 40px; + background-color: #25d366; + color: #fff; + border-radius: 50px; + text-align: center; + font-size: 30px; + box-shadow: 0 0 20px rgba(37, 211, 102, 0.5); + z-index: 100; + display: flex; + align-items: center; + justify-content: center; + text-decoration: none; + transition: all 0.3s ease; +} + +.whatsapp-float:hover { + transform: scale(1.1); + background-color: #128c7e; + box-shadow: 0 0 30px rgba(37, 211, 102, 0.8); + color: #fff; +} + +.whatsapp-footer:hover { + filter: brightness(1.2); + text-shadow: 0 0 10px rgba(37, 211, 102, 0.5); +} + /* Responsive adjustments */ @media (max-width: 992px) { .player-container { @@ -180,4 +213,11 @@ body { .tonearm { height: 140px; } -} + .whatsapp-float { + width: 50px; + height: 50px; + bottom: 20px; + right: 20px; + font-size: 25px; + } +} \ No newline at end of file