Created Landing Page, Revamped account system, added account sessions and password obfuscation(not being pushed to the public branch) revamping main site bit by bit

This commit is contained in:
2026-03-03 08:13:51 +00:00
parent 5b500e3b8d
commit 0e728eae0e
65 changed files with 1269 additions and 35 deletions

View File

@@ -198,6 +198,12 @@
.WindowTitleBar:active{
cursor: grabbing;
}
.FullscreenButton{
background-image: url("GeneralAssets/FullScreenButton.png");
}
.FullscreenButton:hover{
background-image: url("GeneralAssets/FulscreenButtonHover.png");
}
.ExitButton{
background-image: url("GeneralAssets/ExitButton.png");
}
@@ -261,6 +267,10 @@
text-shadow: #0e4044 0.15vh 0.35vh 1vh;
margin-left:0.25vh;
}
Button{
background: transparent;
border: none;
}
.IconText{
font-size: 1.35vh !important;
user-select: none;
@@ -481,4 +491,17 @@ body{
image-rendering: -o-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
.Copyright{
border-radius: 5vh;
position: fixed;
left: 0;
bottom: 0;
z-index: 100;
user-select: none;
transition: ease-in-out .3s;
font-family: "Arial", serif;
font-size: 2vh;
text-align: center;
color: white;
}