From 1242ea45869ca76c94006f7e91d76da6aac79124 Mon Sep 17 00:00:00 2001 From: Taylor Courage Date: Sat, 8 Mar 2025 18:48:09 -0500 Subject: [PATCH] Added a background image --- admin/index.php | 1 + index.php | 1 + styles/data_display.css | 2 +- styles/primary.css | 15 ++++++++++++++- user/user.php | 1 + 5 files changed, 18 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index f65f7e2..5697c5a 100644 --- a/admin/index.php +++ b/admin/index.php @@ -17,6 +17,7 @@ session_start();
+ Rocket League logo for background
Trojan Destiny logo diff --git a/index.php b/index.php index e5c3998..9d70f21 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ session_start();
+ Rocket League logo for background
Trojan Destiny logo diff --git a/styles/data_display.css b/styles/data_display.css index 7cb823d..c2ad0c3 100644 --- a/styles/data_display.css +++ b/styles/data_display.css @@ -26,7 +26,7 @@ #resultsDisplayBody { display: flex; flex-direction: row; - width:850px; + width: 850px; overflow: hidden; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } diff --git a/styles/primary.css b/styles/primary.css index 2690f4a..c2f2136 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -23,6 +23,19 @@ line-height: 0.25em; } + +.backgroundImage { + position: absolute; + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; + top: 15%; + text-align: center; + z-index: -1; + opacity: 0.05; +} + #body { background-image: linear-gradient(to right, rgba(0, 0, 255, .8), rgba(255, 165, 0, .8)); padding-top: 2%; @@ -44,7 +57,7 @@ Modifies and defines the iFrame that's holding the content shown to the user flex-direction: column; margin: auto; border: 1px solid black; - border-radius: 5px; + border-radius: 8px; background-color: rgba(255, 255, 255, .2); width:100%; max-width: 900px; diff --git a/user/user.php b/user/user.php index 27f4894..1947f17 100644 --- a/user/user.php +++ b/user/user.php @@ -49,6 +49,7 @@ try { // Try opening the SQL database connection
+ Rocket League logo for background
Trojan Destiny logo