532 lines
13 KiB
CSS
532 lines
13 KiB
CSS
.CancelAnimOnLoad{
|
|
height: 10vh;
|
|
box-shadow: #082e31 0px 1vh 2vh 2vh;
|
|
.Logo{
|
|
width: 10vh;
|
|
height: 10vh;
|
|
transition: 0.5s;
|
|
}
|
|
.TitleWhite{
|
|
font-size: 7vh;
|
|
}
|
|
.hotbarButton {
|
|
height: 6vh;
|
|
}
|
|
.hotbarButtonSquare{
|
|
height: 6vh;
|
|
width: 6vh;
|
|
}
|
|
}
|
|
.hotbarHeight{
|
|
height: 9vh;
|
|
}
|
|
.hotbarHeight:hover{
|
|
height: 10vh;
|
|
}
|
|
@media only screen and (min-aspect-ratio: 1.165/1) {
|
|
.hotbarWrapper{
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
@media only screen and (max-aspect-ratio: 1.165/1) {
|
|
.hotbarWrapper{
|
|
flex-direction: column;
|
|
justify-content: space-evenly !important;
|
|
}
|
|
.hotbarHeight{
|
|
height: 18vh;
|
|
}
|
|
.hotbarHeight:hover{
|
|
height: 20vh;
|
|
}
|
|
|
|
}
|
|
@media only screen and (min-aspect-ratio: 0.65/1) {
|
|
.hotbarButtonSquare{
|
|
width: 5vh;
|
|
height: 5vh;
|
|
}
|
|
.hotbarWrapper:hover{
|
|
.hotbarButton{
|
|
height: 6vh;
|
|
}
|
|
.hotbarButtonSquare{
|
|
height: 6vh;
|
|
width: 6vh;
|
|
}
|
|
}
|
|
.buttontext {
|
|
font-size: 3vh;
|
|
}
|
|
.hotbarButton{
|
|
width: 12vh;
|
|
height: 5vh;
|
|
}
|
|
}
|
|
@media only screen and (max-aspect-ratio: 0.77/1) {
|
|
.hotbarButtonSquare{
|
|
height: 3vh;
|
|
width: 3vh;
|
|
}
|
|
.hotbarWrapper:hover{
|
|
.hotbarButton{
|
|
height: 4vh;
|
|
}
|
|
.hotbarButtonSquare{
|
|
height: 4vh;
|
|
width: 4vh;
|
|
}
|
|
}
|
|
.buttontext {
|
|
font-size: 2vh;
|
|
}
|
|
.hotbarButton{
|
|
width: 7vh;
|
|
height: 3vh;
|
|
}
|
|
.TaskBar{
|
|
height: 11vh !important;
|
|
}
|
|
}
|
|
.hotbarWrapper{
|
|
z-index: 50;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100vw;
|
|
max-width: 100vw;
|
|
box-sizing: border-box;
|
|
border: none;
|
|
box-shadow: #121e29 0 0 5vh;
|
|
backdrop-filter: blur(5px);
|
|
background-image: linear-gradient(to bottom,rgba(172, 180, 255,0.15) ,rgba(230, 245, 255,0.25),rgba(92, 130, 200,0),rgba(92, 130, 200,0.45));
|
|
border-bottom: #8cefff 0.3vh solid;
|
|
transition: 0.5s;
|
|
padding: 0;
|
|
margin:0;
|
|
}
|
|
.hotbarWrapper:hover{
|
|
box-shadow: #121e29 0vh 2vh 7vh;
|
|
.Logo{
|
|
width: 10vh;
|
|
height: 10vh;
|
|
transition: 0.5s;
|
|
}
|
|
.TitleWhite{
|
|
font-size: 7vh;
|
|
}
|
|
}
|
|
.Logo:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
.Logo{
|
|
user-select: none;
|
|
width: 9vh;
|
|
height: 9vh;
|
|
transition: 0.5s;
|
|
}
|
|
.hotbarContainer{
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
}
|
|
.appContainer{
|
|
z-index: 55;
|
|
pointer-events: none;
|
|
}
|
|
.imgbutton{
|
|
transform: scale(100%,100%);
|
|
transition-duration: 0.4s;
|
|
}
|
|
.imgbutton:hover{
|
|
transform: scale(110%,110%);
|
|
transition-duration: 0.4s;
|
|
}
|
|
.windowIcon{
|
|
user-select: none;
|
|
z-index: 55 !important;
|
|
position: absolute;
|
|
transition: 0.0s !important;
|
|
width: 9.5vh;
|
|
height: 9.5vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
border-radius: 5%;
|
|
}
|
|
.TitleWhite{
|
|
font-weight: Bold;
|
|
user-select: none;
|
|
font-family: "Microsoft Sans Serif", sans-serif;
|
|
font-size: 7vh;
|
|
background-image: linear-gradient(to bottom right,#ffffff,#bcd4d9);
|
|
color: transparent;
|
|
background-clip: text;
|
|
cursor: default;
|
|
transition: 0.5s;
|
|
}
|
|
.DraggableWrapper{
|
|
pointer-events: all;
|
|
z-index: 50; /*!important;*/
|
|
padding: 0;
|
|
Position:Absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.WindowTitleBar{
|
|
display: flex;
|
|
padding: 0;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 4vh;
|
|
/*z-index: 10;*/
|
|
user-select: none;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
text-align: center;
|
|
cursor:grab;
|
|
flex-wrap: nowrap;
|
|
font-family: "Microsoft Sans Serif", sans-serif;
|
|
background-image: radial-gradient(ellipse at top left, RGBA(255,255,255,0.5),RGBA(255,255,255,0.0)), linear-gradient(to bottom, RGBA(0,125,255), RGBA(0,95,255), RGBA(0,95,195),RGBA(0,95,255));
|
|
//background-image: linear-gradient(to bottom right, #72bfbb,#5dacb1,#438986);
|
|
border: none;
|
|
//border: 0.5vh solid;
|
|
//border-image: linear-gradient(to bottom right, #438986, #72bfbb);
|
|
box-shadow: 0 1vh 1vh #1d4746;
|
|
}
|
|
.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");
|
|
}
|
|
.ExitButton:hover{
|
|
background-image: url("GeneralAssets/ExitButtonHover.png");
|
|
}
|
|
.MinimiseButton{
|
|
background-image: url("GeneralAssets/MinimiseButton.png");
|
|
margin-right: 0.25vh;
|
|
}
|
|
.MinimiseButton:hover{
|
|
background-image: url("GeneralAssets/MinimiseButtonHover.png");
|
|
}
|
|
.appTitleButton{
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
height: 2.5vh;
|
|
width: 2.5vh;
|
|
}
|
|
.appTitleButton:hover{
|
|
cursor: pointer;
|
|
}
|
|
.appTitleButton:active{
|
|
cursor: grabbing;
|
|
}
|
|
.WindowThumbnail{
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
height: 3vh;
|
|
width: 3vh;
|
|
|
|
}
|
|
.WindowTitleBarContainer{
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
text-align: center;
|
|
flex-wrap: nowrap;
|
|
height: 100%;
|
|
}
|
|
.WindowBody{
|
|
border: RGBA(0,95,185) 0.5vh solid;
|
|
/*z-index: 5;*/
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
width: 100%;
|
|
filter: drop-shadow(#063657 0 0 2vh);
|
|
backdrop-filter: blur(4px) drop-shadow(#063657 0 0 5vh);
|
|
//background-image:linear-gradient(to bottom,#1a6164, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent , transparent, transparent, transparent, transparent), linear-gradient(to bottom right,#54a19d ,#407d7a,#245553) ;
|
|
background-image:linear-gradient(to bottom,rgba(22, 184, 224,0.1) ,rgba(22, 184, 224,0.25),rgba(22, 184, 224,0.15),rgba(42, 184, 224,0.05)),linear-gradient(to bottom, rgba(200,200,255,0.5),rgba(200,200,255,0.1),rgba(200,200,255,0.0),rgba(200,200,255,0.2));
|
|
display: flex;
|
|
box-shadow: 1vh 1vh 1vh RGBA(0,47,92);
|
|
flex-wrap: wrap;
|
|
padding:1vh;
|
|
transition: 0.6s;
|
|
}
|
|
.WindowBody.Dragging{
|
|
box-shadow: 2vh 3vh 3vh RGBA(0,47,92);
|
|
backdrop-filter: blur(16px) drop-shadow(#063657 0 0 5vh);
|
|
}
|
|
.WindowTitle{
|
|
font-size: 2.35vh;
|
|
color: white;
|
|
text-shadow: #0e4044 0.15vh 0.35vh 1vh;
|
|
margin-left:0.25vh;
|
|
}
|
|
Button{
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
.IconText{
|
|
font-family: "Microsoft Sans Serif", sans-serif;
|
|
font-size: 1.35vh !important;
|
|
user-select: none;
|
|
}
|
|
.whiteText{
|
|
font-family: "Microsoft Sans Serif", sans-serif;
|
|
color: white;
|
|
font-size: 2.35vh;
|
|
}
|
|
.minimised{
|
|
top: 120vh !important;
|
|
transition: 0.5s !important;
|
|
}
|
|
.animationTransition{
|
|
transition: 0.5s !important;
|
|
}
|
|
.buttontext{
|
|
font-family: "Microsoft Sans Serif", sans-serif;
|
|
font-weight: bold;
|
|
background-image: linear-gradient(to bottom right,#447786,#5a8fa2,#2f5366);
|
|
color: transparent;
|
|
background-clip: text;
|
|
}
|
|
.hotbarButton:hover{
|
|
transform: translateY(-1.5vh);
|
|
box-shadow: 2vh 2.5vh 2.5vh #315b69;
|
|
background-image: linear-gradient(to bottom right, #8caabf, #bddbf0);
|
|
border-image: linear-gradient(to bottom right, #92c4c2, #afe0de);
|
|
cursor: pointer;
|
|
.button-text{
|
|
background-image: linear-gradient(to bottom right,white,#daf3f2);
|
|
}
|
|
}
|
|
.accountimg:hover{
|
|
background-image: url(GeneralAssets/AccountSymbolhover.png);
|
|
}
|
|
.TaskBar:hover{
|
|
height: 11vh;
|
|
}
|
|
.TaskBar{
|
|
z-index:100;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 3vh;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-image: linear-gradient( to bottom, RGBA(155,200,255,0.5), transparent, RGBA(155,200,255,0.3));
|
|
transition: 0.4s;
|
|
}
|
|
.TaskbarApps{
|
|
user-select: none;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
.windowApp{
|
|
width: 9.5vh;
|
|
height: 9.5vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
transition: 0.25s;
|
|
border-radius: 5%;
|
|
}
|
|
.windowApp:hover{
|
|
transform: translateY(-1vh);
|
|
background-color: rgba(255,255,255,0.3);
|
|
}
|
|
.windowIcon:hover{
|
|
background-color: rgba(255,255,255,0.3);
|
|
}
|
|
.selectedIcon{
|
|
background-color: rgba(255,255,255,0.3) !important;
|
|
}
|
|
.selectedIcon:hover{
|
|
background-color: rgba(255,255,255,0.5) !important;
|
|
}
|
|
|
|
.hotbarButtonSquare:hover{
|
|
transform: translateY(-1.5vh);
|
|
box-shadow: 2vh 2.5vh 2.5vh #315b69;
|
|
background-image: linear-gradient(to bottom right, #92c4c2, #afe0de);
|
|
border-image: linear-gradient(to bottom right, #92c4c2, #afe0de);
|
|
cursor: pointer;
|
|
.button-text{
|
|
background-image: linear-gradient(to bottom right,white,#daf3f2);
|
|
}
|
|
.accountimg{
|
|
background-image: url(GeneralAssets/AccountSymbolhover.png);
|
|
}
|
|
}
|
|
.ButtonHalNetSytle {
|
|
display: flex;
|
|
box-shadow: 1vh 1vh 1vh #315b69;
|
|
margin: 0.5vw;
|
|
justify-content: center;
|
|
user-select: none;
|
|
align-items: center;
|
|
text-align: center;
|
|
border: 0.6vh solid;
|
|
background-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
border-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
transition: 0.4s;
|
|
}
|
|
.hotbarButton {
|
|
display: flex;
|
|
box-shadow: 1vh 1vh 1vh #315b69;
|
|
margin: 0.5vw;
|
|
justify-content: center;
|
|
user-select: none;
|
|
align-items: center;
|
|
text-align: center;
|
|
border: 0.6vh solid;
|
|
background-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
border-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
transition: 0.4s;
|
|
}
|
|
.hotbarButtonSquare {
|
|
display: flex;
|
|
box-shadow: 1vh 1vh 1vh #315b69;
|
|
margin: 0.5vw;
|
|
justify-content: center;
|
|
text-align: center;
|
|
border: 0.6vh solid;
|
|
background-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
border-image: linear-gradient(to bottom right, #9fc5d1, #f3fcff);
|
|
transition: 0.4s;
|
|
.accountimg{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
background-image: url(GeneralAssets/AccountSymbol.png);
|
|
}
|
|
}
|
|
body{
|
|
overflow:hidden;
|
|
background-image: linear-gradient(to top right, #2d5371, #308dd5, #5fabe6, #308dd5);
|
|
background-size:100vw 100vh;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
.nonDraggableImage{
|
|
user-drag: none;
|
|
-webkit-user-drag: none;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.BackgroundImage{
|
|
filter: drop-shadow(0px 5px 20px rgba(188, 242, 255,1)) blur(0vh) opacity(80%);
|
|
bottom:-10%;
|
|
transition: .3s;
|
|
user-select: none;
|
|
position: Fixed;
|
|
height:100vh;
|
|
width: auto;
|
|
left:35vw;
|
|
transform: scaleX(100%) translateX(-50%);
|
|
}
|
|
.BackgroundImage:active{
|
|
filter: drop-shadow(0px 5px 20px rgba(188, 242, 255,1)) blur(0vh) opacity(80%) sepia(100%) hue-rotate(110deg) contrast(1.2) saturate(140%);
|
|
bottom:-10%;
|
|
transition: .3s;
|
|
user-select: none;
|
|
position: Fixed;
|
|
height:100vh;
|
|
width: auto;
|
|
left:35vw;
|
|
transform: scaleX(100%) translateX(-50%);
|
|
}
|
|
.MelonaBGWrapper{
|
|
z-index: 3;
|
|
user-select: none;
|
|
position: Fixed;
|
|
Width:70vh;
|
|
height: 70vh;
|
|
transition: .3s;
|
|
Top: 20vh;
|
|
left: 0vw;
|
|
}
|
|
.MelonaBGWrapper:active{
|
|
.MelonaBackgroundImage {
|
|
transition: .3s;
|
|
filter: drop-shadow(0px 15px 20px rgba(188, 242, 255,1)) blur(0vh);
|
|
z-index: 2;
|
|
}
|
|
.BackgroundImage{
|
|
z-index: 1;
|
|
filter: drop-shadow(0px 0px 30px rgba(188, 242, 255,1)) blur(0.3vh) opacity(50%) sepia(80%) hue-rotate(135deg) contrast(1.2) saturate(140%);
|
|
}
|
|
}
|
|
.MelonaBackgroundImage{
|
|
user-select: none;
|
|
position: Fixed;
|
|
Width:70vh;
|
|
height: auto;
|
|
transition: .3s;
|
|
Top: 20vh;
|
|
left: 0vw;
|
|
filter: drop-shadow(0px 0px 20px rgba(188, 242, 255,1))blur(0.3vh) sepia(30%) opacity(0.5) contrast(1) saturate(100%);
|
|
}
|
|
.backgroundRadial{
|
|
position: fixed;
|
|
background-image: radial-gradient(rgba(158, 212, 253,0.75),rgba(158, 212, 253,0),rgba(158, 212, 253,0));
|
|
width: 60vw;
|
|
height: 60vw;
|
|
right: 0vw;
|
|
top: -20vh;
|
|
}
|
|
.background{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
Z-index: 0;
|
|
background-image: radial-gradient(ellipse at bottom left, rgba(158, 212, 253,0.5),rgba(158, 212, 253,0),rgba(158, 212, 253,0)), linear-gradient(to top right, #2d5371, #308dd5, #5fabe6, #308dd5);
|
|
}
|
|
.NoAA{
|
|
image-rendering: optimizeSpeed;
|
|
image-rendering: -moz-crisp-edges;
|
|
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;
|
|
} |