| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/so-widgets-bundle/widgets/hero/styles/ |
Upload File : |
@import "../../../base/less/mixins";
.widget-function('import_google_font');
@nav_color_hex: #FFFFFF;
@nav_size: 25;
@slide_padding: 50px;
@slide_padding_extra_top: 0px;
@slide_padding_sides: 10px;
@slide_width: 1280px;
@slide_height: default;
@heading_size: 38px;
@text_size: 16px;
@text_color: #F6F6F6;
@text_shadow: 0.25;
@text_font: default;
@text_font_weight: 500;
@link_color: default;
@link_color_hover: default;
@heading_font: default;
@heading_font_weight: 400;
@heading_color: #FFFFFF;
@heading_shadow: 50;
@responsive_breakpoint: 780px;
@slide_height_responsive: default;
.sow-slider-base {
ul.sow-slider-images {
.sow-slider-image-wrapper {
padding: @slide_padding+@slide_padding_extra_top @slide_padding_sides @slide_padding @slide_padding_sides;
max-width: @slide_width;
height: @slide_height;
& when ( isnumber( @slide_height_responsive ) ) {
@media (max-width: @responsive_breakpoint) {
&{
height: @slide_height_responsive;
}
}
}
h1,h2,h3,h4,h5,h6{
line-height: 1.375em;
color: @heading_color;
& when not ( @heading_shadow = 0 ) {
text-shadow: 0 2px 2px rgba( 0, 0, 0, @heading_shadow/100 );
}
margin: 0.1em 0;
.font(@heading_font, @heading_font_weight);
}
h1 {
font-size: @heading_size;
}
h2 {
font-size: @heading_size * 0.85;
}
h3 {
font-size: @heading_size * 0.7;
}
h4 {
font-size: @heading_size * 0.6;
}
h5 {
font-size: @heading_size * 0.5;
}
h6 {
font-size: @heading_size * 0.4;
}
a {
color: @link_color;
&:hover {
color: @link_color_hover;
}
}
p {
color: @text_color;
& when not ( @text_shadow = 0 ) {
text-shadow: 0 2px 2px rgba( 0, 0, 0, @text_shadow );
}
margin: 1em 0;
font-size: @text_size;
.font(@text_font, @text_font_weight);
}
.sow-hero-buttons {
margin-top: 3em;
padding-bottom: 0.2em;
.so-widget-sow-button {
display: inline-block;
margin: 3px 6px 0;
}
}
}
}
.sow-slider-pagination {
li a {
background: @nav_color_hex;
}
}
.sow-slide-nav {
font-size: ~"@{nav_size}px";
a {
color: @nav_color_hex;
}
}
}