| Server IP : 103.233.193.20 / Your IP : 216.73.216.169 Web Server : Apache/2 System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64 User : oriscomadm ( 1120) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/oriscomadm/domains/oriscom.com/private_html/m/css/ |
Upload File : |
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
padding: 0;
list-style: none;
}
.sf-menu li {
position: relative;
}
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.sf-menu > li {
float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
display: block;
}
.sf-menu a {
/*display: block;*/
position: relative;
}
.sf-menu ul li a {
display: block;
position: relative;
font-size:0.9em;
padding:0 7px;
}
.sf-menu ul ul {
top: 0;
left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu {
float: left;
margin-bottom: 1em;
}
.sf-menu ul {
background:#fff;
box-shadow: 2px 2px 6px rgba(0,0,0,.2);
min-width: 15em; /* allow long menu items to determine submenu width */
*width: 15em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
text-decoration: none;
zoom: 1; /* IE7 */
}
.sf-menu a {
color: #13a;
}
.sf-menu li {
/*white-space: nowrap; /* no need for Supersubs plugin */
/**white-space: normal; /* ...unless you support IE7 (let it wrap) */
-webkit-transition: background .2s;
transition: background .2s;
}
.sf-menu ul li ul.sub li ul.sub2, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3 li ul.sub4{
min-width:110px;
}
.sf-menu ul li {
background: #fff;
padding:5px 0;
border-bottom:1px solid #eee;
font-size:1em;
}
.sf-menu ul ul li {
background: #fff;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover {
background:#0fb8c9;
}
.sf-menu ul li a, .sf-menu ul li ul.sub li a, .sf-menu ul li ul.sub li ul.sub2 li a, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3 li a, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3 li ul.sub4 a{
color:#666;
}
.sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu ul li ul.sub li:hover a, .sf-menu ul li ul.sub li ul.sub2 li:hover a, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3 li:hover a, .sf-menu ul li ul.sub li ul.sub2 li ul.sub3 li ul.sub4 li:hover a{
color:#fff;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
/*padding-right: 2.5em
*padding-right: 1em; no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
/* order of following 3 rules important for fallbacks to work */
border: 5px solid transparent;
border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
border-top-color: rgba(255,255,255,.5);
}
.sf-arrows #main_link:after{
border:none;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .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: #999;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: #fff;
}