Adds greater specificity to photoswipe styling rules.
This commit is contained in:
parent
76833bc9d9
commit
39a037d012
|
@ -670,19 +670,19 @@
|
|||
.tainacan-media-component__swiper-main + .tainacan-media-component__swiper-thumbs li.swiper-slide {
|
||||
cursor: pointer; }
|
||||
|
||||
.tainacan-photoswipe-layer {
|
||||
.pswp.tainacan-photoswipe-layer {
|
||||
--pswp-bg: var(--tainacan-lightbox-background, #1d1d1d);
|
||||
--pswp-error-text-color: var(--tainacan-lightbox-text-color, #fafafa);
|
||||
--pswp-icon-color: var(--tainacan-lightbox-text-color, #fafafa);
|
||||
--pswp-icon-color-secondary: var(--tainacan-lightbox-background-contrast, #4f4f4f);
|
||||
--pswp-icon-stroke-color: var(--tainacan-lightbox-background-contrast, #4f4f4f); }
|
||||
.tainacan-photoswipe-layer.has-light-color-scheme {
|
||||
.pswp.tainacan-photoswipe-layer.has-light-color-scheme {
|
||||
--tainacan-lightbox-background: #fafafa;
|
||||
--tainacan-lightbox-text-color: #202020;
|
||||
--tainacan-lightbox-background-contrast: #dbdbdb; }
|
||||
.tainacan-photoswipe-layer .pswp__counter {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__counter {
|
||||
min-width: 50px; }
|
||||
.tainacan-photoswipe-layer .pswp__name {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__name {
|
||||
display: block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
|
@ -698,9 +698,9 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
transition: opacity 0.1s ease; }
|
||||
.tainacan-photoswipe-layer .pswp__name:hover {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__name:hover {
|
||||
opacity: 1.0; }
|
||||
.tainacan-photoswipe-layer .pswp__caption {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption {
|
||||
position: fixed;
|
||||
padding: 8px;
|
||||
width: 100%;
|
||||
|
@ -709,9 +709,9 @@
|
|||
bottom: 0;
|
||||
opacity: 0.75;
|
||||
transition: opacity 0.4s ease, bottom 0.2s ease; }
|
||||
.tainacan-photoswipe-layer .pswp__caption:hover {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption:hover {
|
||||
opacity: 1.0; }
|
||||
.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner {
|
||||
background-color: var(--pswp-bg);
|
||||
color: var(--pswp-icon-color);
|
||||
text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
|
||||
|
@ -721,30 +721,30 @@
|
|||
text-align: center;
|
||||
font-size: 1em;
|
||||
border-radius: 4px; }
|
||||
.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__figure_caption {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__figure_caption {
|
||||
font-size: 0.875em;
|
||||
font-style: italic;
|
||||
display: block; }
|
||||
.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__figure_caption + .pswp__description {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__figure_caption + .pswp__description {
|
||||
margin-bottom: 1.5em; }
|
||||
.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__description {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__caption .pswp__caption-inner .pswp__description {
|
||||
font-size: 0.9375em;
|
||||
display: block; }
|
||||
.tainacan-photoswipe-layer.pswp--zoomed-in .pswp__name {
|
||||
.pswp.tainacan-photoswipe-layer.pswp--zoomed-in .pswp__name {
|
||||
opacity: 0.0; }
|
||||
.tainacan-photoswipe-layer.pswp--zoomed-in .pswp__caption {
|
||||
.pswp.tainacan-photoswipe-layer.pswp--zoomed-in .pswp__caption {
|
||||
bottom: -40px;
|
||||
opacity: 0.0; }
|
||||
.tainacan-photoswipe-layer .pswp__button--arrow--left::before,
|
||||
.tainacan-photoswipe-layer .pswp__button--arrow--right::before {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__button--arrow--left::before,
|
||||
.pswp.tainacan-photoswipe-layer .pswp__button--arrow--right::before {
|
||||
background-color: transparent; }
|
||||
.tainacan-photoswipe-layer .pswp__container {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.tainacan-photoswipe-layer .pswp__container .attachment-without-image {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .attachment-without-image {
|
||||
width: 100%;
|
||||
height: calc(100% - 60px);
|
||||
display: flex;
|
||||
|
@ -754,7 +754,7 @@
|
|||
padding: 60px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px; }
|
||||
.tainacan-photoswipe-layer .pswp__container .attachment-without-image > iframe:not(.wp-embedded-content) {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .attachment-without-image > iframe:not(.wp-embedded-content) {
|
||||
width: 90vw;
|
||||
height: calc(100vh - 120px);
|
||||
border: none;
|
||||
|
@ -763,7 +763,7 @@
|
|||
background-image: url("../images/preloader.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
.tainacan-photoswipe-layer .pswp__container .pswp__zoom-wrap > iframe#iframePDF {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .pswp__zoom-wrap > iframe#iframePDF {
|
||||
width: 90vw;
|
||||
height: calc(100vh - 120px);
|
||||
border: none;
|
||||
|
@ -772,56 +772,56 @@
|
|||
background-image: url("../images/preloader.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
.tainacan-photoswipe-layer .pswp__container .pswp__zoom-wrap {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .pswp__zoom-wrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center; }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed {
|
||||
width: 100%;
|
||||
height: auto; }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-has-aspect-ratio {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-has-aspect-ratio {
|
||||
max-width: calc((90vh * 2) / 1);
|
||||
/* Default to 2:1 aspect ratio. */
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-21-9 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-21-9 {
|
||||
max-width: calc((90vh * 21) / 9); }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-18-9 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-18-9 {
|
||||
max-width: calc((90vh * 18) / 9); }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-16-9 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-16-9 {
|
||||
max-width: calc((90vh * 16) / 9); }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-4-3 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-4-3 {
|
||||
max-width: calc((90vh * 4) / 3); }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-1-1 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-1-1 {
|
||||
max-width: 90vh; }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-9-16 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-9-16 {
|
||||
max-width: calc((90vh * 9) / 16); }
|
||||
.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-1-2 {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .tainacan-content-embed.tainacan-embed-aspect-1-2 {
|
||||
max-width: calc((90vh * 1) / 2); }
|
||||
.tainacan-photoswipe-layer .pswp__container .pswp__content {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .pswp__content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center; }
|
||||
.tainacan-photoswipe-layer .pswp__container .pswp__content > .tainacan-content-embed:not(.attachment-without-image) {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container .pswp__content > .tainacan-content-embed:not(.attachment-without-image) {
|
||||
margin-top: 60px; }
|
||||
.tainacan-photoswipe-layer .pswp__container a:first-of-type,
|
||||
.tainacan-photoswipe-layer .pswp__container p:first-of-type,
|
||||
.tainacan-photoswipe-layer .pswp__container article:first-of-type {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container a:first-of-type,
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container p:first-of-type,
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container article:first-of-type {
|
||||
z-index: 99;
|
||||
padding: 1rem 4.33337vw;
|
||||
background: var(--tainacan-media-background, #ffffff);
|
||||
border-radius: 3px;
|
||||
word-wrap: break-word; }
|
||||
.tainacan-photoswipe-layer .pswp__container audio {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container audio {
|
||||
background: black;
|
||||
min-height: 38px;
|
||||
border-radius: 20px;
|
||||
min-width: 80%;
|
||||
max-width: 80%; }
|
||||
.tainacan-photoswipe-layer .pswp__container video {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container video {
|
||||
min-height: 56px;
|
||||
max-width: 80%; }
|
||||
.tainacan-photoswipe-layer .pswp__container iframe {
|
||||
.pswp.tainacan-photoswipe-layer .pswp__container iframe {
|
||||
border: none; }
|
||||
|
||||
/*# sourceMappingURL=tainacan-gutenberg-block-item-gallery.css.map */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -431,7 +431,7 @@
|
|||
}
|
||||
|
||||
// Photoswip zoom ---------------------------------
|
||||
.tainacan-photoswipe-layer {
|
||||
.pswp.tainacan-photoswipe-layer {
|
||||
--pswp-bg: var(--tainacan-lightbox-background, #1d1d1d);
|
||||
--pswp-error-text-color: var(--tainacan-lightbox-text-color, #fafafa);
|
||||
--pswp-icon-color: var(--tainacan-lightbox-text-color, #fafafa);
|
||||
|
|
Loading…
Reference in New Issue