| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/alfex/css/ |
Upload File : |
.navibar{
position: relative;
display: inline-block;
width: 50%;
height: 50px;
/* border-top: 1px solid #e0e0e0; */
/* border-bottom: 1px solid #e0e0e0; */
text-align: center;
padding: 0px;
}
.navibar > li{
display: inline-block;
min-width: 110px;
text-align: center;
height: 100%;
line-height: 50px;
}
.navibar li i{font-size: 10px;margin-left:1px;}
.navibar li .mega-menu-dropdown ul{
padding: 0px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: auto;
}
.mega-menu-dropdown h4{
color: #fff;
margin: 0 0 15px 0;
padding: 0;
text-align: left;
}
.mega-menu-dropdown .col_2{
width: 30%;
vertical-align: top;
display: inline-block !important;
}
.navibar li .menu-dropdown ul{
padding: 0px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.navibar li .mega-menu-dropdown ul li{
width: 100%;
max-width: 100%;
list-style-type: none;
text-align: left;
padding: 10px 0;
line-height: 16px;
margin-bottom: 6px;
}
.navibar li .menu-dropdown ul li{
width: 100%;
list-style-type: none;
text-align: left;
padding: 15px 10px;
line-height: 16px;
margin-bottom: 0px;
border: 0;
}
.navibar li ul li a{
font-size: 14px;
color: #bcbcbb;
}
.navibar li ul li a:hover{
color: #fff !important;
}
.navibar > li:hover{
background: transparent;
}
.navibar > li:hover > a{
color: #222;
}
.navibar li > a{
height: 100%;
width: 100%;
color: #333;
display: block;
text-decoration: none;
padding-left: 20px;
padding-right: 20px;
}
.navibar li .mega-menu-dropdown{
display: none;
position: absolute;
width: 100%;
max-width: 800px;
border: 0;
opacity: 0;
z-index: 1000000000;
height: auto;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
overflow: hidden;
padding: 20px 0;
background: #222;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
-webkit-transition: opacity 0.3s linear 0s;
}
.navibar li .menu-dropdown{
display: none;
position: absolute;
/*top: 39px;*/
width: auto;
color: #bcbcbb;
max-width: 500px;
border: 0;
opacity: 1;
z-index: 1000000000;
height: auto;
overflow: hidden;
padding-top: 0px;
padding-bottom: 0px;
background-color: #222;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.24);
-webkit-transition: opacity 0.3s linear 0s;
}
.navibar li .mega-menu-dropdown .row{
width: 100%;
margin: 0px;
}
.navibar li .mega-menu-dropdown a{
font-size:14px;
color: #bcbcbb;
padding-left: 0;
padding-right: 0;
}
.navibar > li:hover .mega-menu-dropdown{
display: block;
opacity: 1;
animation: fadein .4s forwards;
}
.navibar > li:hover .menu-dropdown{
display: block;
opacity: 1;
animation: fadein .4s forwards;
}
@keyframes fadein{
0%{opacity: 0;}
100%{opacity: 1;}
}