GravTheme/css/navbar.css

82 lines
1.7 KiB
CSS
Raw Normal View History

2023-09-12 06:11:02 +00:00
.main-nav-label, .sub-nav-label {
background-color: rgb(67, 67, 67);
background-image: none;
border-color: rgb(211, 211, 211);
border-style: solid;
overflow: hidden;
width: 140px;
height: 27px;
padding: 0px;
border-width: 0px;
border-radius: 0px;
font-family: "Unica One", sans-serif;
font-size: 12pt;
font-style: normal;
text-decoration: none;
text-align: center;
color: rgb(243, 243, 243);
font-weight: 700;
display: table-cell;
vertical-align: middle;
}
#imStickyBarContainer {
transition: top 0.35s;
}
.imMnMnCurrent .main-nav-label, .main-nav-label:hover, #imStickyBarObjects .main-nav-label:hover, .sub-nav-label:hover {
background-color: rgb(204, 204, 204);
background-image: none;
border-color: rgb(211, 211, 211);
border-style: solid;
color: rgb(243, 243, 243);
}
.imMnMnCurrent .main-nav-label {
color: rgb(255, 0, 0);
}
#imStickyBarObjects .main-nav-label {
background: transparent;
font-weight: normal;
width: 141px;
height: 31px;
padding: 0px 2px;
}
#imStickyBarObjects .imMnMnCurrent .main-nav-label {
background-color: rgb(204, 204, 204);
background-image: none;
border-color: rgb(211, 211, 211);
border-style: solid;
}
.imLevel .open-bottom {
opacity: 0;
transition: opacity 1s;
}
.imLevel .open-bottom li {
position: relative;
margin-bottom: 0px;
display: inline-block;
vertical-align: top;
}
.sub-nav-label {
width: 143px;
height: 28px;
padding: 0px 1px;
font-weight: normal;
text-align: left;
font-size: 11pt;
}
.imLevel:hover > .open-bottom {
display: block;
opacity: 1;
}