Skip to content

Commit

Permalink
Removed excess .css
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAundre authored Oct 6, 2023
1 parent 91fdbb4 commit eb80688
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
16 changes: 4 additions & 12 deletions Changelog/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}

Expand Down Expand Up @@ -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;
Expand All @@ -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;}
Expand Down
16 changes: 4 additions & 12 deletions Details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}

Expand Down Expand Up @@ -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;
Expand All @@ -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;}
Expand Down
15 changes: 4 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit eb80688

Please sign in to comment.