From f6185059fa43a9ce4c83b5e95adad330ccc45cf9 Mon Sep 17 00:00:00 2001 From: snxraven Date: Thu, 10 Jul 2025 01:20:27 -0400 Subject: [PATCH] Add new particle system --- css/style.css | 9 + css/style.min.css | 10 + index.html | 114 +++- js/main.js | 166 +++-- servers/index.html | 51 +- servers/server_list.js | 7 +- terms.html | 35 +- test.html | 225 +++++++ wiki/api/index.html | 1268 ++++++++++++++++++------------------- wiki/index.html | 307 ++++++--- wiki/mymc-java/index.html | 177 ++++-- wiki/mymc-lib/index.html | 172 +++-- 12 files changed, 1601 insertions(+), 940 deletions(-) create mode 100644 test.html diff --git a/css/style.css b/css/style.css index 8f60efe..3767c0c 100644 --- a/css/style.css +++ b/css/style.css @@ -566,4 +566,13 @@ footer a:hover { font-size: 1rem; padding: 0.75rem 1.5rem; } + .glow-effect { + box-shadow: 0 0 15px 5px rgba(0, 246, 255, 0.8), 0 0 25px 10px rgba(0, 81, 255, 0.5); + transition: box-shadow 0.2s ease; + } + + /* Optional: Remove glow when not active */ + .no-glow { + box-shadow: none; + } } \ No newline at end of file diff --git a/css/style.min.css b/css/style.min.css index bbbdd02..9d260ca 100644 --- a/css/style.min.css +++ b/css/style.min.css @@ -356,6 +356,9 @@ .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } + .resize { + resize: both; + } .list-inside { list-style-position: inside; } @@ -1290,6 +1293,13 @@ footer a:hover { font-size: 1rem; padding: 0.75rem 1.5rem; } + .glow-effect { + box-shadow: 0 0 15px 5px rgba(0, 246, 255, 0.8), 0 0 25px 10px rgba(0, 81, 255, 0.5); + transition: box-shadow 0.2s ease; + } + .no-glow { + box-shadow: none; + } } @property --tw-rotate-x { syntax: "*"; diff --git a/index.html b/index.html index 6dfc839..d1f12ba 100644 --- a/index.html +++ b/index.html @@ -13,31 +13,45 @@ - -