initial Commit
This commit is contained in:
484
default.css
Normal file
484
default.css
Normal file
@@ -0,0 +1,484 @@
|
||||
.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: 0.5vh solid;
|
||||
border-image: linear-gradient(to bottom right, #aacdd8, #f3fcff);
|
||||
background-image: linear-gradient(to bottom right,#8cefff,#23a4ab,#1d8b9a,#11769e);
|
||||
transition: 0.5s;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
box-shadow: #082e31 0px 0.5vh 2vh 2vh;
|
||||
}
|
||||
.hotbarWrapper:hover{
|
||||
box-shadow: #082e31 0px 1vh 2vh 2vh;
|
||||
.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;
|
||||
font-size: 6vh;
|
||||
background-image: linear-gradient(to bottom right,#ffffff,#bcd4d9);
|
||||
color: transparent;
|
||||
background-clip: text;
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
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;
|
||||
background-image: linear-gradient(to bottom right, #72bfbb,#5dacb1,#438986);
|
||||
border: 0.5vh solid;
|
||||
border-image: linear-gradient(to bottom right, #438986, #72bfbb);
|
||||
box-shadow: 0 1vh 1vh #1d4746;
|
||||
}
|
||||
.WindowTitleBar:active{
|
||||
cursor: grabbing;
|
||||
}
|
||||
.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{
|
||||
/*z-index: 5;*/
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
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) ;
|
||||
display: flex;
|
||||
box-shadow: 1vh 1vh 1vh #1d4746;
|
||||
flex-wrap: wrap;
|
||||
padding:10px;
|
||||
transition: 0.6s;
|
||||
}
|
||||
.WindowBody.Dragging{
|
||||
box-shadow: 2vh 3vh 3vh #1d4746;
|
||||
}
|
||||
.WindowTitle{
|
||||
font-size: 2.35vh;
|
||||
color: white;
|
||||
text-shadow: #0e4044 0.15vh 0.35vh 1vh;
|
||||
margin-left:0.25vh;
|
||||
}
|
||||
.IconText{
|
||||
font-size: 1.35vh !important;
|
||||
user-select: none;
|
||||
}
|
||||
.whiteText{
|
||||
color: white;
|
||||
font-size: 2.35vh;
|
||||
}
|
||||
.minimised{
|
||||
top: 120vh !important;
|
||||
transition: 0.5s !important;
|
||||
}
|
||||
.animationTransition{
|
||||
transition: 0.5s !important;
|
||||
}
|
||||
.buttontext{
|
||||
font-weight: bold;
|
||||
background-image: linear-gradient(to bottom right,#448683,#5aa29f,#2f6665);
|
||||
color: transparent;
|
||||
background-clip: text;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
}
|
||||
.hotbarButton: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: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, #438986, transparent, #082e31);
|
||||
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{
|
||||
background-color: #1a6164;
|
||||
}
|
||||
|
||||
|
||||
.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(87,142,141,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(107,162,161,1)) blur(0vh) sepia(80%) hue-rotate(105deg) opacity(0.6) contrast(1) saturate(80%);
|
||||
z-index: 2;
|
||||
}
|
||||
.BackgroundImage{
|
||||
z-index: 1;
|
||||
filter: drop-shadow(0px 0px 30px rgba(87,142,141,1)) blur(0.3vh) opacity(70%) sepia(80%) hue-rotate(105deg) 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(97,152,151,1))blur(0.3vh) sepia(80%) hue-rotate(105deg) opacity(0.5) contrast(1) saturate(100%);
|
||||
}
|
||||
.backgroundRadial{
|
||||
position: fixed;
|
||||
background-image: radial-gradient(rgba(87,142,141,0.75),rgba(87,142,141,0),rgba(67,122,121,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:url("GeneralAssets/LightPixels.png"), linear-gradient(to top right, #1d4746, #2f6665, #1a6164, #1d4746);*/
|
||||
background-image:linear-gradient(to top right, #1d4746, #2f6665, #1a6164, #1d4746);
|
||||
}
|
||||
.NoAA{
|
||||
image-rendering: optimizeSpeed;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: -o-crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
-ms-interpolation-mode: nearest-neighbor;
|
||||
}
|
||||
Reference in New Issue
Block a user