44 lines
2.4 KiB
CSS
44 lines
2.4 KiB
CSS
#pages {position: fixed; left: 96px; bottom: 0; right: 0; top: 0;}
|
|
[lang="en"] #pages {left: 134px}
|
|
.page-tab {position: absolute; left: 0; bottom: 0; right: 0; top: 0; background-color: #efefef;}
|
|
.menu-hide #pages {left: 0}
|
|
|
|
#pagesBar {position: fixed; left: 96px; bottom: 0; right: 0; height: 40px; z-index: 1012; background: #fff; border-top: 1px solid #eff1f7;}
|
|
[lang="en"] #pagesBar {left: 134px}
|
|
.menu-hide #pagesBar {left: 40px}
|
|
#bars {position: absolute; left: 0; top: 0; bottom: 0; padding: 0 5px}
|
|
#bars > li {padding: 8px 5px;}
|
|
#bars > li > a {height: 24px; color: #fff; background: #3c4353; padding: 2px 8px; line-height: 20px; border-radius: 2px;}
|
|
#bars > li > a:hover, #bars > li > a:active, #bars > li > a:focus {background: #3c495c}
|
|
#bars > li.active > a, #bars > li.active > a:active, #bars > li.active > a:focus {background: #0c64eb}
|
|
#bars > li.active:after {content: ' '; display: block; position: absolute; background: #a0cafa; height: 3px; left: 5px; right: 5px; bottom: 0; border-radius: 2px;}
|
|
|
|
#userNav{float: none; margin: 0;}
|
|
#userNav>li{text-align: center}
|
|
#userNav>li>a{padding: 6px 6px;color: #fff; opacity: .9;margin-left: 0px}
|
|
#userNav>li>a:hover{background: #0c64eb;}
|
|
#userNav>li>.dropdown-menu{left: 100%; top: -310px; width: 140px;text-align: left; background: #3c495c;}
|
|
#userNav>li>.dropdown-menu a{color: #fff}
|
|
#userNav>li>.dropdown-menu .dropdown-menu{left: 100%; text-align: left; background: #3c495c}
|
|
#userNav>li .lang .dropdown-menu, #userNav>li .theme .dropdown-menu{top: -60px}
|
|
#userNav .dropdown-menu>li>a>.icon { position: initial; display: inline;}
|
|
#userNav li.open>a{background:#0c64eb}
|
|
#userNav li.divider{opacity: .24; border-top: 1px solid; height: 0px;}
|
|
#userNav .dropdown-submenu:focus > a, #userNav .dropdown-submenu:hover > a {background-color: rgba(0,0,0,.2);}
|
|
#poweredBy{width: 55%; position: absolute; top: 4px; right: 0; padding: 0;}
|
|
|
|
#globalSearchDiv{width:50%; float: right; margin-right: 4px;}
|
|
#globalSearchDiv .input-group{width: 70%; float: right; margin-top: 2px;}
|
|
#globalSearchInput{height: 28px; padding-left: 10px;}
|
|
#globalSearchButton{height: 28px;}
|
|
|
|
#globalBarLogo{width: 100%; float: right;}
|
|
#globalBarLogo a:first-child{margin-right: 10px;}
|
|
#globalBarLogo a{float: right; margin: 0px 2px;}
|
|
#globalBarLogo a .icon{font-size: 24px; color: #16a8f8;}
|
|
|
|
#menuToggle .is-unfold, .menu-hide #menuToggle .is-collapse {display: none}
|
|
.menu-hide #menuToggle .is-unfold {display: inline}
|
|
|
|
#menuNav>.nav>li.divider {margin: 8px 8px;}
|