| 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.3/wp-content/plugins/js_composer/assets/less/wp/ |
Upload File : |
@import "../modules/ui/vc_ui-tabs-line.less";
@vc_wp-form-gap: 30px;
@vc_wp-form-help-color: #757272;
@vc_wp-form-heading-background: #ffffff;
@vc_wp-form-content-background: #f9f9f9;
@vc_wp-form-border: #e5e5e5;
@vc_wp-form-links-separator-color: #176898;
@vc_wp-form-padding: .8em .8em;
@vc_wp-form-media-xs: (@vc_wp-form-media-sm/2);
@vc_wp-form-media-sm: 783px;
@vc_wp-form-media-md: 1121px;
/* WP Form */
.vc_wp-form-help-block {
font-style: italic;
color: @vc_wp-form-help-color;
font-weight: 400;
font-size: 1em;
}
.vc_wp-form-dropdown {
}
.vc_wp-form-fieldset {
margin-bottom: @vc_wp-form-gap;
.vc_wp-form-legend {
font-weight: 600;
margin-top: 1em;
margin-bottom: 1em;
+ .vc_wp-form-help-block {
margin-top: -1em;
margin-bottom: 1em;
}
}
}
.vc_wp-form-checkbox,
.vc_wp-form-radio {
display: block;
//padding-bottom: .3em;
}
.vc_general.vc_wp-form-table {
width: 100%;
border-collapse: collapse;
border: 1px solid @vc_wp-form-border;
th {
font-weight: 600;
vertical-align: middle;
}
th,
td {
border-bottom: 1px solid @vc_wp-form-border;
text-align: left;
padding: @vc_wp-form-padding;
display: table-cell;
&:first-child {
width: 50%;
}
select {
width: 100%;
}
}
thead,
tfoot {
th {
background-color: @vc_wp-form-heading-background;
label {
white-space: nowrap;
font-weight: 400;
}
}
}
tbody {
th,
td {
background-color: @vc_wp-form-content-background;
label {
visibility: hidden;
input {
visibility: visible;
}
}
}
tr:hover {
th,
td {
background-color: darken(@vc_wp-form-content-background, 2%);
label {
visibility: visible;
}
}
}
}
// checkbox behaviour
.vc_wp-form-checkbox,
.vc_wp-form-radio {
&,
input {
margin: 0;
padding: 0;
}
}
// link block behaviour
+ .vc_wp-form-link-block {
text-align: right;
}
}
.vc_wp-form-row {
@vc_wp-form-gap: 30px;
margin-left: (-@vc_wp-form-gap / 2);
margin-right: (-@vc_wp-form-gap / 2);
&::after{
content: ' ';
display: table;
clear: both;
}
.vc_wp-form-col {
box-sizing: border-box;
display: block;
padding-left: (@vc_wp-form-gap / 2);
padding-right: (@vc_wp-form-gap / 2);
}
// media
@media (min-width: @vc_wp-form-media-xs) {
.vc_wp-form-col {
width: 50%;
float: left;
}
}
@media (min-width: @vc_wp-form-media-sm) {
.vc_wp-form-col {
width: 33.333%;
}
}
@media (min-width: @vc_wp-form-media-md) {
.vc_wp-form-col {
width: 25%;
}
}
}
.vc_wp-form-link-block {
a {
display: inline-block;
text-decoration: none;
padding: .3em .5em;
position: relative;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
&:not(:first-child) {
&::before {
content: '';
display: block;
position: absolute;
left: -1px;
top: 50%;
height: 1.2em;
margin-top: -.6em;
border-left: 1px solid @vc_wp-form-links-separator-color;
}
}
}
}
/* Tabs line */
.vc_wp-settings {
.vc_ui-tabs-line {
margin-left: 0;
margin-right: 0;
position: relative;
top: 1px;
> .vc_active {
> .vc_ui-tabs-line-trigger {
border-top-color: @vc_wp-form-border;
border-left-color: @vc_wp-form-border;
border-right-color: @vc_wp-form-border;
}
}
}
}