Prvi commit

This commit is contained in:
David Štaleker
2023-05-12 09:00:07 +02:00
parent d3ffe93e42
commit 03b92525d7
14757 changed files with 9251133 additions and 53 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

View File

@@ -0,0 +1 @@
<svg width="264" height="88" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5zM13 29v-5h2v3h3v2h-5zm0-14h5v2h-3v3h-2v-5zm18 0v5h-2v-3h-3v-2h5zm0 14h-5v-2h3v-3h2v5zm31-5v5h-2v-3h-3v-2h5zm0-4h-5v-2h3v-3h2v5zm8 0v-5h2v3h3v2h-5zm0 4h5v2h-3v3h-2v-5zM20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66zm91.199-.97L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03zm40.43 0L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03zm8.742-36.487l-3.25-3.25-1.413 1.414 3.25 3.25z" fill="#fff"/><path d="M152.5 27a5.5 5.5 0 1 0 0-11 5.5 5.5 0 1 0 0 11z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M150 21h5v1h-5zm-33.043 7.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z"/><path d="M108.5 27a5.5 5.5 0 1 0 0-11 5.5 5.5 0 1 0 0 11z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M106 21h5v1h-5z"/><path fill="#fff" d="M109.043 19.008l-.085 5-1-.017.085-5z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,144 @@
@import "../../../../node_modules/photoswipe/dist/photoswipe";
@import "../../../../node_modules/photoswipe/dist/default-skin/default-skin";
a[itemprop="contentUrl"] {
display: block;
width: 100%;
}
a[itemprop="contentUrl"] img {
width: 100%;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background-image: url(default-skin.png);
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(default-skin.png);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
}
.pswp__preloader--active .pswp__preloader__icn {
background-image: url(preloader.gif);
}
.pswp--css_animation .pswp__preloader__icn,
.pswp--css_animation .pswp__preloader__donut {
background: none;
}
[dir=rtl] {
.pswp__button,
.pswp__button--share,
.pswp__button--zoom {
transform: scaleX(-1);
}
.pswp__button {
float: left;
}
.pswp__button--arrow--left {
right: 0;
left: auto;
&::before {
right: 6px;
left: auto;
}
}
.pswp__button--arrow--right {
right: auto;
left: 0;
&::before {
right: auto;
left: 6px;
}
}
.pswp__share-tooltip {
right: auto;
left: 44px;
z-index: 1620;
}
a.pswp__share--facebook::before {
right: auto;
left: 15px;
}
.pswp__counter {
right: 0;
left: auto;
}
.pswp__caption {
right: 0;
left: auto;
}
.pswp__caption__center {
text-align: right;
}
.pswp--css_animation {
.pswp__preloader__icn {
right: 15px;
left: auto;
}
.pswp__preloader__donut {
right: 0;
left: auto;
border-right-color: transparent;
border-left-color: #fff;
}
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
right: auto;
left: auto;
float: left;
}
}
.pswp__top-bar {
right: 0;
left: auto;
}
}
.default-style {
@import "../../css/_appwork/include";
.pswp {
z-index: $zindex-modal-top;
}
}
.material-style {
@import "../../css/_appwork/include-material";
.pswp {
z-index: $zindex-modal-top;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B