|
@@ -1,4 +1,8 @@
|
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
|
|
|
+body {
|
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
a {
|
|
a {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
@@ -98,9 +102,21 @@ ul.dropdown-left {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.topbar-logo img, .topbar-network-logo img {
|
|
.topbar-logo img, .topbar-network-logo img {
|
|
|
|
|
+ margin: 6px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.topbar-logo img {
|
|
|
max-height: 95%;
|
|
max-height: 95%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.topbar-network-logo {
|
|
|
|
|
+ margin-left: 6px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.topbar-network-logo img {
|
|
|
|
|
+ max-height: 50px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.topbar-title {
|
|
.topbar-title {
|
|
|
margin: 0 0.8em 0 0.8em;
|
|
margin: 0 0.8em 0 0.8em;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -127,18 +143,17 @@ ul.dropdown-left {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
margin: 0 0 1em;
|
|
margin: 0 0 1em;
|
|
|
|
|
+ position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#menu::after {
|
|
|
|
|
|
|
+#menu:after {
|
|
|
content: "";
|
|
content: "";
|
|
|
/* empty but necessary */
|
|
/* empty but necessary */
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
background-color: #228d00;
|
|
background-color: #228d00;
|
|
|
- left: -20vw;
|
|
|
|
|
- height: 50px;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding-left: 19.9vw;
|
|
|
|
|
- padding-right: 19.9vw;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ left: -50%;
|
|
|
|
|
+ width: 200%;
|
|
|
z-index: -1;
|
|
z-index: -1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -286,10 +301,8 @@ ul.dropdown-left {
|
|
|
background-repeat: repeat-x;
|
|
background-repeat: repeat-x;
|
|
|
box-shadow: 0px -2px 10px 0px #656565;
|
|
box-shadow: 0px -2px 10px 0px #656565;
|
|
|
height: 84px;
|
|
height: 84px;
|
|
|
- left: -20vw;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding-left: 19.9vw;
|
|
|
|
|
- padding-right: 19.9vw;
|
|
|
|
|
|
|
+ left: -50%;
|
|
|
|
|
+ width: 200%;
|
|
|
z-index: -1;
|
|
z-index: -1;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|