From eb806880311bb50ec18e2634b8e0d127bd2fdfc5 Mon Sep 17 00:00:00 2001 From: ItsAundre! <126304209+ItsAundre@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:28:54 -0500 Subject: [PATCH] Removed excess .css --- Changelog/style.css | 16 ++++------------ Details/style.css | 16 ++++------------ style.css | 15 ++++----------- 3 files changed, 12 insertions(+), 35 deletions(-) diff --git a/Changelog/style.css b/Changelog/style.css index a868ae8..c17a0d9 100644 --- a/Changelog/style.css +++ b/Changelog/style.css @@ -4,14 +4,6 @@ html{ body{ height: 100%;} -.lower-button-img{ - width: 4.8vh; - transition: 250ms ease-in-out;} - -.lower-button-img2{ - width: 5.8vh; - transition: 250ms ease-in-out;} - a{ color: inherit; text-decoration: none;} @@ -105,7 +97,6 @@ a:hover{ border-radius: 5px; border-color: rgba(0, 0, 0, 0);} - #VTScan:hover{ background-color: rgb(126, 165, 197); border-radius: 5px; @@ -131,14 +122,15 @@ a:hover{ transition: 250ms all ease-in-out;} #lower-button-img:active{ - transform: scale(0.8); + transform: scale(0.9); transition: 250ms all ease-in-out;} .lower-button-img, .lower-button-img2{ width: 25vw; - height: 5.5vh; - object-fit: contain;} + height: 5vh; + object-fit: contain; + transition: 250ms ease-in-out all} .Title{ top: 75%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 2.5vw; display: flex; align-items: center; justify-content: center; color: white;} diff --git a/Details/style.css b/Details/style.css index 29f881e..d435425 100644 --- a/Details/style.css +++ b/Details/style.css @@ -4,14 +4,6 @@ html{ body{ height: 100%;} -.lower-button-img{ - width: 4.8vh; - transition: 250ms ease-in-out;} - -.lower-button-img2{ - width: 5.8vh; - transition: 250ms ease-in-out;} - a{ color: inherit; text-decoration: none;} @@ -105,7 +97,6 @@ a:hover{ border-radius: 5px; border-color: rgba(0, 0, 0, 0);} - #VTScan:hover{ background-color: rgb(126, 165, 197); border-radius: 5px; @@ -131,13 +122,14 @@ a:hover{ transition: 250ms all ease-in-out;} #lower-button-img:active{ - transform: scale(0.75); + transform: scale(0.9); transition: 250ms all ease-in-out;} .lower-button-img, .lower-button-img2{ + width: 25vw; + height: 5vh; object-fit: contain; - height: 5.5vh; - width: 25vw;} + transition: 250ms ease-in-out all;} .Title{ top: 75%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 2.5vw; display: flex; align-items: center; justify-content: center; color: white;} diff --git a/style.css b/style.css index 3517bf2..20de231 100644 --- a/style.css +++ b/style.css @@ -4,14 +4,6 @@ html{ body{ height: 100%;} -.lower-button-img{ - height: 4.8vh; - transition: 250ms ease-in-out;} - -.lower-button-img2{ - height: 4.8vh; - transition: 250ms ease-in-out;} - .DownloadDarkerMode{ border: 3px solid #141414; background-color: #141414; @@ -179,13 +171,14 @@ button{ transition: 250ms all ease-in-out;} #lower-button-img:active{ - transform: scale(0.8); + transform: scale(0.9); transition: 250ms all ease-in-out;} .lower-button-img, .lower-button-img2{ width: 25vw; - height: 5.5vh; - object-fit: contain;} + height: 5vh; + object-fit: contain; + transition: 250ms ease-in-out all} .Details, .Changelog{ transition: 250ms all ease-in-out;