From 741e46ad9ccdd7c385b0ec180cee8c300f1a22d1 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sun, 7 Jul 2024 16:30:22 +1000 Subject: [PATCH] x --- index.html | 128 ++++++++++++++++++++++++++--------------------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/index.html b/index.html index e0b55d0..a86d7e9 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; + border: 1px solid #fff; /* Added white thin border */ 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; - line-height: 1.5; + font-weight: 300; /* Lighter font */ + line-height: 1.5; /* Taller text */ } .avatars img { width: 60px; @@ -97,8 +97,8 @@ max-width: 600px; height: 300px; border-radius: 10px; - margin: 0 auto; - overflow: hidden; + margin: 0 auto; /* Centers the video frame */ + overflow: hidden; /* Ensures no overflow from the video */ } .live-indicator { position: absolute; @@ -111,7 +111,7 @@ padding: 5px 10px; border-radius: 5px; animation: flash 1s infinite; - z-index: 20; + z-index: 20; /* Ensures it is above the video */ } .countdown { position: absolute; @@ -121,7 +121,7 @@ font-size: 48px; font-weight: 700; z-index: 10; - color: #FFF; + color: #FFF; /* Ensures visibility on top of any background */ } .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; + z-index: 30; /* Ensures it is above other elements */ } .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; + border: 1px solid #fff; /* Added white thin border */ border-radius: 10px; padding: 10px; display: none; flex-direction: column; - z-index: 40; - overflow-y: scroll; + z-index: 40; /* Ensures it is above the chat button */ + overflow-y: scroll; /* Enable scrolling */ } .live-chat-popup.active { display: flex; @@ -263,9 +263,8 @@ position: absolute; font-size: 24px; font-weight: bold; - color: #fff; - pointer-events: none; - transition: all 1.5s ease-out; + color: green; + transition: transform 1.5s ease, opacity 1.5s ease; } @@ -308,16 +307,14 @@
5
LIVE
+
- - -
-
-

Total Bets on Lion: $0

-

Total Bets on Buffalo: $0

-

Your Potential Payout: $0

+ +
+
Total Bets on Lion: $0
+
Total Bets on Buffalo: $0
💬 Live Chat
@@ -331,10 +328,10 @@