| 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/Ultimate_VC_Addons/admin/vc_extend/css/ |
Upload File : |
/* =Common
*----------------------------------------------------*/
.ultimate-responsive-wrapper,
.ultimate-responsive-wrapper * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
/* =Common
*----------------------------------------------------*/
.ultimate-responsive-wrapper {
/* =Inputs
*----------------------------------------------------*/
}
.ultimate-responsive-wrapper .ult-tooltip {
position: absolute;
content: '';
color: #fff;
top: -35px;
left: 0px;
text-shadow: none;
white-space: nowrap;
background: #444;
padding: 3px 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 5px;
-moz-transition: visibility 0s linear .3s;
font-size: 11px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ultimate-responsive-wrapper .ult-tooltip:before {
content: "";
position: absolute;
border-top: 5px solid #444444;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
top: 100%;
left: 10px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items {
/* =Simplify
*----------------------------------------------------*/
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify {
margin-right: 10px;
margin-bottom: 7px;
white-space: nowrap;
float: left;
display: inline-block;
line-height: 23px;
cursor: pointer;
position: relative;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify:hover .ult-tooltip {
opacity: 1;
visibility: visible;
top: -32px;
left: -7px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify .ult-tooltip {
opacity: 0;
visibility: hidden;
top: -45px;
left: -7px;
background: #00aef0;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify .ult-tooltip:before {
border-top-color: #00aef0;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify label {
font-weight: 600;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .simplify .simplify-icon {
font-size: 20px;
line-height: 27px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .ult-responsive-item {
position: relative;
margin-right: 10px;
margin-left: 0;
white-space: nowrap;
float: left;
display: inline-block;
margin-bottom: 6px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .ult-responsive-item .ult-icon {
width: auto;
display: inline-block;
min-width: 16px;
padding: 3px 4px;
font-size: 12px;
font-weight: 400;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #fff;
background-color: #eee;
border: 1px solid #ccc;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .ult-responsive-item .ult-icon:hover .ult-tooltip {
opacity: 1;
visibility: visible;
top: -30px;
}
.ultimate-responsive-wrapper .ultimate-responsive-items .ult-responsive-item .ult-responsive-input {
border-left: 0;
margin-bottom: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -4px;
padding-top: 2px;
padding-bottom: 5px;
line-height: 19px;
display: inline-block;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
background-color: #fff;
color: #333;
-webkit-transition: 0.05s border-color ease-in-out;
transition: 0.05s border-color ease-in-out;
width: 45px;
text-align: center;
}