more mobile support and misc changes

This commit is contained in:
Halbear
2026-03-11 20:04:44 +00:00
parent b70fb4d2af
commit b016e6bd13
15 changed files with 524 additions and 142 deletions

View File

@@ -3,6 +3,9 @@
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
body{
}
.dotgothic16-regular {
font-family: "DotGothic16", sans-serif;
@@ -67,7 +70,49 @@ body{
overflow-x: hidden;
width: 100%;
}
.Copyright{
font-family: "Lexend", system-ui;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-aspect-ratio: 1.165/1) {
.HotbarButton:active{
cursor: grabbing !important;
height: 9vh;
background: white;
filter: drop-shadow(0 0 2vh #8cefff);
border-top: #8cefff 0.3vh solid;
border-left: #8cefff 0.3vh solid;
border-bottom: none;
border-right: none;
}
.ShowOffContent{
width: 100%;
}
.ShowOffContainer.showOffFlipped{
flex-direction: column-reverse !important;
}
.ShowOffContainer{
margin: 2vh;
min-width: 90vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.Copyright{
position: fixed;
font-size: 1.75vh !important;
border-radius: 5vh;
backdrop-filter: blur(15px);
left: 0;
bottom: 0;
z-index: 100;
}
.EntireContentWrapper{
min-height: 100vh;
overflow-y: hidden;
@@ -106,6 +151,19 @@ body{
background-color: rgba(190,240,240,.1);
transition: 0.5s;
}
.ContentContainerImage{
border-radius: 5vh;
margin-top: 5vh;
min-width: 95vw;
cursor: default;
background-image: url("../Assets/Programming.PNG");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border:none;
filter: none;
min-height: 45vw;
}
.ContentContainer{
padding: 0;
filter: drop-shadow(0 0.5vh 3vh #8cefff);
@@ -193,7 +251,7 @@ body{
height: 13vh !important;
}
.TerrainGenBG{
margin-top: 5vh;
margin-top: 10vh;
top:57vh;
height: 52.174vw;
width: 96vw;
@@ -221,7 +279,70 @@ body{
height: 5vh !important;
}
}
.ContentContainerImage{
transition: 0.25s;
}
.ContentContainerImage:hover {
transform: scale(1.1);
}
@media only screen and (min-aspect-ratio: 1.165/1) {
.HotbarButton:hover {
cursor: pointer;
height: 8vh;
filter: drop-shadow(0 0 2vh #8cefff);
transform: scale(1.1) translateY(1%);
border-top: #8cefff 0.3vh solid;
border-left: #8cefff 0.3vh solid;
border-bottom: none;
border-right: none;
}
.HotbarButton:active{
cursor: grabbing !important;
height: 9vh;
background: white;
filter: drop-shadow(0 0 2vh #8cefff);
transform: scale(1.1) translateY(1%);
border-top: #8cefff 0.3vh solid;
border-left: #8cefff 0.3vh solid;
border-bottom: none;
border-right: none;
}
.ContentContainerImage{
border-radius: 5vh;
min-width: 45vw;
min-height: 25vw;
cursor: default;
background-image: url("../Assets/Programming.PNG");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border:none;
filter: none;
}
.ShowOffContent{
width: 50%;
}
.ShowOffContainer{
margin: 2vh;
min-width: 90vw;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
}
.Copyright{
border-radius: 5vh;
font-size: 2vh;
backdrop-filter: blur(15px);
position: fixed;
left: 0;
bottom: 0;
z-index: 100;
}
.contactUsContainer{
width: 95vw;
}
.FadeIndex{
height: 220vh !important;
}
@@ -230,6 +351,7 @@ body{
flex-direction: column;
justify-content: space-evenly;
align-items: center;
min-height: 16vw;
width: 100%;
height: 100%;
}
@@ -355,26 +477,27 @@ body{
border-bottom: #8cefff 0.3vh solid;
transition: 0.5s;
}
.HotbarButton:active{
cursor: grabbing !important;
height: 9vh;
background: white;
filter: drop-shadow(0 0 2vh #8cefff);
transform: scale(1.1) translateY(1%);
border-top: #8cefff 0.3vh solid;
border-left: #8cefff 0.3vh solid;
border-bottom: none;
border-right: none;
.hidden{
display: none !important;
height: 0vh !important;
min-height: 0vh !important;
max-height: 0vh !important;
overflow-y: hidden !important;
}
.HotbarButton:hover {
cursor: pointer;
height: 8vh;
filter: drop-shadow(0 0 2vh #8cefff);
transform: scale(1.1) translateY(1%);
border-top: #8cefff 0.3vh solid;
border-left: #8cefff 0.3vh solid;
border-bottom: none;
border-right: none;
.ShowOffContent{
display: flex;
justify-content: start;
flex-direction: column;
align-content: center;
align-items: center;
}
.ShowOffContainer{
max-width: 100vw;
margin-top: 5vh;
padding: 2vh 2vh 6vh;
border-radius: 5vh;
//background-image: linear-gradient(to bottom, rgba(100,200,255,0.15), rgba(100,200,255,0.125), rgba(100,200,255,0.015), rgba(100,200,255,0.135));
}
.RightFloat.Long{
width: 100vh;
@@ -418,6 +541,19 @@ body{
flex-direction: column;
justify-content: flex-start;
}
.ShowOffContent{
//width: 50%;
}
.ShowOffSection{
transition: 0.5s;
width: 100vw;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
align-content: space-evenly;
}
.halbearnetFooter{
border-top: white solid;
z-index: 35;
@@ -432,14 +568,6 @@ body{
background-image: linear-gradient(to bottom, rgba(180,220,255,0.125), rgba(180,220,255,0.225), rgba(180,220,255,0.0525), rgba(100,200,255,0.0725));
}
.Copyright{
border-radius: 5vh;
backdrop-filter: blur(15px);
position: fixed;
left: 0;
bottom: 0;
z-index: 100;
}
.Title{
user-select: none;
font-family: "Lexend", sans-serif;
@@ -483,14 +611,14 @@ Button{
z-index: -2;
}
body{
//background-image: linear-gradient(to bottom right, #063657,#031d2e );
//background-image: url("../Assets/Programming.PNG");
background-color: black;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
margin: 0;
padding: 0;
overflow-x: clip;
max-width: 100vw;
height: 100%;
}
::-webkit-scrollbar {