| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 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/dynamic-less/ |
Upload File : |
/* #Top bar
================================================== */
@import "header/top-bar.less";
/* #Header elements
================================================== */
@import "header/header-elements.less";
/* #Main menu
================================================== */
@import "header/main-nav.less";
/* #Floating header
================================================== */
@import "header/floating-header.less";
/* #Header
================================================== */
.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
.ph-wrap {
padding: 0 @header-right-padding 0 @header-left-padding;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
width: calc(@content-width ~"-" @header-right-padding ~"-" @header-left-padding);
}
.masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,
.ph-wrap {
.boxed & {
max-width: 100%;
width: calc(@content-width ~"-" @header-right-padding ~"-" @header-left-padding);
}
}
#phantom .ph-wrap .header-bar {
padding: 0;
}
.boxed .masthead:not(.width-in-pixel):not(#phantom) .top-bar.full-width-line:after,
.boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
.boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
.boxed .classic-header:not(.width-in-pixel) .navigation:before {
margin: 0 -@header-right-padding 0 -@header-left-padding;
padding: 0 1000px;
}
.ph-wrap,
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
max-width: calc(@content-width ~"-" @header-right-padding ~"-" @header-left-padding);
.header-width (@content-width);
}
/* HEADER BACKGROUND */
.masthead:not(.mixed-header) {
background: @header-bg-color @header-bg-image @header-bg-repeat @header-bg-position-x @header-bg-position-y;
background-size: @header-bg-size;
background-attachment: @header-bg-attachment;
}
/* HEADER BACKGROUND:end */
/* HEADER DECORATION */
/*- Line*/
.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
border-bottom: @header-decoration-size solid @header-decoration;
}
.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
border-right: @header-decoration-size solid @header-decoration;
}
.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
border-left: @header-decoration-size solid @header-decoration;
}
.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) {
& .header-bar {
padding-bottom: @header-decoration-size;
&:after {
position: absolute;
bottom: 0;
left: auto;
right: auto;
content: "";
width: calc(100% ~'-' @header-right-padding ~'-' @header-left-padding);
height: @header-decoration-size;
background: @header-decoration;
}
//border-bottom: @header-decoration-size solid @header-decoration;
}
}
.header-side-left .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
& .header-bar {
//border-right: @header-decoration-size solid @header-decoration;
&:after {
position: absolute;
content: "";
right: 0;
bottom: auto;
top: auto;
height: calc(100% ~'-' @top-content-padding ~'-' @bottom-content-padding );
width: @header-decoration-size;
background: @header-decoration;
}
}
}
.header-side-right .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
& .header-bar {
//border-left: @header-decoration-size solid @header-decoration;
&:after {
position: absolute;
content: "";
left: 0;
bottom: auto;
top: auto;
height: calc(100% ~'-' @top-content-padding ~'-' @bottom-content-padding );
width: @header-decoration-size;
background: @header-decoration;
}
}
}
/*- Line :end*/
/*- shadow*/
.transparent .masthead:not(.side-header),
.overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
box-shadow: none;
}
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
/* HEADER DECORATION:end */
/* TRANSPARENT HEADER */
.transparent .masthead:not(.side-header) {
background: @header-transparent-bg-color;
}
.transparent .top-bar-bg {
background: @top-bar-transparent-bg-color;
}
/* TRANSPARENT HEADER:end */