| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/quagiare.com-bk/public_html/skin/css/ |
Upload File : |
/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
width: 272px;
position: absolute;
z-index: 9999;
display:none
}
.sf-vertical.active {
display:block !important;
}
.sf-vertical ul {
left: 100%;
top: 0;
width: 880px;
background: #FFF;
height: 360px;
position: absolute;
}
.sf-vertical > li {
float: none;
}
.sf-vertical li {
width: 100%;
padding: 0 0px;
/*border-bottom: 1px dotted #dfd8d8;*/
}
/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
margin-top: -5px;
margin-right: -3px;
border-color: transparent;
border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
border-left-color: white;
}
.sf-menu ul ul {
position: absolute;
left: 0;
top: 45px;
width: 220px;
height: auto;
background: #CCC;
}
.sub-menu li:hover .sub-menu {
display: block;
position: absolute;
left: 0;
top: 45px;
width: 220px;
height: auto;
background: #CCC;
}
.sub-menu .sub-menu li {
height: auto;
min-height: auto;
background:none;
}
.sub-menu .sub-menu li a {}