diff --git a/static/assets/css/dash.css b/static/assets/css/dash.css index f7502629..d3b43b75 100644 --- a/static/assets/css/dash.css +++ b/static/assets/css/dash.css @@ -25,3 +25,28 @@ transform: scale(0.8); border-radius: 12px; } + +.btnn { + font-family: "Inter", Arial, sans-serif; + cursor: pointer; + background-color: #fc8585; + border: none; + color: rgb(248, 244, 244); + padding: 15px 20px; + margin: 3px 6px 3px 6px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + border-radius: 10px; + transition: all 0.2s ease-in-out; + transform: scale(1); +} +.btnn:hover { + transform: scale(1.2); + border-radius: 5px; +} +.btnn:active { + transform: scale(0.8); + border-radius: 12px; +} diff --git a/static/assets/css/games.css b/static/assets/css/games.css index 956fad93..0aefae30 100644 --- a/static/assets/css/games.css +++ b/static/assets/css/games.css @@ -18,7 +18,7 @@ h6 { } #searchbar { - font-family: "Inter", Arial, sans-serif; + font-family: "Inter", Arial, Helvetica, sans-serif; padding: 15px 20px; margin: 8px 0; box-sizing: border-box; @@ -31,14 +31,14 @@ h6 { } #searchbar:focus { width: 60%; - border: 2px solid #555; + border: 1px solid #555; border-radius: 8px; } ::placeholder { font-family: "Inter", Arial, sans-serif; color: var(--textcolor); - opacity: 0.4; /* Firefox */ + opacity: 0.6; /* Firefox */ /* center the placeholder */ text-align: center; } @@ -71,9 +71,6 @@ img { transition: 0.2s; } -body { - background-color: #5e7594; -} /* Existing styles */ .image-container { diff --git a/static/assets/css/index.css b/static/assets/css/index.css index 5b03fc86..cf3ab6fb 100644 --- a/static/assets/css/index.css +++ b/static/assets/css/index.css @@ -1,12 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Inter&display=swap"); - -body { - background-color: #5e7594; - color: #c9c9c9; - font-family: "Inter", Arial, sans-serif; -} - #title { font-size: 48px; color: #ffffff; @@ -17,6 +10,7 @@ body { padding-top: 3%; } +/* The message that pops up */ #sub { font-size: 20px; color: #c1ce4b; @@ -25,26 +19,6 @@ body { text-align: center; } -#redBttn { - font-family: "Inter", Arial, sans-serif; - cursor: pointer; - background-color: #413d3d; - border: none; - color: rgb(248, 244, 244); - padding: 10px 30px; - margin-left: 10px; - margin-right: 10px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; - border-radius: 8px; - transition: all 0.2s ease; -} -#redBttn:hover { - scale: 1.1; - transition: 0.2s; -} .redBttn { font-family: "Inter", Arial, sans-serif; diff --git a/static/assets/css/settings.css b/static/assets/css/settings.css index 02f9fa5b..9d336a18 100644 --- a/static/assets/css/settings.css +++ b/static/assets/css/settings.css @@ -3,7 +3,6 @@ .row { margin-right: auto; grid-gap: 2rem; - position: absolute; top: 105px; left: 2%; right: 2%; @@ -68,39 +67,14 @@ p { transition: all 0.2s ease-in-out; transform: scale(1); } - .tab-cloak:hover { - transform: scale(1.1); + scale: 1.1; } - -button { - cursor: pointer; - background-color: #fc8585; - border: none; - color: rgb(248, 244, 244); - padding: 15px 20px; - margin: 3px 6px 3px 6px; - text-align: center; - text-decoration: none; - display: inline-block; - font-family: "Inter", Arial, sans-serif; - font-size: 16px; - border-radius: 10px; - transition: all 0.2s ease-in-out; - transform: scale(1); -} -#button:hover { - transform: scale(1.2); - border-radius: 5px; +img { + border-radius: 5px 5px 0 0; } -#button:active { - transform: scale(0.8); - border-radius: 12px; -} - -select, -input { +select, input { font-family: Arial, sans-serif; border: none; background-color: rgb(255, 255, 255); @@ -135,14 +109,11 @@ select { .tab-cloaker-form { font-family: "Inter", Arial, sans-serif; - border-radius: 0.375rem; - color: rgb(255, 255, 255); cursor: pointer; border: 2px; transition: 0.2s; margin-top: 10px; background-color: #5e7594; - padding: 0.5rem; border-radius: 0.375rem; color: rgb(255, 255, 255); padding: 5px; diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 7abc92f8..6c898149 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -28,7 +28,7 @@ main { text-align: center; text-decoration: none; display: inline-block; - font-family: Inter, Arial, sans-serif; + font-family: "Inter", Arial, sans-serif; font-size: 16px; border-radius: 8px; transition: all 0.15s ease; @@ -53,7 +53,7 @@ main { text-align: center; text-decoration: none; display: inline-block; - font-family: Inter, Arial, sans-serif; + font-family: "Inter", Arial, sans-serif; font-size: 16px; border-radius: 8px; transition: all 0.15s ease; @@ -71,7 +71,7 @@ main { text-align: center; text-decoration: none; display: inline-block; - font-family: Inter, Arial, sans-serif; + font-family: "Inter", Arial, sans-serif; font-size: 16px; margin: 4px 2px; cursor: pointer; diff --git a/static/assets/js/motd.js b/static/assets/js/motd.js index 33ce373a..908820c6 100644 --- a/static/assets/js/motd.js +++ b/static/assets/js/motd.js @@ -1,5 +1,5 @@ window.addEventListener("load", (event) => { - fetch("/static/assets/json/motd.json") + fetch("/assets/json/motd.json") .then((response) => response.json()) .then((data) => { document.getElementById("motd").onclick = function () { diff --git a/static/assets/uv/science.css b/static/assets/uv/science.css index 861dc95f..c83f7b92 100644 --- a/static/assets/uv/science.css +++ b/static/assets/uv/science.css @@ -1,34 +1,39 @@ +@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap"); + + .form__input { - top: -15vh; - padding: 1vw; + font-family: "Inter", Arial, Helvetica, sans-serif; + font-size: 16px; + top: 50%; width: 50%; - position: relative; - border-radius: 5px; - background: #7a8fab; - text-align: center; - font-size: 24px; + padding: 1vw; border: none; + border-radius: 10px; + text-align: center; outline: none; color: white; - transition: 0.2s; margin: 0; position: absolute; - top: 50%; left: 50%; + transition: 0.5s; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .form__input::placeholder { + font-family: "Inter", Arial, Helvetica, sans-serif; + font-size: 16px; color: #aaa; text-align: center; + opacity: 0.4; } .form_input:hover { - scale: 1.2; + width: 53%; } .form__input:focus { outline: none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); + width: 60%; } diff --git a/static/dashboard.html b/static/dashboard.html index f9720332..408d562f 100644 --- a/static/dashboard.html +++ b/static/dashboard.html @@ -50,7 +50,7 @@

Reds Dashboard

Quote of the Day




- - +
- - + + + Dashboard @@ -44,15 +45,15 @@






- + - - + +

- + +
- diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..64768507 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1 @@ +Sitemap: https://55gms.com/sitemap.xml diff --git a/static/science.html b/static/science.html index 45719582..8c2d26c3 100644 --- a/static/science.html +++ b/static/science.html @@ -1,5 +1,5 @@ - + diff --git a/static/settings.html b/static/settings.html index 95a596e5..f3235533 100644 --- a/static/settings.html +++ b/static/settings.html @@ -1,9 +1,9 @@ - - + Dashboard + @@ -13,92 +13,93 @@ - -

Settings

- -
-
-
-
-
-

About:Blank Cloaking

-
-
-
- + +

+
+
+
+
+
+

About:Blank Cloaking

+
+
+
+ +
-
-
-
-
-

Tab Cloaker

+
+
+
+

Tab Cloaker

+
+
+ + +
-
- - -
-
-
-
-
-

Tab Cloaker

+
+
+
+

Tab Cloaker

+
+

Choose a premade Cloak


+
+
+ +
+
-

Choose a premade Cloak


-
-
- -
-
-
-
-
-
-

Panic System

+
+
+
+

Panic System

+
+
+ + +
-
- - -
-
-
-
-
-

Site Info

+
+
+
+

Site Info

+
+

Last Updated:

+

Version: 2.1.0
Join the discord for more unblocked links and support!
https://discord.gg/vV7mkcPhMy

-

Last Updated:

-

Version: 2.1.0
Join the discord for more unblocked links and support!
https://discord.gg/vV7mkcPhMy