From 8075070b26a1f80f5cf88a6781828225182b3cb0 Mon Sep 17 00:00:00 2001 From: Taylor Courage Date: Sat, 8 Mar 2025 09:26:24 -0500 Subject: [PATCH] Removed references to 'blue' and replaced with rgb code --- styles/data_display.css | 2 +- styles/db_management.css | 2 +- styles/game_management.css | 5 +++-- styles/primary.css | 10 +++++----- styles/tourney_management.css | 4 ++-- styles/user_management.css | 8 ++++---- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/styles/data_display.css b/styles/data_display.css index 58c6d99..b47bfa0 100644 --- a/styles/data_display.css +++ b/styles/data_display.css @@ -114,7 +114,7 @@ } .dateSelector select { - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); border-radius: 3px; padding: 6px 20px; margin-right: 1%; diff --git a/styles/db_management.css b/styles/db_management.css index 65b4f5c..075716b 100644 --- a/styles/db_management.css +++ b/styles/db_management.css @@ -8,7 +8,7 @@ display: flex; justify-content: center; font-weight: bold; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); border-radius: 3px; box-shadow: 0px 2px 4px; text-decoration: none; diff --git a/styles/game_management.css b/styles/game_management.css index 26e574d..4ac2d2b 100644 --- a/styles/game_management.css +++ b/styles/game_management.css @@ -29,7 +29,7 @@ #userForm input { background-color: rgba(255, 255, 255, 0.6); - border-style: 1px solid blue; + border-style: 1px solid rgb(0, 0, 255); } #userForm label { @@ -45,7 +45,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 6px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; } @@ -62,6 +62,7 @@ #userForm input[type="text"] { flex: 1; align-items: flex-end; + text-align: center; border-radius: 2px; padding: 3px 10px; margin: 0 6%; diff --git a/styles/primary.css b/styles/primary.css index dcf4bda..686361a 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -79,7 +79,7 @@ For upper/primary controls } .navLink { - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); border-radius: 3px; box-shadow: 0px 2px 4px; text-decoration: none; @@ -121,7 +121,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc. } .subNavLink { - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255)blue; border-radius: 3px; box-shadow: 0px 2px 4px; text-decoration: none; @@ -152,7 +152,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 6px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; } @@ -171,7 +171,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc. .plainLinkBlue { text-decoration: none; - color: blue; + color: rgb(0, 0, 255); } .plainLinkBlue:hover { @@ -192,7 +192,7 @@ TEMPORARY #giveawayLink { text-decoration:none; - color:blue; + color:rgb(0, 0, 255); -webkit-text-stroke: 1px white; } #giveawayLink:hover { diff --git a/styles/tourney_management.css b/styles/tourney_management.css index ccd9ea2..54af915 100644 --- a/styles/tourney_management.css +++ b/styles/tourney_management.css @@ -29,7 +29,7 @@ #userForm input { background-color: rgba(255, 255, 255, 0.6); - border-style: 1px solid blue; + border-style: 1px solid rgb(0, 0, 255); } #userForm label { @@ -45,7 +45,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 6px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; } diff --git a/styles/user_management.css b/styles/user_management.css index c664699..8a793ab 100644 --- a/styles/user_management.css +++ b/styles/user_management.css @@ -100,7 +100,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 3px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; } @@ -123,7 +123,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 3px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; color: black; } @@ -149,7 +149,7 @@ #userForm input { background-color: rgba(255, 255, 255, 0.6); - border-style: 1px solid blue; + border-style: 1px solid rgb(0, 0, 255); } #userForm label { @@ -165,7 +165,7 @@ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgba(255, 255, 255, 0); border-radius: 6px; - border: 1px solid blue; + border: 1px solid rgb(0, 0, 255); box-shadow: 0px 2px 4px; }