| Server IP : 38.190.208.107 / Your IP : 216.73.216.207 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.10/wp-content/themes/dt-the7/css/static-less/header/main-nav/ |
Upload File : |
/* #Main menu
================================================== */
.main-nav > li {
position: relative;
.flex-display(@display: flex);
& > a {
text-decoration: none;
}
}
.main-nav > li > a,
.mini-nav li > a {
position: relative;
.flex-display(@display: flex);
.align-items(@align: center);
.side-header:not(.h-center) & {
.align-items(@align: flex-start);
}
}
.not-clickable-item {
cursor: default;
}
.main-nav > li > a .text-wrap {
.flex-display(@display: flex);
.align-items(@align: center);
border-radius: inherit;
}
.main-nav > li > a .text-wrap .menu-item-text {
position: relative;
z-index: 10;
}
.main-nav.level-arrows-on > li.has-children > a {
position: relative;
}
a i[class^="fa"],
a > i,
.text-wrap > i {
.main-nav .menu-item &,
.mini-nav .menu-item &,
.mobile-main-nav .menu-item & {
margin-right: 6px;
}
}
.subtitle-text,
.menu-text {
display: block;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
position: relative;
padding-right: 10px;
//.flex-display(@display: inline-flex);
display: inline-block;
vertical-align: top;
}
.sub-sideways .main-nav.level-arrows-on > li.has-children > a .menu-item-text {
position: relative;
}
.top-header .level-arrows-on .menu-text:after {
position: absolute;
top: 50%;
margin-top: -4px;
right: 0;
width: 8px;
height: 8px;
content: "";
-webkit-mask: url(../images/the7-chevron-down.svg);
mask-image: url(../images/the7-chevron-down.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: right center;
mask-position: right center;
-webkit-mask-size: 8px;
mask-size: 8px;
}
.sub-downwards .next-level-button,
.sub-downwards.dt-parent-menu-clickable.side-header .next-level-button {
position: relative;
.align-self(@align: center);
.flex-display(@display: flex);
margin-left: 5px;
& svg {
width: 12px;
}
}
.sub-downwards .next-level-button,
.dt-mobile-header .next-level-button {
transition: transform 0.3s ease-out;
}
.sub-downwards li.has-children.open-sub > .next-level-button,
.dt-mobile-header li.has-children.open-sub > .next-level-button {
transform: rotate(45deg);
}