| 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/shortcodes/ |
Upload File : |
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
float: none;
}
// Teaser grid adjustments
body ul.wpb_thumbnails-fluid li {
background-image: none; /* some themes add bg image as a bullet */
padding: 0;
margin-left: 0;
//
.no_bullet_fix();
.entry-content *:last-child {
margin-bottom: 0;
}
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
padding: 0;
overflow: visible !important;
}
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
margin: 0;
padding: 0;
width: 100%;
}
.grid_layout-thumbnail .post-thumb {
margin-bottom: 0;
img {
max-width: 100%;
}
}
/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel {
.wpb_wrapper {
position: relative;
}
.prev,
.next {
position: absolute;
top: 3px;
background-color: @vc_carousel_arrows_bg;
padding: 0px 6px 0px 6px;
font-size: 12px;
z-index: 10;
text-decoration: none;
.wpb_transition();
&:hover {
background-color: @vc_carousel_arrows_bg_hover;
}
&:focus {
outline: none;
text-decoration: none;
}
}
.prev {
right: 30px;
}
.next {
right: 0px;
}
.wpb_thumbnails-fluid {
width: 100%;
> [class*="vc_span"] {
height: auto !important;
}
}
}
/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
li {
display: block;
float: left;
margin: 0 10px 10px 0;
//
.no_bullet_fix();
a {
border: none;
text-decoration: none;
&:hover {
border-bottom: 1px dotted;
}
}
&.active a {
border-bottom: 1px dotted;
}
}
}
// Responsive stuff
@media (max-width: @vc_responsive_max_w) {
//767
.vc_responsive {
.wpb_row {
ul.wpb_thumbnails-fluid {
margin-left: 0;
width: auto;
}
.wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
width: 100%;
float: none;
display: block;
margin-left: 0;
margin-right: 0;
}
}
}
}