From 648d70a6dd9b66f51cb35e760a1744757c0dcac0 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 18 Sep 2025 14:44:33 +0000 Subject: [PATCH] Music Icon --- assets/css/custom.css | 30 +++++++++++++++++++++++++++--- index.php | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 4 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 28e1e42..2e60b08 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -157,7 +157,7 @@ section h2 { #tickets { position: relative; - background: url('https://noma.org/wp-content/uploads/2019/04/Screenshot-2019-04-30-10.10.43.png') no-repeat center center/cover; + background: #000000 !important; } #tickets::before { @@ -176,8 +176,8 @@ section h2 { z-index: 2; } -.ticket-form-container { - background-color: rgba(16, 16, 32, 0.85); +#tickets .ticket-form-container { + background-color: #000000 !important; padding: 2rem; border-radius: 8px; border: 1px solid #00BFFF; @@ -369,3 +369,27 @@ span.flatpickr-weekday { .choices__item--choice { padding: 0.5rem 1rem; } + +#music-toggle { + position: fixed; + bottom: 20px; + right: 20px; + z-index: 1000; + cursor: pointer; + background-color: rgba(16, 16, 32, 0.8); + padding: 1rem; + border-radius: 50%; + border: 1px solid #00BFFF; + box-shadow: 0 0 15px #00BFFF; + width: 50px; + height: 50px; + display: flex; + align-items: center; + justify-content: center; +} + +#music-toggle i { + font-size: 20px; + color: #FFFFFF; + text-shadow: 0 0 5px #FFFFFF, 0 0 10px #00BFFF; +} diff --git a/index.php b/index.php index 2954567..fa11f66 100644 --- a/index.php +++ b/index.php @@ -8,11 +8,18 @@ + +
+ +
+