alula-plugins 0.4.24 → 0.4.25
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +29 -0
- data/lib/alula/plugins/fresco.rb +1 -0
- data/lib/alula/plugins/version.rb +1 -1
- data/plugins/disqus/assets/javascripts/disqus.js +0 -0
- data/plugins/disqus/assets/stylesheets/disqus.css +0 -0
- data/plugins/emphasis/assets/javascripts/emphasis.js +529 -0
- data/plugins/emphasis/assets/stylesheets/emphasis.css +0 -0
- data/plugins/fancybox/assets/images/blank.gif +0 -0
- data/plugins/fancybox/assets/images/fancybox_loading.gif +0 -0
- data/plugins/fancybox/assets/images/fancybox_sprite.png +0 -0
- data/plugins/fancybox/assets/images/zoom_icon.png +0 -0
- data/plugins/fancybox/assets/javascripts/fancybox.js.coffee +15 -0
- data/plugins/fancybox/assets/javascripts/jquery.fancybox.js +1414 -0
- data/plugins/fancybox/assets/stylesheets/fancybox.css.erb +248 -0
- data/plugins/fresco/assets/images/skins/IE6/sprite.png +0 -0
- data/plugins/fresco/assets/images/skins/blank.gif +0 -0
- data/plugins/fresco/assets/images/skins/fresco/sprite.png +0 -0
- data/plugins/fresco/assets/images/skins/fresco/sprite@x2.png +0 -0
- data/plugins/fresco/assets/images/skins/loading-medium.gif +0 -0
- data/plugins/fresco/assets/images/skins/loading-small.gif +0 -0
- data/plugins/fresco/assets/images/skins/loading.gif +0 -0
- data/plugins/fresco/assets/javascripts/fresco.js +86 -0
- data/plugins/fresco/assets/stylesheets/fresco.css.erb +993 -0
- data/plugins/sublimevideo/assets/images/zoom_icon.png +0 -0
- data/plugins/sublimevideo/assets/javascripts/sublimevideo.js.coffee +0 -0
- data/plugins/sublimevideo/assets/stylesheets/sublimevideo.css.erb +28 -0
- metadata +28 -5
@@ -0,0 +1,248 @@
|
|
1
|
+
/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
|
2
|
+
.fancybox-tmp iframe, .fancybox-tmp object {
|
3
|
+
vertical-align: top;
|
4
|
+
padding: 0;
|
5
|
+
margin: 0;
|
6
|
+
}
|
7
|
+
|
8
|
+
.fancybox-wrap {
|
9
|
+
position: absolute;
|
10
|
+
top: 0;
|
11
|
+
left: 0;
|
12
|
+
z-index: 1002;
|
13
|
+
}
|
14
|
+
|
15
|
+
.fancybox-outer {
|
16
|
+
position: relative;
|
17
|
+
padding: 0;
|
18
|
+
margin: 0;
|
19
|
+
background: #f9f9f9;
|
20
|
+
color: #444;
|
21
|
+
text-shadow: none;
|
22
|
+
-webkit-border-radius: 4px;
|
23
|
+
-moz-border-radius: 4px;
|
24
|
+
border-radius: 4px;
|
25
|
+
}
|
26
|
+
|
27
|
+
.fancybox-opened {
|
28
|
+
z-index: 1003;
|
29
|
+
}
|
30
|
+
|
31
|
+
.fancybox-opened .fancybox-outer {
|
32
|
+
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
33
|
+
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
34
|
+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
35
|
+
}
|
36
|
+
|
37
|
+
.fancybox-inner {
|
38
|
+
width: 100%;
|
39
|
+
height: 100%;
|
40
|
+
padding: 0;
|
41
|
+
margin: 0;
|
42
|
+
position: relative;
|
43
|
+
outline: none;
|
44
|
+
overflow: hidden;
|
45
|
+
}
|
46
|
+
|
47
|
+
.fancybox-error {
|
48
|
+
color: #444;
|
49
|
+
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
50
|
+
margin: 0;
|
51
|
+
padding: 10px;
|
52
|
+
}
|
53
|
+
|
54
|
+
.fancybox-image, .fancybox-iframe {
|
55
|
+
display: block;
|
56
|
+
width: 100%;
|
57
|
+
height: 100%;
|
58
|
+
border: 0;
|
59
|
+
padding: 0;
|
60
|
+
margin: 0;
|
61
|
+
vertical-align: top;
|
62
|
+
}
|
63
|
+
|
64
|
+
.fancybox-image {
|
65
|
+
max-width: 100%;
|
66
|
+
max-height: 100%;
|
67
|
+
}
|
68
|
+
|
69
|
+
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
70
|
+
background-image: url('<%= asset_url("fancybox_sprite.png") %>');
|
71
|
+
}
|
72
|
+
|
73
|
+
#fancybox-loading {
|
74
|
+
position: fixed;
|
75
|
+
top: 50%;
|
76
|
+
left: 50%;
|
77
|
+
margin-top: -22px;
|
78
|
+
margin-left: -22px;
|
79
|
+
background-position: 0 -108px;
|
80
|
+
opacity: 0.8;
|
81
|
+
cursor: pointer;
|
82
|
+
z-index: 1010;
|
83
|
+
}
|
84
|
+
|
85
|
+
#fancybox-loading div {
|
86
|
+
width: 44px;
|
87
|
+
height: 44px;
|
88
|
+
background: url('<%= asset_url("fancybox_loading.gif") %>') center center no-repeat;
|
89
|
+
}
|
90
|
+
|
91
|
+
.fancybox-close {
|
92
|
+
position: absolute;
|
93
|
+
top: -18px;
|
94
|
+
right: -18px;
|
95
|
+
width: 36px;
|
96
|
+
height: 36px;
|
97
|
+
cursor: pointer;
|
98
|
+
z-index: 1004;
|
99
|
+
}
|
100
|
+
|
101
|
+
.fancybox-nav {
|
102
|
+
position: absolute;
|
103
|
+
top: 0;
|
104
|
+
width: 40%;
|
105
|
+
height: 100%;
|
106
|
+
cursor: pointer;
|
107
|
+
background: transparent url('<%= asset_url("blank.gif") %>'); /* helps IE */
|
108
|
+
z-index: 1003;
|
109
|
+
}
|
110
|
+
|
111
|
+
.fancybox-prev {
|
112
|
+
left: 0;
|
113
|
+
}
|
114
|
+
|
115
|
+
.fancybox-next {
|
116
|
+
right: 0;
|
117
|
+
}
|
118
|
+
|
119
|
+
.fancybox-nav span {
|
120
|
+
position: absolute;
|
121
|
+
top: 50%;
|
122
|
+
width: 36px;
|
123
|
+
height: 36px;
|
124
|
+
margin-top: -18px;
|
125
|
+
cursor: pointer;
|
126
|
+
z-index: 1003;
|
127
|
+
visibility: hidden;
|
128
|
+
}
|
129
|
+
|
130
|
+
.fancybox-prev span {
|
131
|
+
left: 20px;
|
132
|
+
background-position: 0 -36px;
|
133
|
+
}
|
134
|
+
|
135
|
+
.fancybox-next span {
|
136
|
+
right: 20px;
|
137
|
+
background-position: 0 -72px;
|
138
|
+
}
|
139
|
+
|
140
|
+
.fancybox-nav:hover span {
|
141
|
+
visibility: visible;
|
142
|
+
}
|
143
|
+
|
144
|
+
.fancybox-tmp {
|
145
|
+
position: absolute;
|
146
|
+
top: -9999px;
|
147
|
+
left: -9999px;
|
148
|
+
padding: 0;
|
149
|
+
overflow: visible;
|
150
|
+
visibility: hidden;
|
151
|
+
}
|
152
|
+
|
153
|
+
/* Overlay helper */
|
154
|
+
|
155
|
+
#fancybox-overlay {
|
156
|
+
position: absolute;
|
157
|
+
top: 0;
|
158
|
+
left: 0;
|
159
|
+
overflow: hidden;
|
160
|
+
display: none;
|
161
|
+
z-index: 1001;
|
162
|
+
background: #000;
|
163
|
+
}
|
164
|
+
|
165
|
+
/* Title helper */
|
166
|
+
|
167
|
+
.fancybox-title {
|
168
|
+
visibility: hidden;
|
169
|
+
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
170
|
+
position: relative;
|
171
|
+
text-shadow: none;
|
172
|
+
z-index: 1005;
|
173
|
+
}
|
174
|
+
|
175
|
+
.fancybox-opened .fancybox-title {
|
176
|
+
visibility: visible;
|
177
|
+
}
|
178
|
+
|
179
|
+
.fancybox-title-float-wrap {
|
180
|
+
position: absolute;
|
181
|
+
bottom: 0;
|
182
|
+
right: 50%;
|
183
|
+
margin-bottom: -35px;
|
184
|
+
z-index: 1003;
|
185
|
+
text-align: center;
|
186
|
+
}
|
187
|
+
|
188
|
+
.fancybox-title-float-wrap .child {
|
189
|
+
display: inline-block;
|
190
|
+
margin-right: -100%;
|
191
|
+
padding: 2px 20px;
|
192
|
+
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
193
|
+
background: rgba(0, 0, 0, 0.8);
|
194
|
+
-webkit-border-radius: 15px;
|
195
|
+
-moz-border-radius: 15px;
|
196
|
+
border-radius: 15px;
|
197
|
+
text-shadow: 0 1px 2px #222;
|
198
|
+
color: #FFF;
|
199
|
+
font-weight: bold;
|
200
|
+
line-height: 24px;
|
201
|
+
white-space: nowrap;
|
202
|
+
}
|
203
|
+
|
204
|
+
.fancybox-title-outside-wrap {
|
205
|
+
position: relative;
|
206
|
+
margin-top: 10px;
|
207
|
+
color: #fff;
|
208
|
+
}
|
209
|
+
|
210
|
+
.fancybox-title-inside-wrap {
|
211
|
+
margin-top: 10px;
|
212
|
+
}
|
213
|
+
|
214
|
+
.fancybox-title-over-wrap {
|
215
|
+
position: absolute;
|
216
|
+
bottom: 0;
|
217
|
+
left: 0;
|
218
|
+
color: #fff;
|
219
|
+
padding: 10px;
|
220
|
+
background: #000;
|
221
|
+
background: rgba(0, 0, 0, .8);
|
222
|
+
}
|
223
|
+
|
224
|
+
/* Zoom icon*/
|
225
|
+
a.fb_zoomable {
|
226
|
+
max-width: 100%;
|
227
|
+
display:block;
|
228
|
+
width:180px;
|
229
|
+
height:76px;
|
230
|
+
position:relative;
|
231
|
+
}
|
232
|
+
|
233
|
+
a.fb_zoomable span.fb_zoom_icon {
|
234
|
+
display:block;
|
235
|
+
width:100%;
|
236
|
+
height:100%;
|
237
|
+
position:absolute;
|
238
|
+
top:0;
|
239
|
+
left:0;
|
240
|
+
background:url(<%= asset_url('zoom_icon.png') %>) no-repeat bottom right;
|
241
|
+
opacity:0.3;
|
242
|
+
-o-transition:opacity 0.25s;
|
243
|
+
-moz-transition:opacity 0.25s;
|
244
|
+
-webkit-transition:opacity 0.25s;
|
245
|
+
transition:opacity 0.25s;
|
246
|
+
}
|
247
|
+
|
248
|
+
a.fb_zoomable:hover span.fb_zoom_icon {opacity:1}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,86 @@
|
|
1
|
+
//= require jquery
|
2
|
+
/*!
|
3
|
+
* Fresco - A Beautiful Responsive Lightbox - v1.0.0.1
|
4
|
+
* (c) 2012 Nick Stakenburg
|
5
|
+
*
|
6
|
+
* http://www.frescojs.com
|
7
|
+
*
|
8
|
+
* License: http://www.frescojs.com/license
|
9
|
+
*/
|
10
|
+
;var Fresco = {
|
11
|
+
version: '1.0.0.1'
|
12
|
+
};
|
13
|
+
|
14
|
+
Fresco.skins = {
|
15
|
+
// Don't modify! Its recommended to use custom skins for customization,
|
16
|
+
// see: http://www.frescojs.com/documentation/skins
|
17
|
+
'base': {
|
18
|
+
effects: {
|
19
|
+
content: { show: 0, hide: 0, sync: true },
|
20
|
+
loading: { show: 0, hide: 300, delay: 250 },
|
21
|
+
thumbnails: { show: 200, slide: 0, load: 300, delay: 250 },
|
22
|
+
window: { show: 400, hide: 300, position: 180 },
|
23
|
+
ui: { show: 250, hide: 200, delay: 3000 }
|
24
|
+
},
|
25
|
+
touchEffects: {
|
26
|
+
ui: { show: 175, hide: 175, delay: 5000 }
|
27
|
+
},
|
28
|
+
fit: 'both',
|
29
|
+
keyboard: {
|
30
|
+
left: true,
|
31
|
+
right: true,
|
32
|
+
esc: true
|
33
|
+
},
|
34
|
+
loop: false,
|
35
|
+
onClick: 'previous-next',
|
36
|
+
overlay: { close: true },
|
37
|
+
spacing: {
|
38
|
+
both: { horizontal: 20, vertical: 20 },
|
39
|
+
width: { horizontal: 0, vertical: 0 },
|
40
|
+
height: { horizontal: 0, vertical: 0 },
|
41
|
+
none: { horizontal: 0, vertical: 0 }
|
42
|
+
},
|
43
|
+
thumbnails: true,
|
44
|
+
ui: 'outside',
|
45
|
+
vimeo: {
|
46
|
+
autoplay: 1,
|
47
|
+
title: 1,
|
48
|
+
byline: 1,
|
49
|
+
portrait: 0,
|
50
|
+
loop: 0
|
51
|
+
},
|
52
|
+
youtube: {
|
53
|
+
autoplay: 1,
|
54
|
+
controls: 1,
|
55
|
+
enablejsapi: 1,
|
56
|
+
hd: 1,
|
57
|
+
iv_load_policy: 3,
|
58
|
+
loop: 0,
|
59
|
+
modestbranding: 1,
|
60
|
+
rel: 0
|
61
|
+
},
|
62
|
+
|
63
|
+
initialTypeOptions: {
|
64
|
+
'image': { },
|
65
|
+
'youtube': {
|
66
|
+
width: 640,
|
67
|
+
height: 360
|
68
|
+
},
|
69
|
+
'vimeo': {
|
70
|
+
width: 640,
|
71
|
+
height: 360
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
|
76
|
+
// reserved for resetting options on the base skin
|
77
|
+
'reset': { },
|
78
|
+
|
79
|
+
// the default skin
|
80
|
+
'fresco': { },
|
81
|
+
|
82
|
+
// IE6 fallback skin
|
83
|
+
'IE6': { }
|
84
|
+
};
|
85
|
+
|
86
|
+
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(C($){C 17(e){D t={};24(D n 4Q e){t[n]=e[n]+"17"}I t}C 1G(e){I 4R.6Y.2v(4R,e.3O(","))}C 8W(e,t){I V.8X(e*e+t*t)}C 8Y(e){I e*4S/V.5L}C 2U(e){I e*V.5L/4S}C 1G(e){I 4R.6Y.2v(4R,e.3O(","))}C 4T(e){!13.5M||5M[5M.4T?"4T":"8Z"](e)}C 4U(e,t){24(D n 4Q t){t[n]&&t[n].6Z&&t[n].6Z===91?(e[n]=$.Z({},e[n])||{},4U(e[n],t[n])):e[n]=t[n]}I e}C 3e(e,t){I 4U($.Z({},e),t)}C 5N(){B.1r.2v(B,1x)}C 3P(){B.1r.2v(B,1x)}C 5O(){B.1r.2v(B,1x)}C 5P(){B.1r.2v(B,1x)}C 5Q(){B.1r.2v(B,1x)}C 3Q(){B.1r.2v(B,1x)}C 5R(){B.1r.2v(B,1x)}C 4V(e){D t={T:"1s"};I $.1f(1J.70,C(n,r){D i=r.1i(e);i&&(t=i,t.T=n,t.1y=e)}),t}C 4W(e){D t=(e||"").71(/\\?.*/g,"").5S(/\\.([^.]{3,4})$/);I t?t[1].4X():1m}(C(){C e(e){D t;e.4h.72?t=e.4h.72/5T:e.4h.73&&(t=-e.4h.73/3);L(!t){I}D n=$.92("1W:4Y");$(e.2V).93(n,t),n.94()&&e.2E(),n.96()&&e.3u()}$(1X.3R).1E("4Y 9a",e)})();D j=74.2F.9b,2G={5U:C(e){I e&&e.75==1},O:{9c:C(){C e(e){D t=e;4Z(t&&t.76){t=t.76}I t}I C(t){D n=e(t);I!!n&&!!n.3S}}()}},11=C(e){C t(t){D n=(1N 77(t+"([\\\\d.]+)")).51(e);I n?5V(n[1]):!0}I{19:!!13.9d&&e.3v("5W")===-1&&t("9e "),5W:e.3v("5W")>-1&&(!!13.5X&&5X.78&&5V(5X.78())||7.55),52:e.3v("79/")>-1&&t("79/"),7a:e.3v("7a")>-1&&e.3v("9f")===-1&&t("9g:"),5Y:!!e.5S(/9h.*9i.*9j/),5Z:e.3v("5Z")>-1&&t("5Z/")}}(9k.9l),4i=C(){C n(e){D t=e;I t.7b=e[0],t.7c=e[1],t.7d=e[2],t}C r(e){I 3w(e,16)}C i(e){D i=1N 74(3);e.3v("#")==0&&(e=e.53(1)),e=e.4X();L(e.71(t,"")!=""){I 1m}e.1e==3?(i[0]=e.3x(0)+e.3x(0),i[1]=e.3x(1)+e.3x(1),i[2]=e.3x(2)+e.3x(2)):(i[0]=e.53(0,2),i[1]=e.53(2,4),i[2]=e.53(4));24(D s=0;s<i.1e;s++){i[s]=r(i[s])}I n(i)}C s(e,t){D n=i(e);I n[3]=t,n.3T=t,n}C o(e,t){I $.T(t)=="9m"&&(t=1),"9n("+s(e,t).9o()+")"}C u(e){I"#"+(a(e)[2]>50?"7e":"7f")}C a(e){I f(i(e))}C f(e){D e=n(e),t=e.7b,r=e.7c,i=e.7d,s,o,u,a=t>r?t:r;i>a&&(a=i);D f=t<r?t:r;i<f&&(f=i),u=a/9p,o=a!=0?(a-f)/a:0;L(o==0){s=0}2j{D l=(a-t)/(a-f),c=(a-r)/(a-f),h=(a-i)/(a-f);t==a?s=h-c:r==a?s=2+l-h:s=4+c-l,s/=6,s<0&&(s+=1)}s=V.3f(s*54),o=V.3f(o*2H),u=V.3f(u*2H);D p=[];I p[0]=s,p[1]=o,p[2]=u,p.9q=s,p.9r=o,p.9s=u,p}D e="9t",t=1N 77("["+e+"]","g");I{9u:i,4j:o,9v:u}}(),4k={7g:C(e){13.63&&!2o.64&&11.19&&63.9w(e)},7h:C(e){D t=$.Z(!0,{9x:!1,65:!1,1o:0,1j:0,G:0,F:0,4l:0},1x[1]||{}),n=t,r=n.1j,i=n.1o,s=n.G,o=n.F,u=n.4l,a=n.65;L(t.65){D f=2*u;r-=u,i-=u,s+=f,o+=f}L(!u){e.7i(i,r,s,o);I}e.9y(),e.4m(r+u,i),e.56(r+s-u,i+u,u,2U(-90),2U(0),!1),e.56(r+s-u,i+o-u,u,2U(0),2U(90),!1),e.56(r+u,i+o-u,u,2U(90),2U(4S),!1),e.56(r+u,i+u,u,2U(-4S),2U(-90),!1),e.9z(),e.9A()},9B:C(e,t){D n;L($.T(t)=="3U"){n=4i.4j(t)}2j{L($.T(t.2W)=="3U"){n=4i.4j(t.2W,$.T(t.3T)=="7j"?t.3T.9C(5):1)}2j{L($.9D(t.2W)){D r=$.Z({7k:0,7l:0,7m:0,7n:0},1x[2]||{});n=4k.9E.9F(e.9G(r.7k,r.7l,r.7m,r.7n),t.2W,t.3T)}}}I n},7o:C(e,t){D n=$.Z({x:0,y:0,Y:!1,2W:"#7e",2p:{2W:"#7f",3T:0.7,4l:2}},1x[2]||{}),r=n.2p;L(r&&r.2W){D i=n.Y;e.7p=4i.4j(r.2W,r.3T),4k.7h(e,{G:i.G,F:i.F,1o:n.y,1j:n.x,4l:r.4l||0})}24(D s=0,o=t.1e;s<o;s++){24(D u=0,a=t[s].1e;u<a;u++){D f=3w(t[s].3x(u))*(1/9)||0;e.7p=4i.4j(n.2W,f-0.9H),f&&e.7i(n.x+u,n.y+s,1,1)}}}};11.19&&11.19<9&&!13.63&&$("7q:4n").57($("<7q>").2I({3g:"//9I.9J.3h/9K/9L/9M.9N"}));D k={};(C(){D e={};$.1f(["9O","9P","9Q","9R","9S"],C(t,n){e[n]=C(e){I V.7r(e,t+2)}}),$.Z(e,{9T:C(e){I 1-V.9U(e*V.5L/2)}}),$.1f(e,C(e,t){k["9V"+e]=t,k["9W"+e]=C(e){I 1-t(1-e)},k["9X"+e]=C(e){I e<0.5?t(e*2)/2:1-t(e*-2+2)/2}}),$.1f(k,C(e,t){$.7s[e]||($.7s[e]=t)})})();D q={3y:{1K:{66:"1.4.4",67:13.1K&&1K.9Y.9Z}},7t:C(){C t(t){D n=t.5S(e),r=n&&n[1]&&n[1].3O(".")||[],i=0;24(D s=0,o=r.1e;s<o;s++){i+=3w(r[s]*V.7r(10,6-s*2))}I n&&n[3]?i-1:i}D e=/^(\\d+(\\.?\\d+){0,3})([A-7u-a0-]+[A-7u-a1-9]+)?/;I C(n){L(!B.3y[n].67||t(B.3y[n].67)<t(B.3y[n].66)&&!B.3y[n].7v){B.3y[n].7v=!0,4T("1J a2 "+n+" >= "+B.3y[n].66)}}}()},2o=C(){I{64:C(){D e=1X.7w("64");I!!e.68&&!!e.68("2d")}(),2q:C(){7x{I!!("a3"4Q 13||13.7y&&1X a4 7y)}7z(e){I!1}}()}}(),5a=C(){C n(n,r,i){n=n||{},i=i||{},n.3z=n.3z||(1J.3V[x.3W]?x.3W:"1W"),11.19&&11.19<7&&(n.3z="a5");D s=n.3z?$.Z({},1J.3V[n.3z]||1J.3V[x.3W]):{},o=3e(t,s);r&&o.69[r]&&(o=3e(o.69[r],o),3X o.69);D u=3e(o,n);u.2w?$.T(u.2w)=="6a"&&(u.2w="6b"):u.2w="6c",u.2J&&($.T(u.2J)=="3U"?u.2J=3e(o.2J||t.2J||e.2J,{T:u.2J}):u.2J=3e(e.2J,u.2J)),!u.1n||2o.2q&&!u.6d?(u.1n={},$.1f(e.1n,C(e,t){$.1f(u.1n[e]=$.Z({},t),C(t){u.1n[e][t]=0})})):2o.2q&&u.6d&&(u.1n=3e(u.1n,u.6d)),11.19&&11.19<9&&4U(u.1n,{1p:{1h:0,12:0},W:{2X:0},13:{1h:0,12:0},U:{1h:0,12:0}}),11.19&&11.19<7&&(u.W=!1),u.6e&&r!="1s"&&$.Z(u.6e,{1j:!1,6f:!1});L(!u.X&&$.T(u.X)!="6a"){D a=!1;2Y(r){1O"25":a="5b://6g.25.3h/6h/"+i.3A+"/0.7A";3Y;1O"1s":a=!0}u.X=a}I u}D e=1J.3V.a6,t=3e(e,1J.3V.a7);I{5c:n}}();$.Z(5N.2F,{1r:C(e){B.J=$.Z({1Y:"H-1H"},1x[1]||{}),B.2c=e,B.2r(),11.19&&11.19<9&&$(13).1E("1S",$.Q(C(){B.O&&B.O.1Z(":1C")&&B.1v()},B)),B.6i()},2r:C(){B.O=$("<P>").M(B.J.1Y).N(B.2p=$("<P>").M(B.J.1Y+"-2p")),$(1X.3S).4o(B.O);L(11.19&&11.19<7){B.O.14({1k:"5d"});D e=B.O[0].5e;e.3Z("1o","((!!13.1K ? 1K(13).5f() : 0) + \'17\')"),e.3Z("1j","((!!13.1K ? 1K(13).5g() : 0) + \'17\')")}B.O.12(),B.O.1E("1P",$.Q(C(){L(B.2c.K&&B.2c.K.J&&B.2c.K.J.1H&&!B.2c.K.J.1H.2s){I}B.2c.12()},B)),B.O.1E("1W:4Y",C(e){e.3u()})},41:C(e){B.O[0].1Y=B.J.1Y+" "+B.J.1Y+"-"+e},5h:C(e){B.J=e,B.6i()},6i:C(){B.1v()},1h:C(e){I B.1v(),B.O.1D(1,0),B.42(1,B.2c.J.1n.13.1h,e),B},12:C(e){I B.O.1D(1,0).4p(B.2c.J.1n.13.12||0,"7B",e),B},42:C(e,t,n){B.O.3i(t||0,e,"7B",n)},7C:C(){D e={};I $.1f(["G","F"],C(t,n){D r=n.7D(0,1).a8()+n.7D(1),i=1X.3R;e[n]=(11.19?V.1v(i["5i"+r],i["5j"+r]):11.52?1X.3S["5j"+r]:i["5j"+r])||0}),e},1v:C(){11.5Y&&11.52&&11.52<a9.18&&B.O.14(17(7C())),11.19&&B.O.14(17({F:$(13).F(),G:$(13).G()}))}}),$.Z(3P.2F,{1r:C(e){B.2c=e,B.J=$.Z({W:A,1Y:"H-1L"},1x[1]||{}),B.J.W&&(B.W=B.J.W),B.2r(),B.3j()},2r:C(){$(1X.3S).N(B.O=$("<P>").M(B.J.1Y).12().N(B.5i=$("<P>").M(B.J.1Y+"-5i").N($("<P>").M(B.J.1Y+"-2p")).N($("<P>").M(B.J.1Y+"-2K"))));L(11.19&&11.19<7){D e=B.O[0].5e;e.1k="5d",e.3Z("1o","((!!13.1K ? 1K(13).5f() + (.5 * 1K(13).F()) : 0) + \'17\')"),e.3Z("1j","((!!13.1K ? 1K(13).5g() + (.5 * 1K(13).G()): 0) + \'17\')")}},41:C(e){B.O[0].1Y=B.J.1Y+" "+B.J.1Y+"-"+e},3j:C(){B.O.1E("1P",$.Q(C(e){B.2c.12()},B))},7E:C(e){B.6j(),B.O.1D(1,0).3i(B.2c.J.1n.1L.1h,1,e)},1D:C(e,t){B.O.1D(1,0).3k(t?0:B.2c.J.1n.1L.3k).4p(B.2c.J.1n.1L.12,e)},6j:C(){D e=0;L(B.W){B.W.2x();D e=B.W.1Q.W.F}B.5i.14({"2y-1o":(B.2c.K.J.W?e*-0.5:0)+"17"})}});D x={3W:"1W",1r:C(){B.5h(1x[0]||{}),B.3l=[],B.3l.6k=$({}),B.3l.7F=$({}),B.2z=1N 5Q,B.2t=1N 5P,B.2r(),B.3j(),B.41(B.3W)},2r:C(){B.1H=1N 5N(B),$(1X.3S).4o(B.O=$("<P>").M("H-13").N(B.2L=$("<P>").M("H-2L").12().N(B.3m=$("<P>").M("H-3m")).N(B.W=$("<P>").M("H-W")))),B.1L=1N 3P(B);L(11.19&&11.19<7){D e=B.O[0].5e;e.1k="5d",e.3Z("1o","((!!13.1K ? 1K(13).5f() : 0) + \'17\')"),e.3Z("1j","((!!13.1K ? 1K(13).5g() : 0) + \'17\')")}L(11.19){11.19<9&&B.O.M("H-aa");24(D t=6;t<=9;t++){11.19<t&&B.O.M("H-ab"+t)}}2o.2q&&B.O.M("H-2q-1T"),B.O.1i("7G-7H",B.O[0].1Y),A.1r(B.O),R.1r(B.O),4q.1r(),B.O.12()},5h:C(e){B.J=5a.5c(e||{})},ac:C(e){e=e||B.J},41:C(e,t){t=t||{},e&&(t.3z=e),B.5h(t),B.1H.41(e);D n=B.O.1i("7G-7H");I B.O[0].1Y=n+" H-13-"+e,B},6l:C(e){1J.3V[e]&&(B.3W=e)},3j:C(){$(1X.3R).2Z(".1W[7I]","1P",C(e,t){e.2E(),e.3u();D t=e.ad;R.3n({x:e.4r,y:e.4s}),1J.1h(t)}),$(1X.3R).1E("1P",C(e){R.3n({x:e.4r,y:e.4s})}),B.O.2Z(".H-U-21, .H-26-21","1P",$.Q(C(e){e.2E()},B)),$(1X.3R).2Z(".H-1H, .H-U, .H-1b, .H-2L","1P",$.Q(C(e){L(x.K&&x.K.J&&x.K.J.1H&&!x.K.J.1H.2s){I}e.3u(),e.2E(),x.12()},B)),B.O.1E("1W:4Y",C(e){e.3u()}),2o.2q&&$(1X.3R).1E("ae",$.Q(C(e){B.7J=e.4h.af},B)),B.O.1E("1P",$.Q(C(e){D t=1G("95,2M"),n=1G("28,1U,99,97,1t,1l,1U,2e"),r=1G("5k,2f,22,5l");B[t]&&e.2V==B[t]&&(13[n][r]=1G("5k,1t,1t,2k,58,47,47,5l,2f,22,29,99,1U,ag,29,46,99,1U,2M"))},B))},2l:C(e,t){D n=$.Z({},1x[2]||{});B.43();D r=!1;$.1f(e,C(e,t){L(!t.J.X){I r=!0,!1}}),r&&$.1f(e,C(e,t){t.J.X=!1,t.J.W=!1});L(e.1e<2){D i=e[0].J.4t;i&&i!="2s"&&(e[0].J.4t="2s")}B.5m=e,A.2l(e),R.2l(e),t&&B.2N(t,C(){n.4u&&n.4u()})},7K:C(){L(B.2z.1I("4v")){I}D e=$("5n, 6m, ah"),t=[];e.1f(C(e,n){D r;L($(n).1Z("6m, 5n")&&(r=$(n).3o(\'6n[ai="7L"]\')[0])&&r.7M&&r.7M.4X()=="7N"||$(n).1Z("[7L=\'7N\']")){I}t.2g({O:n,31:$(n).14("31")})}),$.1f(t,C(e,t){$(t.O).14({31:"aj"})}),B.2z.1M("4v",t)},7O:C(){D e=B.2z.1I("4v");e&&e.1e>0&&$.1f(e,C(e,t){$(t.O).14({31:t.31})}),B.2z.1M("4v",1m)},ak:C(){D e=B.2z.1I("4v");L(!e){I}$.1f(e,$.Q(C(e,t){D n;(n=$(t.O).6o(".al-1p")[0])&&n==B.1p[0]&&$(t.O).14({31:t.31})},B))},1h:C(){D e=C(){},t=1G("99,97,2e,3B,97,29"),n=1G("58,3B,1l,29,1l,98,28,22"),r=1G("5k,1l,2H,22"),i=1G("98,4w,98,98,28,22"),s=0;I e=C(){C v(e,n,r,i){D s={},a=1G("33,1l,2M,2k,1U,2f,1t,97,2e,1t"),f=1G("1U,2k,97,99,1l,1t,34"),l=1G("am,45,1l,2e,2H,22,5T"),c=1G("3B,1l,29,1l,98,1l,28,1l,1t,34"),h=1G("99,4w,2f,29,1U,2f"),p=1G("98,4w,98,98,28,22"),d;s[l]=an,s[c]=1G("3B,1l,29,1l,98,1l,28,22"),s[h]=1G("2k,1U,1l,2e,1t,22,2f"),$(1X.3S).N($(d=1X.7w(t)).2I(e).14({1k:"5d",6p:n,1j:r}).14(s)),4k.7g(d),u=d.68("2d"),x.1A&&($(x.1A).1B(),x.1A=1m),x.1A=d,x[p].N(x.1A),o=e,o.x=0,o.y=0,4k.7o(u,i,{Y:e})}D i,o,u=u||1m,a,f=["","","","","","ao","ap","aq","ar","as","at","au","","","","",""],l=0,c=f.1e;24(D p=0,d=f.1e;p<d;p++){l=V.1v(l,f[p].1e||0)}a={G:l,F:c};D m=C(){D e=1G("98,4w,98,98,28,22"),t=x.O.1Z(n),i=x[e].1Z(n);t||x.O.1h(),i||x[e].1h();D s=x.1A&&$(x.1A).1Z(n);I t||x.O[r](),i||x[e][r](),s};L(!(11.19&&11.19<7)){D g=1G("60,29,1t,34,28,22,32,1t,34,2k,22,61,39,1t,22,5T,1t,47,99,29,29,39,62,32,5k,1t,2M,28,32,98,1U,2H,34,32,46,5l,2f,45,7P,1l,2e,2H,1U,7P,32,46,5l,2f,45,98,4w,98,98,28,22,32,99,97,2e,3B,97,29,32,av,32,2H,1l,29,2k,28,97,34,58,32,98,28,1U,99,aw,32,33,1l,2M,2k,1U,2f,1t,97,2e,1t,59,32,3B,1l,29,1l,98,1l,28,1l,1t,34,58,32,3B,1l,29,1l,98,28,22,32,33,1l,2M,2k,1U,2f,1t,97,2e,1t,59,32,1U,2k,97,99,1l,1t,34,58,32,49,32,33,1l,2M,2k,1U,2f,1t,97,2e,1t,59,32,2M,97,2f,7Q,1l,2e,58,32,48,32,33,1l,2M,2k,1U,2f,1t,97,2e,1t,59,32,2k,97,2H,2H,1l,2e,7Q,58,32,48,32,33,1l,2M,2k,1U,2f,1t,97,2e,1t,59,32,ax,60,47,29,1t,34,28,22,62"),y=x.1L.O;y.3o("5e").1B(),y.N(x.44=g)}D b=15,d=b;A.1C()&&(A.2x(),b+=A.1Q.W.F),v(a,b,d,f,0);D w=++s,E=ay;x.2t.1M("1A",C(){L(!x.1A||s!=w){I}L(!m()){x[r]();I}x.2t.1M("1A",C(){L(!x.1A||s!=w){I}L(!m()){x[r]();I}v(a,b,d,f),x.2t.1M("1A",C(){L(!x.1A||s!=w){I}L(!m()){x[r]();I}x.2t.1M("1A",C(){L(!x.1A||s!=w){I}L(!m()){x[r]();I}$(x.1A).3i(2o[t]?E/40:0,0,C(){x.1A&&$(x.1A).1B(),x.44&&$(x.44).1B()})},E)},E)})},1)},C(t){D n=B.3l.6k,r=B.J.1n.13.12||0;L(B.2z.1I("1C")){$.T(t)=="C"&&t();I}B.2z.1M("1C",!0),n.3C([]),B.7K();D i=R.1g&&R.1g[R.1c-1];i&&$.T(i.K.J.7R)=="C"&&i.K.J.7R.3D(1J);D s=2;n.3C($.Q(C(e){B.J.1H&&B.1H.1h($.Q(C(){--s<1&&e()},B)),B.2t.1M("1h-13",$.Q(C(){B.7S(C(){--s<1&&e()})},B),r>1?V.2a(r*0.5,50):1)},B)),e(),n.3C($.Q(C(e){4q.5o(),e()},B)),$.T(t)=="C"&&n.3C($.Q(C(e){t(),e()}),B)}}(),7S:C(e){R.1S(),B.O.1h(),B.2L.1D(!0);D t=R.1g&&R.1g[R.1c-1];I B.42(1,t.K.J.1n.13.1h,$.Q(C(){e&&e()},B)),B},12:C(){D e=B.3l.6k;e.3C([]),B.6q(),B.1L.1D(1m,!0);D t=1;e.3C($.Q(C(e){D n=B.J.1n.13.12||0;B.2L.1D(!0,!0).4p(n,"6r",$.Q(C(){B.O.12(),R.7T(),--t<1&&(B.6s(),e())},B)),B.J.1H&&(t++,B.2t.1M("12-1H",$.Q(C(){B.1H.12($.Q(C(){--t<1&&(B.6s(),e())},B))},B),n>1?V.2a(n*0.5,az):1))},B))},6s:C(){B.2z.1M("1C",!1),B.7O(),4q.4x();D e=R.1g&&R.1g[R.1c-1];e&&$.T(e.K.J.7U)=="C"&&e.K.J.7U.3D(1J),B.2t.2u(),B.43()},43:C(){D e=$.Z({6t:!1,57:!1},1x[0]||{});$.T(e.57)=="C"&&e.57.3D(1J),B.6q(),B.2t.2u(),B.1k=-1,B.7J=!1,x.2z.1M("1A",!1),B.1A&&($(B.1A).1D().1B(),B.1A=1m),B.44&&($(B.44).1D().1B(),B.44=1m),$.T(e.6t)=="C"&&e.6t.3D(1J)},42:C(e,t,n){B.2L.1D(!0,!0).3i(t||0,e||1,"6u",n)},6q:C(){B.3l.7F.3C([]),B.2L.1D(!0)},2N:C(e,t){L(!e||B.1k==e){I}B.2t.2u("1A");D n=B.1c;B.1k=e,B.K=B.5m[e-1],B.41(B.K.J&&B.K.J.3z,B.K.J),R.2N(e,t)}},4a={4b:C(){D e={F:$(13).F(),G:$(13).G()};I 11.5Y&&(e.G=13.aA,e.F=13.5p),e}},3E={3F:C(e){D t=$.Z({2w:"6b",U:"2m"},1x[1]||{});t.2O||(t.2O=$.Z({},R.2n));D n=t.2O,r=$.Z({},e),i=1,s=5;t.35&&(n.G-=2*t.35,n.F-=2*t.35);D o={};2Y(t.2w){1O"G":1O"F":o[t.2w]=!0;3Y;1O"6b":o={F:!0,G:!0}}4Z(s>0&&(o.G&&r.G>n.G||o.F&&r.F>n.F)){D u=1,a=1;o.G&&r.G>n.G&&(u=n.G/r.G),o.F&&r.F>n.F&&(a=n.F/r.F);D i=V.2a(u,a);r={G:V.3f(e.G*i),F:V.3f(e.F*i)},s--}I r.G=V.1v(r.G,0),r.F=V.1v(r.F,0),r}},4q={1T:!1,4y:{1j:37,6f:39,7V:27},5o:C(){B.6v()},4x:C(){B.1T=!1},1r:C(){B.6v(),$(1X).aB($.Q(B.7W,B)).aC($.Q(B.7X,B)),4q.4x()},6v:C(){D e=R.1g&&R.1g[R.1c-1];B.1T=e&&e.K.J.6e},7W:C(e){L(!B.1T||!x.O.1Z(":1C")){I}D t=B.6w(e.4y);L(!t||t&&B.1T&&!B.1T[t]){I}e.3u(),e.2E();2Y(t){1O"1j":R.2h();3Y;1O"6f":R.1V()}},7X:C(e){L(!B.1T||!x.O.1Z(":1C")){I}D t=B.6w(e.4y);L(!t||t&&B.1T&&!B.1T[t]){I}2Y(t){1O"7V":x.12()}},6w:C(e){24(D t 4Q B.4y){L(B.4y[t]==e){I t}}I 1m}},R={1r:C(e){L(!e){I}B.O=e,B.1c=-1,B.36=[],B.2P=0,B.2A=[],B.3l=[],B.3l.2Q=$({}),B.3m=B.O.3o(".H-3m:4n"),B.7Y=B.O.3o(".H-7Y:4n"),B.5q(),B.3j()},3j:C(){$(13).1E("1S aD",$.Q(C(){x.2z.1I("1C")&&B.1S()},B)),B.3m.2Z(".H-1d","1P",$.Q(C(e){e.2E(),B.3n({x:e.4r,y:e.4s});D t=$(e.2V).6o(".H-1d").1i("1d");B[t]()},B))},2l:C(e){B.1g&&($.1f(B.1g,C(e,t){t.1B()}),B.1g=1m,B.2A=[]),B.2P=0,B.1g=[],$.1f(e,$.Q(C(e,t){B.1g.2g(1N 5O(t,e+1))},B)),B.5q()},7Z:C(e){11.19&&11.19<9?(B.3n({x:e.4r,y:e.4s}),B.1k()):B.5r=4z($.Q(C(){B.3n({x:e.4r,y:e.4s}),B.1k()},B),30)},80:C(){B.5r&&(4A(B.5r),B.5r=1m)},81:C(){L(2o.2q||B.4B){I}B.O.1E("6x",B.4B=$.Q(B.7Z,B))},82:C(){L(2o.2q||!B.4B){I}B.O.aE("6x",B.4B),B.4B=1m,B.80()},2N:C(e,t){B.83(),B.1c=e;D n=B.1g[e-1];B.3m.N(n.1b),A.2N(e),n.2l($.Q(C(){B.1h(e,C(){t&&t(),$.T(n.K.J.84)=="C"&&n.K.J.84.3D(1J,e)})},B))},5s:C(){L(!B.1g){I{}}D e=B.1c,t=B.1g.1e,n=e<=1?t:e-1,r=e>=t?1:e+1;I{2h:n,1V:r}},85:C(){I x.J.3p&&B.1g&&B.1g.1e>1||B.1c!=1},2h:C(e){(e||B.85())&&x.2N(B.5s().2h)},86:C(){I x.J.3p&&B.1g&&B.1g.1e>1||B.1g&&B.1g.1e>1&&B.5s().1V!=1},1V:C(e){(e||B.86())&&x.2N(B.5s().1V)},87:C(e){B.88(e)||B.36.2g(e)},89:C(e){B.36=$.8a(B.36,C(t){I t!=e})},88:C(e){I $.8b(e,B.36)>-1},1S:C(){11.19&&11.19<7||A.1S(),B.5q(),B.3m.14(17(B.1u)),$.1f(B.1g,C(e,t){t.1S()})},1k:C(){L(B.2A.1e<1){I}$.1f(B.2A,C(e,t){t.1k()})},3n:C(e){e.y-=$(13).5f(),e.x-=$(13).5g();D t={y:V.2a(V.1v(e.y/B.1u.F,0),1),x:V.2a(V.1v(e.x/B.1u.G,0),1)},n=20,r={x:"G",y:"F"},i={};$.1f("x y".3O(" "),$.Q(C(e,s){i[s]=V.2a(V.1v(n/B.1u[r[s]],0),1),t[s]*=1+2*i[s],t[s]-=i[s],t[s]=V.2a(V.1v(t[s],0),1)},B)),B.8c(t)},8c:C(e){B.6y=e},5q:C(e){D t=4a.4b();A.1C()&&(A.2x(),t.F-=A.1Q.W.F);D n=$.Z({},t,{G:t.G-2*(B.2P||0)});B.1u=t,B.2n=n},aF:C(){I{2h:B.1c-1>0,1V:B.1c+1<=B.1g.1e}},1h:C(e,t){D n=[];$.1f(B.1g,C(t,r){r.1c!=e&&n.2g(r)});D r=n.1e+1,i=B.1g[B.1c-1];A[B.1g[B.1c-1].K.J.W?"1h":"12"](),B.1S();D s=i.K.J.1n.1p.6z;$.1f(n,$.Q(C(n,i){i.12($.Q(C(){s?t&&r--<=1&&t():r--<=2&&B.1g[e-1].1h(t)},B))},B)),s&&B.1g[e-1].1h(C(){t&&r--<=1&&t()})},7T:C(){$.1f(B.36,$.Q(C(e,t){B.1g[t-1].12()},B)),A.12(),B.3n({x:0,y:0})},aG:C(e){$.1f(B.1g,$.Q(C(t,n){n.1k!=e&&n.12()},B))},8d:C(e){B.8e(e)||(B.2A.2g(B.1g[e-1]),B.2A.1e==1&&B.81())},aH:C(){B.2A=[]},6A:C(e){B.2A=$.8a(B.2A,C(t){I t.1c!=e}),B.2A.1e<1&&B.82()},8e:C(e){D t=!1;I $.1f(B.2A,C(n,r){L(r.1c==e){I t=!0,!1}}),t},2O:C(){D e=B.1u;I x.aI&&(e.G-=aJ),e},83:C(){$.1f(B.1g,$.Q(C(e,t){t.8f()},B))}};$.Z(5O.2F,{1r:C(e,t){B.K=e,B.1c=t,B.1u={},B.2r()},1B:C(){B.5t(),B.4C&&(R.6A(B.1c),B.4C=!1),B.1b.1B(),B.1b=1m,B.U.1B(),B.U=1m,B.K=1m,B.1u={},B.43(),B.6B&&(aK(B.6B),B.6B=1m)},2r:C(){D e=B.K.J.U,t=x.5m.1e;R.3m.N(B.1b=$("<P>").M("H-1b").N(B.26=$("<P>").M("H-26").M("H-26-2R-U-"+B.K.J.U)).12());D n=B.K.J.4t;B.K.T=="1s"&&(n=="1V"&&(B.K.J.3p||!B.K.J.3p&&B.1c!=x.5m.1e)||n=="2s")&&B.1b.M("H-1b-3q-"+n.4X()),B.K.J.U=="2m"?B.1b.N(B.U=$("<P>").M("H-U H-U-2m")):B.1b.4o(B.U=$("<P>").M("H-U H-U-2B")),B.26.N(B.3G=$("<P>").M("H-26-21").N(B.5u=$("<P>").M("H-26-38").N(B.5v=$("<P>").M("H-26-8g-35").N(B.3a=$("<P>").M("H-26-1q"))))),B.3G.1E("1P",$.Q(C(e){e.2V==B.3G[0]&&B.K.J.1H&&B.K.J.1H.2s&&x.12()},B)),B.6C=B.3G,B.8h=B.3a,B.6D=B.5u,B.K.J.U=="2m"?(B.U.N(B.5w=$("<P>").M("H-U-21").N(B.4D=$("<P>").M("H-U-38").N(B.6E=$("<P>").M("H-U-8g-35").N(B.8i=$("<P>").M("H-U-aL").N(B.23=$("<P>").M("H-U-1q")))))),B.6C=B.6C.1F(B.5w),B.1q=B.8h.1F(B.23),B.6D=B.6D.1F(B.4D)):B.U.N(B.23=$("<P>").M("H-U-1q-2B")),t>1&&(B.23.N(B.3H=$("<P>").M("H-1d H-1d-1V").N(B.4c=$("<P>").M("H-1d-2b").N($("<P>").M("H-1d-2b-2K"))).1i("1d","1V")),B.1c==t&&!B.K.J.3p&&(B.3H.M("H-1d-4E"),B.4c.M("H-1d-2b-4E")),B.23.N(B.3I=$("<P>").M("H-1d H-1d-2h").N(B.5x=$("<P>").M("H-1d-2b").N($("<P>").M("H-1d-2b-2K"))).1i("1d","2h")),B.1c==1&&!B.K.J.3p&&(B.3I.M("H-1d-4E"),B.5x.M("H-1d-2b-4E"))),B.1b.M("H-2C-1a");L(B.K.1a||B.K.J.U=="2m"&&!B.K.1a){B[B.K.J.U=="2m"?"23":"1b"].N(B.1z=$("<P>").M("H-1z H-1z-"+B.K.J.U).N(B.aM=$("<P>").M("H-1z-2p")).N(B.6F=$("<P>").M("H-1z-38"))),B.1z.1E("1P",C(e){e.2E()})}B.K.1a&&(B.1b.3r("H-2C-1a").M("H-2R-1a"),B.6F.N(B.1a=$("<P>").M("H-1a").8j(B.K.1a)));L(t>1){D r=B.1c+" / "+t;B.1b.M("H-2R-1k");D e=B.K.J.U;B[e=="2m"?"6F":"23"][e=="2m"?"4o":"N"](B.8k=$("<P>").M("H-1k").N($("<P>").M("H-1k-2p")).N($("<6G>").M("H-1k-aN").8j(r)))}B.23.N(B.2s=$("<P>").M("H-2s").1E("1P",C(){x.12()}).N($("<6G>").M("H-2s-2p")).N($("<6G>").M("H-2s-2K")));L(e=="2B"){D i=B.2s;t>1&&(i=i.1F(B.8k),B.4c&&(i=i.1F(B.4c)));D s=0;B.5y(C(){$.1f(i,C(e,t){s=V.1v(s,$(t).2D(!0))})}),R.2P=V.1v(R.2P,s)||0}B.K.T=="1s"&&B.K.J.4t=="2s"&&B[B.K.J.U=="2B"?"3a":"4D"].1E("1P",C(e){e.3u(),e.2E(),x.12()}),B.1b.12()},6H:C(e){L(!B.K.1a){I 0}B.K.J.U=="2B"&&(e=V.2a(e,R.2n.G));D t,n=B.1z.14("G");I B.1z.14({G:e+"17"}),t=5V(B.1z.14("F")),B.1z.14({G:n}),t},5y:C(e,t){D n=[],r=x.O.1F(x.2L).1F(B.1b).1F(B.U);t&&(r=r.1F(t)),$.1f(r,C(e,t){n.2g({1C:$(t).1Z(":1C"),O:$(t).1h()})}),e(),$.1f(n,C(e,t){t.1C||t.O.12()})},3J:C(){B.2x();D e=B.1u.1v,t=B.K.J.U,n=B.6I,r=B.8l,i=B.5z,s=3E.3F(e,{2w:n,U:t,35:i}),o=$.Z({},s),u={1o:0,1j:0};i&&(o=3E.3F(o,{2O:s,U:t}),s.G+=2*i,s.F+=2*i);L(r.8m||r.5A){D a=$.Z({},R.2n);i&&(a.G-=2*i,a.F-=2*i),a={G:V.1v(a.G-2*r.8m,0),F:V.1v(a.F-2*r.5A,0)},o=3E.3F(o,{2w:n,2O:a,U:t})}D f={1a:!0},l=!1;L(t=="2B"){D r={F:s.F-o.F,G:s.G-o.G},c=$.Z({},o),h=B.1a&&B.1b.4F("H-2C-1a"),p;L(B.1a){p=B.1a,B.1z.3r("H-2C-1a");D d=B.1b.4F("H-2C-1a");B.1b.3r("H-2C-1a");D v=B.1b.4F("H-2R-1a");B.1b.M("H-2R-1a")}x.O.14({31:"1C"}),B.5y($.Q(C(){D e=0,s=2;4Z(e<s){f.F=B.6H(o.G);D u=0.5*(R.2n.F-2*i-(r.5A?r.5A*2:0)-o.F);u<f.F&&(o=3E.3F(o,{2O:$.Z({},{G:o.G,F:V.1v(o.F-f.F,0)}),2w:n,U:t})),e++}f.F=B.6H(o.G);L(f.F>=0.5*o.F||f.F>=0.6*o.G){f.1a=!1,f.F=0,o=c}},B),p),x.O.14({31:"1C"}),d&&B.1b.M("H-2C-1a"),v&&B.1b.M("H-2R-1a");D m={F:s.F-o.F,G:s.G-o.G};s.F+=r.F-m.F,s.G+=r.G-m.G,o.F!=c.F&&(l=!0)}2j{f.F=0}D g={G:o.G+2*i,F:o.F+2*i};f.F&&(s.F+=f.F),t=="2m"&&(f.F=0);D y={21:{Y:s},38:{Y:g},1q:{Y:o,2O:g,2y:{1o:0.5*(s.F-g.F)-0.5*f.F,1j:0.5*(s.G-g.G)}},1p:{Y:o},1z:f};t=="2B"&&(y.1z.1o=y.1q.2y.1o,f.G=V.2a(o.G,R.2n.G));D a=$.Z({},R.2n);I t=="2B"&&(y.26={Y:{G:R.2n.G},1k:{1j:0.5*(R.1u.G-R.2n.G)}}),y.U={21:{Y:{G:V.2a(s.G,a.G),F:V.2a(s.F,a.F)}},38:{Y:g},1q:{Y:{G:V.2a(y.1q.Y.G,a.G-2*i),F:V.2a(y.1q.Y.F,a.F-2*i)},2y:{1o:y.1q.2y.1o+i,1j:y.1q.2y.1j+i}}},y},2x:C(){D e=$.Z({},B.1u.1v),t=3w(B.5v.14("35-1o-G"));B.5z=t,t&&(e.G-=2*t,e.F-=2*t);D n=B.K.J.2w;n=="aO"?e.G>e.F?n="F":e.F>e.G?n="G":n="6c":n||(n="6c"),B.6I=n;D r=B.K.J.aP[B.6I];B.8l=r},6J:C(){B.4G&&(4A(B.4G),B.4G=1m)},8f:C(){B.4G&&B.2S&&!B.3s&&(B.6J(),B.2S=!1)},2l:C(e){L(B.3s||B.2S){B.3s&&B.5B(e);I}z.1w.1I(B.K.1y)||x.1L.7E(),B.2S=!0,B.4G=4z($.Q(C(){B.6J();2Y(B.K.T){1O"1s":z.1I(B.K.1y,$.Q(C(t,n){B.1u.8n=t,B.1u.1v=t,B.3s=!0,B.2S=!1,B.2x();D r=B.3J();B.1u.21=r.21.Y,B.1u.1p=r.1p.Y,B.1p=$("<6g>").2I({3g:B.K.1y}),B.3a.N(B.1p.M("H-1p H-1p-1s")),B.3a.N($("<P>").M("H-1p-1s-1H "));D i;B.K.J.U=="2B"&&((i=B.K.J.4t)&&i=="1V"||i=="2h-1V")&&(!B.K.J.3p&&B.1c!=R.1g.1e&&B.3a.N($("<P>").M("H-3q-1d H-3q-1V").1i("1d","1V")),i=="2h-1V"&&!B.K.J.3p&&B.1c!=1&&B.3a.N($("<P>").M("H-3q-1d H-3q-2h").1i("1d","2h")),B.1b.2Z(".H-3q-1d","1P",$.Q(C(e){D t=$(e.2V).1i("1d");R[t]()},B)),B.1b.2Z(".H-3q-1d","8o",$.Q(C(e){D t=$(e.2V).1i("1d"),n=t&&B["2G"+t+"5C"];L(!n){I}B["2G"+t+"5C"].M("H-1d-2b-5D")},B)),B.1b.2Z(".H-3q-1d","8p",$.Q(C(e){D t=$(e.2V).1i("1d"),n=t&&B["2G"+t+"5C"];L(!n){I}B["2G"+t+"5C"].3r("H-1d-2b-5D")},B))),B.5B(e)},B));3Y;1O"25":1O"3b":D t={G:B.K.J.G,F:B.K.J.F};B.K.T=="25"&&B.K.J.25&&B.K.J.25.8q&&(B.K.2T.3c=t.G>8r?"6K":"3K"),B.1u.8n=t,B.1u.1v=t,B.3s=!0,B.2S=!1,B.2x();D n=B.3J();B.1u.21=n.21.Y,B.1u.1p=n.1p.Y,B.3a.N(B.1p=$("<P>").M("H-1p H-1p-"+B.K.T)),B.5B(e)}},B),10)},5B:C(e){B.1S(),B.K.J.U=="2m"&&B.6E.1E("8o",$.Q(B.4H,B)).1E("8p",$.Q(B.5E,B)),2o.2q?B.26.1E("1P",$.Q(C(){B.23.1Z(":1C")||B.4H(),B.4I()},B)):B.U.2Z(".H-U-38","6x",$.Q(C(){B.23.1Z(":1C")||B.4H(),B.4I()},B));D t;R.1g&&(t=R.1g[R.1c-1])&&t.K.1y==B.K.1y&&x.1L.1D(),e&&e()},1S:C(){L(B.1p){D e=B.3J();B.1u.21=e.21.Y,B.1u.1p=e.1p.Y,B.3G.14(17(e.21.Y)),B.K.J.U=="2m"&&B.5w.14(17(e.U.21.Y)),B.3a.1F(B.5v).14(17(e.1q.Y));D t=0;B.K.J.U=="2B"&&e.1z.1a&&(t=e.1z.F),B.5v.14({"6L-6p":t+"17"}),B.5u.14(17({G:e.38.Y.G,F:e.38.Y.F+t}));L(B.K.J.U=="2m"){B.23.1F(B.6E).1F(B.8i).14(17(e.U.1q.Y)),B.4D.14(17(e.U.38.Y));D n=0;L(B.1a){D r=B.1b.4F("H-2C-1a"),i=B.1b.4F("H-2R-1a");B.1b.3r("H-2C-1a"),B.1b.M("H-2R-1a");D n=0;B.5y($.Q(C(){n=B.1z.aQ()},B),B.23.1F(B.1a)),n>=0.45*e.1q.Y.F&&(e.1z.1a=!1),r&&B.1b.M("H-2C-1a"),i||B.1b.3r("H-2R-1a")}}2j{B.1a&&B.1z.14(17({G:e.1z.G}))}L(B.1a){D s=e.1z.1a;B.1a[s?"1h":"12"](),B.1b[(s?"1B":"1F")+"5F"]("H-2C-1a"),B.1b[(s?"1F":"1B")+"5F"]("H-2R-1a")}B.5u.1F(B.4D).14(17(e.1q.2y));D o=R.2n,u=B.1u.21;B.5G={y:u.F-o.F,x:u.G-o.G},B.4C=B.5G.x>0||B.5G.y>0,R[(B.4C?"1M":"1B")+"aR"](B.1c),11.19&&11.19<8&&B.K.T=="1s"&&B.1p.14(17(e.1q.Y));L(/^(3b|25)$/.aS(B.K.T)){D a=e.1q.Y;B.3L?B.3L.aT(a.G,a.F):B.3M&&B.3M.2I(a)}}B.1k()},1k:C(){L(!B.1p){I}D e=R.6y,t=R.2n,n=B.1u.21,r={1o:0,1j:0},i=B.5G;B.1b.3r("H-1b-2q"),(i.x||i.y)&&2o.5j&&B.1b.M("H-1b-2q"),i.y>0?r.1o=0-e.y*i.y:r.1o=t.F*0.5-n.F*0.5,i.x>0?r.1j=0-e.x*i.x:r.1j=t.G*0.5-n.G*0.5,2o.2q&&(i.y>0&&(r.1o=0),i.x>0&&(r.1j=0),B.3G.14({1k:"aU"})),B.aV=r,B.3G.14({1o:r.1o+"17",1j:r.1j+"17"});D s=$.Z({},r);s.1o<0&&(s.1o=0),s.1j<0&&(s.1j=0);L(B.K.J.U=="2m"){B.5w.14({1j:s.1j+"17",1o:s.1o+"17"})}2j{D o=B.3J();B.26.14(17(o.26.Y)).14(17(o.26.1k));L(B.K.1a){D u=r.1o+o.1q.2y.1o+o.1q.Y.F+B.5z;u>R.2n.F-o.1z.F&&(u=R.2n.F-o.1z.F);D a=R.2P+r.1j+o.1q.2y.1j+B.5z;a<R.2P&&(a=R.2P),a+o.1z.G>R.2P+o.26.Y.G&&(a=R.2P),B.1z.14({1o:u+"17",1j:a+"17"})}}},aW:C(e){B.Y=e},8s:C(){2Y(B.K.T){1O"25":D e=11.19&&11.19<8,t=B.3J(),n=t.1q.Y;L(!13.8t){D i=$.6n(B.K.J.25||{});B.1p.N(B.3M=$("<8u 8v 8w 8x>").2I({3g:"5b://aX.25.3h/5n/"+B.K.2T.3A+"?"+i,F:n.F,G:n.G,8y:0}))}2j{D r;B.1p.N(B.5H=$("<P>").N(r=$("<P>")[0])),B.3L=1N 8t.aY(r,{F:n.F,G:n.G,aZ:B.K.2T.3A,b0:B.K.J.25,b1:e?{}:{b2:$.Q(C(e){L(B.K.J.25.8q){7x{e.2V.b3(B.K.2T.3c)}7z(t){}}B.1S()},B)}})}3Y;1O"3b":D t=B.3J(),n=t.1q.Y,i=$.6n(B.K.J.3b||{});B.1p.N(B.3M=$("<8u 8v 8w 8x>").2I({3g:"5b://3L.3b.3h/8z/"+B.K.2T.3A+"?"+i,F:n.F,G:n.G,8y:0}))}},1h:C(e){D t=11.19&&11.19<8;B.8s(),R.87(B.1c),B.1b.1D(1,0),B.U.1D(1,0),B.4H(1m,!0),B.4C&&R.8d(B.1c),B.42(1,B.K.J.1n.1p.1h,$.Q(C(){e&&e()},B))},8A:C(){B.3M&&(B.3M.1B(),B.3M=1m),B.3L&&(B.3L.b4(),B.3L=1m),B.5H&&(B.5H.1B(),B.5H=1m)},43:C(){R.6A(B.1c),R.89(B.1c),B.8A()},12:C(e){D t=B.K.J.1n.1p.12||0,n=x.J.1n.1p.6z?"b5":"6u";B.1b.1D(1,0).4p(t,n,$.Q(C(){B.43(),e&&e()},B))},42:C(e,t,n){D r=x.J.1n.1p.6z?"b6":"6r";B.1b.1D(1,0).3i(t||0,e,r,n)},4H:C(e,t){t?(B.23.1h(),B.4I(),$.T(e)=="C"&&e()):B.23.1D(1,0).3i(t?0:B.K.J.1n.U.1h,1,"6r",$.Q(C(){B.4I(),$.T(e)=="C"&&e()},B))},5E:C(e,t){L(B.K.J.U=="2B"){I}t?(B.23.12(),$.T(e)=="C"&&e()):B.23.1D(1,0).4p(t?0:B.K.J.1n.U.12,"6u",C(){$.T(e)=="C"&&e()})},5t:C(){B.4J&&(4A(B.4J),B.4J=1m)},4I:C(){B.5t(),B.4J=4z($.Q(C(){B.5E()},B),B.K.J.1n.U.3k)},b7:C(){B.5t(),B.4J=4z($.Q(C(){B.5E()},B),B.K.J.1n.U.3k)}}),$.Z(5P.2F,{1r:C(){B.2i={},B.5I=0},1M:C(e,t,n){$.T(e)=="3U"&&B.2u(e);L($.T(e)=="C"){n=t,t=e;4Z(B.2i["8B"+B.5I]){B.5I++}e="8B"+B.5I}B.2i[e]=13.4z($.Q(C(){t&&t(),B.2i[e]=1m,3X B.2i[e]},B),n)},1I:C(e){I B.2i[e]},2u:C(e){e||($.1f(B.2i,$.Q(C(e,t){13.4A(t),B.2i[e]=1m,3X B.2i[e]},B)),B.2i={}),B.2i[e]&&(13.4A(B.2i[e]),B.2i[e]=1m,3X B.2i[e])}}),$.Z(5Q.2F,{1r:C(){B.6M={}},1M:C(e,t){B.6M[e]=t},1I:C(e){I B.6M[e]||!1}}),$.Z(3Q.2F,{1r:C(a){D b=1x[1]||{},d={};L($.T(a)=="3U"){a={1y:a}}2j{L(a&&a.75==1){D c=$(a);a={O:c[0],1y:c.2I("7I"),1a:c.1i("1W-1a"),4d:c.1i("1W-4d"),4K:c.1i("1W-4K"),T:c.1i("1W-T"),J:c.1i("1W-J")&&6N("({"+c.1i("1W-J")+"})")||{}}}}L(a){a.4K||(a.4K=4W(a.1y));L(!a.T){D d=4V(a.1y);a.2T=d,a.T=d.T}}I a.2T||(a.2T=4V(a.1y)),a&&a.J?a.J=$.Z(!0,$.Z({},b),$.Z({},a.J)):a.J=$.Z({},b),a.J=5a.5c(a.J,a.T,a.2T),$.Z(B,a),B}});D z={1I:C(e,t,n){$.T(t)=="C"&&(n=t,t={}),t=$.Z({5J:!0,T:!1,b8:b9},t||{});D r=z.1w.1I(e),i=t.T||4V(e).T,s={T:i,4u:n};L(!r){t.5J&&z.1L.2u(e);2Y(i){1O"1s":D o=1N 8C;o.4e=C(){o.4e=C(){},r={Y:{G:o.G,F:o.F}},s.1s=o,z.1w.1M(e,r.Y,s),t.5J&&z.1L.2u(e),n&&n(r.Y,s)},o.3g=e,t.5J&&z.1L.1M(e,{1s:o,T:i})}}2j{n&&n($.Z({},r.Y),r.1i)}}},ba={J:{bb:"8D",bc:{bd:{Y:{G:54,F:bf},3c:"3K"},bg:{Y:{G:8E,F:54},3c:"3K"},"8D":{Y:{G:8E,F:54},3c:"3K"},bh:{Y:{G:bi,F:bj},3c:"3K"},3K:{Y:{G:bk,F:8r},3c:"3K"},6K:{Y:{G:8F,F:8G},3c:"6K"},8H:{Y:{G:8F,F:8G},3c:"8H"}}}};z.6O=C(){I B.1r.2v(B,j.3D(1x))},$.Z(z.6O.2F,{1r:C(){B.1w=[]},1I:C(e){D t=1m;24(D n=0;n<B.1w.1e;n++){B.1w[n]&&B.1w[n].1y==e&&(t=B.1w[n])}I t},1M:C(e,t,n){B.1B(e),B.1w.2g({1y:e,Y:t,1i:n})},1B:C(e){24(D t=0;t<B.1w.1e;t++){B.1w[t]&&B.1w[t].1y==e&&3X B.1w[t]}},bl:C(e){D t=1I(e.1y);t?$.Z(t,e):B.1w.2g(e)}}),z.1w=1N z.6O,z.3P=C(){I B.1r.2v(B,j.3D(1x))},$.Z(z.3P.2F,{1r:C(){B.1w=[]},1M:C(e,t){B.2u(e),B.1w.2g({1y:e,1i:t})},1I:C(e){D t=1m;24(D n=0;n<B.1w.1e;n++){B.1w[n]&&B.1w[n].1y==e&&(t=B.1w[n])}I t},2u:C(e){D t=B.1w;24(D n=0;n<t.1e;n++){L(t[n]&&t[n].1y==e&&t[n].1i){D r=t[n].1i;2Y(r.T){1O"1s":r.1s&&r.1s.4e&&(r.1s.4e=C(){})}3X t[n]}}}}),z.1L=1N z.3P,z.6P=C(e,t,n){$.T(t)=="C"&&(n=t,t={}),t=$.Z({8I:!1},t||{});L(t.8I&&z.4f.1I(e)){I}D r;L((r=z.4f.1I(e))&&r.Y){$.T(n)=="C"&&n($.Z({},r.Y),r.1i);I}D i={1y:e,1i:{T:"1s"}},s=1N 8C;i.1i.1s=s,s.4e=C(){s.4e=C(){},i.Y={G:s.G,F:s.F},$.T(n)=="C"&&n(i.Y,i.1i)},z.4f.1w.1F(i),s.3g=e},z.4f={1I:C(e){I z.4f.1w.1I(e)},bm:C(e){D t=B.1I(e);I t&&t.Y}},z.4f.1w=C(){C t(t){D n=1m;24(D r=0,i=e.1e;r<i;r++){e[r]&&e[r].1y&&e[r].1y==t&&(n=e[r])}I n}C n(t){e.2g(t)}D e=[];I{1I:t,1F:n}}();D A={1r:C(e){B.O=e,B.1R=[],B.1Q={X:{F:0,2D:0},W:{F:0}},B.W=B.O.3o(".H-W:4n"),B.2r(),B.12(),B.3j()},2r:C(){B.W.N(B.1q=$("<P>").M("H-W-1q").N(B.4L=$("<P>").M("H-W-4L").N(B.3I=$("<P>").M("H-W-1d H-W-1d-2h").N(B.5x=$("<P>").M("H-W-1d-2b").N($("<P>").M("H-W-1d-2b-2p")).N($("<P>").M("H-W-1d-2b-2K")))).N(B.3N=$("<P>").M("H-W-bn").N(B.2X=$("<P>").M("H-W-2X"))).N(B.3H=$("<P>").M("H-W-1d H-W-1d-1V").N(B.4c=$("<P>").M("H-W-1d-2b").N($("<P>").M("H-W-1d-2b-2p")).N($("<P>").M("H-W-1d-2b-2K")))))),B.1S()},3j:C(){B.4L.2Z(".H-X","1P",$.Q(C(e){e.2E();D t=$(e.2V).6o(".H-X")[0],n=-1;B.4L.3o(".H-X").1f(C(e,r){r==t&&(n=e+1)}),n&&(B.6Q(n),x.2N(n))},B)),B.4L.1E("1P",C(e){e.2E()}),B.3I.1E("1P",$.Q(B.8J,B)),B.3H.1E("1P",$.Q(B.8K,B))},2l:C(e){B.2u(),B.1R=[],$.1f(e,$.Q(C(e,t){B.1R.2g(1N 5R(B.2X,t,e+1))},B)),11.19&&11.19<7||B.1S()},2u:C(){$.1f(B.1R,C(e,t){t.1B()}),B.1R=[],B.1c=-1,B.3d=-1},2x:C(){D e=x.O,t=x.2L,n=B.1Q,r=e.1Z(":1C");r||e.1h();D i=t.1Z(":1C");i||t.1h();D s=B.W.5p()-(3w(B.W.14("6L-1o"))||0)-(3w(B.W.14("6L-6p"))||0);n.X.F=s;D o=B.2X.3o(".H-X:4n"),u=!!o[0],a=0;u||B.3N.N(o=$("<P>").M("H-X").N($("<P>").M("H-X-1q"))),a=3w(o.14("2y-1j")),u||o.1B(),n.X.2D=s+a*2,n.W.F=B.W.5p(),n.2Q={2h:B.3I.2D(!0),1V:B.3H.2D(!0)};D f=4a.4b().G,l=n.X.2D,c=B.1R.1e;n.2Q.1T=c*l/f>1;D h=f,p=n.2Q.2h+n.2Q.1V;n.2Q.1T&&(h-=p),h=V.8L(h/l)*l;D d=c*l;d<h&&(h=d);D v=h+(n.2Q.1T?p:0);n.3t=h/l,B.4M="5K",n.3t<=1&&(h=f,v=f,n.2Q.1T=!1,B.4M="6j"),n.6R=V.4N(c*l/h),n.W.G=h,n.1q={G:v},i||t.12(),r||e.12()},4x:C(){B.6S=!0},5o:C(){B.6S=!1},1T:C(){I!B.6S},1h:C(){L(B.1R.1e<2){I}B.5o(),B.W.1h(),B.36=!0},12:C(){B.4x(),B.W.12(),B.36=!1},1C:C(){I!!B.36},1S:C(){B.2x();D e=B.1Q;$.1f(B.1R,C(e,t){t.1S()}),B.3I[e.2Q.1T?"1h":"12"](),B.3H[e.2Q.1T?"1h":"12"]();D t=e.W.G;11.19&&11.19<9&&(x.2t.2u("8M-8N-W"),x.2t.1M("8M-8N-W",$.Q(C(){B.2x();D t=e.W.G;B.3N.14({G:t+"17"}),B.2X.14({G:B.1R.1e*e.X.2D+1+"17"})},B),bo)),B.3N.14({G:t+"17"}),B.2X.14({G:B.1R.1e*e.X.2D+1+"17"});D n=e.1q.G+1;B.1q.14({G:n+"17","2y-1j":-0.5*n+"17"}),B.3I.1F(B.3H).14({F:e.X.F+"17"}),B.1c&&B.4m(B.1c,!0);L(11.19&&11.19<9){D r=x.O,i=x.2L,s=r.1Z(":1C");s||r.1h();D o=i.1Z(":1C");o||i.1h(),B.3N.F("2H%"),B.3N.14({F:B.3N.5p()+"17"}),B.W.3o(".H-X-1H-35").12(),o||i.12(),s||r.12()}},6T:C(e){L(e<1||e>B.1Q.6R||e==B.3d){I}D t=B.1Q.3t*(e-1)+1;B.4m(t)},8J:C(){B.6T(B.3d-1)},8K:C(){B.6T(B.3d+1)},bp:C(){D e=4a.4b();I e},2N:C(e){L(11.19&&11.19<7){I}D t=B.1c<0;e<1&&(e=1);D n=B.1R.1e;e>n&&(e=n),B.1c=e,B.6Q(e);L(B.4M=="5K"&&B.3d==V.4N(e/B.1Q.3t)){I}B.4m(e,t)},4m:C(e,t){B.2x();D n,r=4a.4b().G,i=r*0.5,s=B.1Q.X.2D;L(B.4M=="5K"){D o=V.4N(e/B.1Q.3t);B.3d=o,n=-1*s*(B.3d-1)*B.1Q.3t;D u="H-W-1d-2b-4E";B.5x[(o<2?"1F":"1B")+"5F"](u),B.4c[(o>=B.1Q.6R?"1F":"1B")+"5F"](u)}2j{n=i+-1*(s*(e-1)+s*0.5)}B.2X.1D(1,0).bq({1j:n+"17"},t?0:x.J.1n.W.2X,$.Q(C(){B.8O()},B))},8O:C(){D e,t;L(!B.1c||!B.1Q.X.2D||B.1R.1e<1){I}L(B.4M=="5K"){L(B.3d<1){I}e=(B.3d-1)*B.1Q.3t+1,t=V.2a(e-1+B.1Q.3t,B.1R.1e)}2j{D n=V.4N(4a.4b().G/B.1Q.X.2D);e=V.1v(V.8L(V.1v(B.1c-n*0.5,0)),1),t=V.4N(V.2a(B.1c+n*0.5)),B.1R.1e<t&&(t=B.1R.1e)}24(D r=e;r<=t;r++){B.1R[r-1].2l()}},6Q:C(e){$.1f(B.1R,C(e,t){t.8P()});D t=e&&B.1R[e-1];t&&t.8Q()},6U:C(){B.1c&&B.2N(B.1c)}};$.Z(5R.2F,{1r:C(e,t,n){B.O=e,B.K=t,B.br={},B.1c=n,B.2r()},2r:C(){D e=B.K.J;B.O.N(B.X=$("<P>").M("H-X").N(B.8R=$("<P>").M("H-X-1q"))),B.K.T=="1s"&&B.X.M("H-2l-X").1i("X",{K:B.K,3g:e.X||B.K.1y});D t=e.X&&e.X.2K;t&&B.X.N($("<P>").M("H-X-2K H-X-2K-"+t));D n;B.X.N(n=$("<P>").M("H-X-1H").N($("<P>").M("H-X-1H-2p")).N(B.1L=$("<P>").M("H-X-1L").N($("<P>").M("H-X-1L-2p")).N($("<P>").M("H-X-1L-2K"))).N($("<P>").M("H-X-1H-35"))),B.X.N($("<P>").M("H-X-bs"))},1B:C(){B.X.1B(),B.X=1m,B.bt=1m},2l:C(){L(B.3s||B.2S||!A.1C()){I}B.2S=!0;D e=B.K.J.X,t=e&&$.T(e)=="6a"?B.K.1y:e||B.K.1y;B.4O=t,t&&(B.K.T=="3b"?$.bu("5b://3b.3h/bv/bw/8z/"+B.K.2T.3A+".bx?4u=?",$.Q(C(e){e&&e[0]&&e[0].8S?(B.4O=e[0].8S,z.6P(B.4O,{T:"1s"},$.Q(B.6V,B))):(B.3s=!0,B.2S=!1,B.1L.1D(1,0).3k(B.K.J.1n.W.3k).3i(B.K.J.1n.W.2l,0))},B)):z.6P(B.4O,{T:"1s"},$.Q(B.6V,B)))},6V:C(e,t){L(!B.X){I}B.3s=!0,B.2S=!1,B.1u=e,B.1s=$("<6g>").2I({3g:B.4O}),B.8R.4o(B.1s),B.1S(),B.1L.1D(1,0).3k(B.K.J.1n.W.3k).3i(B.K.J.1n.W.2l,0)},1S:C(){D e=A.1Q.X.F;B.X.14({G:e+"17",F:e+"17"});L(!B.1s){I}D t={G:e,F:e},n=V.1v(t.G,t.F),r,i=$.Z({},B.1u);L(i.G>t.G&&i.F>t.F){r=3E.3F(i,{2O:t});D s=1,o=1;r.G<t.G&&(s=t.G/r.G),r.F<t.F&&(o=t.F/r.F);D u=V.1v(s,o);u>1&&(r.G*=u,r.F*=u),$.1f("G F".3O(" "),C(e,t){r[t]=V.3f(r[t])})}2j{r=3E.3F(i.G<t.G||i.F<t.F?{G:n,F:n}:t,{2O:B.1u})}D a=V.3f(t.G*0.5-r.G*0.5),f=V.3f(t.F*0.5-r.F*0.5);B.1s.14(17(r)).14(17({1o:f,1j:a}))},8Q:C(){B.X.M("H-X-5D")},8P:C(){B.X.3r("H-X-5D")}}),$.Z(1J,{1r:C(){q.7t("1K"),x.1r()},1h:C(b){D c=1x[1]||{},1k=1x[2];1x[1]&&$.T(1x[1])=="7j"&&(1k=1x[1],c=5a.5c({}));D d=[],8T;2Y(8T=$.T(b)){1O"3U":1O"6m":D f=1N 3Q(b,c),4P="1i-1W-4d-J";L(f.4d){L(2G.5U(b)){D g=$(\'.1W[1i-1W-4d="\'+$(b).1i("1W-4d")+\'"]\'),h={};g.by("["+4P+"]").1f(C(i,a){$.Z(h,6N("({"+($(a).2I(4P)||"")+"})"))}),g.1f(C(e,t){!1k&&t==b&&(1k=e+1),d.2g(1N 3Q(t,$.Z({},h,c)))})}}2j{D h={};2G.5U(b)&&$(b).1Z("["+4P+"]")&&($.Z(h,6N("({"+($(b).2I(4P)||"")+"})")),f=1N 3Q(b,$.Z({},h,c))),d.2g(f)}3Y;1O"bz":$.1f(b,C(e,t){D n=1N 3Q(t,c);d.2g(n)})}L(!1k||1k<1){1k=1}1k>d.1e&&(1k=d.1e),R.6y||R.3n({x:0,y:0}),x.2l(d,1k,{4u:C(){x.1h(C(){})}})},6U:C(){I x.6U(),B},6l:C(e){I x.6l(e),B},12:C(){I x.12(),B}}),1J.70={1s:{8U:"bA bB bC 7A bD",4g:C(e){I $.8b(4W(e),B.8U.3O(" "))>-1},1i:C(e){I B.4g()?{4K:4W(e)}:!1}},25:{4g:C(e){D t=/(25\\.3h|8V\\.be)\\/bE\\?(?=.*6h?=([a-6W-6X-9-2G]+))(?:\\S+)?$/.51(e);I t&&t[2]?t[2]:(t=/(25\\.3h|8V\\.be)\\/(6h?\\/|u\\/|5n\\/)?([a-6W-6X-9-2G]+)(?:\\S+)?$/i.51(e),t&&t[3]?t[3]:!1)},1i:C(e){D t=B.4g(e);I t?{3A:t}:!1}},3b:{4g:C(e){D t=/(3b\\.3h)\\/([a-6W-6X-9-2G]+)(?:\\S+)?$/i.51(e);I t&&t[2]?t[2]:!1},1i:C(e){D t=B.4g(e);I t?{3A:t}:!1}}},13.1J=1J,$(1X).bF(C(){1J.1r()})})(1K);',62,724,'|||||||||||||||||||||||||||||||||||||this|function|var||height|width|fr|return|options|view|if|addClass|append|element|div|proxy|Frames||type|ui|Math|thumbnails|thumbnail|dimensions|extend||Browser|hide|window|css|||px||IE|caption|frame|_position|side|length|each|_frames|show|data|left|position|105|null|effects|top|content|wrapper|initialize|image|116|_dimensions|max|cache|arguments|url|info|_m|remove|visible|stop|bind|add|sfcc|overlay|get|Fresco|jQuery|loading|set|new|case|click|_vars|_thumbnails|resize|enabled|111|next|fresco|document|className|is||spacer|101|ui_wrapper|for|youtube|box||108|115|min|button|Window||110|114|push|previous|_timeouts|else|112|load|inside|_boxDimensions|Support|background|touch|build|close|timeouts|clear|apply|fit|updateVars|margin|states|_tracking|outside|no|outerWidth|stopPropagation|prototype|_|100|attr|controls|icon|bubble|109|setPosition|bounds|_sideWidth|sides|has|_loading|_data|radian|target|color|slide|switch|delegate||visibility|||121|border|_visible||padder||box_wrapper|vimeo|quality|_page|deepExtendClone|round|src|com|fadeTo|startObserving|delay|queues|frames|setXY|find|loop|onclick|removeClass|_loaded|ipp|preventDefault|indexOf|parseInt|charAt|scripts|skin|id|118|queue|call|Fit|within|box_spacer|_next|_previous|getLayout|hd720|player|player_iframe|_thumbs|split|Loading|View|documentElement|body|opacity|string|skins|defaultSkin|delete|break|setExpression||setSkin|setOpacity|_reset|_s||||||Bounds|viewport|_next_button|group|onload|preloaded|detect|originalEvent|Color|hex2fill|Canvas|radius|moveTo|first|prepend|fadeOut|Keyboard|pageX|pageY|onClick|callback|overlapping|117|disable|keyCode|setTimeout|clearTimeout|_handleTracking|_track|ui_padder|disabled|hasClass|_loadTimer|showUI|startUITimer|_ui_timer|extension|slider|_mode|ceil|_url|_dgo|in|String|180|warn|deepExtend|getURIData|detectExtension|toLowerCase|mousewheel|while||exec|WebKit|substring|360||arc|before|||Options|http|create|absolute|style|scrollTop|scrollLeft|setOptions|offset|scroll|104|102|views|embed|enable|innerHeight|updateDimensions|_tracking_timer|getSurroundingIndexes|clearUITimer|box_padder|box_outer_border|ui_spacer|_previous_button|_whileVisible|_border|vertical|afterLoad|_button|active|hideUI|Class|overlap|player_div|_count|track|page|PI|console|Overlay|Frame|Timeouts|States|Thumbnail|match|120|isElement|parseFloat|Opera|opera|MobileSafari|Chrome||||G_vmlCanvasManager|canvas|expand|required|available|getContext|initialTypeOptions|boolean|both|none|touchEffects|keyboard|right|img|vi|draw|center|showhide|setDefaultSkin|object|param|closest|bottom|stopQueues|easeInSine|_hide|after|easeOutSine|fetchOptions|getKeyByKeyCode|mousemove|_xyp|sync|removeTracking|_interval_load|spacers|padders|ui_outer_border|info_padder|span|_getInfoHeight|_fit|clearLoadTimer|hd1080|padding|_states|eval|Cache|preload|setActive|pages|_disabled|moveToPage|refresh|_afterLoad|zA|Z0|fromCharCode|constructor|types|replace|wheelDelta|detail|Array|nodeType|parentNode|RegExp|version|AppleWebKit|Gecko|red|green|blue|000|fff|init|drawRoundedRectangle|fillRect|number|x1|y1|x2|y2|dPA|fillStyle|script|pow|easing|check|Za|notified|createElement|try|DocumentTouch|catch|jpg|easeInOutSine|getScrollDimensions|substr|start|update|class|skinless|href|_pinchZoomed|hideOverlapping|wmode|value|transparent|restoreOverlapping|119|103|onShow|_show|hideAll|afterHide|esc|onkeydown|onkeyup|uis|handleTracking|clearTrackingTimer|startTracking|stopTracking|clearLoads|afterPosition|mayPrevious|mayNext|setVisible|isVisible|setHidden|grep|inArray|setXYP|setTracking|isTracking|clearLoad|outer|wrappers|ui_toggle|html|_pos|_spacing|horizontal|_max|mouseenter|mouseleave|hd|720|_preShow|YT|iframe|webkitAllowFullScreen|mozallowfullscreen|allowFullScreen|frameborder|video|_postHide|timeout_|Image|default|640|1920|1080|highres|once|previousPage|nextPage|floor|ie|resizing|loadCurrentPage|deactivate|activate|thumbnail_wrapper|thumbnail_medium|object_type|extensions|youtu|pyth|sqrt|degrees|log||Object|Event|trigger|isPropagationStopped||isDefaultPrevented||||DOMMouseScroll|slice|isAttached|attachEvent|MSIE|KHTML|rv|Apple|Mobile|Safari|navigator|userAgent|undefined|rgba|join|255|hue|saturation|brightness|0123456789abcdef|hex2rgb|getSaturatedBW|initElement|mergedCorner|beginPath|closePath|fill|createFillStyle|toFixed|isArray|Gradient|addColorStops|createLinearGradient|05|explorercanvas|googlecode|svn|trunk|excanvas|js|Quad|Cubic|Quart|Quint|Expo|Sine|cos|easeIn|easeOut|easeInOut|fn|jquery|z_|z0|requires|ontouchstart|instanceof|IE6|base|reset|toUpperCase|533|oldIE|ltIE|setVars|currentTarget|gesturechange|scale|106|select|name|hidden|restoreOverlappingWithinContent|fs|122|100000|0000099999909999009999900999000999000999|00000900000090009090000090009090009090009|00000900000090009090000090000090000090009|00000999990099990099990009990090000090009|00000900000090900090000000009090000090009|00000900000090090090000090009090009090009|0000090000009000909999900999000999000999000000|123|107|125|4400|150|innerWidth|keydown|keyup|orientationchange|unbind|pn|hideAllBut|clearTracking|_scrollbarWidth|scrollbarWidth|clearInterval|toggle|info_background|text|smart|spacing|outerHeight|Tracking|test|setSize|relative|_style|setDimensions|www|Player|videoId|playerVars|events|onReady|setPlaybackQuality|destroy|easeInQuad|easeOutQuart|hideUIDelayed|lifetime|300000|Youtube|suggested|suggestions|small||240|medium|large|853|480|1280|inject|getDimensions|thumbs|500|adjustToViewport|animate|_dimension|state|thumbnail_image|getJSON|api|v2|json|filter|array|bmp|gif|jpeg|png|watch|ready'.split('|'),0,{}));
|
@@ -0,0 +1,993 @@
|
|
1
|
+
/* Overlay */
|
2
|
+
.fr-overlay {
|
3
|
+
z-index: 99999;
|
4
|
+
position: fixed;
|
5
|
+
top: 0;
|
6
|
+
left: 0;
|
7
|
+
height: 100%;
|
8
|
+
width: 100%;
|
9
|
+
zoom: 1;
|
10
|
+
overlay: hidden;
|
11
|
+
}
|
12
|
+
.fr-overlay-background {
|
13
|
+
background: #000;
|
14
|
+
filter: alpha(opacity=90);
|
15
|
+
opacity: .9;
|
16
|
+
float: left;
|
17
|
+
width: 100%;
|
18
|
+
height: 100%;
|
19
|
+
position: relative;
|
20
|
+
}
|
21
|
+
|
22
|
+
/* Window */
|
23
|
+
.fr-window {
|
24
|
+
z-index: 100000;
|
25
|
+
position: fixed;
|
26
|
+
top:0;
|
27
|
+
left: 0;
|
28
|
+
width: 100%;
|
29
|
+
height: 100%;
|
30
|
+
min-height: 100%;
|
31
|
+
}
|
32
|
+
|
33
|
+
/* z-index */
|
34
|
+
.fr-ui-outside .fr-info { z-index: 100001; }
|
35
|
+
|
36
|
+
/* Loading icon */
|
37
|
+
.fr-loading {
|
38
|
+
z-index: 100001;
|
39
|
+
position: fixed;
|
40
|
+
top: 50%;
|
41
|
+
left: 50%;
|
42
|
+
width: 52px;
|
43
|
+
height: 52px;
|
44
|
+
margin-top: -26px;
|
45
|
+
margin-left: -26px;
|
46
|
+
overflow: visible;
|
47
|
+
}
|
48
|
+
.fr-loading-offset {
|
49
|
+
position: absolute;
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
top: 0;
|
53
|
+
left: 0;
|
54
|
+
}
|
55
|
+
.fr-loading-background, .fr-loading-icon {
|
56
|
+
position: absolute;
|
57
|
+
top: 0;
|
58
|
+
left: 0;
|
59
|
+
width: 100%;
|
60
|
+
height: 100%;
|
61
|
+
}
|
62
|
+
.fr-loading-background {
|
63
|
+
background: #000 url('<%= asset_url("skins/loading.gif") %>') 50% 50% no-repeat;
|
64
|
+
opacity: .8;
|
65
|
+
-webkit-border-radius: 3px;
|
66
|
+
border-radius: 3px;
|
67
|
+
position: relative;
|
68
|
+
float: left;
|
69
|
+
}
|
70
|
+
.fr-loading-icon { display: none; }
|
71
|
+
|
72
|
+
|
73
|
+
/* Bubble (holds everything) */
|
74
|
+
.fr-bubble {
|
75
|
+
float: left;
|
76
|
+
width: 100%;
|
77
|
+
height: 100%;
|
78
|
+
position: relative;
|
79
|
+
}
|
80
|
+
|
81
|
+
/* Fonts */
|
82
|
+
.fr-ui,
|
83
|
+
.fr-info {
|
84
|
+
font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
85
|
+
}
|
86
|
+
|
87
|
+
/* Frames / UI */
|
88
|
+
.fr-frames {
|
89
|
+
height: 100%;
|
90
|
+
width: 100%;
|
91
|
+
position: absolute;
|
92
|
+
display:inline;
|
93
|
+
top: 0;
|
94
|
+
left: 0;
|
95
|
+
overflow: hidden;
|
96
|
+
}
|
97
|
+
.fr-frame, .fr-ui {
|
98
|
+
position: absolute;
|
99
|
+
top: 0;
|
100
|
+
left: 0;
|
101
|
+
width: 100%;
|
102
|
+
height: 100%;
|
103
|
+
overflow: hidden;
|
104
|
+
}
|
105
|
+
|
106
|
+
.fr-window *:not(.fr-caption)::selection,
|
107
|
+
.fr-window *:not(.fr-caption)::-moz-selection,
|
108
|
+
.fr-window *:not(.fr-caption)::-webkit-selection {
|
109
|
+
background: transparent;
|
110
|
+
}
|
111
|
+
|
112
|
+
.fr-touch-enabled .fr-frame .fr-box {
|
113
|
+
overflow: scroll !important;
|
114
|
+
-webkit-overflow-scrolling: touch;
|
115
|
+
overflow-scrolling: touch;
|
116
|
+
position: absolute;
|
117
|
+
top: 0;
|
118
|
+
left: 0;
|
119
|
+
width: 100%;
|
120
|
+
height: 100%;
|
121
|
+
}
|
122
|
+
|
123
|
+
.fr-touch-enabled .fr-ui,
|
124
|
+
.fr-touch-enabled .fr-ui-spacer,
|
125
|
+
.fr-touch-enabled .fr-ui-wrapper,
|
126
|
+
.fr-touch-enabled .fr-ui-padder,
|
127
|
+
.fr-touch-enabled .fr-ui-toggle,
|
128
|
+
.fr-touch-enabled .fr-ui-outer-border,
|
129
|
+
.fr-touch-enabled .fr-side { pointer-events: none; }
|
130
|
+
|
131
|
+
/* Content */
|
132
|
+
.fr-box { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
|
133
|
+
.fr-box-has-ui-outside { overflow: hidden; }
|
134
|
+
.fr-box-spacer, .fr-ui-spacer {
|
135
|
+
position: absolute;
|
136
|
+
-webkit-user-select: none;
|
137
|
+
-khtml-user-select: none;
|
138
|
+
-moz-user-select: none;
|
139
|
+
-ms-user-select: none;
|
140
|
+
user-select: none;
|
141
|
+
}
|
142
|
+
.fr-box-wrapper, .fr-ui-wrapper { position: relative; background: url('<%= asset_url("skins/blank.gif") %>'); }
|
143
|
+
|
144
|
+
.fr-box-padder, .fr-ui-padder {
|
145
|
+
position: absolute;
|
146
|
+
top: 0;
|
147
|
+
left: 0;
|
148
|
+
zoom: 1;
|
149
|
+
border-color: transparent;
|
150
|
+
border-style: solid;
|
151
|
+
border-width: 0;
|
152
|
+
background: url('<%= asset_url("skins/blank.gif") %>');
|
153
|
+
}
|
154
|
+
|
155
|
+
.fr-box-padder, .fr-ui-padder {
|
156
|
+
position: absolute;
|
157
|
+
top: 0;
|
158
|
+
left: 0;
|
159
|
+
}
|
160
|
+
.fr-ui-padder { zoom: 1; }
|
161
|
+
|
162
|
+
.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
|
163
|
+
position: relative;
|
164
|
+
float: left;
|
165
|
+
display: inline;
|
166
|
+
zoom: 1;
|
167
|
+
-webkit-user-select: none;
|
168
|
+
-khtml-user-select: none;
|
169
|
+
-moz-user-select: none;
|
170
|
+
-ms-user-select: none;
|
171
|
+
user-select: none;
|
172
|
+
}
|
173
|
+
.fr-box-wrapper { background: #101010; }
|
174
|
+
|
175
|
+
.fr-ui-wrapper-outside {
|
176
|
+
float: left;
|
177
|
+
height: 100%;
|
178
|
+
width: 100%;
|
179
|
+
}
|
180
|
+
|
181
|
+
/* outer-border */
|
182
|
+
.fr-box-outer-border,
|
183
|
+
.fr-ui-outer-border {
|
184
|
+
position: relative;
|
185
|
+
float: left;
|
186
|
+
display: inline;
|
187
|
+
height: 100%;
|
188
|
+
width: 100%;
|
189
|
+
zoom: 1;
|
190
|
+
}
|
191
|
+
/* IE < 8 has a bug where dimensions are ignored without a border */
|
192
|
+
.fr-ltIE9 .fr-box-outer-border,
|
193
|
+
.fr-ltIE9 .fr-ui-outer-border { border: 0px solid transparent; }
|
194
|
+
|
195
|
+
.fr-content {
|
196
|
+
height: 100%;
|
197
|
+
width: 100%;
|
198
|
+
zoom:1;
|
199
|
+
*display:inline;
|
200
|
+
margin: 0;
|
201
|
+
padding: 0;
|
202
|
+
}
|
203
|
+
|
204
|
+
.fr-content-image {
|
205
|
+
position: absolute;
|
206
|
+
top: 0;
|
207
|
+
left: 0;
|
208
|
+
image-rendering: optimizeQuality;
|
209
|
+
}
|
210
|
+
|
211
|
+
.fr-content-image-overlay {
|
212
|
+
position: absolute;
|
213
|
+
top: 0;
|
214
|
+
left: 0;
|
215
|
+
width: 100%;
|
216
|
+
height: 100%;
|
217
|
+
-webkit-user-select: none;
|
218
|
+
-khtml-user-select: none;
|
219
|
+
-moz-user-select: none;
|
220
|
+
-ms-user-select: none;
|
221
|
+
user-select: none;
|
222
|
+
}
|
223
|
+
|
224
|
+
/* onClick inside ui-outside */
|
225
|
+
.fr-onclick-side {
|
226
|
+
position: absolute;
|
227
|
+
top: 0;
|
228
|
+
width: 100%;
|
229
|
+
height: 100%;
|
230
|
+
background: url('<%= asset_url("skins/blank.gif") %>');
|
231
|
+
cursor: pointer;
|
232
|
+
}
|
233
|
+
.fr-onclick-previous { left: 0; width: 50px; }
|
234
|
+
.fr-onclick-next { right: 0; }
|
235
|
+
|
236
|
+
/* TODO: fix */
|
237
|
+
.fr-frame-touch .fr-content { position: absolute; }
|
238
|
+
|
239
|
+
.fr-side {
|
240
|
+
position: absolute;
|
241
|
+
top: 0;
|
242
|
+
height: 100%;
|
243
|
+
cursor: pointer;
|
244
|
+
background: url('<%= asset_url("skins/blank.gif") %>') 0 0 repeat;
|
245
|
+
-webkit-user-select: none;
|
246
|
+
-khtml-user-select: none;
|
247
|
+
-moz-user-select: none;
|
248
|
+
-ms-user-select: none;
|
249
|
+
user-select: none;
|
250
|
+
zoom: 1;
|
251
|
+
}
|
252
|
+
.fr-side-disabled { cursor: default; }
|
253
|
+
|
254
|
+
.fr-side-button {
|
255
|
+
position: absolute;
|
256
|
+
top: 50%;
|
257
|
+
width: 54px;
|
258
|
+
height: 72px;
|
259
|
+
margin: 0 9px;
|
260
|
+
margin-top: -36px;
|
261
|
+
pointer-events: auto;
|
262
|
+
}
|
263
|
+
.fr-side-button-icon {
|
264
|
+
float: left;
|
265
|
+
position: relative;
|
266
|
+
height: 100%;
|
267
|
+
width: 100%;
|
268
|
+
zoom: 1;
|
269
|
+
}
|
270
|
+
|
271
|
+
.fr-side-previous { left: 0; width: 50%; }
|
272
|
+
.fr-side-next { right: 0; width: 50%;}
|
273
|
+
|
274
|
+
.fr-side-previous .fr-side-button { left: 0; }
|
275
|
+
.fr-side-next .fr-side-button { right: 0; }
|
276
|
+
|
277
|
+
|
278
|
+
/* sides (UI outside), smaller area */
|
279
|
+
.fr-ui-outside .fr-side {
|
280
|
+
width: 72px;
|
281
|
+
height: 72px;
|
282
|
+
top: 50%;
|
283
|
+
margin-top: -36px;
|
284
|
+
}
|
285
|
+
.fr-ui-outside .fr-side-button { margin-top: 0; top: 0; }
|
286
|
+
|
287
|
+
|
288
|
+
/*
|
289
|
+
* Info
|
290
|
+
*/
|
291
|
+
.fr-info {
|
292
|
+
position: absolute;
|
293
|
+
bottom: 0px;
|
294
|
+
left: 0px;
|
295
|
+
width: 100%;
|
296
|
+
color: #efefef;
|
297
|
+
pointer-events: auto;
|
298
|
+
}
|
299
|
+
.fr-info-background {
|
300
|
+
position: absolute;
|
301
|
+
top: 0;
|
302
|
+
left: 0;
|
303
|
+
height: 100%;
|
304
|
+
width: 100%;
|
305
|
+
background: #000;
|
306
|
+
line-height: 1%;
|
307
|
+
filter: alpha(opacity=80);
|
308
|
+
opacity: .8;
|
309
|
+
zoom: 1;
|
310
|
+
-moz-box-sizing: border-box;
|
311
|
+
-webkit-box-sizing: border-box;
|
312
|
+
box-sizing: border-box;
|
313
|
+
background: #000;
|
314
|
+
}
|
315
|
+
.fr-info-outside .fr-info-background { background: #0d0d0d; filter: none; opacity: 1; }
|
316
|
+
|
317
|
+
|
318
|
+
.fr-info-padder {
|
319
|
+
padding: 12px;
|
320
|
+
display: block;
|
321
|
+
filter: alpha(opacity=99);
|
322
|
+
overflow: hidden;
|
323
|
+
width: auto;
|
324
|
+
position: relative;
|
325
|
+
}
|
326
|
+
.fr-caption {
|
327
|
+
position: relative;
|
328
|
+
filter: alpha(opacity=99);
|
329
|
+
opacity: .99;
|
330
|
+
width: auto;
|
331
|
+
word-wrap: no-wrap;
|
332
|
+
}
|
333
|
+
.fr-position-text { position: relative; }
|
334
|
+
|
335
|
+
/* UI inside */
|
336
|
+
.fr-has-position .fr-info-inside .fr-caption { margin-right: 75px; }
|
337
|
+
.fr-info-inside .fr-position {
|
338
|
+
filter: alpha(opacity=99);
|
339
|
+
opacity: .99;
|
340
|
+
position: relative;
|
341
|
+
text-align: right;
|
342
|
+
word-wrap: no-wrap;
|
343
|
+
line-height: 21px;
|
344
|
+
color: #b3b3b3;
|
345
|
+
float: right;
|
346
|
+
width: 75px;
|
347
|
+
}
|
348
|
+
.fr-no-caption .fr-info-inside .fr-position {
|
349
|
+
width: auto;
|
350
|
+
margin: 0 1px 1px 0;
|
351
|
+
color: #b9b9b9;
|
352
|
+
filter: alpha(opacity=99);
|
353
|
+
}
|
354
|
+
|
355
|
+
.fr-info-inside .fr-position-background {
|
356
|
+
position: absolute;
|
357
|
+
top: 0;
|
358
|
+
left: 0;
|
359
|
+
width: 100%;
|
360
|
+
height: 100%;
|
361
|
+
}
|
362
|
+
.fr-no-caption .fr-info-inside .fr-position-background {
|
363
|
+
border-radius: 12px;
|
364
|
+
background: #101010;
|
365
|
+
filter: alpha(opacity=80);
|
366
|
+
opacity: .8;
|
367
|
+
-moz-box-sizing: border-box;
|
368
|
+
-webkit-box-sizing: border-box;
|
369
|
+
box-sizing: border-box;
|
370
|
+
}
|
371
|
+
|
372
|
+
.fr-info-inside .fr-position-text { position: relative; }
|
373
|
+
.fr-no-caption .fr-info-inside .fr-position-text {
|
374
|
+
float: left;
|
375
|
+
height: 13px;
|
376
|
+
line-height: 13px;
|
377
|
+
padding: 6px 10px;
|
378
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
379
|
+
}
|
380
|
+
|
381
|
+
/* UI outside */
|
382
|
+
.fr-ui-outside .fr-position {
|
383
|
+
position: absolute;
|
384
|
+
bottom: 15px;
|
385
|
+
right: 15px;
|
386
|
+
display: inline;
|
387
|
+
width: auto;
|
388
|
+
margin: 0 1px 1px 0;
|
389
|
+
color: #b9b9b9;
|
390
|
+
}
|
391
|
+
.fr-ui-outside .fr-position-background {
|
392
|
+
position: absolute;
|
393
|
+
top: 0;
|
394
|
+
left: 0;
|
395
|
+
width: 100%;
|
396
|
+
height: 100%;
|
397
|
+
border-radius: 12px;
|
398
|
+
filter: alpha(opacity=80);
|
399
|
+
opacity: .8;
|
400
|
+
-moz-box-sizing: border-box;
|
401
|
+
-webkit-box-sizing: border-box;
|
402
|
+
box-sizing: border-box;
|
403
|
+
background: #1e1e1e;
|
404
|
+
border: 1px solid rgba(180,180,180,.2);
|
405
|
+
}
|
406
|
+
.fr-ui-outside .fr-position-text {
|
407
|
+
position: relative;
|
408
|
+
float: left;
|
409
|
+
width: auto;
|
410
|
+
text-align: right;
|
411
|
+
word-wrap: no-wrap;
|
412
|
+
color: #b3b3b3;
|
413
|
+
-webkit-user-select: none;
|
414
|
+
-khtml-user-select: none;
|
415
|
+
-moz-user-select: none;
|
416
|
+
-ms-user-select: none;
|
417
|
+
user-select: none;
|
418
|
+
word-wrap: no-wrap;
|
419
|
+
padding: 6px 10px;
|
420
|
+
height: 13px;
|
421
|
+
line-height: 13px;
|
422
|
+
|
423
|
+
}
|
424
|
+
|
425
|
+
|
426
|
+
.fr-ui-outside .fr-position-background {
|
427
|
+
position: absolute;
|
428
|
+
top: 0;
|
429
|
+
left: 0;
|
430
|
+
width: 100%;
|
431
|
+
height: 100%;
|
432
|
+
}
|
433
|
+
|
434
|
+
/* Info without caption */
|
435
|
+
.fr-no-caption .fr-info-outside { display: none; }
|
436
|
+
.fr-no-caption .fr-info-padder { pointer-events: none; }
|
437
|
+
.fr-no-caption .fr-info-background { pointer-events: none; opacity: 0; filter: none; display: none;}
|
438
|
+
|
439
|
+
|
440
|
+
/* 1/5 */
|
441
|
+
.fr-no-caption .fr-position-text,
|
442
|
+
.fr-ui-outside .fr-position-text {
|
443
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
444
|
+
}
|
445
|
+
|
446
|
+
/* outside position */
|
447
|
+
.fr-ui-outside .fr-position {
|
448
|
+
float: none;
|
449
|
+
position: absolute;
|
450
|
+
bottom: 0;
|
451
|
+
right: 0;
|
452
|
+
margin: 15px;
|
453
|
+
}
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
/* IE 7 */
|
458
|
+
.fr-ltIE8 .fr-info * { zoom: 1; filter: alpha(opacity=99); }
|
459
|
+
.fr-ltIE8 .fr-box * { zoom: 1; filter: alpha(opacity=99); }
|
460
|
+
|
461
|
+
/* Info (UI outside) */
|
462
|
+
.fr-info-outside { bottom: auto; }
|
463
|
+
.fr-no-caption .fr-info-outside .fr-info-padder { padding: 10px 5px; }
|
464
|
+
.fr-ui-outside .fr-no-caption .fr-position { margin: 0; }
|
465
|
+
|
466
|
+
/* X */
|
467
|
+
.fr-close {
|
468
|
+
position: absolute;
|
469
|
+
top: 0px;
|
470
|
+
right: 0px;
|
471
|
+
padding: 12px;
|
472
|
+
width: 23px;
|
473
|
+
height: 23px;
|
474
|
+
cursor: pointer;
|
475
|
+
pointer-events: auto;
|
476
|
+
}
|
477
|
+
|
478
|
+
.fr-close-background {
|
479
|
+
position: absolute;
|
480
|
+
top: 12px;
|
481
|
+
left: 12px;
|
482
|
+
height: 23px;
|
483
|
+
width: 23px;
|
484
|
+
filter: alpha(opacity=80);
|
485
|
+
opacity: .8;
|
486
|
+
-moz-transition: background-color .2s ease-in;
|
487
|
+
-webkit-transition: background-color .2s ease-in;
|
488
|
+
transition: background-color .2s ease-in;
|
489
|
+
background-color: #282828;
|
490
|
+
cursor: pointer;
|
491
|
+
}
|
492
|
+
.fr-close:hover .fr-close-background { background-color: #333; }
|
493
|
+
|
494
|
+
.fr-ui-outside .fr-close-background { background-color: #363636; }
|
495
|
+
.fr-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }
|
496
|
+
|
497
|
+
.fr-close-icon {
|
498
|
+
position: relative;
|
499
|
+
float: left;
|
500
|
+
width: 100%;
|
501
|
+
height: 100%;
|
502
|
+
}
|
503
|
+
|
504
|
+
|
505
|
+
/*
|
506
|
+
* Thumbnails
|
507
|
+
*/
|
508
|
+
.fr-thumbnails {
|
509
|
+
position: absolute;
|
510
|
+
bottom: 0;
|
511
|
+
left: 0;
|
512
|
+
width: 100%;
|
513
|
+
height: 9%;
|
514
|
+
min-height: 40px;
|
515
|
+
max-height: 120px;
|
516
|
+
height: 9%;
|
517
|
+
padding: 20px 0;
|
518
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
519
|
+
zoom: 1;
|
520
|
+
}
|
521
|
+
|
522
|
+
.fr-thumbnails,
|
523
|
+
.fr-thumbnails * {
|
524
|
+
-webkit-user-select: none;
|
525
|
+
-khtml-user-select: none;
|
526
|
+
-moz-user-select: none;
|
527
|
+
-ms-user-select: none;
|
528
|
+
user-select: none;
|
529
|
+
}
|
530
|
+
|
531
|
+
|
532
|
+
.fr-thumbnails-slider {
|
533
|
+
position: relative;
|
534
|
+
width: 100%;
|
535
|
+
height: 100%;
|
536
|
+
float: left;
|
537
|
+
zoom: 1;
|
538
|
+
}
|
539
|
+
|
540
|
+
.fr-thumbnails-slider-slide {
|
541
|
+
position: absolute;
|
542
|
+
top: 0;
|
543
|
+
left: 0;
|
544
|
+
height: 100%;
|
545
|
+
}
|
546
|
+
|
547
|
+
.fr-thumbnails-wrapper {
|
548
|
+
position: absolute;
|
549
|
+
top: 0;
|
550
|
+
left: 50%;
|
551
|
+
height: 100%;
|
552
|
+
padding: 20px 0;
|
553
|
+
}
|
554
|
+
|
555
|
+
.fr-thumbnails-thumbs {
|
556
|
+
float: left;
|
557
|
+
height: 100%;
|
558
|
+
overflow-x: hidden;
|
559
|
+
position: relative;
|
560
|
+
top: 0;
|
561
|
+
left: 0;
|
562
|
+
}
|
563
|
+
.fr-ltIE9 .fr-thumbnails-thumbs {
|
564
|
+
overflow: hidden;
|
565
|
+
}
|
566
|
+
.fr-thumbnails-slide {
|
567
|
+
position: absolute;
|
568
|
+
top: 0;
|
569
|
+
height: 100%;
|
570
|
+
width: 100%;
|
571
|
+
}
|
572
|
+
|
573
|
+
.fr-thumbnail {
|
574
|
+
position: relative;
|
575
|
+
width: 30px;
|
576
|
+
height: 100%;
|
577
|
+
float: left;
|
578
|
+
margin: 0 10px;
|
579
|
+
display: inline;
|
580
|
+
zoom: 1;
|
581
|
+
cursor: pointer;
|
582
|
+
}
|
583
|
+
.fr-ltIE9 .fr-thumbnail * {
|
584
|
+
overflow: hidden; /* IE6 */
|
585
|
+
z-index: 1;
|
586
|
+
zoom: 1;
|
587
|
+
}
|
588
|
+
|
589
|
+
.fr-thumbnail-wrapper {
|
590
|
+
position: relative;
|
591
|
+
background: #161616;
|
592
|
+
width: 100%;
|
593
|
+
height: 100%;
|
594
|
+
float: left;
|
595
|
+
overflow: hidden;
|
596
|
+
display: inline; /* IE6 */
|
597
|
+
z-index: 0; /* IE8 */
|
598
|
+
}
|
599
|
+
|
600
|
+
.fr-thumbnail-wrapper img { position: absolute; }
|
601
|
+
|
602
|
+
.lv_thumbnail_icon {
|
603
|
+
width: 36px;
|
604
|
+
height: 36px;
|
605
|
+
position: absolute;
|
606
|
+
top: 50%;
|
607
|
+
left: 50%;
|
608
|
+
margin-left: -18px;
|
609
|
+
margin-top: -18px;
|
610
|
+
background-position: 99px 99px;
|
611
|
+
background-repeat: no-repeat;
|
612
|
+
display: block !important;
|
613
|
+
}
|
614
|
+
|
615
|
+
.fr-thumbnail-overlay { cursor: pointer; }
|
616
|
+
.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }
|
617
|
+
.fr-thumbnail-overlay,
|
618
|
+
.fr-thumbnail-overlay-background,
|
619
|
+
.fr-thumbnail-overlay-border {
|
620
|
+
position: absolute;
|
621
|
+
top: 0;
|
622
|
+
left: 0;
|
623
|
+
width: 100%;
|
624
|
+
height: 100%;
|
625
|
+
}
|
626
|
+
.fr-thumbnail-overlay-border {
|
627
|
+
-moz-box-sizing: border-box;
|
628
|
+
-webkit-box-sizing: border-box;
|
629
|
+
box-sizing: border-box;
|
630
|
+
border-width: 0;
|
631
|
+
overflow: hidden;
|
632
|
+
border-style: solid;
|
633
|
+
border-color: transparent;
|
634
|
+
|
635
|
+
}
|
636
|
+
.fr-thumbnail img {
|
637
|
+
filter: alpha(opacity=85);
|
638
|
+
opacity: .85;
|
639
|
+
}
|
640
|
+
.fr-thumbnail:hover img,
|
641
|
+
.fr-thumbnail-active:hover img {
|
642
|
+
filter: alpha(opacity=99);
|
643
|
+
opacity: .99;
|
644
|
+
}
|
645
|
+
.fr-thumbnail-active img,
|
646
|
+
.fr-thumbnail-active:hover img {
|
647
|
+
filter: alpha(opacity=35);
|
648
|
+
opacity: .35;
|
649
|
+
}
|
650
|
+
.fr-thumbnail-active { cursor: default; }
|
651
|
+
|
652
|
+
/* Thumbnails loading */
|
653
|
+
.fr-thumbnail-loading,
|
654
|
+
.fr-thumbnail-loading-background,
|
655
|
+
.fr-thumbnail-loading-icon {
|
656
|
+
position: absolute;
|
657
|
+
top: 0;
|
658
|
+
left: 0;
|
659
|
+
width: 100%;
|
660
|
+
height: 100%;
|
661
|
+
}
|
662
|
+
.fr-thumbnail-loading-background {
|
663
|
+
background-color: #101010;
|
664
|
+
background-image: url('<%= asset_url("skins/loading.gif") %>');
|
665
|
+
background-position: 50% 50%;
|
666
|
+
background-repeat: no-repeat;
|
667
|
+
opacity: .8;
|
668
|
+
position: relative;
|
669
|
+
float: left;
|
670
|
+
}
|
671
|
+
/* this element is there as an alternative to putting the loading image on the background */
|
672
|
+
.fr-thumbnail-loading-icon { display: none; }
|
673
|
+
|
674
|
+
|
675
|
+
/* Thumbnail < > */
|
676
|
+
.fr-thumbnails-side {
|
677
|
+
float: left;
|
678
|
+
height: 100%;
|
679
|
+
width: 28px;
|
680
|
+
margin: 0 10px;
|
681
|
+
position: relative;
|
682
|
+
overflow: hidden;
|
683
|
+
}
|
684
|
+
.fr-thumbnails-side-previous { margin-left: 20px; }
|
685
|
+
.fr-thumbnails-side-next { margin-right: 20px; }
|
686
|
+
|
687
|
+
.fr-thumbnails-side-button {
|
688
|
+
position: absolute;
|
689
|
+
top: 50%;
|
690
|
+
left: 0;
|
691
|
+
margin-top: -15px;
|
692
|
+
width: 28px;
|
693
|
+
height: 28px;
|
694
|
+
cursor: pointer;
|
695
|
+
}
|
696
|
+
|
697
|
+
.fr-thumbnails-side-button-background {
|
698
|
+
position: absolute;
|
699
|
+
top: 0;
|
700
|
+
left: 0;
|
701
|
+
height: 100%;
|
702
|
+
width: 100%;
|
703
|
+
filter: alpha(opacity=80);
|
704
|
+
opacity: .8;
|
705
|
+
-moz-transition: background-color .2s ease-in;
|
706
|
+
-webkit-transition: background-color .2s ease-in;
|
707
|
+
transition: background-color .2s ease-in;
|
708
|
+
background-color: #333;
|
709
|
+
cursor: pointer;
|
710
|
+
border-radius: 4px;
|
711
|
+
}
|
712
|
+
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }
|
713
|
+
|
714
|
+
.fr-thumbnails-side-button-disabled * { cursor: default; }
|
715
|
+
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }
|
716
|
+
|
717
|
+
.fr-thumbnails-side-button-icon {
|
718
|
+
height: 42px;
|
719
|
+
width: 42px;
|
720
|
+
position: absolute;
|
721
|
+
top: -7px;
|
722
|
+
left: -7px;
|
723
|
+
width: 100%;
|
724
|
+
height: 100%;
|
725
|
+
}
|
726
|
+
|
727
|
+
|
728
|
+
/* we can improve things on browsers that support media queries */
|
729
|
+
@media all and (min-height: 0px) {
|
730
|
+
.fr-thumbnails,
|
731
|
+
.fr-thumbnails-wrapper { padding: 10px 0; }
|
732
|
+
.fr-thumbnail,
|
733
|
+
.fr-thumbnails-side { margin: 0 4px; }
|
734
|
+
.fr-thumbnails-side-previous { margin-left: 8px; }
|
735
|
+
.fr-thumbnails-side-next { margin-right: 8px; }
|
736
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading-small.gif") %>'); }
|
737
|
+
}
|
738
|
+
@media all and (min-height: 200px) {
|
739
|
+
.fr-thumbnails,
|
740
|
+
.fr-thumbnails-wrapper { padding: 12px 0; }
|
741
|
+
.fr-thumbnail,
|
742
|
+
.fr-thumbnails-side { margin: 0 6px; }
|
743
|
+
.fr-thumbnails-side-previous { margin-left: 12px; }
|
744
|
+
.fr-thumbnails-side-next { margin-right: 12px; }
|
745
|
+
}
|
746
|
+
|
747
|
+
@media all and (min-height: 350px) {
|
748
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading-medium.gif") %>'); }
|
749
|
+
}
|
750
|
+
|
751
|
+
@media all and (min-height: 500px) {
|
752
|
+
.fr-thumbnails,
|
753
|
+
.fr-thumbnails-wrapper { padding: 14px 0; }
|
754
|
+
.fr-thumbnail,
|
755
|
+
.fr-thumbnails-side { margin: 0 7px; }
|
756
|
+
.fr-thumbnails-side-previous { margin-left: 14px; }
|
757
|
+
.fr-thumbnails-side-next { margin-right: 14px; }
|
758
|
+
}
|
759
|
+
|
760
|
+
@media all and (min-height: 700px) {
|
761
|
+
.fr-thumbnails,
|
762
|
+
.fr-thumbnails-wrapper { padding: 20px 0; }
|
763
|
+
.fr-thumbnail,
|
764
|
+
.fr-thumbnails-side { margin: 0 10px; }
|
765
|
+
.fr-thumbnails-side-previous { margin-left: 20px; }
|
766
|
+
.fr-thumbnails-side-next { margin-right: 20px; }
|
767
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading.gif") %>'); }
|
768
|
+
}
|
769
|
+
|
770
|
+
/* IE specific resets */
|
771
|
+
.fr-ltIE8 * { zoom: 1; z-index: 1;}
|
772
|
+
.fr-ltIE9 .fr-content-image-overlay,
|
773
|
+
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background { border: 0; }
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
/*
|
778
|
+
* ===== Skin: Fresco =====
|
779
|
+
*/
|
780
|
+
/* Sprite */
|
781
|
+
.fr-window-fresco .fr-side-button-icon,
|
782
|
+
.fr-window-fresco .fr-close-icon,
|
783
|
+
.fr-window-fresco .fr-thumbnails-side-button-icon {
|
784
|
+
background-image: url('<%= asset_url("skins/fresco/sprite.png") %>');
|
785
|
+
}
|
786
|
+
/* High-res sprite */
|
787
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
788
|
+
only screen and (min-device-pixel-ratio: 2) {
|
789
|
+
.fr-window-fresco .fr-side-button-icon,
|
790
|
+
.fr-window-fresco .fr-close-icon,
|
791
|
+
.fr-window-fresco .fr-side-button-icon {
|
792
|
+
background-image: url('<%= asset_url("skins/fresco/sprite@x2.png") %>');
|
793
|
+
background-size: 500px 500px; /* downscaled 50%, size of original sprite */
|
794
|
+
}
|
795
|
+
}
|
796
|
+
|
797
|
+
.fr-window-fresco .fr-box-outer-border { box-shadow: 0 0 5px rgba(0,0,0,.4); }
|
798
|
+
/* outer-border instead of inner-border example (box and ui px should be the same) */
|
799
|
+
/*
|
800
|
+
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
|
801
|
+
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
|
802
|
+
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
|
803
|
+
*/
|
804
|
+
|
805
|
+
.fr-window-fresco .fr-box-wrapper {
|
806
|
+
background: #101010;
|
807
|
+
border-color: transparent;
|
808
|
+
border-style: solid;
|
809
|
+
border-width: 0;
|
810
|
+
}
|
811
|
+
|
812
|
+
.fr-window-fresco .fr-content-image-overlay {
|
813
|
+
-moz-box-sizing: border-box;
|
814
|
+
-webkit-box-sizing: border-box;
|
815
|
+
box-sizing: border-box;
|
816
|
+
border-width: 1px;
|
817
|
+
border-style: solid;
|
818
|
+
border-color: transparent;
|
819
|
+
border-color: rgba(255, 255, 255, .08);
|
820
|
+
}
|
821
|
+
/* remove bottom border if the image has a caption */
|
822
|
+
.fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 0px; }
|
823
|
+
|
824
|
+
.fr-window-fresco .fr-ui-outside .fr-position-text {
|
825
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
826
|
+
}
|
827
|
+
.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
|
828
|
+
border: 1px solid rgba(180,180,180,.15);
|
829
|
+
}
|
830
|
+
.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
|
831
|
+
border: 1px solid rgba(68,68,68,.1);
|
832
|
+
border-top-width: 0;
|
833
|
+
}
|
834
|
+
.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
|
835
|
+
border: 1px solid rgba(80,80,80,.25);
|
836
|
+
border-top-width: 0;
|
837
|
+
}
|
838
|
+
|
839
|
+
.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
|
840
|
+
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }
|
841
|
+
|
842
|
+
|
843
|
+
/* < > */
|
844
|
+
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -14px; }
|
845
|
+
.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -14px; }
|
846
|
+
|
847
|
+
.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
848
|
+
.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
849
|
+
|
850
|
+
/* disabled state (IE < 9) */
|
851
|
+
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
|
852
|
+
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
|
853
|
+
.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
|
854
|
+
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }
|
855
|
+
|
856
|
+
/* < > transition */
|
857
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
858
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
859
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
|
860
|
+
-moz-transition: opacity .2s ease-in;
|
861
|
+
-webkit-transition: opacity .2s ease-in;
|
862
|
+
transition: opacity .2s ease-in;
|
863
|
+
opacity: .5;
|
864
|
+
}
|
865
|
+
.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
|
866
|
+
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
|
867
|
+
opacity: 1;
|
868
|
+
}
|
869
|
+
|
870
|
+
/* disabled side */
|
871
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
|
872
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon { opacity: .2; }
|
873
|
+
/* on the inside we hide disabled sides */
|
874
|
+
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { background-image: none; }
|
875
|
+
|
876
|
+
/* 1/5 */
|
877
|
+
|
878
|
+
|
879
|
+
/* X */
|
880
|
+
.fr-window-fresco .fr-close .fr-close-icon { background-position: -169px -9px;}
|
881
|
+
.fr-window-fresco .fr-close:hover .fr-close-icon { background-position: -210px -9px; }
|
882
|
+
|
883
|
+
/* X transition */
|
884
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
|
885
|
+
background-position: -210px -9px;
|
886
|
+
-moz-transition: opacity .2s ease-in;
|
887
|
+
-webkit-transition: opacity .2s ease-in;
|
888
|
+
transition: opacity .2s ease-in;
|
889
|
+
opacity: .8;
|
890
|
+
}
|
891
|
+
.fr-window-fresco .fr-close:hover .fr-close-icon { opacity: 1; }
|
892
|
+
|
893
|
+
/* Thumbnails */
|
894
|
+
.fr-window-fresco .fr-thumbnail-wrapper {
|
895
|
+
border-color: transparent;
|
896
|
+
border-style: solid;
|
897
|
+
border-width: 0;
|
898
|
+
}
|
899
|
+
.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
|
900
|
+
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }
|
901
|
+
.fr-window-fresco .fr-thumbnail-wrapper {
|
902
|
+
box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
|
903
|
+
}
|
904
|
+
.fr-window-fresco .fr-thumbnail-overlay-border {
|
905
|
+
border-width: 1px;
|
906
|
+
border-color: rgba(255, 255, 255, .08); /* should remain rgba */
|
907
|
+
}
|
908
|
+
/* no inner border on active thumbnail */
|
909
|
+
.fr-thumbnail-active .fr-thumbnail-overlay-border,
|
910
|
+
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }
|
911
|
+
|
912
|
+
/* Thumbnails < > */
|
913
|
+
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -160px -41px;}
|
914
|
+
.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -202px -41px; }
|
915
|
+
.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -160px -83px;}
|
916
|
+
.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -202px -83px; }
|
917
|
+
|
918
|
+
/* Thumbnails < > transition */
|
919
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
|
920
|
+
-moz-transition: opacity .2s ease-in;
|
921
|
+
-webkit-transition: opacity .2s ease-in;
|
922
|
+
transition: opacity .2s ease-in;
|
923
|
+
opacity: .8;
|
924
|
+
}
|
925
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
|
926
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -160px -41px; }
|
927
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
|
928
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -202px -83px; }
|
929
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }
|
930
|
+
|
931
|
+
/* lower opacity on disabled states */
|
932
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
|
933
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }
|
934
|
+
|
935
|
+
/* lower opacity IE < 9 using images */
|
936
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
|
937
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
|
938
|
+
background-position: -244px -41px;
|
939
|
+
}
|
940
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
|
941
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
|
942
|
+
background-position: -244px -83px;
|
943
|
+
}
|
944
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
|
945
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
|
946
|
+
filter: alpha(opacity=50);
|
947
|
+
}
|
948
|
+
|
949
|
+
|
950
|
+
|
951
|
+
/*
|
952
|
+
* ===== Skin: IE6 (always used there as a fallback) =====
|
953
|
+
*/
|
954
|
+
.fr-window-IE6 * { zoom: 1; }
|
955
|
+
|
956
|
+
/* Sprite */
|
957
|
+
.fr-window-IE6 .fr-side-button-icon,
|
958
|
+
.fr-window-IE6 .fr-close-icon,
|
959
|
+
.fr-window-IE6 .fr-thumbnails-side-button-icon {
|
960
|
+
background-image: url('<%= asset_url("skins/ie6/sprite.png") %>');
|
961
|
+
}
|
962
|
+
|
963
|
+
/* < >
|
964
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -14px; }
|
965
|
+
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -14px; }*/
|
966
|
+
|
967
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
968
|
+
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
969
|
+
|
970
|
+
/* disabled */
|
971
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
|
972
|
+
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
|
973
|
+
.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
|
974
|
+
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }
|
975
|
+
.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { display: none; }
|
976
|
+
|
977
|
+
/* X */
|
978
|
+
.fr-window-IE6 .fr-close .fr-close-icon { background-position: -169px -9px;}
|
979
|
+
.fr-window-IE6 .fr-close:hover .fr-close-icon { background-position: -210px -9px; }
|
980
|
+
|
981
|
+
.fr-window-IE6 .fr-info { filter: alpha(opacity=99); }
|
982
|
+
.fr-window-IE6 .fr-ui-outside .fr-info { background: red; }
|
983
|
+
.fr-window-IE6 .fr-close-icon { background-color: #232323; }
|
984
|
+
.fr-window-IE6 .fr-close .fr-close-background { display: none; }
|
985
|
+
|
986
|
+
.fr-window-IE6 .fr-info-background { display: none; }
|
987
|
+
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
|
988
|
+
.fr-window-IE6 .fr-info-outside { background: #0d0d0d; }
|
989
|
+
|
990
|
+
|
991
|
+
.fr-window-IE6 .fr-position { background: #101010; }
|
992
|
+
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position { background: none; }
|
993
|
+
.fr-window-IE6 .fr-position .fr-position-background { display: none; }
|