| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/public/tmp/theme210318125255/styles/system/modules/ |
Upload File : |
/* Stage Teaser Slider
========================================================================== */
// stage wrapping
#stage {
clear: both;
@if ($gx-display-teaser-slider-xs != true) {
@media (max-width: $screen-xs-max) {
display: none;
}
}
@if ($gx-display-teaser-slider-sm != true) {
@media (min-width: $screen-sm) and (max-width: $screen-sm-max) {
display: none;
}
}
@if ($gx-display-teaser-slider-md != true) {
@media (min-width: $screen-md) and (max-width: $screen-md-max) {
display: none;
}
}
@if ($gx-display-teaser-slider-lg != true) {
@media (min-width: $screen-lg) {
display: none;
}
}
@if ($gx-body-wrap != true) {
@if ($gx-stage-wrap) {
@extend .container;
#slider {
@extend .row;
}
}
}
}
// swiper navigation
#stage {
.swiper-button-prev,
.swiper-button-next {
display: none;
@media (min-width: $grid-float-breakpoint) {
display: block;
}
&.swiper-button-disabled {
display: none !important;
}
}
.swiper-button-prev {
left: $grid-gutter-width;
}
.swiper-button-next {
right: $grid-gutter-width;
}
.swiper-pagination {
// thumbnails
// only visible as img if thumbnails uploaded
// otherwise span-tags displayed as bullets
> img.swiper-pagination-bullet {
@include border-radius(0);
@include opacity(1);
border: 2px solid rgba(255, 255, 255, 0);
background-color: transparent;
height: auto;
width: 50px;
@media (min-width: $grid-float-breakpoint) {
width: auto;
max-width: 120px;
max-height: 200px;
}
&.swiper-pagination-bullet-active,
&:active {
border-color: #FFFFFF;
}
&:hover {
border-color: $brand-primary;
}
}
// bullets
> span.swiper-pagination-bullet {
background-color: #FFFFFF;
@include opacity(.7);
&.swiper-pagination-bullet-active,
&:active {
@include opacity(1);
background-color: $brand-primary;
}
}
}
}