From 77458465e395c8043ff7a6be64b8c788b320f18e Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Mon, 7 Apr 2025 19:25:06 +0000 Subject: [PATCH] Update button labels for clarity; remove "Coming Soon" toggle from settings --- WebGames-master/WebGames-master/index.html | 176 +++++++-------------- index.html | 4 +- setting.html | 8 +- 3 files changed, 61 insertions(+), 127 deletions(-) diff --git a/WebGames-master/WebGames-master/index.html b/WebGames-master/WebGames-master/index.html index 3a44311f..fe899019 100644 --- a/WebGames-master/WebGames-master/index.html +++ b/WebGames-master/WebGames-master/index.html @@ -23,8 +23,11 @@ --card-hover-text-light: #000000; /* Shared Variables */ - --title-shadow-dark: 0 0 20px #00ffcc, 0 0 30px #00ffcc; - --title-shadow-light: 2px 2px 5px rgba(0, 0, 0, 0.2); + --background-color: var(--background-color-light); + --text-color: var(--text-color-light); + --card-bg: var(--card-bg-light); + --card-hover-bg: var(--card-hover-bg-light); + --card-hover-text: var(--card-hover-text-light); } body { @@ -46,102 +49,7 @@ font-size: 3rem; text-transform: uppercase; margin: 20px 0; - animation: glow 1.5s infinite alternate; - text-shadow: var(--title-shadow-dark); - transition: text-shadow 0.3s, color 0.3s; - } - - @keyframes glow { - from { - text-shadow: 0 0 10px var(--text-color), 0 0 20px var(--text-color), 0 0 30px var(--text-color), 0 0 40px var(--text-color); - } - to { - text-shadow: 0 0 20px var(--text-color), 0 0 30px var(--text-color), 0 0 40px var(--text-color), 0 0 50px var (--text-color); - } - } - - .search-bar { - margin: 20px; - width: 80%; - max-width: 600px; - } - - #searchBar { - width: 100%; - padding: 10px; - font-size: 1rem; - border: 2px solid var(--text-color); - border-radius: 5px; - background-color: var(--card-bg); - color: var(--text-color); - outline: none; - transition: border-color 0.3s; - } - - #searchBar:focus { - border-color: var(--card-hover-bg); - } - - .game-container { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); - gap: 20px; - padding: 20px; - width: 100%; - max-width: 1200px; - } - - .game-container.single-result { - display: flex; - justify-content: center; - align-items: center; - } - - .game { - background-color: var(--card-bg); - border-radius: 10px; - overflow: hidden; - text-align: center; - transition: transform 0.3s, background-color 0.3s; - max-width: 500px; /* Limit the maximum width */ - max-height: 600px; /* Limit the maximum height */ - } - - .game:hover { - transform: scale(1.05); - background-color: var(--card-hover-bg); - } - - .game img { - width: 100%; - height: auto; - max-width: 500px; /* Limit the maximum width */ - max-height: 500px; /* Limit the maximum height */ - transition: transform 0.3s; - } - - .game:hover img { - transform: scale(1.1); - } - - .game-title { - padding: 10px; - font-size: 1rem; - color: var(--text-color); - text-transform: uppercase; - } - - .no-results { - display: none; - justify-content: center; - align-items: center; - flex-direction: column; - margin-top: 20px; - } - - .no-results img { - width: 300px; - height: auto; + text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); } .toggle-mode { @@ -185,15 +93,11 @@ background-color: var(--card-hover-text); color: var(--card-hover-bg); } - - .button:active { - transform: scale(0.95); - }

Web Games

- +
Home
@@ -283,23 +187,12 @@
Fnaf Collection
- - - - - - - -
The Shadow Reform
The Shadow Reform
- - -
Mario Kart 64 @@ -336,10 +229,6 @@
Tiny Fishing
- - - -
idle breakout @@ -764,6 +653,55 @@ diff --git a/index.html b/index.html index 5f40672b..6911aa95 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@

Moon Gaming

- + - +