From 4e70d70bf753074b565d6591766bf712faf85a21 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:40:07 -0400 Subject: [PATCH] Update index.html --- platform/chromium/pub/index.html | 198 +++++-------------------------- 1 file changed, 31 insertions(+), 167 deletions(-) diff --git a/platform/chromium/pub/index.html b/platform/chromium/pub/index.html index 7507656..b53e86f 100644 --- a/platform/chromium/pub/index.html +++ b/platform/chromium/pub/index.html @@ -26,104 +26,9 @@ overflow: hidden; } - /* Floating Halloween Icons */ - .floating-icon { - position: absolute; - width: 30px; - height: 30px; - opacity: 0.1; /* Lower opacity for a subtle effect */ - pointer-events: none; /* Makes them unclickable */ - filter: grayscale(100%) brightness(0.7); /* Black and white filter */ - animation: float 8s ease-in-out infinite, rotate 5s linear infinite; - } - - /* Add random rotations */ - .icon1 { - top: 10%; - left: 20%; - animation-delay: 0s; - transform: rotate(10deg); - } - .icon2 { - top: 30%; - left: 70%; - animation-delay: 1s; - transform: rotate(-15deg); - } - .icon3 { - top: 50%; - left: 40%; - animation-delay: 2s; - transform: rotate(25deg); - } - .icon4 { - top: 70%; - left: 10%; - animation-delay: 3s; - transform: rotate(-30deg); - } - .icon5 { - top: 80%; - left: 80%; - animation-delay: 4s; - transform: rotate(15deg); - } - .icon6 { - top: 15%; - left: 50%; - animation-delay: 5s; - transform: rotate(-10deg); - } - .icon7 { - top: 60%; - left: 20%; - animation-delay: 6s; - transform: rotate(5deg); - } - .icon8 { - top: 40%; - left: 90%; - animation-delay: 7s; - transform: rotate(-20deg); - } - .icon9 { - top: 75%; - left: 60%; - animation-delay: 8s; - transform: rotate(30deg); - } - .icon10 { - top: 25%; - left: 30%; - animation-delay: 9s; - transform: rotate(-5deg); - } - - /* Hovering effect */ - @keyframes float { - 0%, - 100% { - transform: translateY(0) translateX(0); - } - 50% { - transform: translateY(-10px) translateX(10px); - } - } - - /* Continuous rotation effect */ - @keyframes rotate { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } - } - .title h1 { font-size: 24px; - /* Updated Halloween gradient */ - background: -webkit-linear-gradient(120deg, #6a0dad 30%, #ff7518); + background: -webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; @@ -139,13 +44,13 @@ } .status-image { - width: 60px; + width: 60px; /* Reduced icon size */ height: 60px; transition: transform 0.3s ease; } #status-message { - font-size: 14px; + font-size: 14px; /* Smaller text for compact design */ margin-top: 10px; color: #e8e8e8; line-height: 1.3; @@ -161,30 +66,36 @@ margin-top: 10px; } - /* Halloween-colored links */ - #footer a, - #feedback a { - color: #ff7518; + #footer { + font-size: 11px; /* Smaller footer text */ + margin-top: 10px; + color: #848a94; + } + + #footer a { + color: #78b3e2; text-decoration: none; } - #footer a:hover, - #feedback a:hover { + #footer a:hover { text-decoration: underline; } - #footer { - font-size: 11px; - margin-top: 10px; - color: #848a94; - } - #feedback { font-size: 12px; margin-top: 10px; color: #848a94; } + #feedback a { + color: #78b3e2; + text-decoration: none; + } + + #feedback a:hover { + text-decoration: underline; + } + /* Animation for status change */ .status-image.active { transform: scale(1.1); @@ -193,86 +104,39 @@ #status-message, #footer, #feedback { - max-width: 100%; - word-wrap: break-word; - word-break: break-word; + max-width: 100%; /* Ensures text blocks don't overflow */ + word-wrap: break-word; /* Breaks long words that may cause overflow */ + word-break: break-word; /* Optional: break long words for better display */ } - - - Ghost Icon - Pumpkin Icon - Skull Icon - Zombie Icon - Ghost Icon - Pumpkin Icon - Skull Icon - Zombie Icon - Ghost Icon - Pumpkin Icon -

FMHY SafeGuard

+ Status Icon +

Checking site status...

+

+

Think this is a mistake? - Let us know.