From 28b465543c5b81f36c632b3bd55ff7940a2a9cdd Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sun, 7 Jul 2024 16:12:05 +1000 Subject: [PATCH] x --- index.html | 123 ++++++++++++++++++++++++++++------------------------- 1 file changed, 64 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index 3cf0211..e0b55d0 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ padding: 20px; border-radius: 10px; background: rgba(20, 20, 20, 0.8); - border: 1px solid #fff; /* Added white thin border */ + border: 1px solid #fff; box-shadow: 0 0 20px rgba(255, 255, 255, 0.15); margin-top: 20px; } @@ -75,8 +75,8 @@ background-color: #222; color: #fff; margin-top: 10px; - font-weight: 300; /* Lighter font */ - line-height: 1.5; /* Taller text */ + font-weight: 300; + line-height: 1.5; } .avatars img { width: 60px; @@ -97,8 +97,8 @@ max-width: 600px; height: 300px; border-radius: 10px; - margin: 0 auto; /* Centers the video frame */ - overflow: hidden; /* Ensures no overflow from the video */ + margin: 0 auto; + overflow: hidden; } .live-indicator { position: absolute; @@ -111,7 +111,7 @@ padding: 5px 10px; border-radius: 5px; animation: flash 1s infinite; - z-index: 20; /* Ensures it is above the video */ + z-index: 20; } .countdown { position: absolute; @@ -121,7 +121,7 @@ font-size: 48px; font-weight: 700; z-index: 10; - color: #FFF; /* Ensures visibility on top of any background */ + color: #FFF; } .bet-buttons { display: flex; @@ -165,7 +165,7 @@ } 95% { box-shadow: var(--neon-shadow); - border-color: var (--primary-neon); + border-color: var(--primary-neon); } 95.01% { box-shadow: none; @@ -197,7 +197,7 @@ cursor: pointer; display: flex; align-items: center; - z-index: 30; /* Ensures it is above other elements */ + z-index: 30; } .live-chat-btn:hover { background-color: #0056b3; @@ -211,13 +211,13 @@ height: 50%; max-height: 400px; background: rgba(0, 0, 0, 0.8); - border: 1px solid #fff; /* Added white thin border */ + border: 1px solid #fff; border-radius: 10px; padding: 10px; display: none; flex-direction: column; - z-index: 40; /* Ensures it is above the chat button */ - overflow-y: scroll; /* Enable scrolling */ + z-index: 40; + overflow-y: scroll; } .live-chat-popup.active { display: flex; @@ -259,6 +259,14 @@ margin-bottom: 5px; border-radius: 5px; } + .floating-bet { + position: absolute; + font-size: 24px; + font-weight: bold; + color: #fff; + pointer-events: none; + transition: all 1.5s ease-out; + } @@ -300,15 +308,15 @@
5
LIVE
-
- - + +
-
-

Total Bets on Lion: 0

-

Total Bets on Buffalo: 0

+
+

Total Bets on Lion: $0

+

Total Bets on Buffalo: $0

+

Your Potential Payout: $0

@@ -323,9 +331,10 @@