This commit is contained in:
David Štaleker
2025-07-18 05:33:16 +02:00
parent 401a367e5d
commit db0cc8d3de
14776 changed files with 9251484 additions and 0 deletions

View File

@@ -0,0 +1,94 @@
@import '../../../../node_modules/blueimp-gallery/css/blueimp-gallery';
.blueimp-gallery > .slides > .slide-loading {
background-image: url(img/loading.gif);
}
.blueimp-gallery > .slides > .slide-error {
background-image: url(img/error.png);
}
.blueimp-gallery > .play-pause {
background-image: url(img/play-pause.png);
}
body:last-child .blueimp-gallery > .slides > .slide-error {
background-image: url(img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
background-image: url(img/play-pause.svg);
}
.blueimp-gallery {
a.close,
a.prev,
a.next {
color: #fff !important;
}
.prev,
.next {
border-color: transparent;
}
}
.blueimp-gallery a.close {
&:hover,
&:focus {
opacity: .5 !important;
}
}
.blueimp-gallery-carousel {
box-shadow: none;
}
[dir=rtl] {
.blueimp-gallery {
direction: rtl;
}
.blueimp-gallery > .slides > .slide {
float: right;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
left: auto;
right: 15px;
}
.blueimp-gallery > .next {
right: auto;
left: 15px;
}
.blueimp-gallery > .play-pause {
transform: scaleX(-1);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
left: auto;
right: 15px;
margin-right: 0;
margin-left: 40px;
}
.blueimp-gallery > .close {
left: 15px;
right: auto;
margin: -15px;
}
.blueimp-gallery > .play-pause {
right: auto;
left: 15px;
}
}
.default-style {
@import "../../css/_appwork/include";
.blueimp-gallery:not(.blueimp-gallery-carousel) {
z-index: $zindex-modal-top;
}
}
.material-style {
@import "../../css/_appwork/include-material";
.blueimp-gallery:not(.blueimp-gallery-carousel) {
z-index: $zindex-modal-top;
}
}