|
@@ -51,6 +51,8 @@ p {
|
|
|
|
|
|
|
|
/* Frame Bar */
|
|
/* Frame Bar */
|
|
|
#frameBar {
|
|
#frameBar {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 100;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
background: rgba(1, 2, 1, 0.5);
|
|
background: rgba(1, 2, 1, 0.5);
|
|
@@ -890,10 +892,14 @@ p {
|
|
|
/* Main content container. */
|
|
/* Main content container. */
|
|
|
#landingContainer {
|
|
#landingContainer {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Upper content container. */
|
|
/* Upper content container. */
|
|
|
#landingContainer > #upper {
|
|
#landingContainer > #upper {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ transition: 2s ease;
|
|
|
|
|
+ top: 0px;
|
|
|
height: 77%;
|
|
height: 77%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
@@ -921,6 +927,9 @@ p {
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
|
|
|
}
|
|
}
|
|
|
#landingContainer > #lower > #left {
|
|
#landingContainer > #lower > #left {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ transition: 2s ease;
|
|
|
|
|
+ top: 0px;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
width: 33%;
|
|
width: 33%;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
@@ -934,16 +943,23 @@ p {
|
|
|
left: 50px;
|
|
left: 50px;
|
|
|
}
|
|
}
|
|
|
#landingContainer > #lower > #center {
|
|
#landingContainer > #lower > #center {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ transition: 2s ease;
|
|
|
|
|
+ top: 0px;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
width: 34%;
|
|
width: 34%;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
#landingContainer > #lower > #center #content {
|
|
#landingContainer > #lower > #center #content {
|
|
|
|
|
+ transition: 2s ease;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
top: 10px;
|
|
top: 10px;
|
|
|
}
|
|
}
|
|
|
#landingContainer > #lower > #right {
|
|
#landingContainer > #lower > #right {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ transition: 2s ease;
|
|
|
|
|
+ top: 0px;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
width: 33%;
|
|
width: 33%;
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
@@ -1267,6 +1283,7 @@ p {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* Button which opens the server selection view. */
|
|
|
#server_selection_button {
|
|
#server_selection_button {
|
|
|
background: none;
|
|
background: none;
|
|
|
border: none;
|
|
border: none;
|