Version Description
- New widgets - Flat style buttons and Icon List widget
- New fields - Datepicker and Timepicker for developing SiteOrigin widgets
- Fixed - Some themes squeeze the images in a Livemesh grid or Team widget.
- Fixed - Couple of widgets fail to display the post links.
- Fixed - The testimonials slider not aligned to the center
- Some styling improvements and fixes
Download this release
Release Info
Developer | livemesh |
Plugin | ![]() |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.3
- assets/css/lsow-admin.css +3 -0
- assets/css/lsow-admin.css.map +1 -1
- assets/css/lsow-admin.scss +4 -0
- assets/css/lsow-frontend.css +114 -8
- assets/css/lsow-frontend.css.map +1 -1
- assets/css/lsow-frontend.scss +120 -7
- assets/css/magnific-popup.css +85 -125
- assets/js/jquery.magnific-popup.js +1457 -1657
- assets/js/jquery.magnific-popup.min.js +4 -4
- assets/js/jquery.powertip.js +1166 -0
- assets/js/jquery.powertip.min.js +8 -0
- includes/class-lsow-setup.php +1 -1
- includes/fields/css/images/ui-icons_444444_256x240.png +0 -0
- includes/fields/css/images/ui-icons_555555_256x240.png +0 -0
- includes/fields/css/images/ui-icons_777620_256x240.png +0 -0
- includes/fields/css/images/ui-icons_777777_256x240.png +0 -0
- includes/fields/css/images/ui-icons_cc0000_256x240.png +0 -0
- includes/fields/css/images/ui-icons_ffffff_256x240.png +0 -0
- includes/fields/css/jquery-ui-timepicker-addon.css +30 -0
- includes/fields/css/jquery-ui.css +715 -0
- includes/fields/datepicker.class.php +23 -0
- includes/fields/js/datepicker-field.js +41 -0
- includes/fields/js/datepicker-field.min.js +1 -0
- includes/fields/js/jquery-ui-timepicker-addon.js +2291 -0
- includes/fields/js/jquery-ui-timepicker-addon.min.js +5 -0
- includes/fields/js/timepicker-field.js +46 -0
- includes/fields/js/timepicker-field.min.js +1 -0
- includes/fields/timepicker.class.php +29 -0
- includes/helper-functions.php +28 -0
- includes/widgets/lsow-accordion-widget/css/style.css +2 -1
- includes/widgets/lsow-accordion-widget/css/style.css.map +1 -1
- includes/widgets/lsow-accordion-widget/css/style.scss +1 -0
- includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php +1 -1
- includes/widgets/lsow-button-widget/assets/banner.svg +19 -0
- includes/widgets/lsow-button-widget/css/style.css +119 -0
- includes/widgets/lsow-button-widget/css/style.css.map +7 -0
- includes/widgets/lsow-button-widget/css/style.scss +82 -0
- includes/widgets/lsow-button-widget/lsow-button-widget.php +246 -0
- includes/widgets/lsow-button-widget/tpl/default.php +59 -0
- includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php +1 -1
- includes/widgets/lsow-clients-widget/lsow-clients-widget.php +1 -1
- includes/widgets/lsow-clients-widget/tpl/default.php +2 -1
- includes/widgets/lsow-heading-widget/css/style.css +30 -25
- includes/widgets/lsow-heading-widget/css/style.css.map +1 -1
- includes/widgets/lsow-heading-widget/css/style.scss +48 -30
- includes/widgets/lsow-heading-widget/lsow-heading-widget.php +13 -1
- includes/widgets/lsow-heading-widget/tpl/default.php +2 -1
- includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php +2 -2
- includes/widgets/lsow-hero-image-widget/tpl/default.php +1 -1
- includes/widgets/lsow-icon-list-widget/assets/banner.svg +59 -0
- includes/widgets/lsow-icon-list-widget/css/style.css +66 -0
- includes/widgets/lsow-icon-list-widget/css/style.css.map +7 -0
- includes/widgets/lsow-icon-list-widget/css/style.scss +70 -0
- includes/widgets/lsow-icon-list-widget/js/icon-list.js +9 -0
- includes/widgets/lsow-icon-list-widget/js/icon-list.min.js +1 -0
- includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php +191 -0
- includes/widgets/lsow-icon-list-widget/styles/default.less +22 -0
- includes/widgets/lsow-icon-list-widget/tpl/default.php +77 -0
- includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php +1 -1
- includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php +1 -1
- includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php +3 -3
- includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php +1 -1
- includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php +1 -1
- includes/widgets/lsow-pricing-table-widget/tpl/default.php +22 -23
- includes/widgets/lsow-services-widget/lsow-services-widget.php +1 -1
- includes/widgets/lsow-stats-bar-widget/lsow-stats-bar-widget.php +1 -1
- includes/widgets/lsow-tabs-widget/css/style.css +3 -2
- includes/widgets/lsow-tabs-widget/css/style.css.map +1 -1
- includes/widgets/lsow-tabs-widget/css/style.scss +2 -1
- includes/widgets/lsow-tabs-widget/js/tabs.js +0 -8
- includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php +1 -1
- includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php +1 -1
- includes/widgets/lsow-testimonials-slider-widget/css/style.css +2 -1
- includes/widgets/lsow-testimonials-slider-widget/css/style.css.map +1 -1
- includes/widgets/lsow-testimonials-slider-widget/css/style.scss +1 -0
- includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php +1 -1
- livemesh-so-widgets.php +2 -2
- readme.txt +13 -3
assets/css/lsow-admin.css
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
.center {
|
2 |
text-align: center; }
|
3 |
|
|
|
|
|
|
|
4 |
/*# sourceMappingURL=lsow-admin.css.map */
|
1 |
.center {
|
2 |
text-align: center; }
|
3 |
|
4 |
+
.siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-datepicker, .siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-timepicker {
|
5 |
+
max-width: 230px; }
|
6 |
+
|
7 |
/*# sourceMappingURL=lsow-admin.css.map */
|
assets/css/lsow-admin.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": "AAAA,OAAQ;EACN,UAAU,EAAE,MAAM",
|
4 |
"sources": ["lsow-admin.scss"],
|
5 |
"names": [],
|
6 |
"file": "lsow-admin.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": "AAAA,OAAQ;EACN,UAAU,EAAE,MAAM;;AAGpB,8JAA+J;EAC7J,SAAS,EAAE,KAAK",
|
4 |
"sources": ["lsow-admin.scss"],
|
5 |
"names": [],
|
6 |
"file": "lsow-admin.css"
|
assets/css/lsow-admin.scss
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
.center {
|
2 |
text-align: center;
|
|
|
|
|
|
|
|
|
3 |
}
|
1 |
.center {
|
2 |
text-align: center;
|
3 |
+
}
|
4 |
+
|
5 |
+
.siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-datepicker, .siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-timepicker {
|
6 |
+
max-width: 230px;
|
7 |
}
|
assets/css/lsow-frontend.css
CHANGED
@@ -14,19 +14,21 @@ html {
|
|
14 |
.panel-grid .widget {
|
15 |
overflow: initial; }
|
16 |
|
17 |
-
.lsow-container ol, .lsow-container ul, .lsow-container ol li, .lsow-container ul li, .lsow-container ol:hover, .lsow-container ul:hover, .lsow-container ul li:hover, .lsow-container ol li:hover, .lsow-container ol li a, .lsow-container ul li a, .lsow-container ol li a:hover, .lsow-container ul li a:hover, .lsow-container img {
|
18 |
padding: 0;
|
19 |
margin: 0;
|
20 |
border: none;
|
21 |
box-shadow: none;
|
22 |
list-style: none;
|
23 |
background: none; }
|
24 |
-
.lsow-container ol:before, .lsow-container ol:after, .lsow-container ul:before, .lsow-container ul:after, .lsow-container ol li:before, .lsow-container ol li:after, .lsow-container ul li:before, .lsow-container ul li:after, .lsow-container ol:hover:before, .lsow-container ol:hover:after, .lsow-container ul:hover:before, .lsow-container ul:hover:after, .lsow-container ul li:hover:before, .lsow-container ul li:hover:after, .lsow-container ol li:hover:before, .lsow-container ol li:hover:after, .lsow-container ol li a:before, .lsow-container ol li a:after, .lsow-container ul li a:before, .lsow-container ul li a:after, .lsow-container ol li a:hover:before, .lsow-container ol li a:hover:after, .lsow-container ul li a:hover:before, .lsow-container ul li a:hover:after, .lsow-container img:before, .lsow-container img:after {
|
25 |
display: none; }
|
26 |
.lsow-container a {
|
27 |
text-decoration: initial; }
|
28 |
.lsow-container img {
|
29 |
-
max-width: 100%;
|
|
|
|
|
30 |
|
31 |
/* ------- General styles ------------ */
|
32 |
.lsow-container {
|
@@ -223,6 +225,13 @@ html {
|
|
223 |
width: 100%; } }
|
224 |
|
225 |
/* --------------- Flexslider Styles -------------- */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
.lsow-container .lsow-flex-direction-nav li {
|
227 |
position: initial; }
|
228 |
.lsow-container .lsow-flex-direction-nav a, .lsow-container .lsow-flex-direction-nav a:hover {
|
@@ -254,14 +263,12 @@ html {
|
|
254 |
-moz-transition: all 0.3s ease-in-out 0s;
|
255 |
-ms-transition: all 0.3s ease-in-out 0s;
|
256 |
transition: all 0.3s ease-in-out 0s; }
|
257 |
-
.lsow-container .lsow-flex-direction-nav a:before, .lsow-container .lsow-flex-direction-nav a:hover:before
|
258 |
margin: 2px;
|
259 |
vertical-align: middle;
|
260 |
display: inline;
|
261 |
font-family: inherit !important;
|
262 |
opacity: 1; }
|
263 |
-
.lsow-container .lsow-flex-direction-nav a:hover, .lsow-container .lsow-flex-direction-nav a:hover:hover {
|
264 |
-
color: #888; }
|
265 |
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover {
|
266 |
color: #888; }
|
267 |
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover:hover {
|
@@ -282,7 +289,9 @@ html {
|
|
282 |
width: 100%;
|
283 |
position: absolute;
|
284 |
bottom: -40px;
|
285 |
-
text-align: center;
|
|
|
|
|
286 |
.lsow-container .lsow-flex-control-nav li, .lsow-container .lsow-flex-control-nav li:hover {
|
287 |
margin: 0 8px 0 0;
|
288 |
padding: 0;
|
@@ -395,9 +404,12 @@ html {
|
|
395 |
.lsow-dark-bg .lsow-container ul.slick-dots li button {
|
396 |
background: #888 !important;
|
397 |
border-color: #888 !important; }
|
398 |
-
.lsow-container ul.slick-dots li button:hover {
|
399 |
background: none !important;
|
400 |
border-color: #aaa !important; }
|
|
|
|
|
|
|
401 |
|
402 |
/* -------- Widget separator headline ------------ */
|
403 |
.lsow-widget-heading {
|
@@ -418,4 +430,98 @@ html {
|
|
418 |
font-size: 32px;
|
419 |
line-height: 44px; } }
|
420 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
/*# sourceMappingURL=lsow-frontend.css.map */
|
14 |
.panel-grid .widget {
|
15 |
overflow: initial; }
|
16 |
|
17 |
+
.lsow-container ol, .lsow-container ul, .lsow-container ol > li, .lsow-container ul > li, .lsow-container ol:hover, .lsow-container ul:hover, .lsow-container ul > li:hover, .lsow-container ol > li:hover, .lsow-container ol > li > a, .lsow-container ul > li > a, .lsow-container ol > li > a:hover, .lsow-container ul > li > a:hover, .lsow-container img {
|
18 |
padding: 0;
|
19 |
margin: 0;
|
20 |
border: none;
|
21 |
box-shadow: none;
|
22 |
list-style: none;
|
23 |
background: none; }
|
24 |
+
.lsow-container ol:before, .lsow-container ol:after, .lsow-container ul:before, .lsow-container ul:after, .lsow-container ol > li:before, .lsow-container ol > li:after, .lsow-container ul > li:before, .lsow-container ul > li:after, .lsow-container ol:hover:before, .lsow-container ol:hover:after, .lsow-container ul:hover:before, .lsow-container ul:hover:after, .lsow-container ul > li:hover:before, .lsow-container ul > li:hover:after, .lsow-container ol > li:hover:before, .lsow-container ol > li:hover:after, .lsow-container ol > li > a:before, .lsow-container ol > li > a:after, .lsow-container ul > li > a:before, .lsow-container ul > li > a:after, .lsow-container ol > li > a:hover:before, .lsow-container ol > li > a:hover:after, .lsow-container ul > li > a:hover:before, .lsow-container ul > li > a:hover:after, .lsow-container img:before, .lsow-container img:after {
|
25 |
display: none; }
|
26 |
.lsow-container a {
|
27 |
text-decoration: initial; }
|
28 |
.lsow-container img {
|
29 |
+
max-width: 100%;
|
30 |
+
width: auto;
|
31 |
+
height: auto; }
|
32 |
|
33 |
/* ------- General styles ------------ */
|
34 |
.lsow-container {
|
225 |
width: 100%; } }
|
226 |
|
227 |
/* --------------- Flexslider Styles -------------- */
|
228 |
+
.lsow-container .lsow-thumbnailslider.lsow-flexslider {
|
229 |
+
margin: 0; }
|
230 |
+
.lsow-container .lsow-thumbnailslider.lsow-flexslider .lsow-slide {
|
231 |
+
margin: 0 5px; }
|
232 |
+
.lsow-container .lsow-flex-direction-nav {
|
233 |
+
padding: 0 !important;
|
234 |
+
margin: 0 !important; }
|
235 |
.lsow-container .lsow-flex-direction-nav li {
|
236 |
position: initial; }
|
237 |
.lsow-container .lsow-flex-direction-nav a, .lsow-container .lsow-flex-direction-nav a:hover {
|
263 |
-moz-transition: all 0.3s ease-in-out 0s;
|
264 |
-ms-transition: all 0.3s ease-in-out 0s;
|
265 |
transition: all 0.3s ease-in-out 0s; }
|
266 |
+
.lsow-container .lsow-flex-direction-nav a:before, .lsow-container .lsow-flex-direction-nav a:hover:before {
|
267 |
margin: 2px;
|
268 |
vertical-align: middle;
|
269 |
display: inline;
|
270 |
font-family: inherit !important;
|
271 |
opacity: 1; }
|
|
|
|
|
272 |
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover {
|
273 |
color: #888; }
|
274 |
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover:hover {
|
289 |
width: 100%;
|
290 |
position: absolute;
|
291 |
bottom: -40px;
|
292 |
+
text-align: center;
|
293 |
+
padding: 0 !important;
|
294 |
+
margin: 0 !important; }
|
295 |
.lsow-container .lsow-flex-control-nav li, .lsow-container .lsow-flex-control-nav li:hover {
|
296 |
margin: 0 8px 0 0;
|
297 |
padding: 0;
|
404 |
.lsow-dark-bg .lsow-container ul.slick-dots li button {
|
405 |
background: #888 !important;
|
406 |
border-color: #888 !important; }
|
407 |
+
.lsow-container ul.slick-dots li button:hover, .lsow-container ul.slick-dots li.slick-active button {
|
408 |
background: none !important;
|
409 |
border-color: #aaa !important; }
|
410 |
+
.lsow-container ul.slick-dots li.slick-active button {
|
411 |
+
width: 14px;
|
412 |
+
height: 14px; }
|
413 |
|
414 |
/* -------- Widget separator headline ------------ */
|
415 |
.lsow-widget-heading {
|
430 |
font-size: 32px;
|
431 |
line-height: 44px; } }
|
432 |
|
433 |
+
/*------------- Powertip Tooltip ----------- */
|
434 |
+
/* PowerTip Plugin */
|
435 |
+
#powerTip {
|
436 |
+
cursor: default;
|
437 |
+
background-color: #333;
|
438 |
+
background-color: rgba(0, 0, 0, 0.8);
|
439 |
+
border-radius: 6px;
|
440 |
+
color: #fff;
|
441 |
+
display: none;
|
442 |
+
padding: 10px;
|
443 |
+
position: absolute;
|
444 |
+
white-space: nowrap;
|
445 |
+
z-index: 2147483647; }
|
446 |
+
|
447 |
+
#powerTip:before {
|
448 |
+
content: "";
|
449 |
+
position: absolute; }
|
450 |
+
|
451 |
+
#powerTip.n:before, #powerTip.s:before {
|
452 |
+
border-right: 5px solid transparent;
|
453 |
+
border-left: 5px solid transparent;
|
454 |
+
left: 50%;
|
455 |
+
margin-left: -5px; }
|
456 |
+
|
457 |
+
#powerTip.e:before, #powerTip.w:before {
|
458 |
+
border-bottom: 5px solid transparent;
|
459 |
+
border-top: 5px solid transparent;
|
460 |
+
margin-top: -5px;
|
461 |
+
top: 50%; }
|
462 |
+
|
463 |
+
#powerTip.n:before {
|
464 |
+
border-top: 10px solid #333;
|
465 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
466 |
+
bottom: -10px; }
|
467 |
+
|
468 |
+
#powerTip.e:before {
|
469 |
+
border-right: 10px solid #333;
|
470 |
+
border-right: 10px solid rgba(0, 0, 0, 0.8);
|
471 |
+
left: -10px; }
|
472 |
+
|
473 |
+
#powerTip.s:before {
|
474 |
+
border-bottom: 10px solid #333;
|
475 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
476 |
+
top: -10px; }
|
477 |
+
|
478 |
+
#powerTip.w:before {
|
479 |
+
border-left: 10px solid #333;
|
480 |
+
border-left: 10px solid rgba(0, 0, 0, 0.8);
|
481 |
+
right: -10px; }
|
482 |
+
|
483 |
+
#powerTip.ne:before, #powerTip.se:before {
|
484 |
+
border-right: 10px solid transparent;
|
485 |
+
border-left: 0;
|
486 |
+
left: 10px; }
|
487 |
+
|
488 |
+
#powerTip.nw:before, #powerTip.sw:before {
|
489 |
+
border-left: 10px solid transparent;
|
490 |
+
border-right: 0;
|
491 |
+
right: 10px; }
|
492 |
+
|
493 |
+
#powerTip.ne:before, #powerTip.nw:before {
|
494 |
+
border-top: 10px solid #333;
|
495 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
496 |
+
bottom: -10px; }
|
497 |
+
|
498 |
+
#powerTip.se:before, #powerTip.sw:before {
|
499 |
+
border-bottom: 10px solid #333;
|
500 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
501 |
+
top: -10px; }
|
502 |
+
|
503 |
+
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
|
504 |
+
#powerTip.sw-alt:before, #powerTip.se-alt:before {
|
505 |
+
border-top: 10px solid #333;
|
506 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
507 |
+
bottom: -10px;
|
508 |
+
border-left: 5px solid transparent;
|
509 |
+
border-right: 5px solid transparent;
|
510 |
+
left: 10px; }
|
511 |
+
|
512 |
+
#powerTip.ne-alt:before {
|
513 |
+
left: auto;
|
514 |
+
right: 10px; }
|
515 |
+
|
516 |
+
#powerTip.sw-alt:before, #powerTip.se-alt:before {
|
517 |
+
border-top: none;
|
518 |
+
border-bottom: 10px solid #333;
|
519 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
520 |
+
bottom: auto;
|
521 |
+
top: -10px; }
|
522 |
+
|
523 |
+
#powerTip.se-alt:before {
|
524 |
+
left: auto;
|
525 |
+
right: 10px; }
|
526 |
+
|
527 |
/*# sourceMappingURL=lsow-frontend.css.map */
|
assets/css/lsow-frontend.css.map
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": "AAGE,IAAK;EACH,UAAU,EAAE,UAAU;;AAItB,sBAEU;EACR,UAAU,EAAE,OAAO;;AARvB,IAAK;EACH,UAAU,EAAE,UAAU;;AAItB,sBAEU;EACR,UAAU,EAAE,OAAO;;;ACHzB,mBAAoB;EAClB,QAAQ,EAAE,OAAO;;AAIjB
|
4 |
"sources": ["../../../../bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss","lsow-frontend.scss","../../../../bower_components/neat/app/assets/stylesheets/grid/_omega.scss","_lsow-lib.scss","../../../../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss"],
|
5 |
"names": [],
|
6 |
"file": "lsow-frontend.css"
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": "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",
|
4 |
"sources": ["../../../../bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss","lsow-frontend.scss","../../../../bower_components/neat/app/assets/stylesheets/grid/_omega.scss","_lsow-lib.scss","../../../../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss"],
|
5 |
"names": [],
|
6 |
"file": "lsow-frontend.css"
|
assets/css/lsow-frontend.scss
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
}
|
12 |
|
13 |
.lsow-container {
|
14 |
-
ol, ul, ol li, ul li, ol:hover, ul:hover, ul li:hover, ol li:hover, ol li a, ul li a, ol li a:hover, ul li a:hover, img {
|
15 |
padding: 0;
|
16 |
margin: 0;
|
17 |
border: none;
|
@@ -27,6 +27,8 @@
|
|
27 |
}
|
28 |
img {
|
29 |
max-width: 100%;
|
|
|
|
|
30 |
}
|
31 |
}
|
32 |
|
@@ -239,6 +241,16 @@ $grid-columns: 12;
|
|
239 |
/* --------------- Flexslider Styles -------------- */
|
240 |
|
241 |
.lsow-container {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
.lsow-flex-direction-nav li {
|
243 |
position: initial;
|
244 |
}
|
@@ -260,16 +272,13 @@ $grid-columns: 12;
|
|
260 |
text-align: center;
|
261 |
color: #aaa;
|
262 |
@include vendorize(transition, all 0.3s ease-in-out 0s);
|
263 |
-
&:before
|
264 |
margin: 2px;
|
265 |
vertical-align: middle;
|
266 |
display: inline;
|
267 |
font-family: inherit !important;
|
268 |
opacity: 1;
|
269 |
}
|
270 |
-
&:hover {
|
271 |
-
color: #888;
|
272 |
-
}
|
273 |
.lsow-dark-bg & {
|
274 |
color: #888;
|
275 |
&:hover {
|
@@ -297,6 +306,8 @@ $grid-columns: 12;
|
|
297 |
position: absolute;
|
298 |
bottom: -40px;
|
299 |
text-align: center;
|
|
|
|
|
300 |
li, li:hover {
|
301 |
margin: 0 8px 0 0;
|
302 |
padding: 0;
|
@@ -415,10 +426,14 @@ $grid-columns: 12;
|
|
415 |
border-color: #888 !important;
|
416 |
}
|
417 |
}
|
418 |
-
li button:hover {
|
419 |
background: none !important;
|
420 |
border-color: #aaa !important;
|
421 |
}
|
|
|
|
|
|
|
|
|
422 |
}
|
423 |
}
|
424 |
|
@@ -433,4 +448,102 @@ $grid-columns: 12;
|
|
433 |
font-size: 32px;
|
434 |
line-height: 44px;
|
435 |
}
|
436 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
|
13 |
.lsow-container {
|
14 |
+
ol, ul, ol > li, ul > li, ol:hover, ul:hover, ul > li:hover, ol > li:hover, ol > li > a, ul > li > a, ol > li > a:hover, ul > li > a:hover, img {
|
15 |
padding: 0;
|
16 |
margin: 0;
|
17 |
border: none;
|
27 |
}
|
28 |
img {
|
29 |
max-width: 100%;
|
30 |
+
width: auto;
|
31 |
+
height: auto;
|
32 |
}
|
33 |
}
|
34 |
|
241 |
/* --------------- Flexslider Styles -------------- */
|
242 |
|
243 |
.lsow-container {
|
244 |
+
.lsow-thumbnailslider.lsow-flexslider {
|
245 |
+
margin: 0;
|
246 |
+
}
|
247 |
+
.lsow-thumbnailslider.lsow-flexslider .lsow-slide {
|
248 |
+
margin: 0 5px;
|
249 |
+
}
|
250 |
+
.lsow-flex-direction-nav {
|
251 |
+
padding: 0 !important;
|
252 |
+
margin: 0 !important;
|
253 |
+
}
|
254 |
.lsow-flex-direction-nav li {
|
255 |
position: initial;
|
256 |
}
|
272 |
text-align: center;
|
273 |
color: #aaa;
|
274 |
@include vendorize(transition, all 0.3s ease-in-out 0s);
|
275 |
+
&:before {
|
276 |
margin: 2px;
|
277 |
vertical-align: middle;
|
278 |
display: inline;
|
279 |
font-family: inherit !important;
|
280 |
opacity: 1;
|
281 |
}
|
|
|
|
|
|
|
282 |
.lsow-dark-bg & {
|
283 |
color: #888;
|
284 |
&:hover {
|
306 |
position: absolute;
|
307 |
bottom: -40px;
|
308 |
text-align: center;
|
309 |
+
padding: 0 !important;
|
310 |
+
margin: 0 !important;
|
311 |
li, li:hover {
|
312 |
margin: 0 8px 0 0;
|
313 |
padding: 0;
|
426 |
border-color: #888 !important;
|
427 |
}
|
428 |
}
|
429 |
+
li button:hover, li.slick-active button {
|
430 |
background: none !important;
|
431 |
border-color: #aaa !important;
|
432 |
}
|
433 |
+
li.slick-active button {
|
434 |
+
width: 14px;
|
435 |
+
height: 14px;
|
436 |
+
}
|
437 |
}
|
438 |
}
|
439 |
|
448 |
font-size: 32px;
|
449 |
line-height: 44px;
|
450 |
}
|
451 |
+
}
|
452 |
+
|
453 |
+
/*------------- Powertip Tooltip ----------- */
|
454 |
+
|
455 |
+
/* PowerTip Plugin */
|
456 |
+
#powerTip {
|
457 |
+
cursor: default;
|
458 |
+
background-color: #333;
|
459 |
+
background-color: rgba(0, 0, 0, 0.8);
|
460 |
+
border-radius: 6px;
|
461 |
+
color: #fff;
|
462 |
+
display: none;
|
463 |
+
padding: 10px;
|
464 |
+
position: absolute;
|
465 |
+
white-space: nowrap;
|
466 |
+
z-index: 2147483647;
|
467 |
+
}
|
468 |
+
#powerTip:before {
|
469 |
+
content: "";
|
470 |
+
position: absolute;
|
471 |
+
}
|
472 |
+
#powerTip.n:before, #powerTip.s:before {
|
473 |
+
border-right: 5px solid transparent;
|
474 |
+
border-left: 5px solid transparent;
|
475 |
+
left: 50%;
|
476 |
+
margin-left: -5px;
|
477 |
+
}
|
478 |
+
#powerTip.e:before, #powerTip.w:before {
|
479 |
+
border-bottom: 5px solid transparent;
|
480 |
+
border-top: 5px solid transparent;
|
481 |
+
margin-top: -5px;
|
482 |
+
top: 50%;
|
483 |
+
}
|
484 |
+
#powerTip.n:before {
|
485 |
+
border-top: 10px solid #333;
|
486 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
487 |
+
bottom: -10px;
|
488 |
+
}
|
489 |
+
#powerTip.e:before {
|
490 |
+
border-right: 10px solid #333;
|
491 |
+
border-right: 10px solid rgba(0, 0, 0, 0.8);
|
492 |
+
left: -10px;
|
493 |
+
}
|
494 |
+
#powerTip.s:before {
|
495 |
+
border-bottom: 10px solid #333;
|
496 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
497 |
+
top: -10px;
|
498 |
+
}
|
499 |
+
#powerTip.w:before {
|
500 |
+
border-left: 10px solid #333;
|
501 |
+
border-left: 10px solid rgba(0, 0, 0, 0.8);
|
502 |
+
right: -10px;
|
503 |
+
}
|
504 |
+
#powerTip.ne:before, #powerTip.se:before {
|
505 |
+
border-right: 10px solid transparent;
|
506 |
+
border-left: 0;
|
507 |
+
left: 10px;
|
508 |
+
}
|
509 |
+
#powerTip.nw:before, #powerTip.sw:before {
|
510 |
+
border-left: 10px solid transparent;
|
511 |
+
border-right: 0;
|
512 |
+
right: 10px;
|
513 |
+
}
|
514 |
+
#powerTip.ne:before, #powerTip.nw:before {
|
515 |
+
border-top: 10px solid #333;
|
516 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
517 |
+
bottom: -10px;
|
518 |
+
}
|
519 |
+
#powerTip.se:before, #powerTip.sw:before {
|
520 |
+
border-bottom: 10px solid #333;
|
521 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
522 |
+
top: -10px;
|
523 |
+
}
|
524 |
+
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
|
525 |
+
#powerTip.sw-alt:before, #powerTip.se-alt:before {
|
526 |
+
border-top: 10px solid #333;
|
527 |
+
border-top: 10px solid rgba(0, 0, 0, 0.8);
|
528 |
+
bottom: -10px;
|
529 |
+
border-left: 5px solid transparent;
|
530 |
+
border-right: 5px solid transparent;
|
531 |
+
left: 10px;
|
532 |
+
}
|
533 |
+
#powerTip.ne-alt:before {
|
534 |
+
left: auto;
|
535 |
+
right: 10px;
|
536 |
+
}
|
537 |
+
#powerTip.sw-alt:before, #powerTip.se-alt:before {
|
538 |
+
border-top: none;
|
539 |
+
border-bottom: 10px solid #333;
|
540 |
+
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
|
541 |
+
bottom: auto;
|
542 |
+
top: -10px;
|
543 |
+
}
|
544 |
+
#powerTip.se-alt:before {
|
545 |
+
left: auto;
|
546 |
+
right: 10px;
|
547 |
+
}
|
548 |
+
|
549 |
+
|
assets/css/magnific-popup.css
CHANGED
@@ -8,8 +8,7 @@
|
|
8 |
overflow: hidden;
|
9 |
position: fixed;
|
10 |
background: #0b0b0b;
|
11 |
-
opacity: 0.8;
|
12 |
-
filter: alpha(opacity=80); }
|
13 |
|
14 |
.mfp-wrap {
|
15 |
top: 0;
|
@@ -29,8 +28,6 @@
|
|
29 |
left: 0;
|
30 |
top: 0;
|
31 |
padding: 0 8px;
|
32 |
-
-webkit-box-sizing: border-box;
|
33 |
-
-moz-box-sizing: border-box;
|
34 |
box-sizing: border-box; }
|
35 |
|
36 |
.mfp-container:before {
|
@@ -96,10 +93,10 @@
|
|
96 |
left: 8px;
|
97 |
right: 8px;
|
98 |
z-index: 1044; }
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
|
104 |
.mfp-s-ready .mfp-preloader {
|
105 |
display: none; }
|
@@ -118,8 +115,8 @@ button.mfp-arrow {
|
|
118 |
outline: none;
|
119 |
padding: 0;
|
120 |
z-index: 1046;
|
121 |
-
|
122 |
-
|
123 |
|
124 |
button::-moz-focus-inner {
|
125 |
padding: 0;
|
@@ -135,18 +132,16 @@ button::-moz-focus-inner {
|
|
135 |
text-decoration: none;
|
136 |
text-align: center;
|
137 |
opacity: 0.65;
|
138 |
-
filter: alpha(opacity=65);
|
139 |
padding: 0 0 18px 10px;
|
140 |
color: #FFF;
|
141 |
font-style: normal;
|
142 |
font-size: 28px;
|
143 |
font-family: Arial, Baskerville, monospace; }
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
top: 1px; }
|
150 |
|
151 |
.mfp-close-btn-in .mfp-close {
|
152 |
color: #333; }
|
@@ -171,7 +166,6 @@ button::-moz-focus-inner {
|
|
171 |
.mfp-arrow {
|
172 |
position: absolute;
|
173 |
opacity: 0.65;
|
174 |
-
filter: alpha(opacity=65);
|
175 |
margin: 0;
|
176 |
top: 50%;
|
177 |
margin-top: -55px;
|
@@ -179,82 +173,73 @@ button::-moz-focus-inner {
|
|
179 |
width: 90px;
|
180 |
height: 110px;
|
181 |
-webkit-tap-highlight-color: transparent; }
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
.mfp-arrow:before,
|
208 |
-
.mfp-arrow .mfp-b {
|
209 |
-
border-top-width: 21px;
|
210 |
-
border-bottom-width: 21px;
|
211 |
-
opacity: 0.7; }
|
212 |
|
213 |
.mfp-arrow-left {
|
214 |
left: 0; }
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
margin-left: 25px;
|
222 |
-
border-right: 27px solid #3F3F3F; }
|
223 |
|
224 |
.mfp-arrow-right {
|
225 |
right: 0; }
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
.mfp-arrow-right .mfp-b {
|
232 |
-
border-left: 27px solid #3F3F3F; }
|
233 |
|
234 |
.mfp-iframe-holder {
|
235 |
padding-top: 40px;
|
236 |
padding-bottom: 40px; }
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
|
244 |
.mfp-iframe-scaler {
|
245 |
width: 100%;
|
246 |
height: 0;
|
247 |
overflow: hidden;
|
248 |
padding-top: 56.25%; }
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
|
259 |
/* Main image in popup */
|
260 |
img.mfp-img {
|
@@ -263,8 +248,6 @@ img.mfp-img {
|
|
263 |
height: auto;
|
264 |
display: block;
|
265 |
line-height: 0;
|
266 |
-
-webkit-box-sizing: border-box;
|
267 |
-
-moz-box-sizing: border-box;
|
268 |
box-sizing: border-box;
|
269 |
padding: 40px 0 40px;
|
270 |
margin: 0 auto; }
|
@@ -272,26 +255,26 @@ img.mfp-img {
|
|
272 |
/* The shadow behind the image */
|
273 |
.mfp-figure {
|
274 |
line-height: 0; }
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
|
296 |
.mfp-bottom-bar {
|
297 |
margin-top: -36px;
|
@@ -336,11 +319,9 @@ img.mfp-img {
|
|
336 |
top: auto;
|
337 |
padding: 3px 5px;
|
338 |
position: fixed;
|
339 |
-
-webkit-box-sizing: border-box;
|
340 |
-
-moz-box-sizing: border-box;
|
341 |
box-sizing: border-box; }
|
342 |
-
|
343 |
-
|
344 |
.mfp-img-mobile .mfp-counter {
|
345 |
right: 5px;
|
346 |
top: 3px; }
|
@@ -368,24 +349,3 @@ img.mfp-img {
|
|
368 |
.mfp-container {
|
369 |
padding-left: 6px;
|
370 |
padding-right: 6px; } }
|
371 |
-
|
372 |
-
.mfp-ie7 .mfp-img {
|
373 |
-
padding: 0; }
|
374 |
-
|
375 |
-
.mfp-ie7 .mfp-bottom-bar {
|
376 |
-
width: 600px;
|
377 |
-
left: 50%;
|
378 |
-
margin-left: -300px;
|
379 |
-
margin-top: 5px;
|
380 |
-
padding-bottom: 5px; }
|
381 |
-
|
382 |
-
.mfp-ie7 .mfp-container {
|
383 |
-
padding: 0; }
|
384 |
-
|
385 |
-
.mfp-ie7 .mfp-content {
|
386 |
-
padding-top: 44px; }
|
387 |
-
|
388 |
-
.mfp-ie7 .mfp-close {
|
389 |
-
top: 0;
|
390 |
-
right: 0;
|
391 |
-
padding-top: 0; }
|
8 |
overflow: hidden;
|
9 |
position: fixed;
|
10 |
background: #0b0b0b;
|
11 |
+
opacity: 0.8; }
|
|
|
12 |
|
13 |
.mfp-wrap {
|
14 |
top: 0;
|
28 |
left: 0;
|
29 |
top: 0;
|
30 |
padding: 0 8px;
|
|
|
|
|
31 |
box-sizing: border-box; }
|
32 |
|
33 |
.mfp-container:before {
|
93 |
left: 8px;
|
94 |
right: 8px;
|
95 |
z-index: 1044; }
|
96 |
+
.mfp-preloader a {
|
97 |
+
color: #CCC; }
|
98 |
+
.mfp-preloader a:hover {
|
99 |
+
color: #FFF; }
|
100 |
|
101 |
.mfp-s-ready .mfp-preloader {
|
102 |
display: none; }
|
115 |
outline: none;
|
116 |
padding: 0;
|
117 |
z-index: 1046;
|
118 |
+
box-shadow: none;
|
119 |
+
touch-action: manipulation; }
|
120 |
|
121 |
button::-moz-focus-inner {
|
122 |
padding: 0;
|
132 |
text-decoration: none;
|
133 |
text-align: center;
|
134 |
opacity: 0.65;
|
|
|
135 |
padding: 0 0 18px 10px;
|
136 |
color: #FFF;
|
137 |
font-style: normal;
|
138 |
font-size: 28px;
|
139 |
font-family: Arial, Baskerville, monospace; }
|
140 |
+
.mfp-close:hover,
|
141 |
+
.mfp-close:focus {
|
142 |
+
opacity: 1; }
|
143 |
+
.mfp-close:active {
|
144 |
+
top: 1px; }
|
|
|
145 |
|
146 |
.mfp-close-btn-in .mfp-close {
|
147 |
color: #333; }
|
166 |
.mfp-arrow {
|
167 |
position: absolute;
|
168 |
opacity: 0.65;
|
|
|
169 |
margin: 0;
|
170 |
top: 50%;
|
171 |
margin-top: -55px;
|
173 |
width: 90px;
|
174 |
height: 110px;
|
175 |
-webkit-tap-highlight-color: transparent; }
|
176 |
+
.mfp-arrow:active {
|
177 |
+
margin-top: -54px; }
|
178 |
+
.mfp-arrow:hover,
|
179 |
+
.mfp-arrow:focus {
|
180 |
+
opacity: 1; }
|
181 |
+
.mfp-arrow:before,
|
182 |
+
.mfp-arrow:after {
|
183 |
+
content: '';
|
184 |
+
display: block;
|
185 |
+
width: 0;
|
186 |
+
height: 0;
|
187 |
+
position: absolute;
|
188 |
+
left: 0;
|
189 |
+
top: 0;
|
190 |
+
margin-top: 35px;
|
191 |
+
margin-left: 35px;
|
192 |
+
border: medium inset transparent; }
|
193 |
+
.mfp-arrow:after {
|
194 |
+
border-top-width: 13px;
|
195 |
+
border-bottom-width: 13px;
|
196 |
+
top: 8px; }
|
197 |
+
.mfp-arrow:before {
|
198 |
+
border-top-width: 21px;
|
199 |
+
border-bottom-width: 21px;
|
200 |
+
opacity: 0.7; }
|
|
|
|
|
|
|
|
|
|
|
201 |
|
202 |
.mfp-arrow-left {
|
203 |
left: 0; }
|
204 |
+
.mfp-arrow-left:after {
|
205 |
+
border-right: 17px solid #FFF;
|
206 |
+
margin-left: 31px; }
|
207 |
+
.mfp-arrow-left:before {
|
208 |
+
margin-left: 25px;
|
209 |
+
border-right: 27px solid #3F3F3F; }
|
|
|
|
|
210 |
|
211 |
.mfp-arrow-right {
|
212 |
right: 0; }
|
213 |
+
.mfp-arrow-right:after {
|
214 |
+
border-left: 17px solid #FFF;
|
215 |
+
margin-left: 39px; }
|
216 |
+
.mfp-arrow-right:before {
|
217 |
+
border-left: 27px solid #3F3F3F; }
|
|
|
|
|
218 |
|
219 |
.mfp-iframe-holder {
|
220 |
padding-top: 40px;
|
221 |
padding-bottom: 40px; }
|
222 |
+
.mfp-iframe-holder .mfp-content {
|
223 |
+
line-height: 0;
|
224 |
+
width: 100%;
|
225 |
+
max-width: 900px; }
|
226 |
+
.mfp-iframe-holder .mfp-close {
|
227 |
+
top: -40px; }
|
228 |
|
229 |
.mfp-iframe-scaler {
|
230 |
width: 100%;
|
231 |
height: 0;
|
232 |
overflow: hidden;
|
233 |
padding-top: 56.25%; }
|
234 |
+
.mfp-iframe-scaler iframe {
|
235 |
+
position: absolute;
|
236 |
+
display: block;
|
237 |
+
top: 0;
|
238 |
+
left: 0;
|
239 |
+
width: 100%;
|
240 |
+
height: 100%;
|
241 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
242 |
+
background: #000; }
|
243 |
|
244 |
/* Main image in popup */
|
245 |
img.mfp-img {
|
248 |
height: auto;
|
249 |
display: block;
|
250 |
line-height: 0;
|
|
|
|
|
251 |
box-sizing: border-box;
|
252 |
padding: 40px 0 40px;
|
253 |
margin: 0 auto; }
|
255 |
/* The shadow behind the image */
|
256 |
.mfp-figure {
|
257 |
line-height: 0; }
|
258 |
+
.mfp-figure:after {
|
259 |
+
content: '';
|
260 |
+
position: absolute;
|
261 |
+
left: 0;
|
262 |
+
top: 40px;
|
263 |
+
bottom: 40px;
|
264 |
+
display: block;
|
265 |
+
right: 0;
|
266 |
+
width: auto;
|
267 |
+
height: auto;
|
268 |
+
z-index: -1;
|
269 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
270 |
+
background: #444; }
|
271 |
+
.mfp-figure small {
|
272 |
+
color: #BDBDBD;
|
273 |
+
display: block;
|
274 |
+
font-size: 12px;
|
275 |
+
line-height: 14px; }
|
276 |
+
.mfp-figure figure {
|
277 |
+
margin: 0; }
|
278 |
|
279 |
.mfp-bottom-bar {
|
280 |
margin-top: -36px;
|
319 |
top: auto;
|
320 |
padding: 3px 5px;
|
321 |
position: fixed;
|
|
|
|
|
322 |
box-sizing: border-box; }
|
323 |
+
.mfp-img-mobile .mfp-bottom-bar:empty {
|
324 |
+
padding: 0; }
|
325 |
.mfp-img-mobile .mfp-counter {
|
326 |
right: 5px;
|
327 |
top: 3px; }
|
349 |
.mfp-container {
|
350 |
padding-left: 6px;
|
351 |
padding-right: 6px; } }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/js/jquery.magnific-popup.js
CHANGED
@@ -1,2060 +1,1860 @@
|
|
1 |
-
/*! Magnific Popup - v1.
|
2 |
-
* http://dimsemenov.com/plugins/magnific-popup/
|
3 |
-
* Copyright (c)
|
4 |
-
;(function (factory) {
|
5 |
-
if (typeof define === 'function' && define.amd) {
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
/*>>core*/
|
18 |
-
/**
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
/**
|
26 |
-
* Private static constants
|
27 |
-
*/
|
28 |
-
var CLOSE_EVENT = 'Close',
|
29 |
-
BEFORE_CLOSE_EVENT = 'BeforeClose',
|
30 |
-
AFTER_CLOSE_EVENT = 'AfterClose',
|
31 |
-
BEFORE_APPEND_EVENT = 'BeforeAppend',
|
32 |
-
MARKUP_PARSE_EVENT = 'MarkupParse',
|
33 |
-
OPEN_EVENT = 'Open',
|
34 |
-
CHANGE_EVENT = 'Change',
|
35 |
-
NS = 'mfp',
|
36 |
-
EVENT_NS = '.' + NS,
|
37 |
-
READY_CLASS = 'mfp-ready',
|
38 |
-
REMOVING_CLASS = 'mfp-removing',
|
39 |
-
PREVENT_CLOSE_CLASS = 'mfp-prevent-close';
|
40 |
-
|
41 |
-
|
42 |
-
/**
|
43 |
-
* Private vars
|
44 |
-
*/
|
45 |
-
/*jshint -W079 */
|
46 |
-
var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this'
|
47 |
-
MagnificPopup = function(){},
|
48 |
-
_isJQ = !!(window.jQuery),
|
49 |
-
_prevStatus,
|
50 |
-
_window = $(window),
|
51 |
-
_document,
|
52 |
-
_prevContentType,
|
53 |
-
_wrapClasses,
|
54 |
-
_currPopupType;
|
55 |
-
|
56 |
-
|
57 |
-
/**
|
58 |
-
* Private functions
|
59 |
-
*/
|
60 |
-
var _mfpOn = function(name, f) {
|
61 |
-
mfp.ev.on(NS + name + EVENT_NS, f);
|
62 |
-
},
|
63 |
-
_getEl = function(className, appendTo, html, raw) {
|
64 |
-
var el = document.createElement('div');
|
65 |
-
el.className = 'mfp-'+className;
|
66 |
-
if(html) {
|
67 |
-
el.innerHTML = html;
|
68 |
-
}
|
69 |
-
if(!raw) {
|
70 |
-
el = $(el);
|
71 |
-
if(appendTo) {
|
72 |
-
el.appendTo(appendTo);
|
73 |
-
}
|
74 |
-
} else if(appendTo) {
|
75 |
-
appendTo.appendChild(el);
|
76 |
-
}
|
77 |
-
return el;
|
78 |
-
},
|
79 |
-
_mfpTrigger = function(e, data) {
|
80 |
-
mfp.ev.triggerHandler(NS + e, data);
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
}
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
// Initialize Magnific Popup only when called at least once
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
// CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
|
111 |
-
|
112 |
-
return true;
|
113 |
-
}
|
114 |
-
|
115 |
-
while( v.length ) {
|
116 |
-
if( v.pop() + 'Transition' in s ) {
|
117 |
return true;
|
118 |
}
|
119 |
-
}
|
120 |
-
|
121 |
-
return false;
|
122 |
-
};
|
123 |
|
|
|
|
|
|
|
|
|
|
|
124 |
|
|
|
|
|
125 |
|
126 |
-
/**
|
127 |
-
* Public functions
|
128 |
-
*/
|
129 |
-
MagnificPopup.prototype = {
|
130 |
|
131 |
-
constructor: MagnificPopup,
|
132 |
|
133 |
/**
|
134 |
-
*
|
135 |
-
* This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed
|
136 |
*/
|
137 |
-
|
138 |
-
var appVersion = navigator.appVersion;
|
139 |
-
mfp.isIE7 = appVersion.indexOf("MSIE 7.") !== -1;
|
140 |
-
mfp.isIE8 = appVersion.indexOf("MSIE 8.") !== -1;
|
141 |
-
mfp.isLowIE = mfp.isIE7 || mfp.isIE8;
|
142 |
-
mfp.isAndroid = (/android/gi).test(appVersion);
|
143 |
-
mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion);
|
144 |
-
mfp.supportsTransition = supportsTransitions();
|
145 |
-
|
146 |
-
// We disable fixed positioned lightbox on devices that don't handle it nicely.
|
147 |
-
// If you know a better way of detecting this - let me know.
|
148 |
-
mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) );
|
149 |
-
_document = $(document);
|
150 |
-
|
151 |
-
mfp.popupsCache = {};
|
152 |
-
},
|
153 |
|
154 |
-
|
155 |
-
* Opens popup
|
156 |
-
* @param data [description]
|
157 |
-
*/
|
158 |
-
open: function(data) {
|
159 |
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
|
162 |
-
|
163 |
-
|
164 |
-
|
|
|
|
|
165 |
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
}
|
|
|
|
|
|
|
178 |
}
|
179 |
-
} else {
|
180 |
-
mfp.items = $.isArray(data.items) ? data.items : [data.items];
|
181 |
-
mfp.index = data.index || 0;
|
182 |
-
}
|
183 |
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
mfp.types = [];
|
191 |
-
_wrapClasses = '';
|
192 |
-
if(data.mainEl && data.mainEl.length) {
|
193 |
-
mfp.ev = data.mainEl.eq(0);
|
194 |
-
} else {
|
195 |
-
mfp.ev = _document;
|
196 |
-
}
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
|
|
|
|
|
|
|
201 |
}
|
202 |
-
mfp.currTemplate = mfp.popupsCache[data.key];
|
203 |
-
} else {
|
204 |
-
mfp.currTemplate = {};
|
205 |
-
}
|
206 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
|
208 |
|
209 |
-
mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data );
|
210 |
-
mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos;
|
211 |
|
212 |
-
|
213 |
-
mfp.st.
|
214 |
-
mfp.st.closeOnBgClick = false;
|
215 |
-
mfp.st.showCloseBtn = false;
|
216 |
-
mfp.st.enableEscapeKey = false;
|
217 |
-
}
|
218 |
-
|
219 |
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
|
|
223 |
|
224 |
-
// Dark overlay
|
225 |
-
mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() {
|
226 |
-
mfp.close();
|
227 |
-
});
|
228 |
|
229 |
-
|
230 |
-
|
|
|
|
|
|
|
|
|
231 |
mfp.close();
|
232 |
-
|
233 |
-
});
|
234 |
|
235 |
-
|
236 |
-
|
|
|
|
|
|
|
237 |
|
238 |
-
|
239 |
-
|
240 |
-
mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading);
|
241 |
-
}
|
242 |
|
|
|
|
|
|
|
|
|
243 |
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
|
|
252 |
|
253 |
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
} else {
|
259 |
-
|
260 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
});
|
262 |
-
_wrapClasses += ' mfp-close-btn-in';
|
263 |
}
|
264 |
-
}
|
265 |
-
|
266 |
-
if(mfp.st.alignTop) {
|
267 |
-
_wrapClasses += ' mfp-align-top';
|
268 |
-
}
|
269 |
|
270 |
-
|
271 |
|
272 |
-
if(mfp.fixedContentPos) {
|
273 |
-
mfp.wrap.css({
|
274 |
-
overflow: mfp.st.overflowY,
|
275 |
-
overflowX: 'hidden',
|
276 |
-
overflowY: mfp.st.overflowY
|
277 |
-
});
|
278 |
-
} else {
|
279 |
-
mfp.wrap.css({
|
280 |
-
top: _window.scrollTop(),
|
281 |
-
position: 'absolute'
|
282 |
-
});
|
283 |
-
}
|
284 |
-
if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) {
|
285 |
-
mfp.bgOverlay.css({
|
286 |
-
height: _document.height(),
|
287 |
-
position: 'absolute'
|
288 |
-
});
|
289 |
-
}
|
290 |
|
291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
|
293 |
-
|
294 |
-
|
295 |
-
_document.on('keyup' + EVENT_NS, function(e) {
|
296 |
-
if(e.keyCode === 27) {
|
297 |
-
mfp.close();
|
298 |
-
}
|
299 |
});
|
300 |
-
}
|
301 |
|
302 |
-
_window.on('resize' + EVENT_NS, function() {
|
303 |
-
mfp.updateSize();
|
304 |
-
});
|
305 |
|
|
|
|
|
|
|
306 |
|
307 |
-
|
308 |
-
|
309 |
-
}
|
310 |
-
|
311 |
-
if(_wrapClasses)
|
312 |
-
mfp.wrap.addClass(_wrapClasses);
|
313 |
|
314 |
|
315 |
-
|
316 |
-
|
317 |
|
318 |
-
|
319 |
-
var windowStyles = {};
|
320 |
|
321 |
-
|
322 |
-
if(mfp._hasScrollBar(windowHeight)){
|
323 |
-
var s = mfp._getScrollbarSize();
|
324 |
-
if(s) {
|
325 |
-
windowStyles.marginRight = s;
|
326 |
-
}
|
327 |
-
}
|
328 |
-
}
|
329 |
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
|
|
336 |
}
|
337 |
-
}
|
338 |
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
}
|
348 |
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
// add everything to DOM
|
358 |
-
mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) );
|
359 |
-
|
360 |
-
// Save last focused element
|
361 |
-
mfp._lastFocusedEl = document.activeElement;
|
362 |
-
|
363 |
-
// Wait for next cycle to allow CSS transition
|
364 |
-
setTimeout(function() {
|
365 |
-
|
366 |
-
if(mfp.content) {
|
367 |
-
mfp._addClassToMFP(READY_CLASS);
|
368 |
-
mfp._setFocus();
|
369 |
-
} else {
|
370 |
-
// if content is not defined (not loaded e.t.c) we add class only for BG
|
371 |
-
mfp.bgOverlay.addClass(READY_CLASS);
|
372 |
}
|
373 |
-
|
374 |
-
// Trap the focus in popup
|
375 |
-
_document.on('focusin' + EVENT_NS, mfp._onFocusIn);
|
376 |
|
377 |
-
|
|
|
378 |
|
379 |
-
|
380 |
-
mfp.updateSize(windowHeight);
|
381 |
-
_mfpTrigger(OPEN_EVENT);
|
382 |
|
383 |
-
|
384 |
-
|
385 |
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
mfp.isOpen = false;
|
394 |
-
// for CSS3 animation
|
395 |
-
if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition ) {
|
396 |
-
mfp._addClassToMFP(REMOVING_CLASS);
|
397 |
setTimeout(function() {
|
398 |
-
mfp._close();
|
399 |
-
}, mfp.st.removalDelay);
|
400 |
-
} else {
|
401 |
-
mfp._close();
|
402 |
-
}
|
403 |
-
},
|
404 |
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
|
|
|
|
410 |
|
411 |
-
|
|
|
412 |
|
413 |
-
|
414 |
-
mfp.wrap.detach();
|
415 |
-
mfp.container.empty();
|
416 |
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
|
421 |
-
|
|
|
422 |
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
} else {
|
428 |
-
|
429 |
}
|
430 |
-
|
431 |
-
}
|
432 |
-
|
433 |
-
_document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS);
|
434 |
-
mfp.ev.off(EVENT_NS);
|
435 |
-
|
436 |
-
// clean up DOM elements that aren't removed
|
437 |
-
mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style');
|
438 |
-
mfp.bgOverlay.attr('class', 'mfp-bg');
|
439 |
-
mfp.container.attr('class', 'mfp-container');
|
440 |
-
|
441 |
-
// remove close button from target element
|
442 |
-
if(mfp.st.showCloseBtn &&
|
443 |
-
(!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) {
|
444 |
-
if(mfp.currTemplate.closeBtn)
|
445 |
-
mfp.currTemplate.closeBtn.detach();
|
446 |
-
}
|
447 |
-
|
448 |
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
mfp.currTemplate = null;
|
455 |
-
mfp.prevHeight = 0;
|
456 |
-
|
457 |
-
_mfpTrigger(AFTER_CLOSE_EVENT);
|
458 |
-
},
|
459 |
-
|
460 |
-
updateSize: function(winHeight) {
|
461 |
-
|
462 |
-
if(mfp.isIOS) {
|
463 |
-
// fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2
|
464 |
-
var zoomLevel = document.documentElement.clientWidth / window.innerWidth;
|
465 |
-
var height = window.innerHeight * zoomLevel;
|
466 |
-
mfp.wrap.css('height', height);
|
467 |
-
mfp.wH = height;
|
468 |
-
} else {
|
469 |
-
mfp.wH = winHeight || _window.height();
|
470 |
-
}
|
471 |
-
// Fixes #84: popup incorrectly positioned with position:relative on body
|
472 |
-
if(!mfp.fixedContentPos) {
|
473 |
-
mfp.wrap.css('height', mfp.wH);
|
474 |
-
}
|
475 |
|
476 |
-
|
477 |
|
478 |
-
|
|
|
|
|
479 |
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
updateItemHTML: function() {
|
484 |
-
var item = mfp.items[mfp.index];
|
485 |
|
486 |
-
|
487 |
-
mfp.contentContainer.detach();
|
488 |
|
489 |
-
|
490 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
491 |
|
492 |
-
|
493 |
-
|
494 |
-
}
|
495 |
|
496 |
-
|
|
|
|
|
|
|
497 |
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
|
|
503 |
|
504 |
-
|
505 |
|
506 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
|
508 |
-
|
509 |
-
|
510 |
|
511 |
-
|
512 |
-
_mfpTrigger('FirstMarkupParse', markup);
|
513 |
|
514 |
-
if(
|
515 |
-
|
|
|
|
|
|
|
|
|
516 |
} else {
|
517 |
-
|
518 |
-
|
|
|
|
|
|
|
519 |
}
|
520 |
-
}
|
521 |
|
522 |
-
|
523 |
-
mfp.container.removeClass('mfp-'+_prevContentType+'-holder');
|
524 |
-
}
|
525 |
-
|
526 |
-
var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]);
|
527 |
-
mfp.appendContent(newContent, type);
|
528 |
|
529 |
-
|
530 |
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
|
537 |
-
|
538 |
-
|
539 |
|
|
|
|
|
540 |
|
541 |
-
|
542 |
-
|
543 |
-
*/
|
544 |
-
appendContent: function(newContent, type) {
|
545 |
-
mfp.content = newContent;
|
546 |
-
|
547 |
-
if(newContent) {
|
548 |
-
if(mfp.st.showCloseBtn && mfp.st.closeBtnInside &&
|
549 |
-
mfp.currTemplate[type] === true) {
|
550 |
-
// if there is no markup, we just append close button element inside
|
551 |
-
if(!mfp.content.find('.mfp-close').length) {
|
552 |
-
mfp.content.append(_getCloseBtn());
|
553 |
-
}
|
554 |
-
} else {
|
555 |
-
mfp.content = newContent;
|
556 |
}
|
557 |
-
} else {
|
558 |
-
mfp.content = '';
|
559 |
-
}
|
560 |
-
|
561 |
-
_mfpTrigger(BEFORE_APPEND_EVENT);
|
562 |
-
mfp.container.addClass('mfp-'+type+'-holder');
|
563 |
-
|
564 |
-
mfp.contentContainer.append(mfp.content);
|
565 |
-
},
|
566 |
|
|
|
567 |
|
|
|
|
|
|
|
568 |
|
569 |
-
|
570 |
-
/**
|
571 |
-
* Creates Magnific Popup data object based on given data
|
572 |
-
* @param {int} index Index of item to parse
|
573 |
-
*/
|
574 |
-
parseEl: function(index) {
|
575 |
-
var item = mfp.items[index],
|
576 |
-
type;
|
577 |
|
578 |
-
|
579 |
-
|
580 |
-
} else {
|
581 |
-
type = item.type;
|
582 |
-
item = { data: item, src: item.src };
|
583 |
-
}
|
584 |
|
585 |
-
|
586 |
-
|
587 |
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
}
|
594 |
}
|
595 |
|
596 |
-
|
597 |
-
|
598 |
-
item.src = item.el.attr('href');
|
599 |
}
|
600 |
-
}
|
601 |
|
602 |
-
|
603 |
-
|
604 |
-
item.parsed = true;
|
605 |
-
mfp.items[index] = item;
|
606 |
-
_mfpTrigger('ElementParse', item);
|
607 |
|
608 |
-
|
609 |
-
},
|
610 |
|
|
|
|
|
611 |
|
612 |
-
|
613 |
-
|
614 |
-
*/
|
615 |
-
addGroup: function(el, options) {
|
616 |
-
var eHandler = function(e) {
|
617 |
-
e.mfpEl = this;
|
618 |
-
mfp._openClick(e, el, options);
|
619 |
-
};
|
620 |
|
621 |
-
|
622 |
-
|
623 |
-
}
|
624 |
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
635 |
} else {
|
636 |
-
|
637 |
-
el.off(eName).on(eName, eHandler);
|
638 |
}
|
639 |
-
}
|
640 |
-
},
|
641 |
-
_openClick: function(e, el, options) {
|
642 |
-
var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick;
|
643 |
|
|
|
|
|
644 |
|
645 |
-
|
646 |
-
|
647 |
-
}
|
648 |
|
649 |
-
var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn;
|
650 |
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
}
|
656 |
-
|
657 |
-
|
658 |
-
|
|
|
659 |
}
|
660 |
}
|
661 |
-
}
|
662 |
-
|
663 |
-
if(e.type) {
|
664 |
-
e.preventDefault();
|
665 |
|
666 |
-
|
667 |
-
|
668 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
669 |
}
|
670 |
-
}
|
671 |
-
|
672 |
|
673 |
-
|
674 |
-
|
675 |
-
options.items = el.find(options.delegate);
|
676 |
-
}
|
677 |
-
mfp.open(options);
|
678 |
-
},
|
679 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
|
681 |
-
/**
|
682 |
-
* Updates text on preloader
|
683 |
-
*/
|
684 |
-
updateStatus: function(status, text) {
|
685 |
|
686 |
-
|
687 |
-
|
688 |
-
mfp.container.removeClass('mfp-s-'+_prevStatus);
|
689 |
}
|
690 |
|
691 |
-
|
692 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
693 |
}
|
694 |
|
695 |
-
|
696 |
-
|
697 |
-
text: text
|
698 |
-
};
|
699 |
-
// allows to modify status
|
700 |
-
_mfpTrigger('UpdateStatus', data);
|
701 |
|
702 |
-
|
703 |
-
|
|
|
|
|
|
|
704 |
|
705 |
-
|
|
|
|
|
|
|
|
|
|
|
706 |
|
707 |
-
mfp.preloader.find('a').on('click', function(e) {
|
708 |
-
e.stopImmediatePropagation();
|
709 |
-
});
|
710 |
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
|
|
|
|
|
|
|
|
|
716 |
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
// Check to close popup or not
|
721 |
-
// "target" is an element that was clicked
|
722 |
-
_checkIfClose: function(target) {
|
723 |
|
724 |
-
|
725 |
-
|
726 |
-
|
|
|
|
|
|
|
727 |
|
728 |
-
|
729 |
-
|
730 |
|
731 |
-
|
732 |
-
return true;
|
733 |
-
} else {
|
734 |
|
735 |
-
|
736 |
-
|
737 |
-
|
|
|
|
|
|
|
738 |
}
|
|
|
739 |
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
return
|
750 |
}
|
751 |
|
752 |
-
|
753 |
-
|
754 |
-
},
|
755 |
-
_addClassToMFP: function(cName) {
|
756 |
-
mfp.bgOverlay.addClass(cName);
|
757 |
-
mfp.wrap.addClass(cName);
|
758 |
-
},
|
759 |
-
_removeClassFromMFP: function(cName) {
|
760 |
-
this.bgOverlay.removeClass(cName);
|
761 |
-
mfp.wrap.removeClass(cName);
|
762 |
-
},
|
763 |
-
_hasScrollBar: function(winHeight) {
|
764 |
-
return ( (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) );
|
765 |
-
},
|
766 |
-
_setFocus: function() {
|
767 |
-
(mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();
|
768 |
-
},
|
769 |
-
_onFocusIn: function(e) {
|
770 |
-
if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) {
|
771 |
-
mfp._setFocus();
|
772 |
-
return false;
|
773 |
-
}
|
774 |
-
},
|
775 |
-
_parseMarkup: function(template, values, item) {
|
776 |
-
var arr;
|
777 |
-
if(item.data) {
|
778 |
-
values = $.extend(item.data, values);
|
779 |
-
}
|
780 |
-
_mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] );
|
781 |
|
782 |
-
|
783 |
-
if(value === undefined || value === false) {
|
784 |
return true;
|
785 |
-
}
|
786 |
-
arr = key.split('_');
|
787 |
-
if(arr.length > 1) {
|
788 |
-
var el = template.find(EVENT_NS + '-'+arr[0]);
|
789 |
|
790 |
-
if
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
795 |
}
|
796 |
-
}
|
797 |
-
|
798 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
} else {
|
800 |
-
el.
|
801 |
}
|
802 |
-
} else {
|
803 |
-
el.attr(arr[1], value);
|
804 |
}
|
|
|
|
|
|
|
805 |
}
|
|
|
|
|
806 |
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;';
|
818 |
-
document.body.appendChild(scrollDiv);
|
819 |
-
mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth;
|
820 |
-
document.body.removeChild(scrollDiv);
|
821 |
}
|
822 |
-
return mfp.scrollbarSize;
|
823 |
-
}
|
824 |
-
|
825 |
-
}; /* MagnificPopup core prototype end */
|
826 |
|
|
|
827 |
|
828 |
|
829 |
|
830 |
-
/**
|
831 |
-
* Public static functions
|
832 |
-
*/
|
833 |
-
$.magnificPopup = {
|
834 |
-
instance: null,
|
835 |
-
proto: MagnificPopup.prototype,
|
836 |
-
modules: [],
|
837 |
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
}
|
846 |
-
|
847 |
|
848 |
-
options
|
849 |
-
|
850 |
-
return this.instance.open(options);
|
851 |
-
},
|
852 |
|
853 |
-
|
854 |
-
|
855 |
-
|
|
|
|
|
856 |
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
$.extend(this.proto, module.proto);
|
862 |
-
this.modules.push(name);
|
863 |
-
},
|
864 |
|
865 |
-
|
|
|
|
|
866 |
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
|
|
|
|
|
|
871 |
|
872 |
-
|
873 |
|
874 |
-
|
|
|
875 |
|
876 |
-
|
877 |
|
878 |
-
|
879 |
|
880 |
-
|
881 |
-
|
882 |
-
closeOnContentClick: false,
|
883 |
|
884 |
-
|
885 |
|
886 |
-
|
887 |
|
888 |
-
|
889 |
|
890 |
-
|
891 |
|
892 |
-
|
893 |
|
894 |
-
|
895 |
-
|
896 |
-
removalDelay: 0,
|
897 |
|
898 |
-
|
899 |
-
|
900 |
-
fixedContentPos: 'auto',
|
901 |
-
|
902 |
-
fixedBgPos: 'auto',
|
903 |
|
904 |
-
|
905 |
|
906 |
-
|
907 |
|
908 |
-
|
909 |
|
910 |
-
|
911 |
|
912 |
-
|
913 |
-
};
|
914 |
|
|
|
915 |
|
|
|
916 |
|
917 |
-
|
918 |
-
_checkInstance();
|
919 |
|
920 |
-
|
921 |
|
922 |
-
|
923 |
-
if (typeof options === "string" ) {
|
924 |
|
925 |
-
|
926 |
-
var items,
|
927 |
-
itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup,
|
928 |
-
index = parseInt(arguments[1], 10) || 0;
|
929 |
|
930 |
-
|
931 |
-
items = itemOpts.items[index];
|
932 |
-
} else {
|
933 |
-
items = jqEl;
|
934 |
-
if(itemOpts.delegate) {
|
935 |
-
items = items.find(itemOpts.delegate);
|
936 |
-
}
|
937 |
-
items = items.eq( index );
|
938 |
-
}
|
939 |
-
mfp._openClick({mfpEl:items}, jqEl, itemOpts);
|
940 |
-
} else {
|
941 |
-
if(mfp.isOpen)
|
942 |
-
mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1));
|
943 |
-
}
|
944 |
|
945 |
-
} else {
|
946 |
-
// clone options obj
|
947 |
-
options = $.extend(true, {}, options);
|
948 |
-
|
949 |
-
/*
|
950 |
-
* As Zepto doesn't support .data() method for objects
|
951 |
-
* and it works only in normal browsers
|
952 |
-
* we assign "options" object directly to the DOM element. FTW!
|
953 |
-
*/
|
954 |
-
if(_isJQ) {
|
955 |
-
jqEl.data('magnificPopup', options);
|
956 |
-
} else {
|
957 |
-
jqEl[0].magnificPopup = options;
|
958 |
}
|
|
|
959 |
|
960 |
-
mfp.addGroup(jqEl, options);
|
961 |
-
|
962 |
-
}
|
963 |
-
return jqEl;
|
964 |
-
};
|
965 |
|
966 |
|
967 |
-
|
968 |
-
|
969 |
-
var start = performance.now(),
|
970 |
-
i,
|
971 |
-
rounds = 1000;
|
972 |
|
973 |
-
|
974 |
|
975 |
-
|
976 |
-
|
977 |
|
978 |
-
|
979 |
-
|
|
|
|
|
980 |
|
981 |
-
|
982 |
-
|
983 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
984 |
|
|
|
|
|
|
|
985 |
|
986 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
987 |
|
988 |
-
|
989 |
|
990 |
-
var INLINE_NS = 'inline',
|
991 |
-
_hiddenClass,
|
992 |
-
_inlinePlaceholder,
|
993 |
-
_lastInlineElement,
|
994 |
-
_putInlineElementsBack = function() {
|
995 |
-
if(_lastInlineElement) {
|
996 |
-
_inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach();
|
997 |
-
_lastInlineElement = null;
|
998 |
}
|
|
|
999 |
};
|
1000 |
|
1001 |
-
|
1002 |
-
options: {
|
1003 |
-
hiddenClass: 'hide', // will be appended with `mfp-` prefix
|
1004 |
-
markup: '',
|
1005 |
-
tNotFound: 'Content not found'
|
1006 |
-
},
|
1007 |
-
proto: {
|
1008 |
|
1009 |
-
|
1010 |
-
mfp.types.push(INLINE_NS);
|
1011 |
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1015 |
},
|
|
|
1016 |
|
1017 |
-
|
|
|
1018 |
|
1019 |
-
|
|
|
|
|
|
|
1020 |
|
1021 |
-
|
1022 |
-
var inlineSt = mfp.st.inline,
|
1023 |
-
el = $(item.src);
|
1024 |
|
1025 |
-
|
|
|
|
|
|
|
|
|
1026 |
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
_inlinePlaceholder
|
1033 |
-
|
|
|
|
|
|
|
|
|
|
|
1034 |
}
|
1035 |
-
|
1036 |
-
|
|
|
|
|
|
|
1037 |
}
|
1038 |
|
1039 |
-
|
1040 |
-
|
1041 |
-
mfp.updateStatus('error', inlineSt.tNotFound);
|
1042 |
-
el = $('<div>');
|
1043 |
}
|
1044 |
|
1045 |
-
|
1046 |
-
|
|
|
1047 |
}
|
1048 |
-
|
1049 |
-
mfp.updateStatus('ready');
|
1050 |
-
mfp._parseMarkup(template, {}, item);
|
1051 |
-
return template;
|
1052 |
}
|
1053 |
-
|
1054 |
-
});
|
1055 |
|
1056 |
-
/*>>inline*/
|
1057 |
|
1058 |
-
/*>>ajax*/
|
1059 |
-
var AJAX_NS = 'ajax',
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
|
1073 |
-
$.magnificPopup.registerModule(AJAX_NS, {
|
1074 |
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
|
1095 |
-
|
1096 |
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
|
1105 |
-
|
1106 |
|
1107 |
-
|
1108 |
|
1109 |
-
|
1110 |
|
1111 |
-
|
1112 |
|
1113 |
-
|
1114 |
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
|
1119 |
-
|
1120 |
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
|
1130 |
-
|
1131 |
|
1132 |
-
|
|
|
1133 |
}
|
1134 |
-
|
1135 |
-
});
|
1136 |
|
|
|
1137 |
|
|
|
|
|
|
|
|
|
|
|
1138 |
|
|
|
1139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1140 |
|
1141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
|
1143 |
-
|
|
|
|
|
|
|
1144 |
|
1145 |
-
|
1146 |
-
var _imgInterval,
|
1147 |
-
_getTitle = function(item) {
|
1148 |
-
if(item.data && item.data.title !== undefined)
|
1149 |
-
return item.data.title;
|
1150 |
|
1151 |
-
|
|
|
|
|
|
|
|
|
1152 |
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
}
|
1160 |
-
return '';
|
1161 |
-
};
|
1162 |
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
markup: '<div class="mfp-figure">'+
|
1167 |
-
'<div class="mfp-close"></div>'+
|
1168 |
-
'<figure>'+
|
1169 |
-
'<div class="mfp-img"></div>'+
|
1170 |
-
'<figcaption>'+
|
1171 |
-
'<div class="mfp-bottom-bar">'+
|
1172 |
-
'<div class="mfp-title"></div>'+
|
1173 |
-
'<div class="mfp-counter"></div>'+
|
1174 |
-
'</div>'+
|
1175 |
-
'</figcaption>'+
|
1176 |
-
'</figure>'+
|
1177 |
-
'</div>',
|
1178 |
-
cursor: 'mfp-zoom-out-cur',
|
1179 |
-
titleSrc: 'title',
|
1180 |
-
verticalFit: true,
|
1181 |
-
tError: '<a href="%url%">The image</a> could not be loaded.'
|
1182 |
-
},
|
1183 |
-
|
1184 |
-
proto: {
|
1185 |
-
initImage: function() {
|
1186 |
-
var imgSt = mfp.st.image,
|
1187 |
-
ns = '.image';
|
1188 |
-
|
1189 |
-
mfp.types.push('image');
|
1190 |
-
|
1191 |
-
_mfpOn(OPEN_EVENT+ns, function() {
|
1192 |
-
if(mfp.currItem.type === 'image' && imgSt.cursor) {
|
1193 |
-
$(document.body).addClass(imgSt.cursor);
|
1194 |
}
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
if
|
1199 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1200 |
}
|
1201 |
-
|
1202 |
-
|
|
|
1203 |
|
1204 |
-
|
1205 |
-
if(mfp.isLowIE) {
|
1206 |
-
_mfpOn('AfterChange', mfp.resizeImage);
|
1207 |
-
}
|
1208 |
-
},
|
1209 |
-
resizeImage: function() {
|
1210 |
-
var item = mfp.currItem;
|
1211 |
-
if(!item || !item.img) return;
|
1212 |
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
if(mfp.isLowIE) {
|
1217 |
-
decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10);
|
1218 |
-
}
|
1219 |
-
item.img.css('max-height', mfp.wH-decr);
|
1220 |
-
}
|
1221 |
-
},
|
1222 |
-
_onImageHasSize: function(item) {
|
1223 |
-
if(item.img) {
|
1224 |
-
|
1225 |
-
item.hasSize = true;
|
1226 |
|
1227 |
-
|
1228 |
-
clearInterval(_imgInterval);
|
1229 |
-
}
|
1230 |
-
|
1231 |
-
item.isCheckingImgSize = false;
|
1232 |
|
1233 |
-
|
1234 |
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
item.imgHidden = false;
|
1240 |
-
}
|
1241 |
|
1242 |
-
|
1243 |
-
|
1244 |
|
1245 |
-
|
1246 |
-
|
1247 |
-
*/
|
1248 |
-
findImageSize: function(item) {
|
1249 |
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
|
|
1253 |
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
mfp._onImageHasSize(item);
|
1261 |
-
return;
|
1262 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1263 |
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
|
|
|
|
1267 |
|
1268 |
-
|
1269 |
-
|
1270 |
-
mfpSetInterval(10);
|
1271 |
-
} else if(counter === 40) {
|
1272 |
-
mfpSetInterval(50);
|
1273 |
-
} else if(counter === 100) {
|
1274 |
-
mfpSetInterval(500);
|
1275 |
-
}
|
1276 |
-
}, delay);
|
1277 |
-
};
|
1278 |
|
1279 |
-
|
1280 |
-
|
1281 |
|
1282 |
-
|
|
|
1283 |
|
1284 |
-
|
1285 |
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1290 |
item.img.off('.mfploader');
|
1291 |
-
|
1292 |
if(item === mfp.currItem){
|
1293 |
mfp._onImageHasSize(item);
|
1294 |
-
|
1295 |
-
mfp.updateStatus('ready');
|
1296 |
}
|
1297 |
|
1298 |
item.hasSize = true;
|
1299 |
item.loaded = true;
|
1300 |
-
|
1301 |
-
_mfpTrigger('ImageLoadComplete');
|
1302 |
-
|
1303 |
-
}
|
1304 |
-
else {
|
1305 |
-
// if image complete check fails 200 times (20 sec), we assume that there was an error.
|
1306 |
-
guard++;
|
1307 |
-
if(guard < 200) {
|
1308 |
-
setTimeout(onLoadComplete,100);
|
1309 |
-
} else {
|
1310 |
-
onLoadError();
|
1311 |
-
}
|
1312 |
}
|
1313 |
-
|
1314 |
-
|
1315 |
|
1316 |
-
// image error handler
|
1317 |
-
onLoadError = function() {
|
1318 |
-
if(item) {
|
1319 |
-
item.img.off('.mfploader');
|
1320 |
-
if(item === mfp.currItem){
|
1321 |
-
mfp._onImageHasSize(item);
|
1322 |
-
mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
|
1323 |
-
}
|
1324 |
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
|
|
|
|
|
|
1328 |
}
|
1329 |
-
|
1330 |
-
|
1331 |
|
|
|
|
|
|
|
|
|
|
|
1332 |
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
}
|
1340 |
-
item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);
|
1341 |
-
img.src = item.src;
|
1342 |
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
}
|
1348 |
|
1349 |
-
|
1350 |
-
if(img.naturalWidth > 0) {
|
1351 |
-
item.hasSize = true;
|
1352 |
-
} else if(!img.width) {
|
1353 |
-
item.hasSize = false;
|
1354 |
-
}
|
1355 |
-
}
|
1356 |
|
1357 |
-
|
1358 |
-
|
1359 |
-
img_replaceWith: item.img
|
1360 |
-
}, item);
|
1361 |
|
1362 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1363 |
|
1364 |
-
|
1365 |
-
|
1366 |
|
1367 |
-
if
|
|
|
1368 |
template.addClass('mfp-loading');
|
1369 |
-
mfp.
|
1370 |
-
} else {
|
1371 |
-
template.removeClass('mfp-loading');
|
1372 |
-
mfp.updateStatus('ready');
|
1373 |
}
|
|
|
1374 |
return template;
|
1375 |
}
|
1376 |
-
|
1377 |
-
mfp.updateStatus('loading');
|
1378 |
-
item.loading = true;
|
1379 |
-
|
1380 |
-
if(!item.hasSize) {
|
1381 |
-
item.imgHidden = true;
|
1382 |
-
template.addClass('mfp-loading');
|
1383 |
-
mfp.findImageSize(item);
|
1384 |
-
}
|
1385 |
-
|
1386 |
-
return template;
|
1387 |
}
|
1388 |
-
|
1389 |
-
});
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
/*>>image*/
|
1394 |
-
|
1395 |
-
/*>>zoom*/
|
1396 |
-
var hasMozTransform,
|
1397 |
-
getHasMozTransform = function() {
|
1398 |
-
if(hasMozTransform === undefined) {
|
1399 |
-
hasMozTransform = document.createElement('p').style.MozTransform !== undefined;
|
1400 |
-
}
|
1401 |
-
return hasMozTransform;
|
1402 |
-
};
|
1403 |
|
1404 |
-
|
1405 |
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
|
1415 |
-
|
1416 |
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
return;
|
1424 |
}
|
|
|
1425 |
|
1426 |
-
|
1427 |
-
getElToAnimate = function(image) {
|
1428 |
-
var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'),
|
1429 |
-
transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing,
|
1430 |
-
cssObj = {
|
1431 |
-
position: 'fixed',
|
1432 |
-
zIndex: 9999,
|
1433 |
-
left: 0,
|
1434 |
-
top: 0,
|
1435 |
-
'-webkit-backface-visibility': 'hidden'
|
1436 |
-
},
|
1437 |
-
t = 'transition';
|
1438 |
|
1439 |
-
|
|
|
|
|
|
|
1440 |
|
1441 |
-
|
1442 |
-
return
|
1443 |
-
|
1444 |
-
showMainContent = function() {
|
1445 |
-
mfp.content.css('visibility', 'visible');
|
1446 |
-
},
|
1447 |
-
openTimeout,
|
1448 |
-
animatedImg;
|
1449 |
|
1450 |
-
|
1451 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1452 |
|
1453 |
-
|
1454 |
-
mfp.content.css('visibility', 'hidden');
|
1455 |
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
|
|
1459 |
|
1460 |
-
|
1461 |
-
showMainContent();
|
1462 |
-
return;
|
1463 |
-
}
|
1464 |
|
1465 |
-
|
1466 |
-
|
1467 |
-
animatedImg.css( mfp._getOffset() );
|
1468 |
|
1469 |
-
|
1470 |
|
1471 |
-
openTimeout = setTimeout(function() {
|
1472 |
-
animatedImg.css( mfp._getOffset( true ) );
|
1473 |
openTimeout = setTimeout(function() {
|
|
|
|
|
1474 |
|
1475 |
-
|
1476 |
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
|
1483 |
-
|
1484 |
|
1485 |
-
|
1486 |
|
1487 |
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
|
1493 |
|
1494 |
-
|
1495 |
|
1496 |
-
|
1497 |
|
1498 |
-
if(!image) {
|
1499 |
-
image = mfp._getItemToZoom();
|
1500 |
if(!image) {
|
1501 |
-
|
|
|
|
|
|
|
|
|
1502 |
}
|
1503 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1504 |
}
|
1505 |
-
|
1506 |
-
|
1507 |
-
animatedImg.css( mfp._getOffset(true) );
|
1508 |
-
mfp.wrap.append(animatedImg);
|
1509 |
-
mfp.content.css('visibility', 'hidden');
|
1510 |
-
|
1511 |
-
setTimeout(function() {
|
1512 |
-
animatedImg.css( mfp._getOffset() );
|
1513 |
-
}, 16);
|
1514 |
-
}
|
1515 |
|
1516 |
-
|
1517 |
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
|
|
|
|
1523 |
}
|
1524 |
-
|
1525 |
-
|
1526 |
-
});
|
1527 |
-
},
|
1528 |
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|