From 48e02c2a485e93f9f1f33e5876c1f4157f160044 Mon Sep 17 00:00:00 2001 From: "Dean @ Skool" Date: Mon, 12 Feb 2024 09:58:33 -0500 Subject: [PATCH] move proxy to homepage + theme fixes --- static/assets/JSON/changelog.json | 4 ++++ static/assets/css/main.css | 23 ++++++++++++++++++++++- static/assets/css/themes.css | 4 +++- static/assets/js/main.js | 1 + static/index.html | 6 ++++++ static/search.html | 2 +- static/view.html | 2 +- 7 files changed, 38 insertions(+), 4 deletions(-) diff --git a/static/assets/JSON/changelog.json b/static/assets/JSON/changelog.json index 3618f48..df46804 100644 --- a/static/assets/JSON/changelog.json +++ b/static/assets/JSON/changelog.json @@ -1,4 +1,8 @@ [ + { + "date": "2/12/2024", + "simpleDescription": "Proxy now on homepage for convenience" + }, { "date": "1/25/2024", "simpleDescription": "Changed featured game to 99 Balls 3D" diff --git a/static/assets/css/main.css b/static/assets/css/main.css index e2aa388..0130aa6 100644 --- a/static/assets/css/main.css +++ b/static/assets/css/main.css @@ -116,7 +116,7 @@ h1.title { hr { border: 0; height: 0.3vh; - background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); + background-image: var(--hr-style); } .small { @@ -150,6 +150,27 @@ hr { margin-top: 2vh; } +.proxyinput-index { + text-align: center; + font-size: 2vh; + box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color); + border: none; + border-radius: 2vh; + cursor: pointer; + background: var(--sidebar-bg); + width: 20vw; + height: 6vh; + color: var(--text); + transition: 0.5s; + margin: auto; + margin: 2vh; + transition: all 0.5s ease; +} + +.proxyinput-index:focus{ + width: 30vw; +} + button { text-align: center; border: none; diff --git a/static/assets/css/themes.css b/static/assets/css/themes.css index 3be3026..7c27d74 100644 --- a/static/assets/css/themes.css +++ b/static/assets/css/themes.css @@ -10,6 +10,7 @@ body[data-theme='dark'] { --scrollbar-color: #ffffff59; --solid: #1b2735; --hover: #757575; + --hr-style: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); background: radial-gradient(at center bottom, rgb(27, 39, 53) 0%, rgb(9, 10, 15) 100%); background-repeat: no-repeat; @@ -20,7 +21,7 @@ body[data-theme='light'] { --background-darker: var(--background-color); --text: #000; --hover: #757575; - --sidebar-bg: #ffffffee; + --sidebar-bg: #e9e9e9ee; --button-bg: #ecececee; --shadow-color: #c9c9c9; --switch-color: #111111b0; @@ -28,6 +29,7 @@ body[data-theme='light'] { --scrollbar-color: #4242424b; --solid: #ffffffee; --hover: #757575; + --hr-style: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0)); background: radial-gradient(ellipse at bottom, #b1b1b1 0%, #f6f5f0 100%); background-repeat: no-repeat; diff --git a/static/assets/js/main.js b/static/assets/js/main.js index 6f58842..c835791 100644 --- a/static/assets/js/main.js +++ b/static/assets/js/main.js @@ -122,6 +122,7 @@ if (window.self === window.top && location.pathname !== '/view') setTimeout(asyn if (location.pathname === '/games') Games.load(); if (location.pathname === '/apps') Apps.load(); if (location.pathname === '/search') Search.load(); + if (location.pathname === '/') Search.load(); if (location.pathname === '/cheats') Cheats.load(); }, 500); diff --git a/static/index.html b/static/index.html index d563f25..cf6c43a 100644 --- a/static/index.html +++ b/static/index.html @@ -41,6 +41,12 @@
+
+ +
+ +
+

Changelog

Full changelog diff --git a/static/search.html b/static/search.html index 7fde2ee..3bbc53e 100644 --- a/static/search.html +++ b/static/search.html @@ -19,7 +19,7 @@

Proxy

- Access the World Wide Web with no restrictions + The proxy is moving to the home page. Click the logo in the top left to go there.
diff --git a/static/view.html b/static/view.html index 645797d..7f9ddcd 100644 --- a/static/view.html +++ b/static/view.html @@ -24,7 +24,7 @@
- +