From 146597dd4bfc1c21a4aaaf3515b0119ef79bf918 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:00:44 -0700 Subject: [PATCH] Minor UI tweaks (#431) --- gaseous-server/wwwroot/pages/banner.html | 2 +- gaseous-server/wwwroot/pages/first.html | 4 ++-- gaseous-server/wwwroot/pages/login.html | 2 +- gaseous-server/wwwroot/styles/style.css | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gaseous-server/wwwroot/pages/banner.html b/gaseous-server/wwwroot/pages/banner.html index 239ec53..f84fa84 100644 --- a/gaseous-server/wwwroot/pages/banner.html +++ b/gaseous-server/wwwroot/pages/banner.html @@ -44,7 +44,7 @@ - + diff --git a/gaseous-server/wwwroot/pages/first.html b/gaseous-server/wwwroot/pages/first.html index e27d6ff..12c4107 100644 --- a/gaseous-server/wwwroot/pages/first.html +++ b/gaseous-server/wwwroot/pages/first.html @@ -8,7 +8,7 @@ -
Gaseous Games
+
Gaseous
 
@@ -29,7 +29,7 @@
- Gaseous Games + Gaseous
diff --git a/gaseous-server/wwwroot/pages/login.html b/gaseous-server/wwwroot/pages/login.html index d26fd0d..1009aeb 100644 --- a/gaseous-server/wwwroot/pages/login.html +++ b/gaseous-server/wwwroot/pages/login.html @@ -7,7 +7,7 @@
- Gaseous Games + Gaseous
diff --git a/gaseous-server/wwwroot/styles/style.css b/gaseous-server/wwwroot/styles/style.css index 4d4f425..e8e26ea 100644 --- a/gaseous-server/wwwroot/styles/style.css +++ b/gaseous-server/wwwroot/styles/style.css @@ -314,7 +314,7 @@ h3 { #banner_icon { /* background-color: white; */ - background-color: rgba(0, 22, 56, 0.8); + background-color: rgba(0, 22, 56, 0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); position: fixed; @@ -337,7 +337,7 @@ h3 { #banner_icon_image { width: 30px; height: 30px; - filter: drop-shadow(1px 1px 0 rgb(90, 90, 90)) drop-shadow(-1px 1px 0 rgb(90, 90, 90)) drop-shadow(1px -1px 0 rgb(90, 90, 90)) drop-shadow(-1px -1px 0 rgb(90, 90, 90)); + filter: drop-shadow(1px 1px 0 rgb(180, 180, 180)) drop-shadow(-1px 1px 0 rgb(180, 180, 180)) drop-shadow(1px -1px 0 rgb(180, 180, 180)) drop-shadow(-1px -1px 0 rgb(180, 180, 180)); } .banner_button { @@ -417,7 +417,7 @@ h3 { #banner_header { background: rgba(0, 22, 56, 0.8); - background: linear-gradient(90deg, rgba(0, 22, 56, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%); + background: linear-gradient(90deg, rgba(0, 22, 56, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); position: fixed; @@ -436,7 +436,7 @@ h3 { font-size: 16pt; vertical-align: top; /*color: #edeffa;*/ - color: #7c70da; + color: #FFFFFF; } #banner_header_label { @@ -1192,8 +1192,8 @@ input[name='filter_panel_range_max'] { background-repeat: no-repeat; background-size: cover; background-color: white; - filter: blur(32px); - -webkit-filter: blur(32px); + filter: blur(64px); + -webkit-filter: blur(64px); } .bgImage_LessBlur {