fotoramajs 4.6.2 → 4.6.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,565 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
*/
|
4
|
-
.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__fullscreen-icon:focus:after,
|
5
|
-
.fotorama__arr:focus:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__img, .fotorama__html, .fotorama__video iframe {
|
6
|
-
position: absolute;
|
7
|
-
width: 100%;
|
8
|
-
height: 100%;
|
9
|
-
top: 0;
|
10
|
-
right: 0;
|
11
|
-
left: 0;
|
12
|
-
bottom: 0; }
|
13
|
-
|
14
|
-
.fotorama--fullscreen, .fotorama__img {
|
15
|
-
max-width: 99999px !important;
|
16
|
-
max-height: 99999px !important;
|
17
|
-
min-width: 0 !important;
|
18
|
-
min-height: 0 !important;
|
19
|
-
border-radius: 0 !important;
|
20
|
-
box-shadow: none !important;
|
21
|
-
padding: 0 !important; }
|
22
|
-
|
23
|
-
.fotorama__wrap .fotorama__grab {
|
24
|
-
cursor: move;
|
25
|
-
cursor: -webkit-grab;
|
26
|
-
cursor: -o-grab;
|
27
|
-
cursor: -ms-grab;
|
28
|
-
cursor: grab; }
|
29
|
-
|
30
|
-
.fotorama__grabbing * {
|
31
|
-
cursor: move;
|
32
|
-
cursor: -webkit-grabbing;
|
33
|
-
cursor: -o-grabbing;
|
34
|
-
cursor: -ms-grabbing;
|
35
|
-
cursor: grabbing; }
|
36
|
-
|
37
|
-
.fotorama__spinner {
|
38
|
-
position: absolute !important;
|
39
|
-
top: 50% !important;
|
40
|
-
left: 50% !important; }
|
41
|
-
|
42
|
-
.fotorama__wrap--css3 .fotorama__stage__shaft,
|
43
|
-
.fotorama__wrap--css3 .fotorama__nav__shaft,
|
44
|
-
.fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3
|
45
|
-
.fotorama__fullscreen-icon, .fotorama__wrap--css3
|
46
|
-
.fotorama__video-play, .fotorama__wrap--css3
|
47
|
-
.fotorama__video-close {
|
48
|
-
-webkit-transform: translate3d(0, 0, 0);
|
49
|
-
transform: translate3d(0, 0, 0); }
|
50
|
-
|
51
|
-
.fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage,
|
52
|
-
.fotorama__wrap--css3 .fotorama__nav,
|
53
|
-
.fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
|
54
|
-
.fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
|
55
|
-
-webkit-transform: translateZ(0);
|
56
|
-
transform: translateZ(0); }
|
57
|
-
|
58
|
-
.fotorama__nav__frame, .fotorama__fullscreen-icon:focus,
|
59
|
-
.fotorama__arr:focus {
|
60
|
-
outline: 0; }
|
61
|
-
|
62
|
-
.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__fullscreen-icon:focus:after,
|
63
|
-
.fotorama__arr:focus:after {
|
64
|
-
content: '';
|
65
|
-
border-radius: inherit;
|
66
|
-
background-color: rgba(0, 175, 234, 0.5); }
|
67
|
-
|
68
|
-
.fotorama__wrap--video .fotorama__stage__shaft,
|
69
|
-
.fotorama__wrap--video .fotorama__stage,
|
70
|
-
.fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
|
71
|
-
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
|
72
|
-
-webkit-transform: none !important;
|
73
|
-
transform: none !important; }
|
74
|
-
|
75
|
-
.fotorama__wrap--css3 .fotorama__stage__shaft,
|
76
|
-
.fotorama__wrap--css3 .fotorama__nav__shaft,
|
77
|
-
.fotorama__wrap--css3 .fotorama__thumb-border {
|
78
|
-
transition-property: -webkit-transform, width;
|
79
|
-
transition-property: transform, width;
|
80
|
-
transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
|
81
|
-
transition-duration: 0ms; }
|
82
|
-
|
83
|
-
.fotorama__wrap, .fotorama__no-select, .fotorama__arr,
|
84
|
-
.fotorama__fullscreen-icon,
|
85
|
-
.fotorama__video-play,
|
86
|
-
.fotorama__video-close {
|
87
|
-
-webkit-user-select: none;
|
88
|
-
-moz-user-select: none;
|
89
|
-
-ms-user-select: none;
|
90
|
-
user-select: none; }
|
91
|
-
|
92
|
-
.fotorama__select {
|
93
|
-
-webkit-user-select: text;
|
94
|
-
-moz-user-select: text;
|
95
|
-
-ms-user-select: text;
|
96
|
-
user-select: text; }
|
97
|
-
|
98
|
-
.fotorama__nav, .fotorama__nav__frame {
|
99
|
-
margin: auto;
|
100
|
-
padding: 0; }
|
101
|
-
|
102
|
-
.fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
|
103
|
-
-moz-box-orient: vertical;
|
104
|
-
display: inline-block;
|
105
|
-
vertical-align: middle;
|
106
|
-
*display: inline;
|
107
|
-
*zoom: 1; }
|
108
|
-
|
109
|
-
.fotorama__wrap * {
|
110
|
-
box-sizing: content-box; }
|
111
|
-
|
112
|
-
.fotorama__caption__wrap {
|
113
|
-
box-sizing: border-box; }
|
114
|
-
|
115
|
-
.fotorama--hidden, .fotorama__load {
|
116
|
-
position: absolute;
|
117
|
-
left: -99999px;
|
118
|
-
top: -99999px;
|
119
|
-
z-index: -1; }
|
120
|
-
|
121
|
-
.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr,
|
122
|
-
.fotorama__fullscreen-icon,
|
123
|
-
.fotorama__video-play,
|
124
|
-
.fotorama__video-close {
|
125
|
-
-webkit-tap-highlight-color: transparent; }
|
126
|
-
|
127
|
-
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
|
128
|
-
background: image-url("fotorama.png") no-repeat; }
|
129
|
-
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
|
130
|
-
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
|
131
|
-
background: image-url("fotorama@2x.png") no-repeat;
|
132
|
-
background-size: 96px 160px; } }
|
133
|
-
|
134
|
-
.fotorama__thumb {
|
135
|
-
background-color: #7f7f7f;
|
136
|
-
background-color: rgba(127, 127, 127, 0.2); }
|
137
|
-
|
138
|
-
@media print {
|
139
|
-
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close, .fotorama__thumb-border {
|
140
|
-
background: none !important; } }
|
141
|
-
|
142
|
-
.fotorama {
|
143
|
-
min-width: 1px;
|
144
|
-
overflow: hidden; }
|
145
|
-
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
|
146
|
-
display: none; }
|
147
|
-
|
148
|
-
.fullscreen {
|
149
|
-
width: 100% !important;
|
150
|
-
height: 100% !important;
|
151
|
-
max-width: 100% !important;
|
152
|
-
max-height: 100% !important;
|
153
|
-
margin: 0 !important;
|
154
|
-
padding: 0 !important;
|
155
|
-
overflow: hidden !important;
|
156
|
-
background: #000; }
|
157
|
-
|
158
|
-
.fotorama--fullscreen {
|
159
|
-
position: absolute !important;
|
160
|
-
top: 0 !important;
|
161
|
-
left: 0 !important;
|
162
|
-
right: 0 !important;
|
163
|
-
bottom: 0 !important;
|
164
|
-
float: none !important;
|
165
|
-
z-index: 2147483647 !important;
|
166
|
-
background: #000;
|
167
|
-
width: 100% !important;
|
168
|
-
height: 100% !important;
|
169
|
-
margin: 0 !important; }
|
170
|
-
.fotorama--fullscreen .fotorama__stage,
|
171
|
-
.fotorama--fullscreen .fotorama__nav {
|
172
|
-
background: #000; }
|
173
|
-
|
174
|
-
.fotorama__wrap {
|
175
|
-
-webkit-text-size-adjust: 100%;
|
176
|
-
position: relative;
|
177
|
-
direction: ltr;
|
178
|
-
z-index: 0; }
|
179
|
-
|
180
|
-
.fotorama__wrap--rtl .fotorama__stage__frame {
|
181
|
-
direction: rtl; }
|
182
|
-
|
183
|
-
.fotorama__stage,
|
184
|
-
.fotorama__nav {
|
185
|
-
overflow: hidden;
|
186
|
-
position: relative;
|
187
|
-
max-width: 100%; }
|
188
|
-
|
189
|
-
.fotorama__wrap--pan-y {
|
190
|
-
-ms-touch-action: pan-y; }
|
191
|
-
|
192
|
-
.fotorama__wrap .fotorama__pointer {
|
193
|
-
cursor: pointer; }
|
194
|
-
|
195
|
-
.fotorama__wrap--slide .fotorama__stage__frame {
|
196
|
-
opacity: 1 !important; }
|
197
|
-
|
198
|
-
.fotorama__stage__frame {
|
199
|
-
overflow: hidden; }
|
200
|
-
.fotorama__stage__frame.fotorama__active {
|
201
|
-
z-index: 8; }
|
202
|
-
|
203
|
-
.fotorama__wrap--fade .fotorama__stage__frame {
|
204
|
-
display: none; }
|
205
|
-
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
|
206
|
-
.fotorama__wrap--fade .fotorama__fade-front,
|
207
|
-
.fotorama__wrap--fade .fotorama__fade-rear {
|
208
|
-
display: block;
|
209
|
-
left: 0;
|
210
|
-
top: 0; }
|
211
|
-
.fotorama__wrap--fade .fotorama__fade-front {
|
212
|
-
z-index: 8; }
|
213
|
-
.fotorama__wrap--fade .fotorama__fade-rear {
|
214
|
-
z-index: 7; }
|
215
|
-
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
|
216
|
-
z-index: 9; }
|
217
|
-
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
|
218
|
-
display: none; }
|
219
|
-
|
220
|
-
.fotorama__img {
|
221
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
222
|
-
filter: alpha(opacity=0);
|
223
|
-
opacity: 0;
|
224
|
-
border: none !important; }
|
225
|
-
.fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
|
226
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
227
|
-
filter: alpha(opacity=100);
|
228
|
-
opacity: 1; }
|
229
|
-
|
230
|
-
.fotorama__img--full {
|
231
|
-
display: none; }
|
232
|
-
|
233
|
-
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
|
234
|
-
display: none; }
|
235
|
-
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
|
236
|
-
display: block; }
|
237
|
-
|
238
|
-
.fotorama__wrap--only-active .fotorama__stage,
|
239
|
-
.fotorama__wrap--only-active .fotorama__nav {
|
240
|
-
max-width: 99999px !important; }
|
241
|
-
.fotorama__wrap--only-active .fotorama__stage__frame {
|
242
|
-
visibility: hidden; }
|
243
|
-
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
|
244
|
-
visibility: visible; }
|
245
|
-
|
246
|
-
.fotorama__nav {
|
247
|
-
font-size: 0;
|
248
|
-
line-height: 0;
|
249
|
-
text-align: center;
|
250
|
-
display: none;
|
251
|
-
white-space: nowrap;
|
252
|
-
z-index: 5; }
|
253
|
-
|
254
|
-
.fotorama__nav__shaft {
|
255
|
-
position: relative;
|
256
|
-
left: 0;
|
257
|
-
top: 0;
|
258
|
-
text-align: left; }
|
259
|
-
|
260
|
-
.fotorama__nav__frame {
|
261
|
-
position: relative;
|
262
|
-
cursor: pointer; }
|
263
|
-
|
264
|
-
.fotorama__nav--dots {
|
265
|
-
display: block; }
|
266
|
-
.fotorama__nav--dots .fotorama__nav__frame {
|
267
|
-
width: 18px;
|
268
|
-
height: 30px; }
|
269
|
-
.fotorama__nav--dots .fotorama__nav__frame--thumb,
|
270
|
-
.fotorama__nav--dots .fotorama__thumb-border {
|
271
|
-
display: none; }
|
272
|
-
|
273
|
-
.fotorama__nav--thumbs {
|
274
|
-
display: block; }
|
275
|
-
.fotorama__nav--thumbs .fotorama__nav__frame {
|
276
|
-
padding-left: 0 !important; }
|
277
|
-
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
|
278
|
-
padding-right: 0 !important; }
|
279
|
-
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
|
280
|
-
display: none; }
|
281
|
-
|
282
|
-
.fotorama__dot {
|
283
|
-
display: block;
|
284
|
-
width: 4px;
|
285
|
-
height: 4px;
|
286
|
-
position: relative;
|
287
|
-
top: 12px;
|
288
|
-
left: 6px;
|
289
|
-
border-radius: 6px;
|
290
|
-
border: 1px solid #7f7f7f; }
|
291
|
-
.fotorama__nav__frame:focus .fotorama__dot:after {
|
292
|
-
padding: 1px;
|
293
|
-
top: -1px;
|
294
|
-
left: -1px; }
|
295
|
-
.fotorama__nav__frame.fotorama__active .fotorama__dot {
|
296
|
-
width: 0;
|
297
|
-
height: 0;
|
298
|
-
border-width: 3px; }
|
299
|
-
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
|
300
|
-
padding: 3px;
|
301
|
-
top: -3px;
|
302
|
-
left: -3px; }
|
303
|
-
|
304
|
-
.fotorama__thumb {
|
305
|
-
overflow: hidden;
|
306
|
-
position: relative;
|
307
|
-
width: 100%;
|
308
|
-
height: 100%; }
|
309
|
-
.fotorama__nav__frame:focus .fotorama__thumb {
|
310
|
-
z-index: 2; }
|
311
|
-
|
312
|
-
.fotorama__thumb-border {
|
313
|
-
position: absolute;
|
314
|
-
z-index: 9;
|
315
|
-
top: 0;
|
316
|
-
left: 0;
|
317
|
-
border-style: solid;
|
318
|
-
border-color: #00afea;
|
319
|
-
background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }
|
320
|
-
|
321
|
-
.fotorama__caption {
|
322
|
-
position: absolute;
|
323
|
-
z-index: 12;
|
324
|
-
bottom: 0;
|
325
|
-
left: 0;
|
326
|
-
right: 0;
|
327
|
-
font-family: 'Helvetica Neue', Arial, sans-serif;
|
328
|
-
font-size: 14px;
|
329
|
-
line-height: 1.5;
|
330
|
-
color: #000; }
|
331
|
-
.fotorama__caption a {
|
332
|
-
text-decoration: none;
|
333
|
-
color: #000;
|
334
|
-
border-bottom: 1px solid;
|
335
|
-
border-color: rgba(0, 0, 0, 0.5); }
|
336
|
-
.fotorama__caption a:hover {
|
337
|
-
color: #333;
|
338
|
-
border-color: rgba(51, 51, 51, 0.5); }
|
339
|
-
.fotorama__wrap--rtl .fotorama__caption {
|
340
|
-
left: auto;
|
341
|
-
right: 0; }
|
342
|
-
.fotorama__wrap--video .fotorama__caption, .fotorama__wrap--no-captions .fotorama__caption {
|
343
|
-
display: none; }
|
344
|
-
|
345
|
-
.fotorama__caption__wrap {
|
346
|
-
background-color: #fff;
|
347
|
-
background-color: rgba(255, 255, 255, 0.9);
|
348
|
-
padding: 5px 10px; }
|
349
|
-
|
350
|
-
@-webkit-keyframes spinner {
|
351
|
-
0% {
|
352
|
-
-webkit-transform: rotate(0);
|
353
|
-
transform: rotate(0); }
|
354
|
-
|
355
|
-
100% {
|
356
|
-
-webkit-transform: rotate(360deg);
|
357
|
-
transform: rotate(360deg); } }
|
358
|
-
|
359
|
-
@keyframes spinner {
|
360
|
-
0% {
|
361
|
-
-webkit-transform: rotate(0);
|
362
|
-
transform: rotate(0); }
|
363
|
-
|
364
|
-
100% {
|
365
|
-
-webkit-transform: rotate(360deg);
|
366
|
-
transform: rotate(360deg); } }
|
367
|
-
.fotorama__wrap--css3 .fotorama__spinner {
|
368
|
-
-webkit-animation: spinner 24s infinite linear;
|
369
|
-
animation: spinner 24s infinite linear; }
|
370
|
-
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
|
371
|
-
.fotorama__wrap--css3 .fotorama__html {
|
372
|
-
transition-property: opacity;
|
373
|
-
transition-timing-function: linear;
|
374
|
-
transition-duration: 0.3s; }
|
375
|
-
|
376
|
-
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
|
377
|
-
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
|
378
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
379
|
-
filter: alpha(opacity=0);
|
380
|
-
opacity: 0; }
|
381
|
-
|
382
|
-
.fotorama__select {
|
383
|
-
cursor: auto; }
|
384
|
-
|
385
|
-
.fotorama__video {
|
386
|
-
top: 32px;
|
387
|
-
right: 0;
|
388
|
-
bottom: 0;
|
389
|
-
left: 0;
|
390
|
-
position: absolute;
|
391
|
-
z-index: 10; }
|
392
|
-
|
393
|
-
/* Strange fix of the #66 issue (Firefox bug while sliding backwards) */
|
394
|
-
@-moz-document url-prefix() {
|
395
|
-
.fotorama__active {
|
396
|
-
box-shadow: 0 0 0 transparent; } }
|
397
|
-
.fotorama__arr,
|
398
|
-
.fotorama__fullscreen-icon,
|
399
|
-
.fotorama__video-play,
|
400
|
-
.fotorama__video-close {
|
401
|
-
position: absolute;
|
402
|
-
z-index: 11;
|
403
|
-
cursor: pointer; }
|
404
|
-
|
405
|
-
.fotorama__arr {
|
406
|
-
position: absolute;
|
407
|
-
width: 32px;
|
408
|
-
height: 32px;
|
409
|
-
top: 50%;
|
410
|
-
margin-top: -16px; }
|
411
|
-
|
412
|
-
.fotorama__arr--prev {
|
413
|
-
left: 2px;
|
414
|
-
background-position: 0 0; }
|
415
|
-
|
416
|
-
.fotorama__arr--next {
|
417
|
-
right: 2px;
|
418
|
-
background-position: -32px 0; }
|
419
|
-
|
420
|
-
.fotorama__arr--disabled {
|
421
|
-
pointer-events: none;
|
422
|
-
cursor: default;
|
423
|
-
*display: none;
|
424
|
-
opacity: .1; }
|
425
|
-
|
426
|
-
.fotorama__fullscreen-icon {
|
427
|
-
width: 32px;
|
428
|
-
height: 32px;
|
429
|
-
top: 2px;
|
430
|
-
right: 2px;
|
431
|
-
background-position: 0 -32px;
|
432
|
-
z-index: 20; }
|
433
|
-
|
434
|
-
.fotorama__fullscreen-icon:focus,
|
435
|
-
.fotorama__arr:focus {
|
436
|
-
border-radius: 50%; }
|
437
|
-
|
438
|
-
.fotorama--fullscreen .fotorama__fullscreen-icon {
|
439
|
-
background-position: -32px -32px; }
|
440
|
-
|
441
|
-
.fotorama__video-play {
|
442
|
-
width: 96px;
|
443
|
-
height: 96px;
|
444
|
-
left: 50%;
|
445
|
-
top: 50%;
|
446
|
-
margin-left: -48px;
|
447
|
-
margin-top: -48px;
|
448
|
-
background-position: 0 -64px;
|
449
|
-
opacity: 0; }
|
450
|
-
.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
|
451
|
-
display: none; }
|
452
|
-
.fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
|
453
|
-
opacity: 1;
|
454
|
-
display: block; }
|
455
|
-
.fotorama__nav__frame .fotorama__video-play {
|
456
|
-
width: 32px;
|
457
|
-
height: 32px;
|
458
|
-
margin-left: -16px;
|
459
|
-
margin-top: -16px;
|
460
|
-
background-position: -64px -32px; }
|
461
|
-
|
462
|
-
.fotorama__video-close {
|
463
|
-
width: 32px;
|
464
|
-
height: 32px;
|
465
|
-
top: 0;
|
466
|
-
right: 0;
|
467
|
-
background-position: -64px 0;
|
468
|
-
z-index: 20;
|
469
|
-
opacity: 0; }
|
470
|
-
.fotorama__wrap--css2 .fotorama__video-close {
|
471
|
-
display: none; }
|
472
|
-
.fotorama__wrap--css3 .fotorama__video-close {
|
473
|
-
-webkit-transform: translate3d(32px, -32px, 0);
|
474
|
-
transform: translate3d(32px, -32px, 0); }
|
475
|
-
.fotorama__wrap--video .fotorama__video-close {
|
476
|
-
display: block;
|
477
|
-
opacity: 1; }
|
478
|
-
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
|
479
|
-
-webkit-transform: translate3d(0, 0, 0);
|
480
|
-
transform: translate3d(0, 0, 0); }
|
481
|
-
|
482
|
-
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
|
483
|
-
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
|
484
|
-
opacity: 0; }
|
485
|
-
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
|
486
|
-
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
|
487
|
-
opacity: 1; }
|
488
|
-
|
489
|
-
.fotorama__wrap--video .fotorama__arr,
|
490
|
-
.fotorama__wrap--video .fotorama__fullscreen-icon {
|
491
|
-
opacity: 0 !important; }
|
492
|
-
|
493
|
-
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
|
494
|
-
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
|
495
|
-
display: none; }
|
496
|
-
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
|
497
|
-
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
|
498
|
-
display: block; }
|
499
|
-
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
|
500
|
-
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
|
501
|
-
display: none !important; }
|
502
|
-
|
503
|
-
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
|
504
|
-
-webkit-transform: translate3d(32px, -32px, 0);
|
505
|
-
transform: translate3d(32px, -32px, 0); }
|
506
|
-
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
|
507
|
-
-webkit-transform: translate3d(-48px, 0, 0);
|
508
|
-
transform: translate3d(-48px, 0, 0); }
|
509
|
-
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
|
510
|
-
-webkit-transform: translate3d(48px, 0, 0);
|
511
|
-
transform: translate3d(48px, 0, 0); }
|
512
|
-
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
|
513
|
-
-webkit-transform: translate3d(32px, -32px, 0) !important;
|
514
|
-
transform: translate3d(32px, -32px, 0) !important; }
|
515
|
-
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
|
516
|
-
-webkit-transform: translate3d(-48px, 0, 0) !important;
|
517
|
-
transform: translate3d(-48px, 0, 0) !important; }
|
518
|
-
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
|
519
|
-
-webkit-transform: translate3d(48px, 0, 0) !important;
|
520
|
-
transform: translate3d(48px, 0, 0) !important; }
|
521
|
-
|
522
|
-
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
|
523
|
-
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
|
524
|
-
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
|
525
|
-
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
|
526
|
-
transition-property: -webkit-transform, opacity;
|
527
|
-
transition-property: transform, opacity;
|
528
|
-
transition-duration: 0.3s; }
|
529
|
-
|
530
|
-
.fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
|
531
|
-
content: "";
|
532
|
-
display: block;
|
533
|
-
position: absolute;
|
534
|
-
text-decoration: none;
|
535
|
-
top: 0;
|
536
|
-
bottom: 0;
|
537
|
-
width: 10px;
|
538
|
-
height: auto;
|
539
|
-
z-index: 10;
|
540
|
-
pointer-events: none;
|
541
|
-
background-repeat: no-repeat;
|
542
|
-
background-size: 1px 100%, 5px 100%; }
|
543
|
-
.fotorama__stage:before, .fotorama__nav:before {
|
544
|
-
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
|
545
|
-
background-position: 0 0, 0 0;
|
546
|
-
left: -10px; }
|
547
|
-
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
|
548
|
-
left: 0; }
|
549
|
-
.fotorama__stage:after, .fotorama__nav:after {
|
550
|
-
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
|
551
|
-
background-position: 100% 0, 100% 0;
|
552
|
-
right: -10px; }
|
553
|
-
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
|
554
|
-
right: 0; }
|
555
|
-
|
556
|
-
.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
|
557
|
-
.fotorama--fullscreen .fotorama__nav:before,
|
558
|
-
.fotorama--fullscreen .fotorama__nav:after,
|
559
|
-
.fotorama__wrap--no-shadows .fotorama__stage:before,
|
560
|
-
.fotorama__wrap--no-shadows .fotorama__stage:after,
|
561
|
-
.fotorama__wrap--no-shadows .fotorama__nav:before,
|
562
|
-
.fotorama__wrap--no-shadows .fotorama__nav:after,
|
563
|
-
.fotorama__wrap--fade .fotorama__stage:before,
|
564
|
-
.fotorama__wrap--fade .fotorama__stage:after {
|
565
|
-
display: none; }
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>C2CC88C6EE730B76</RequestId><HostId>+Qr5wBTGduNkMi0+7yJ9FxMeuSCXXWJ22tJ/v+LBuubUE1ddp6qnj9R02ZTm3W6/</HostId></Error>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fotoramajs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.6.
|
4
|
+
version: 4.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artem Polikarpov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sprockets
|