pm-controls
Version:
ProModel Controls
277 lines (230 loc) • 5.29 kB
CSS
.menu-container {
padding: 0px;
background-color: #2b2c2d;
color: rgb(255, 255, 255);
/* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26); */
}
.menu-container-theme-2 {
height: 70px;
padding: 0px;
/*background-color: rgb(25, 118, 210);*/
background-color: #4E5D74;
color: rgb(255, 255, 255);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
}
.menu-container-theme-3 {
height: 70px;
padding: 0px;
/*background-color: rgb(25, 118, 210);*/
background-color: #595959;
color: rgb(255, 255, 255);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
}
.menu-main-row {
display: flex;
height: 40px;
align-items: center;
}
.menu-sub-row {
height: 30px;
display: flex;
align-items: center;
}
.menu-status-bar {
flex: 1;
display: flex;
background-color: white;
align-items: center;
border-radius: 2px;
margin-right: 4px;
margin-left: 4px;
color: black;
min-width: 0;
}
.menu-status-bar-buttons {
display: flex;
}
.menu-icon {
display: flex;
align-items: center;
font-size: 28px;
font-weight: bold;
margin-right: 20px;
cursor: pointer;
padding: 0px 16px 0px 16px;
height: 100%;
}
.menu-line-1 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 20px;
height: 100%;
background-color: #ab4824;
/*background-color: rgb(60, 60, 60);*/
}
.menu-line-2 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 5px;
height: 100%;
background-color: white;
}
.menu-line-3 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 10px;
height: 100%;
background-color: #1463b3;
}
.menu-area-header {
background-color: white;
color: black;
padding: 2px 4px 2px 10px;
margin-left: -3px;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
.menu-area-container {
display: flex;
flex-direction: column;
padding-top: 6px;
padding-right: 6px;
}
.menu-line-4 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 20px;
height: 100%;
background-color: #DBDBDB;
/*background-color: rgb(60, 60, 60);*/
}
.menu-line-5 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 10px;
height: 100%;
background-color: #FCFCFC;
/*background-color: rgb(110, 110, 110); */
}
.menu-line-6 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 10px;
height: 100%;
background-color: #818285;
/*background-color: rgb(110, 110, 110); */
}
.menu-line-7 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 20px;
height: 100%;
background-color: #D5D5D5;
/*background-color: rgb(60, 60, 60);*/
}
.menu-line-8 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 10px;
height: 100%;
background-color: #FFFFFF;
/*background-color: rgb(110, 110, 110); */
}
.menu-line-9 {
-ms-transform: skewX(-25deg) skewY(0);
transform: skew(-25deg, 0deg);
width: 10px;
height: 100%;
background-color: #808080;
/*background-color: rgb(110, 110, 110); */
}
a.menu-link {
color: white;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
/*font-weight: 600;*/
font-weight: bold;
font-size: 16px;
}
a.menu-link:visited {
text-decoration: none;
}
a.menu-link:active {
text-decoration: underline;
}
.menu-items {
margin-right: auto;
padding-left: 10px;
}
.amc-icon {
background-image: url(/img/amc.png);
height: 30px;
width: 24px;
margin-top: 4px;
}
.menu-logo {
padding-left: 10px;
white-space: nowrap;
}
.menu-date {
margin-left: 0;
display: flex;
align-items: flex-end;
flex-direction: column;
height: 100%;
padding-top: 6px;
}
.menu-user {
margin-left: 0;
}
.menu-date-label {
padding: 0px 4px;
text-align: right;
display: flex;
flex-direction: column;
}
.menu-divider {
height: 35px;
border-left: 1px solid #D4D4D4;
margin: 0px 10px;
}
.main-menu-button {
position: absolute;
top: 43px;
left: 2px;
}
.menu-caret {
padding-left: 2px;
}
.menu-info {
font-size: 9px;
display: flex;
}
.menu-info-bold {
font-weight: bold;
}
.menu-header {
font-size: 13.33px;
}
.menu-header-white {
color: white;
padding: 4px 4px 4px 8px;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
.menu-sub-header-white {
padding-top: 2px;
padding-right: 6px;
font-size: 11px;
display: flex;
align-items: center;
}
.menu-filter-status {
margin-right: 4px;
margin-left: 4px;
display: flex;
align-items: center;
}