@pimaonline/pimaonline-themepack 2.4.1 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +30 -0
- package/README.md +69 -111
- package/dist/css/main.css +1 -1
- package/dist/css/themes/ecn/styles.css +1 -0
- package/dist/css/themes/eng/styles.css +1 -0
- package/dist/css/themes/fsc/styles.css +1 -0
- package/dist/css/themes/lang/styles.css +1 -1
- package/dist/css/themes/ss/styles.css +1 -0
- package/dist/img/theme-images/ecn/arrow-2.svg +4 -0
- package/dist/img/theme-images/ecn/arrow.svg +4 -0
- package/dist/img/theme-images/ecn/point.svg +3 -0
- package/dist/img/theme-images/eng/button-bkg.svg +178 -0
- package/dist/img/theme-images/eng/halftone-banner.svg +1 -0
- package/dist/img/theme-images/eng/halftone.svg +177 -0
- package/dist/img/theme-images/eng/long-button-bkg.svg +353 -0
- package/dist/img/theme-images/fsc/bottomwave-pinkred.svg +17 -0
- package/dist/img/theme-images/fsc/bottomwave-redorange.svg +17 -0
- package/dist/img/theme-images/fsc/bottomwave-yellow.svg +17 -0
- package/dist/img/theme-images/fsc/bottomwave-yelloworange.svg +17 -0
- package/dist/img/theme-images/fsc/fire-icon.png +0 -0
- package/dist/img/theme-images/fsc/mainwave-pinkred.svg +17 -0
- package/dist/img/theme-images/fsc/mainwave-redorange.svg +17 -0
- package/dist/img/theme-images/fsc/mainwave-yellow.svg +17 -0
- package/dist/img/theme-images/fsc/mainwave-yelloworange.svg +17 -0
- package/dist/img/theme-images/lang/country-flags/argentina_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/bolivia_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/chile_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/colombia_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/costa-rica_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/cuba_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/dominican-republic_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/ecuador_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/el-salvador_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/guatemala_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/honduras_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/mexico_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/nicaragua_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/panama_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/paraguay_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/peru_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/puerto-rice_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/spain_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/uruguay_flag.png +0 -0
- package/dist/img/theme-images/lang/country-flags/venezuela_flag.png +0 -0
- package/dist/img/theme-images/music/half_note.svg +5 -5
- package/dist/img/theme-images/resort/flourish-left.svg +32 -32
- package/dist/img/theme-images/resort/flourish-main.svg +37 -37
- package/dist/img/theme-images/resort/flourish-right.svg +31 -31
- package/dist/img/theme-images/resort/separator.svg +15 -15
- package/dist/img/theme-images/ss/blockquote.svg +3 -0
- package/dist/img/theme-images/ss/list-style.svg +3 -0
- package/dist/img/theme-images/ss/main-large-blob.svg +3 -0
- package/dist/img/theme-images/ss/main-small-blob.svg +3 -0
- package/dist/img/theme-images/ss/small-blob.svg +3 -0
- package/dist/img/theme-images/ss/tall-blob.svg +3 -0
- package/dist/img/theme-images/widgets/separator.svg +17 -17
- package/dist/js/jumpTo.js +3 -3
- package/dist/js/scripts.js +326 -326
- package/dist/js/scripts2.js +541 -361
- package/dist/plugins/fancybox/fancybox-example.html +51 -51
- package/dist/plugins/fancybox/fancybox.css +72 -72
- package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -97
- package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -122
- package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -201
- package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -54
- package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -165
- package/dist/plugins/fancybox/jquery.fancybox.css +274 -274
- package/dist/plugins/fancybox/jquery.fancybox.js +2018 -2018
- package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -46
- package/dist/plugins/flashcards/README.md +135 -135
- package/dist/plugins/flashcards/config.rb +24 -24
- package/dist/plugins/flashcards/css/style.css +215 -215
- package/dist/plugins/flashcards/flashcards-example.html +65 -65
- package/dist/plugins/flashcards/index.html +90 -90
- package/dist/plugins/flashcards/js/flash_cards.min.js +11 -11
- package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -62
- package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1147 -1147
- package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -9404
- package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +3 -3
- package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +3 -3
- package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +20 -20
- package/dist/plugins/floating-particles/floating-particles.js +67 -67
- package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +3570 -3570
- package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +803 -803
- package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +4700 -4700
- package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -539
- package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -18
- package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +52 -52
- package/dist/plugins/preview-banner/preview-banner.css +125 -125
- package/dist/plugins/preview-banner/preview-banner.html +17 -17
- package/dist/plugins/preview-banner/preview-banner.js +56 -56
- package/package.json +39 -40
@@ -1,275 +1,275 @@
|
|
1
|
-
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
|
2
|
-
.fancybox-wrap,
|
3
|
-
.fancybox-skin,
|
4
|
-
.fancybox-outer,
|
5
|
-
.fancybox-inner,
|
6
|
-
.fancybox-image,
|
7
|
-
.fancybox-wrap iframe,
|
8
|
-
.fancybox-wrap object,
|
9
|
-
.fancybox-nav,
|
10
|
-
.fancybox-nav span,
|
11
|
-
.fancybox-tmp
|
12
|
-
{
|
13
|
-
padding: 0;
|
14
|
-
margin: 0;
|
15
|
-
border: 0;
|
16
|
-
outline: none;
|
17
|
-
vertical-align: top;
|
18
|
-
}
|
19
|
-
|
20
|
-
.fancybox-wrap {
|
21
|
-
position: absolute;
|
22
|
-
top: 0;
|
23
|
-
left: 0;
|
24
|
-
-webkit-transform: translate3d(0, 0, 0);
|
25
|
-
transform: translate3d(0, 0, 0);
|
26
|
-
z-index: 8020;
|
27
|
-
}
|
28
|
-
|
29
|
-
.fancybox-skin {
|
30
|
-
position: relative;
|
31
|
-
background: #f9f9f9;
|
32
|
-
color: #444;
|
33
|
-
text-shadow: none;
|
34
|
-
-webkit-border-radius: 4px;
|
35
|
-
-moz-border-radius: 4px;
|
36
|
-
border-radius: 4px;
|
37
|
-
}
|
38
|
-
|
39
|
-
.fancybox-opened {
|
40
|
-
z-index: 8030;
|
41
|
-
}
|
42
|
-
|
43
|
-
.fancybox-opened .fancybox-skin {
|
44
|
-
-webkit-box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
45
|
-
-moz-box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
46
|
-
box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
47
|
-
}
|
48
|
-
|
49
|
-
.fancybox-outer, .fancybox-inner {
|
50
|
-
position: relative;
|
51
|
-
}
|
52
|
-
|
53
|
-
.fancybox-inner {
|
54
|
-
overflow: hidden;
|
55
|
-
}
|
56
|
-
|
57
|
-
.fancybox-type-iframe .fancybox-inner {
|
58
|
-
-webkit-overflow-scrolling: touch;
|
59
|
-
}
|
60
|
-
|
61
|
-
.fancybox-error {
|
62
|
-
color: #444;
|
63
|
-
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
64
|
-
margin: 0;
|
65
|
-
padding: 15px;
|
66
|
-
white-space: nowrap;
|
67
|
-
}
|
68
|
-
|
69
|
-
.fancybox-image, .fancybox-iframe {
|
70
|
-
display: block;
|
71
|
-
width: 100%;
|
72
|
-
height: 100%;
|
73
|
-
}
|
74
|
-
|
75
|
-
.fancybox-image {
|
76
|
-
max-width: 100%;
|
77
|
-
max-height: 100%;
|
78
|
-
}
|
79
|
-
|
80
|
-
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
81
|
-
background-image: url(../../cards/source/fancybox_sprite.png);
|
82
|
-
}
|
83
|
-
|
84
|
-
#fancybox-loading {
|
85
|
-
position: fixed;
|
86
|
-
top: 50%;
|
87
|
-
left: 50%;
|
88
|
-
margin-top: -22px;
|
89
|
-
margin-left: -22px;
|
90
|
-
background-position: 0 -108px;
|
91
|
-
opacity: 0.8;
|
92
|
-
cursor: pointer;
|
93
|
-
z-index: 8060;
|
94
|
-
}
|
95
|
-
|
96
|
-
#fancybox-loading div {
|
97
|
-
width: 44px;
|
98
|
-
height: 44px;
|
99
|
-
background: url(../../cards/source/fancybox_loading.gif) center center no-repeat;
|
100
|
-
}
|
101
|
-
|
102
|
-
.fancybox-close {
|
103
|
-
position: absolute;
|
104
|
-
top: -18px;
|
105
|
-
right: -18px;
|
106
|
-
width: 36px;
|
107
|
-
height: 36px;
|
108
|
-
cursor: pointer;
|
109
|
-
z-index: 8040;
|
110
|
-
}
|
111
|
-
|
112
|
-
.fancybox-nav {
|
113
|
-
position: absolute;
|
114
|
-
top: 0;
|
115
|
-
width: 40%;
|
116
|
-
height: 100%;
|
117
|
-
cursor: pointer;
|
118
|
-
text-decoration: none;
|
119
|
-
background: transparent url(../../cards/source/blank.gif); /* helps IE */
|
120
|
-
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
121
|
-
z-index: 8040;
|
122
|
-
}
|
123
|
-
|
124
|
-
.fancybox-prev {
|
125
|
-
left: 0;
|
126
|
-
}
|
127
|
-
|
128
|
-
.fancybox-next {
|
129
|
-
right: 0;
|
130
|
-
}
|
131
|
-
|
132
|
-
.fancybox-nav span {
|
133
|
-
position: absolute;
|
134
|
-
top: 50%;
|
135
|
-
width: 36px;
|
136
|
-
height: 34px;
|
137
|
-
margin-top: -18px;
|
138
|
-
cursor: pointer;
|
139
|
-
z-index: 8040;
|
140
|
-
visibility: hidden;
|
141
|
-
}
|
142
|
-
|
143
|
-
.fancybox-prev span {
|
144
|
-
left: 10px;
|
145
|
-
background-position: 0 -36px;
|
146
|
-
}
|
147
|
-
|
148
|
-
.fancybox-next span {
|
149
|
-
right: 10px;
|
150
|
-
background-position: 0 -72px;
|
151
|
-
}
|
152
|
-
|
153
|
-
.fancybox-nav:hover span {
|
154
|
-
visibility: visible;
|
155
|
-
}
|
156
|
-
|
157
|
-
.fancybox-tmp {
|
158
|
-
position: absolute;
|
159
|
-
top: -99999px;
|
160
|
-
left: -99999px;
|
161
|
-
max-width: 99999px;
|
162
|
-
max-height: 99999px;
|
163
|
-
overflow: visible !important;
|
164
|
-
}
|
165
|
-
|
166
|
-
/* Overlay helper */
|
167
|
-
|
168
|
-
.fancybox-lock {
|
169
|
-
overflow: visible !important;
|
170
|
-
width: auto;
|
171
|
-
}
|
172
|
-
|
173
|
-
.fancybox-lock body {
|
174
|
-
overflow: hidden !important;
|
175
|
-
}
|
176
|
-
|
177
|
-
.fancybox-lock-test {
|
178
|
-
overflow-y: hidden !important;
|
179
|
-
}
|
180
|
-
|
181
|
-
.fancybox-overlay {
|
182
|
-
position: absolute;
|
183
|
-
top: 0;
|
184
|
-
left: 0;
|
185
|
-
overflow: hidden;
|
186
|
-
display: none;
|
187
|
-
z-index: 8010;
|
188
|
-
background: url(../../cards/source/fancybox_overlay.png);
|
189
|
-
}
|
190
|
-
|
191
|
-
.fancybox-overlay-fixed {
|
192
|
-
position: fixed;
|
193
|
-
bottom: 0;
|
194
|
-
right: 0;
|
195
|
-
}
|
196
|
-
|
197
|
-
.fancybox-lock .fancybox-overlay {
|
198
|
-
overflow: auto;
|
199
|
-
overflow-y: scroll;
|
200
|
-
}
|
201
|
-
|
202
|
-
/* Title helper */
|
203
|
-
|
204
|
-
.fancybox-title {
|
205
|
-
visibility: hidden;
|
206
|
-
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
207
|
-
position: relative;
|
208
|
-
text-shadow: none;
|
209
|
-
z-index: 8050;
|
210
|
-
}
|
211
|
-
|
212
|
-
.fancybox-opened .fancybox-title {
|
213
|
-
visibility: visible;
|
214
|
-
}
|
215
|
-
|
216
|
-
.fancybox-title-float-wrap {
|
217
|
-
position: absolute;
|
218
|
-
bottom: 0;
|
219
|
-
right: 50%;
|
220
|
-
margin-bottom: -35px;
|
221
|
-
z-index: 8050;
|
222
|
-
text-align: center;
|
223
|
-
}
|
224
|
-
|
225
|
-
.fancybox-title-float-wrap .child {
|
226
|
-
display: inline-block;
|
227
|
-
margin-right: -100%;
|
228
|
-
padding: 2px 20px;
|
229
|
-
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
230
|
-
background: rgba(13, 13, 13, 0.8);
|
231
|
-
-webkit-border-radius: 15px;
|
232
|
-
-moz-border-radius: 15px;
|
233
|
-
border-radius: 15px;
|
234
|
-
text-shadow: 0 1px 2px #222;
|
235
|
-
color: #FFF;
|
236
|
-
font-weight: bold;
|
237
|
-
line-height: 24px;
|
238
|
-
white-space: nowrap;
|
239
|
-
}
|
240
|
-
|
241
|
-
.fancybox-title-outside-wrap {
|
242
|
-
position: relative;
|
243
|
-
margin-top: 10px;
|
244
|
-
color: #fff;
|
245
|
-
}
|
246
|
-
|
247
|
-
.fancybox-title-inside-wrap {
|
248
|
-
padding-top: 10px;
|
249
|
-
}
|
250
|
-
|
251
|
-
.fancybox-title-over-wrap {
|
252
|
-
position: absolute;
|
253
|
-
bottom: 0;
|
254
|
-
left: 0;
|
255
|
-
color: #fff;
|
256
|
-
padding: 10px;
|
257
|
-
background: #000;
|
258
|
-
background: rgba(13, 13, 13, .8);
|
259
|
-
}
|
260
|
-
|
261
|
-
/*Retina graphics!*/
|
262
|
-
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
263
|
-
only screen and (min--moz-device-pixel-ratio: 1.5),
|
264
|
-
only screen and (min-device-pixel-ratio: 1.5){
|
265
|
-
|
266
|
-
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
267
|
-
background-image: url(../../cards/source/fancybox_sprite@2x.png);
|
268
|
-
background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
|
269
|
-
}
|
270
|
-
|
271
|
-
#fancybox-loading div {
|
272
|
-
background-image: url(../../cards/source/fancybox_loading@2x.gif);
|
273
|
-
background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
|
274
|
-
}
|
1
|
+
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
|
2
|
+
.fancybox-wrap,
|
3
|
+
.fancybox-skin,
|
4
|
+
.fancybox-outer,
|
5
|
+
.fancybox-inner,
|
6
|
+
.fancybox-image,
|
7
|
+
.fancybox-wrap iframe,
|
8
|
+
.fancybox-wrap object,
|
9
|
+
.fancybox-nav,
|
10
|
+
.fancybox-nav span,
|
11
|
+
.fancybox-tmp
|
12
|
+
{
|
13
|
+
padding: 0;
|
14
|
+
margin: 0;
|
15
|
+
border: 0;
|
16
|
+
outline: none;
|
17
|
+
vertical-align: top;
|
18
|
+
}
|
19
|
+
|
20
|
+
.fancybox-wrap {
|
21
|
+
position: absolute;
|
22
|
+
top: 0;
|
23
|
+
left: 0;
|
24
|
+
-webkit-transform: translate3d(0, 0, 0);
|
25
|
+
transform: translate3d(0, 0, 0);
|
26
|
+
z-index: 8020;
|
27
|
+
}
|
28
|
+
|
29
|
+
.fancybox-skin {
|
30
|
+
position: relative;
|
31
|
+
background: #f9f9f9;
|
32
|
+
color: #444;
|
33
|
+
text-shadow: none;
|
34
|
+
-webkit-border-radius: 4px;
|
35
|
+
-moz-border-radius: 4px;
|
36
|
+
border-radius: 4px;
|
37
|
+
}
|
38
|
+
|
39
|
+
.fancybox-opened {
|
40
|
+
z-index: 8030;
|
41
|
+
}
|
42
|
+
|
43
|
+
.fancybox-opened .fancybox-skin {
|
44
|
+
-webkit-box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
45
|
+
-moz-box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
46
|
+
box-shadow: 0 10px 25px rgba(13, 13, 13, 0.5);
|
47
|
+
}
|
48
|
+
|
49
|
+
.fancybox-outer, .fancybox-inner {
|
50
|
+
position: relative;
|
51
|
+
}
|
52
|
+
|
53
|
+
.fancybox-inner {
|
54
|
+
overflow: hidden;
|
55
|
+
}
|
56
|
+
|
57
|
+
.fancybox-type-iframe .fancybox-inner {
|
58
|
+
-webkit-overflow-scrolling: touch;
|
59
|
+
}
|
60
|
+
|
61
|
+
.fancybox-error {
|
62
|
+
color: #444;
|
63
|
+
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
64
|
+
margin: 0;
|
65
|
+
padding: 15px;
|
66
|
+
white-space: nowrap;
|
67
|
+
}
|
68
|
+
|
69
|
+
.fancybox-image, .fancybox-iframe {
|
70
|
+
display: block;
|
71
|
+
width: 100%;
|
72
|
+
height: 100%;
|
73
|
+
}
|
74
|
+
|
75
|
+
.fancybox-image {
|
76
|
+
max-width: 100%;
|
77
|
+
max-height: 100%;
|
78
|
+
}
|
79
|
+
|
80
|
+
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
81
|
+
background-image: url(../../cards/source/fancybox_sprite.png);
|
82
|
+
}
|
83
|
+
|
84
|
+
#fancybox-loading {
|
85
|
+
position: fixed;
|
86
|
+
top: 50%;
|
87
|
+
left: 50%;
|
88
|
+
margin-top: -22px;
|
89
|
+
margin-left: -22px;
|
90
|
+
background-position: 0 -108px;
|
91
|
+
opacity: 0.8;
|
92
|
+
cursor: pointer;
|
93
|
+
z-index: 8060;
|
94
|
+
}
|
95
|
+
|
96
|
+
#fancybox-loading div {
|
97
|
+
width: 44px;
|
98
|
+
height: 44px;
|
99
|
+
background: url(../../cards/source/fancybox_loading.gif) center center no-repeat;
|
100
|
+
}
|
101
|
+
|
102
|
+
.fancybox-close {
|
103
|
+
position: absolute;
|
104
|
+
top: -18px;
|
105
|
+
right: -18px;
|
106
|
+
width: 36px;
|
107
|
+
height: 36px;
|
108
|
+
cursor: pointer;
|
109
|
+
z-index: 8040;
|
110
|
+
}
|
111
|
+
|
112
|
+
.fancybox-nav {
|
113
|
+
position: absolute;
|
114
|
+
top: 0;
|
115
|
+
width: 40%;
|
116
|
+
height: 100%;
|
117
|
+
cursor: pointer;
|
118
|
+
text-decoration: none;
|
119
|
+
background: transparent url(../../cards/source/blank.gif); /* helps IE */
|
120
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
121
|
+
z-index: 8040;
|
122
|
+
}
|
123
|
+
|
124
|
+
.fancybox-prev {
|
125
|
+
left: 0;
|
126
|
+
}
|
127
|
+
|
128
|
+
.fancybox-next {
|
129
|
+
right: 0;
|
130
|
+
}
|
131
|
+
|
132
|
+
.fancybox-nav span {
|
133
|
+
position: absolute;
|
134
|
+
top: 50%;
|
135
|
+
width: 36px;
|
136
|
+
height: 34px;
|
137
|
+
margin-top: -18px;
|
138
|
+
cursor: pointer;
|
139
|
+
z-index: 8040;
|
140
|
+
visibility: hidden;
|
141
|
+
}
|
142
|
+
|
143
|
+
.fancybox-prev span {
|
144
|
+
left: 10px;
|
145
|
+
background-position: 0 -36px;
|
146
|
+
}
|
147
|
+
|
148
|
+
.fancybox-next span {
|
149
|
+
right: 10px;
|
150
|
+
background-position: 0 -72px;
|
151
|
+
}
|
152
|
+
|
153
|
+
.fancybox-nav:hover span {
|
154
|
+
visibility: visible;
|
155
|
+
}
|
156
|
+
|
157
|
+
.fancybox-tmp {
|
158
|
+
position: absolute;
|
159
|
+
top: -99999px;
|
160
|
+
left: -99999px;
|
161
|
+
max-width: 99999px;
|
162
|
+
max-height: 99999px;
|
163
|
+
overflow: visible !important;
|
164
|
+
}
|
165
|
+
|
166
|
+
/* Overlay helper */
|
167
|
+
|
168
|
+
.fancybox-lock {
|
169
|
+
overflow: visible !important;
|
170
|
+
width: auto;
|
171
|
+
}
|
172
|
+
|
173
|
+
.fancybox-lock body {
|
174
|
+
overflow: hidden !important;
|
175
|
+
}
|
176
|
+
|
177
|
+
.fancybox-lock-test {
|
178
|
+
overflow-y: hidden !important;
|
179
|
+
}
|
180
|
+
|
181
|
+
.fancybox-overlay {
|
182
|
+
position: absolute;
|
183
|
+
top: 0;
|
184
|
+
left: 0;
|
185
|
+
overflow: hidden;
|
186
|
+
display: none;
|
187
|
+
z-index: 8010;
|
188
|
+
background: url(../../cards/source/fancybox_overlay.png);
|
189
|
+
}
|
190
|
+
|
191
|
+
.fancybox-overlay-fixed {
|
192
|
+
position: fixed;
|
193
|
+
bottom: 0;
|
194
|
+
right: 0;
|
195
|
+
}
|
196
|
+
|
197
|
+
.fancybox-lock .fancybox-overlay {
|
198
|
+
overflow: auto;
|
199
|
+
overflow-y: scroll;
|
200
|
+
}
|
201
|
+
|
202
|
+
/* Title helper */
|
203
|
+
|
204
|
+
.fancybox-title {
|
205
|
+
visibility: hidden;
|
206
|
+
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
207
|
+
position: relative;
|
208
|
+
text-shadow: none;
|
209
|
+
z-index: 8050;
|
210
|
+
}
|
211
|
+
|
212
|
+
.fancybox-opened .fancybox-title {
|
213
|
+
visibility: visible;
|
214
|
+
}
|
215
|
+
|
216
|
+
.fancybox-title-float-wrap {
|
217
|
+
position: absolute;
|
218
|
+
bottom: 0;
|
219
|
+
right: 50%;
|
220
|
+
margin-bottom: -35px;
|
221
|
+
z-index: 8050;
|
222
|
+
text-align: center;
|
223
|
+
}
|
224
|
+
|
225
|
+
.fancybox-title-float-wrap .child {
|
226
|
+
display: inline-block;
|
227
|
+
margin-right: -100%;
|
228
|
+
padding: 2px 20px;
|
229
|
+
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
230
|
+
background: rgba(13, 13, 13, 0.8);
|
231
|
+
-webkit-border-radius: 15px;
|
232
|
+
-moz-border-radius: 15px;
|
233
|
+
border-radius: 15px;
|
234
|
+
text-shadow: 0 1px 2px #222;
|
235
|
+
color: #FFF;
|
236
|
+
font-weight: bold;
|
237
|
+
line-height: 24px;
|
238
|
+
white-space: nowrap;
|
239
|
+
}
|
240
|
+
|
241
|
+
.fancybox-title-outside-wrap {
|
242
|
+
position: relative;
|
243
|
+
margin-top: 10px;
|
244
|
+
color: #fff;
|
245
|
+
}
|
246
|
+
|
247
|
+
.fancybox-title-inside-wrap {
|
248
|
+
padding-top: 10px;
|
249
|
+
}
|
250
|
+
|
251
|
+
.fancybox-title-over-wrap {
|
252
|
+
position: absolute;
|
253
|
+
bottom: 0;
|
254
|
+
left: 0;
|
255
|
+
color: #fff;
|
256
|
+
padding: 10px;
|
257
|
+
background: #000;
|
258
|
+
background: rgba(13, 13, 13, .8);
|
259
|
+
}
|
260
|
+
|
261
|
+
/*Retina graphics!*/
|
262
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
263
|
+
only screen and (min--moz-device-pixel-ratio: 1.5),
|
264
|
+
only screen and (min-device-pixel-ratio: 1.5){
|
265
|
+
|
266
|
+
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
267
|
+
background-image: url(../../cards/source/fancybox_sprite@2x.png);
|
268
|
+
background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
|
269
|
+
}
|
270
|
+
|
271
|
+
#fancybox-loading div {
|
272
|
+
background-image: url(../../cards/source/fancybox_loading@2x.gif);
|
273
|
+
background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
|
274
|
+
}
|
275
275
|
}
|