Updated
This commit is contained in:
parent
5eb11464b1
commit
42154ee495
|
|
@ -99,51 +99,30 @@ body.Segoe-Font {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
.Admin-Navigation .SubHeader {
|
|
||||||
background: #a0a0a0;
|
|
||||||
background: linear-gradient(0deg, #5b5457 0%, #a0a0a0 100%);
|
|
||||||
width: 100%;
|
|
||||||
height: 25px;
|
|
||||||
position: absolute;
|
|
||||||
display: -webkit-box;
|
|
||||||
display: inline-flex;
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border-bottom-left-radius: 12px;
|
|
||||||
border-bottom-right-radius: 12px;
|
|
||||||
box-shadow: 0px 0px 10px 5px #606060;
|
|
||||||
box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 50%);
|
|
||||||
z-index: 9999;
|
|
||||||
}
|
|
||||||
.Admin-Navigation .sub-menu {
|
|
||||||
display: block;
|
|
||||||
width: 25%;
|
|
||||||
text-align: center;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
.Admin-Navigation .Header .PanelLogo {
|
.Admin-Navigation .Header .PanelLogo {
|
||||||
background-image: url(/img/MORBLOXlogo.png);
|
|
||||||
background-size: 200px 35px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
width: 200px;
|
|
||||||
height: 35px;
|
|
||||||
opacity: .8;
|
|
||||||
-webkit-transition: all .125s ease-in-out;
|
|
||||||
transition: all .125s ease-in-out;
|
|
||||||
transition-property: opacity, transform;
|
|
||||||
transform: scale(95%);
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
width: 200px;
|
||||||
|
height: 35px;
|
||||||
|
opacity: .8;
|
||||||
|
background-image: url(/img/MORBLOXlogo.png);
|
||||||
|
background-size: 190px 33px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
image-rendering: auto;
|
||||||
|
-webkit-transition: opacity .125s ease-in-out, background-size .125s ease-in-out;
|
||||||
|
-moz-transition: opacity .125s ease-in-out, background-size .125s ease-in-out;
|
||||||
|
-ms-transition: opacity .125s ease-in-out, background-size .125s ease-in-out;
|
||||||
|
-o-transition: opacity .125s ease-in-out, background-size .125s ease-in-out;
|
||||||
|
transition: opacity .125s ease-in-out, background-size .125s ease-in-out;
|
||||||
}
|
}
|
||||||
.Admin-Navigation .Header .PanelLogo:hover {
|
.Admin-Navigation .Header .PanelLogo:hover {
|
||||||
transform: scale(100%);
|
background-size: 200px 35px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.Admin-Navigation .Header .PanelLogo:active {
|
.Admin-Navigation .Header .PanelLogo:active {
|
||||||
transform: scale(92.5%);
|
background-size: 185px 32px;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
.Admin-Navigation .Header .SubSlogan {
|
.Admin-Navigation .Header .SubSlogan {
|
||||||
|
|
@ -169,20 +148,57 @@ body.Segoe-Font {
|
||||||
}
|
}
|
||||||
.usernamecontainer .usernamelink {
|
.usernamecontainer .usernamelink {
|
||||||
color: #3d3c3b;
|
color: #3d3c3b;
|
||||||
-webkit-transition: all .125s ease-in-out;
|
-webkit-transition: color .125s ease-in-out, box-shadow .125s ease-in-out;
|
||||||
transition: .125s all ease-in-out;
|
-moz-transition: color .125s ease-in-out, box-shadow .125s ease-in-out;
|
||||||
transition-property: color, box-shadow;
|
-ms-transition: color .125s ease-in-out, box-shadow .125s ease-in-out;
|
||||||
|
-o-transition: color .125s ease-in-out, box-shadow .125s ease-in-out;
|
||||||
|
transition: color .125s ease-in-out, box-shadow .125s ease-in-out;
|
||||||
}
|
}
|
||||||
.usernamecontainer .usernamelink:hover {
|
.usernamecontainer .usernamelink:hover {
|
||||||
color: #efebec;
|
color: #efebec;
|
||||||
box-shadow: 0 2px 0 0 #efebec;
|
box-shadow: 0 2px 0 0 #efebec;
|
||||||
}
|
}
|
||||||
|
.Admin-Navigation .SubHeader {
|
||||||
|
background: #a0a0a0;
|
||||||
|
width: 100%;
|
||||||
|
height: 25px;
|
||||||
|
position: absolute;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-bottom-left-radius: 12px;
|
||||||
|
border-bottom-right-radius: 12px;
|
||||||
|
box-shadow: 0px 0px 10px 5px #606060;
|
||||||
|
box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 50%);
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
.Admin-Navigation .SubHeader::after {
|
||||||
|
content: '';
|
||||||
|
background-image: url(/img/ABX-Header.png);
|
||||||
|
opacity: .5;
|
||||||
|
width: 100%;
|
||||||
|
height: 25px;
|
||||||
|
display: block;
|
||||||
|
border-bottom-left-radius: 12px;
|
||||||
|
border-bottom-right-radius: 12px;
|
||||||
|
}
|
||||||
|
.Admin-Navigation .sub-menu {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
width: 33.33%;
|
||||||
|
height: 100%;
|
||||||
|
text-align: center;
|
||||||
|
float: left;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
.Admin-Navigation .menu {
|
.Admin-Navigation .menu {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-webkit-transition: all .125s ease-in-out;
|
line-height: 1.7rem;
|
||||||
transition: .1s all ease-in-out;
|
-webkit-transition: color .125s ease-in-out, box-shadow .125s ease-in-out, padding .125s ease-in-out;
|
||||||
transition-property: color, box-shadow, padding;
|
-moz-transition: color .125s ease-in-out, box-shadow .125s ease-in-out, padding .125s ease-in-out;
|
||||||
|
-ms-transition: color .125s ease-in-out, box-shadow .125s ease-in-out, padding .125s ease-in-out;
|
||||||
|
-o-transition: color .125s ease-in-out, box-shadow .125s ease-in-out, padding .125s ease-in-out;
|
||||||
|
transition: color .125s ease-in-out, box-shadow .125s ease-in-out, padding .125s ease-in-out;
|
||||||
}
|
}
|
||||||
.Admin-Navigation .menu[active] {
|
.Admin-Navigation .menu[active] {
|
||||||
padding: 0 0 2px 0;
|
padding: 0 0 2px 0;
|
||||||
|
|
@ -193,6 +209,7 @@ body.Segoe-Font {
|
||||||
padding: 0 0 2px 0;
|
padding: 0 0 2px 0;
|
||||||
box-shadow: 0 2px 0 0 #efebec;
|
box-shadow: 0 2px 0 0 #efebec;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Btn-Demo {
|
.Btn-Demo {
|
||||||
width: 32.7%;
|
width: 32.7%;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
|
@ -210,13 +227,23 @@ body.Segoe-Font {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
body.Y23R .AdminContainer .SH-8B07, body:not(.Y23R) .S-Ia06 .SSH-kR0q, body:not(.Y23R) .AdminContainer .UH-vXb0 {
|
body.Y23R .AdminContainer .SH-8B07, body:not(.Y23R) .S-Ia06 .SSH-kR0q, body:not(.Y23R) .AdminContainer .UH-vXb0, .no-Header .Admin-Navigation .Header, .no-Nav .Admin-Navigation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body:not(.Y23R) .AdminContainer .SH-8B07, body.Y23R .AdminContainer .UH-vXb0 {
|
body:not(.Y23R) .AdminContainer .SH-8B07, body.Y23R .AdminContainer .UH-vXb0 {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-Nav .AdminContainer {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.no-Header .AdminContainer {
|
||||||
|
margin: 55px auto 0 auto;
|
||||||
|
}
|
||||||
|
.no-Header .Admin-Navigation {
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
|
|
|
||||||
|
|
@ -324,8 +324,6 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
||||||
}
|
}
|
||||||
|
|
@ -346,10 +344,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-logo:hover,
|
.btn-logo:hover,
|
||||||
|
|
@ -376,13 +370,6 @@ div.mySubmenuFixed {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mySubmenuFixed.Redesign {
|
|
||||||
position: fixed;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
top: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mySubmenuFixed.Redesign {
|
.mySubmenuFixed.Redesign {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 35px;
|
top: 35px;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 171 B |
Loading…
Reference in New Issue