@@ -119,7 +119,8 @@ body.compensate-for-scrollbar {
119
119
}
120
120
121
121
.fancybox-slide {
122
- -webkit-backface-visibility : hidden; /* Using without prefix would break IE11 */
122
+ -webkit-backface-visibility : hidden;
123
+ /* Using without prefix would break IE11 */
123
124
display : none;
124
125
height : 100% ;
125
126
left : 0 ;
@@ -390,6 +391,7 @@ body.compensate-for-scrollbar {
390
391
transition-timing-function : linear;
391
392
z-index : 99998 ;
392
393
}
394
+
393
395
/* Close button on the top right corner of html content */
394
396
395
397
.fancybox-close-small {
@@ -457,16 +459,14 @@ body.compensate-for-scrollbar {
457
459
/* Caption */
458
460
459
461
.fancybox-caption {
460
- background : linear-gradient (
461
- to top,
462
- rgba (0 , 0 , 0 , .85 ) 0% ,
463
- rgba (0 , 0 , 0 , .3 ) 50% ,
464
- rgba (0 , 0 , 0 , .15 ) 65% ,
465
- rgba (0 , 0 , 0 , .075 ) 75.5% ,
466
- rgba (0 , 0 , 0 , .037 ) 82.85% ,
467
- rgba (0 , 0 , 0 , .019 ) 88% ,
468
- rgba (0 , 0 , 0 , 0 ) 100%
469
- );
462
+ background : linear-gradient (to top,
463
+ rgba (0 , 0 , 0 , .85 ) 0% ,
464
+ rgba (0 , 0 , 0 , .3 ) 50% ,
465
+ rgba (0 , 0 , 0 , .15 ) 65% ,
466
+ rgba (0 , 0 , 0 , .075 ) 75.5% ,
467
+ rgba (0 , 0 , 0 , .037 ) 82.85% ,
468
+ rgba (0 , 0 , 0 , .019 ) 88% ,
469
+ rgba (0 , 0 , 0 , 0 ) 100% );
470
470
bottom : 0 ;
471
471
color : # eee ;
472
472
font-size : 14px ;
@@ -674,7 +674,6 @@ body.compensate-for-scrollbar {
674
674
}
675
675
}
676
676
}
677
-
678
677
/* Share */
679
678
680
679
.fancybox-share {
@@ -774,7 +773,6 @@ body.compensate-for-scrollbar {
774
773
padding : 10px 15px ;
775
774
width : 100% ;
776
775
}
777
-
778
776
/* Thumbs */
779
777
780
778
.fancybox-thumbs {
@@ -886,10 +884,12 @@ body.compensate-for-scrollbar {
886
884
.fancybox-thumbs {
887
885
width : 110px ;
888
886
}
887
+
889
888
.fancybox-show-thumbs .fancybox-inner {
890
889
right : 110px ;
891
890
}
891
+
892
892
.fancybox-thumbs__list a {
893
893
max-width : calc (100% - 10px );
894
894
}
895
- }
895
+ }
0 commit comments