alula-plugins 0.4.25 → 0.4.26
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/alula/plugins/version.rb +1 -1
- data/plugins/fresco/assets/images/skins/IE6/sprite.png +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/javascripts/fresco.js +59 -86
- data/plugins/fresco/assets/stylesheets/fresco.css.erb +1040 -992
- metadata +3 -3
@@ -1,993 +1,1041 @@
|
|
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: #
|
64
|
-
opacity: .8;
|
65
|
-
-webkit-border-radius: 3px;
|
66
|
-
border-radius: 3px;
|
67
|
-
position: relative;
|
68
|
-
float: left;
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
.fr-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
.fr-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
.fr-touch-enabled .fr-ui
|
128
|
-
.fr-touch-enabled .fr-ui-
|
129
|
-
.fr-touch-enabled .fr-
|
130
|
-
|
131
|
-
|
132
|
-
.fr-
|
133
|
-
.fr-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
user-select: none;
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
user-select: none;
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
.fr-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
user-select: none;
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
.fr-side-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
.fr-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
.fr-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
.fr-info-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
.fr-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
.fr-close
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
}
|
521
|
-
|
522
|
-
.fr-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
}
|
546
|
-
|
547
|
-
.fr-thumbnails
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
height: 100%;
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
height: 100%;
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
}
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
}
|
640
|
-
.fr-thumbnail
|
641
|
-
.fr-thumbnail-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
.
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
position:
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
.fr-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
}
|
696
|
-
|
697
|
-
.fr-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
.fr-thumbnails-side-button
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
height:
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
.
|
731
|
-
|
732
|
-
.
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
}
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
.fr-thumbnails
|
756
|
-
.fr-thumbnails-
|
757
|
-
.fr-
|
758
|
-
}
|
759
|
-
|
760
|
-
|
761
|
-
.fr-
|
762
|
-
|
763
|
-
|
764
|
-
.fr-thumbnails
|
765
|
-
.fr-thumbnails-
|
766
|
-
.fr-
|
767
|
-
.fr-
|
768
|
-
}
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
.fr-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
.fr-
|
782
|
-
.fr-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
.fr-
|
790
|
-
.fr-
|
791
|
-
.fr-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
.fr-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
}
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
}
|
821
|
-
|
822
|
-
.fr-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
}
|
827
|
-
.fr-window-fresco .fr-
|
828
|
-
|
829
|
-
|
830
|
-
.fr-window-fresco .fr-
|
831
|
-
|
832
|
-
border-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
.fr-window-fresco .fr-
|
848
|
-
.fr-window-fresco .fr-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
.fr-window-fresco .fr-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
.fr-window-fresco .fr-
|
866
|
-
.fr-window-fresco .fr-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
.fr-window-fresco
|
872
|
-
|
873
|
-
|
874
|
-
.fr-window-fresco .fr-
|
875
|
-
|
876
|
-
/*
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
.fr-window-fresco .fr-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
.fr-window-fresco:not(.fr-ltIE9) .fr-
|
885
|
-
|
886
|
-
-moz-transition: opacity .2s ease-in;
|
887
|
-
-webkit-transition: opacity .2s ease-in;
|
888
|
-
transition: opacity .2s ease-in;
|
889
|
-
opacity: .
|
890
|
-
}
|
891
|
-
.fr-window-fresco .fr-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
}
|
899
|
-
|
900
|
-
.fr-window-fresco .fr-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
}
|
908
|
-
|
909
|
-
.fr-
|
910
|
-
.fr-
|
911
|
-
|
912
|
-
|
913
|
-
.fr-window-fresco .fr-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
.fr-window-fresco
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
.fr-window-fresco
|
937
|
-
.fr-window-fresco
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
.fr-window-fresco
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
}
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
.
|
960
|
-
|
961
|
-
}
|
962
|
-
|
963
|
-
|
964
|
-
.fr-window-
|
965
|
-
.fr-window-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
.fr-window-
|
974
|
-
.fr-window-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
.fr-window-
|
979
|
-
|
980
|
-
|
981
|
-
.fr-window-
|
982
|
-
.fr-window-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
.fr-window-IE6
|
992
|
-
|
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: #0d0d0d 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
|
+
-moz-box-sizing: border-box;
|
70
|
+
-webkit-box-sizing: border-box;
|
71
|
+
box-sizing: border-box;
|
72
|
+
border: 1px solid rgba(80,80,80,.2);
|
73
|
+
}
|
74
|
+
.fr-loading-icon { display: none; }
|
75
|
+
|
76
|
+
|
77
|
+
/* Bubble (holds everything) */
|
78
|
+
.fr-bubble {
|
79
|
+
float: left;
|
80
|
+
width: 100%;
|
81
|
+
height: 100%;
|
82
|
+
position: relative;
|
83
|
+
}
|
84
|
+
|
85
|
+
/* Fonts */
|
86
|
+
.fr-ui,
|
87
|
+
.fr-info {
|
88
|
+
font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
89
|
+
}
|
90
|
+
|
91
|
+
/* Frames / UI */
|
92
|
+
.fr-frames {
|
93
|
+
height: 100%;
|
94
|
+
width: 100%;
|
95
|
+
position: absolute;
|
96
|
+
display:inline;
|
97
|
+
top: 0;
|
98
|
+
left: 0;
|
99
|
+
overflow: hidden;
|
100
|
+
}
|
101
|
+
.fr-frame, .fr-ui {
|
102
|
+
position: absolute;
|
103
|
+
top: 0;
|
104
|
+
left: 0;
|
105
|
+
width: 100%;
|
106
|
+
height: 100%;
|
107
|
+
overflow: hidden;
|
108
|
+
}
|
109
|
+
|
110
|
+
.fr-window *:not(.fr-caption)::selection,
|
111
|
+
.fr-window *:not(.fr-caption)::-moz-selection,
|
112
|
+
.fr-window *:not(.fr-caption)::-webkit-selection {
|
113
|
+
background: transparent;
|
114
|
+
}
|
115
|
+
|
116
|
+
.fr-mobile-touch-enabled .fr-frame .fr-box {
|
117
|
+
overflow: scroll !important;
|
118
|
+
-webkit-overflow-scrolling: touch;
|
119
|
+
overflow-scrolling: touch;
|
120
|
+
position: absolute;
|
121
|
+
top: 0;
|
122
|
+
left: 0;
|
123
|
+
width: 100%;
|
124
|
+
height: 100%;
|
125
|
+
}
|
126
|
+
|
127
|
+
.fr-mobile-touch-enabled .fr-ui,
|
128
|
+
.fr-mobile-touch-enabled .fr-ui-spacer,
|
129
|
+
.fr-mobile-touch-enabled .fr-ui-wrapper,
|
130
|
+
.fr-mobile-touch-enabled .fr-ui-padder,
|
131
|
+
.fr-mobile-touch-enabled .fr-ui-toggle,
|
132
|
+
.fr-mobile-touch-enabled .fr-ui-outer-border,
|
133
|
+
.fr-mobile-touch-enabled .fr-side { pointer-events: none; }
|
134
|
+
|
135
|
+
/* Content */
|
136
|
+
.fr-box { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
|
137
|
+
.fr-box-has-ui-outside { overflow: hidden; }
|
138
|
+
.fr-box-spacer, .fr-ui-spacer {
|
139
|
+
position: absolute;
|
140
|
+
-webkit-user-select: none;
|
141
|
+
-khtml-user-select: none;
|
142
|
+
-moz-user-select: none;
|
143
|
+
-ms-user-select: none;
|
144
|
+
user-select: none;
|
145
|
+
}
|
146
|
+
.fr-box-wrapper, .fr-ui-wrapper { position: relative; background: url('<%= asset_url("skins/blank.gif") %>'); }
|
147
|
+
|
148
|
+
.fr-box-padder, .fr-ui-padder {
|
149
|
+
position: absolute;
|
150
|
+
top: 0;
|
151
|
+
left: 0;
|
152
|
+
zoom: 1;
|
153
|
+
border-color: transparent;
|
154
|
+
border-style: solid;
|
155
|
+
border-width: 0;
|
156
|
+
background: url('<%= asset_url("skins/blank.gif") %>');
|
157
|
+
}
|
158
|
+
|
159
|
+
.fr-box-padder, .fr-ui-padder {
|
160
|
+
position: absolute;
|
161
|
+
top: 0;
|
162
|
+
left: 0;
|
163
|
+
}
|
164
|
+
.fr-ui-padder { zoom: 1; }
|
165
|
+
|
166
|
+
.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
|
167
|
+
position: relative;
|
168
|
+
float: left;
|
169
|
+
display: inline;
|
170
|
+
zoom: 1;
|
171
|
+
-webkit-user-select: none;
|
172
|
+
-khtml-user-select: none;
|
173
|
+
-moz-user-select: none;
|
174
|
+
-ms-user-select: none;
|
175
|
+
user-select: none;
|
176
|
+
}
|
177
|
+
.fr-box-wrapper { background: #101010; }
|
178
|
+
|
179
|
+
.fr-ui-wrapper-outside {
|
180
|
+
float: left;
|
181
|
+
height: 100%;
|
182
|
+
width: 100%;
|
183
|
+
}
|
184
|
+
|
185
|
+
/* outer-border */
|
186
|
+
.fr-box-outer-border,
|
187
|
+
.fr-ui-outer-border {
|
188
|
+
position: relative;
|
189
|
+
float: left;
|
190
|
+
display: inline;
|
191
|
+
height: 100%;
|
192
|
+
width: 100%;
|
193
|
+
zoom: 1;
|
194
|
+
}
|
195
|
+
/* IE < 8 has a bug where dimensions are ignored without a border */
|
196
|
+
.fr-ltIE9 .fr-box-outer-border,
|
197
|
+
.fr-ltIE9 .fr-ui-outer-border { border: 0px solid transparent; }
|
198
|
+
|
199
|
+
.fr-content {
|
200
|
+
height: 100%;
|
201
|
+
width: 100%;
|
202
|
+
zoom:1;
|
203
|
+
*display:inline;
|
204
|
+
margin: 0;
|
205
|
+
padding: 0;
|
206
|
+
}
|
207
|
+
|
208
|
+
.fr-content-image {
|
209
|
+
position: absolute;
|
210
|
+
top: 0;
|
211
|
+
left: 0;
|
212
|
+
image-rendering: optimizeQuality;
|
213
|
+
max-width: none;
|
214
|
+
}
|
215
|
+
|
216
|
+
.fr-content-image-overlay {
|
217
|
+
position: absolute;
|
218
|
+
top: 0;
|
219
|
+
left: 0;
|
220
|
+
width: 100%;
|
221
|
+
height: 100%;
|
222
|
+
-webkit-user-select: none;
|
223
|
+
-khtml-user-select: none;
|
224
|
+
-moz-user-select: none;
|
225
|
+
-ms-user-select: none;
|
226
|
+
user-select: none;
|
227
|
+
}
|
228
|
+
|
229
|
+
/* onClick inside ui-outside */
|
230
|
+
.fr-onclick-side {
|
231
|
+
position: absolute;
|
232
|
+
top: 0;
|
233
|
+
width: 100%;
|
234
|
+
height: 100%;
|
235
|
+
background: url(skins/blank.gif);
|
236
|
+
cursor: pointer;
|
237
|
+
}
|
238
|
+
.fr-onclick-previous { left: 0; width: 50px; }
|
239
|
+
.fr-onclick-next { right: 0; }
|
240
|
+
|
241
|
+
.fr-frame-touch .fr-content { position: absolute; }
|
242
|
+
|
243
|
+
.fr-side {
|
244
|
+
position: absolute;
|
245
|
+
top: 0;
|
246
|
+
height: 100%;
|
247
|
+
cursor: pointer;
|
248
|
+
background: url('<%= asset_url("skins/blank.gif") %>') 0 0 repeat;
|
249
|
+
-webkit-user-select: none;
|
250
|
+
-khtml-user-select: none;
|
251
|
+
-moz-user-select: none;
|
252
|
+
-ms-user-select: none;
|
253
|
+
user-select: none;
|
254
|
+
zoom: 1;
|
255
|
+
}
|
256
|
+
.fr-side-disabled { cursor: default; }
|
257
|
+
|
258
|
+
.fr-side-button {
|
259
|
+
position: absolute;
|
260
|
+
top: 50%;
|
261
|
+
width: 54px;
|
262
|
+
height: 72px;
|
263
|
+
margin: 0 9px;
|
264
|
+
margin-top: -36px;
|
265
|
+
pointer-events: auto;
|
266
|
+
}
|
267
|
+
.fr-side-button-icon {
|
268
|
+
float: left;
|
269
|
+
position: relative;
|
270
|
+
height: 100%;
|
271
|
+
width: 100%;
|
272
|
+
zoom: 1;
|
273
|
+
}
|
274
|
+
|
275
|
+
.fr-side-previous { left: 0; width: 50%; }
|
276
|
+
.fr-side-next { right: 0; width: 50%;}
|
277
|
+
|
278
|
+
.fr-side-previous .fr-side-button { left: 0; }
|
279
|
+
.fr-side-next .fr-side-button { right: 0; }
|
280
|
+
|
281
|
+
|
282
|
+
/* sides (UI outside), smaller area */
|
283
|
+
.fr-ui-outside .fr-side {
|
284
|
+
width: 72px;
|
285
|
+
height: 72px;
|
286
|
+
top: 50%;
|
287
|
+
margin-top: -36px;
|
288
|
+
}
|
289
|
+
.fr-ui-outside .fr-side-button { margin-top: 0; top: 0; }
|
290
|
+
|
291
|
+
|
292
|
+
/*
|
293
|
+
* Info
|
294
|
+
*/
|
295
|
+
.fr-info {
|
296
|
+
position: absolute;
|
297
|
+
bottom: 0px;
|
298
|
+
left: 0px;
|
299
|
+
width: 100%;
|
300
|
+
color: #efefef;
|
301
|
+
pointer-events: auto;
|
302
|
+
}
|
303
|
+
.fr-info-background {
|
304
|
+
position: absolute;
|
305
|
+
top: 0;
|
306
|
+
left: 0;
|
307
|
+
height: 100%;
|
308
|
+
width: 100%;
|
309
|
+
background: #000;
|
310
|
+
line-height: 1%;
|
311
|
+
filter: alpha(opacity=80);
|
312
|
+
opacity: .8;
|
313
|
+
zoom: 1;
|
314
|
+
-moz-box-sizing: border-box;
|
315
|
+
-webkit-box-sizing: border-box;
|
316
|
+
box-sizing: border-box;
|
317
|
+
background: #000;
|
318
|
+
}
|
319
|
+
.fr-info-outside .fr-info-background { background: #0d0d0d; filter: none; opacity: 1; }
|
320
|
+
|
321
|
+
|
322
|
+
.fr-info-padder {
|
323
|
+
padding: 12px;
|
324
|
+
display: block;
|
325
|
+
filter: alpha(opacity=99);
|
326
|
+
overflow: hidden;
|
327
|
+
width: auto;
|
328
|
+
position: relative;
|
329
|
+
}
|
330
|
+
.fr-caption {
|
331
|
+
position: relative;
|
332
|
+
filter: alpha(opacity=99);
|
333
|
+
opacity: .99;
|
334
|
+
width: auto;
|
335
|
+
word-wrap: no-wrap;
|
336
|
+
}
|
337
|
+
.fr-position-text { position: relative; }
|
338
|
+
|
339
|
+
/* UI inside */
|
340
|
+
.fr-has-position .fr-info-inside .fr-caption { margin-right: 75px; }
|
341
|
+
.fr-info-inside .fr-position {
|
342
|
+
filter: alpha(opacity=99);
|
343
|
+
opacity: .99;
|
344
|
+
position: relative;
|
345
|
+
text-align: right;
|
346
|
+
word-wrap: no-wrap;
|
347
|
+
line-height: 21px;
|
348
|
+
color: #b3b3b3;
|
349
|
+
float: right;
|
350
|
+
width: 75px;
|
351
|
+
}
|
352
|
+
.fr-no-caption .fr-info-inside .fr-position {
|
353
|
+
width: auto;
|
354
|
+
margin: 0 1px 1px 0;
|
355
|
+
color: #b9b9b9;
|
356
|
+
filter: alpha(opacity=99);
|
357
|
+
}
|
358
|
+
|
359
|
+
.fr-info-inside .fr-position-background {
|
360
|
+
position: absolute;
|
361
|
+
top: 0;
|
362
|
+
left: 0;
|
363
|
+
width: 100%;
|
364
|
+
height: 100%;
|
365
|
+
}
|
366
|
+
.fr-no-caption .fr-info-inside .fr-position-background {
|
367
|
+
border-radius: 12px;
|
368
|
+
background: #101010;
|
369
|
+
filter: alpha(opacity=80);
|
370
|
+
opacity: .8;
|
371
|
+
-moz-box-sizing: border-box;
|
372
|
+
-webkit-box-sizing: border-box;
|
373
|
+
box-sizing: border-box;
|
374
|
+
}
|
375
|
+
|
376
|
+
.fr-info-inside .fr-position-text { position: relative; }
|
377
|
+
.fr-no-caption .fr-info-inside .fr-position-text {
|
378
|
+
float: left;
|
379
|
+
height: 13px;
|
380
|
+
line-height: 13px;
|
381
|
+
padding: 6px 10px;
|
382
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
383
|
+
}
|
384
|
+
|
385
|
+
/* hide the position on small screens */
|
386
|
+
@media all and (max-width: 568px) and (max-height: 320px),
|
387
|
+
all and (max-width: 320px) and (max-height: 568px) {
|
388
|
+
.fr-has-position .fr-info-inside .fr-caption { margin-right: 0; }
|
389
|
+
.fr-position { display: none !important; }
|
390
|
+
|
391
|
+
/* smaller side buttons */
|
392
|
+
.fr-ui-outside .fr-side {
|
393
|
+
width: 54px;
|
394
|
+
height: 50px;
|
395
|
+
margin-top: -25px;
|
396
|
+
}
|
397
|
+
.fr-side-button {
|
398
|
+
width: 40px;
|
399
|
+
height: 50px;
|
400
|
+
margin: 0 6px;
|
401
|
+
margin-top: -25px;
|
402
|
+
}
|
403
|
+
}
|
404
|
+
|
405
|
+
|
406
|
+
/* UI outside */
|
407
|
+
.fr-ui-outside .fr-position {
|
408
|
+
position: absolute;
|
409
|
+
bottom: 15px;
|
410
|
+
right: 15px;
|
411
|
+
display: inline;
|
412
|
+
width: auto;
|
413
|
+
margin: 0 1px 1px 0;
|
414
|
+
color: #b9b9b9;
|
415
|
+
}
|
416
|
+
.fr-ui-outside .fr-position-background {
|
417
|
+
position: absolute;
|
418
|
+
top: 0;
|
419
|
+
left: 0;
|
420
|
+
width: 100%;
|
421
|
+
height: 100%;
|
422
|
+
border-radius: 12px;
|
423
|
+
filter: alpha(opacity=80);
|
424
|
+
opacity: .8;
|
425
|
+
-moz-box-sizing: border-box;
|
426
|
+
-webkit-box-sizing: border-box;
|
427
|
+
box-sizing: border-box;
|
428
|
+
background: #1e1e1e;
|
429
|
+
border: 1px solid rgba(180,180,180,.2);
|
430
|
+
}
|
431
|
+
.fr-ui-outside .fr-position-text {
|
432
|
+
position: relative;
|
433
|
+
float: left;
|
434
|
+
width: auto;
|
435
|
+
text-align: right;
|
436
|
+
word-wrap: no-wrap;
|
437
|
+
color: #b3b3b3;
|
438
|
+
-webkit-user-select: none;
|
439
|
+
-khtml-user-select: none;
|
440
|
+
-moz-user-select: none;
|
441
|
+
-ms-user-select: none;
|
442
|
+
user-select: none;
|
443
|
+
word-wrap: no-wrap;
|
444
|
+
padding: 6px 10px;
|
445
|
+
height: 13px;
|
446
|
+
line-height: 13px;
|
447
|
+
|
448
|
+
}
|
449
|
+
|
450
|
+
|
451
|
+
.fr-ui-outside .fr-position-background {
|
452
|
+
position: absolute;
|
453
|
+
top: 0;
|
454
|
+
left: 0;
|
455
|
+
width: 100%;
|
456
|
+
height: 100%;
|
457
|
+
}
|
458
|
+
|
459
|
+
/* Info without caption */
|
460
|
+
.fr-no-caption .fr-info-outside { display: none; }
|
461
|
+
.fr-no-caption .fr-info-padder { pointer-events: none; }
|
462
|
+
.fr-no-caption .fr-info-background { pointer-events: none; opacity: 0; filter: none; display: none;}
|
463
|
+
|
464
|
+
|
465
|
+
/* 1/5 */
|
466
|
+
.fr-no-caption .fr-position-text,
|
467
|
+
.fr-ui-outside .fr-position-text {
|
468
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
469
|
+
}
|
470
|
+
|
471
|
+
/* outside position */
|
472
|
+
.fr-ui-outside .fr-position {
|
473
|
+
float: none;
|
474
|
+
position: absolute;
|
475
|
+
bottom: 0;
|
476
|
+
right: 0;
|
477
|
+
margin: 15px;
|
478
|
+
}
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
/* IE 7 */
|
483
|
+
.fr-ltIE8 .fr-info * { zoom: 1; filter: alpha(opacity=99); }
|
484
|
+
.fr-ltIE8 .fr-box * { zoom: 1; filter: alpha(opacity=99); }
|
485
|
+
|
486
|
+
/* Info (UI outside) */
|
487
|
+
.fr-info-outside { bottom: auto; }
|
488
|
+
.fr-no-caption .fr-info-outside .fr-info-padder { padding: 10px 5px; }
|
489
|
+
.fr-ui-outside .fr-no-caption .fr-position { margin: 0; }
|
490
|
+
|
491
|
+
/* X */
|
492
|
+
.fr-close {
|
493
|
+
position: absolute;
|
494
|
+
top: 0px;
|
495
|
+
right: 0px;
|
496
|
+
padding: 12px;
|
497
|
+
width: 23px;
|
498
|
+
height: 23px;
|
499
|
+
cursor: pointer;
|
500
|
+
pointer-events: auto;
|
501
|
+
}
|
502
|
+
|
503
|
+
.fr-close-background {
|
504
|
+
position: absolute;
|
505
|
+
top: 12px;
|
506
|
+
left: 12px;
|
507
|
+
height: 23px;
|
508
|
+
width: 23px;
|
509
|
+
filter: alpha(opacity=80);
|
510
|
+
opacity: .8;
|
511
|
+
-moz-transition: background-color .2s ease-in;
|
512
|
+
-webkit-transition: background-color .2s ease-in;
|
513
|
+
transition: background-color .2s ease-in;
|
514
|
+
background-color: #282828;
|
515
|
+
cursor: pointer;
|
516
|
+
}
|
517
|
+
.fr-close:hover .fr-close-background { background-color: #333; }
|
518
|
+
|
519
|
+
.fr-ui-outside .fr-close-background { background-color: #363636; }
|
520
|
+
.fr-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }
|
521
|
+
|
522
|
+
.fr-close-icon {
|
523
|
+
position: relative;
|
524
|
+
float: left;
|
525
|
+
width: 100%;
|
526
|
+
height: 100%;
|
527
|
+
}
|
528
|
+
|
529
|
+
|
530
|
+
/*
|
531
|
+
* Thumbnails
|
532
|
+
*/
|
533
|
+
.fr-thumbnails {
|
534
|
+
position: absolute;
|
535
|
+
bottom: 0;
|
536
|
+
left: 0;
|
537
|
+
width: 100%;
|
538
|
+
height: 9%;
|
539
|
+
min-height: 40px;
|
540
|
+
max-height: 120px;
|
541
|
+
height: 9%;
|
542
|
+
padding: 20px 0;
|
543
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
544
|
+
zoom: 1;
|
545
|
+
}
|
546
|
+
|
547
|
+
.fr-thumbnails,
|
548
|
+
.fr-thumbnails * {
|
549
|
+
-webkit-user-select: none;
|
550
|
+
-khtml-user-select: none;
|
551
|
+
-moz-user-select: none;
|
552
|
+
-ms-user-select: none;
|
553
|
+
user-select: none;
|
554
|
+
}
|
555
|
+
|
556
|
+
|
557
|
+
.fr-thumbnails-slider {
|
558
|
+
position: relative;
|
559
|
+
width: 100%;
|
560
|
+
height: 100%;
|
561
|
+
float: left;
|
562
|
+
zoom: 1;
|
563
|
+
}
|
564
|
+
|
565
|
+
.fr-thumbnails-slider-slide {
|
566
|
+
position: absolute;
|
567
|
+
top: 0;
|
568
|
+
left: 0;
|
569
|
+
height: 100%;
|
570
|
+
}
|
571
|
+
|
572
|
+
.fr-thumbnails-wrapper {
|
573
|
+
position: absolute;
|
574
|
+
top: 0;
|
575
|
+
left: 50%;
|
576
|
+
height: 100%;
|
577
|
+
padding: 20px 0;
|
578
|
+
}
|
579
|
+
|
580
|
+
.fr-thumbnails-thumbs {
|
581
|
+
float: left;
|
582
|
+
height: 100%;
|
583
|
+
overflow-x: hidden;
|
584
|
+
position: relative;
|
585
|
+
top: 0;
|
586
|
+
left: 0;
|
587
|
+
}
|
588
|
+
.fr-ltIE9 .fr-thumbnails-thumbs {
|
589
|
+
overflow: hidden;
|
590
|
+
}
|
591
|
+
.fr-thumbnails-slide {
|
592
|
+
position: absolute;
|
593
|
+
top: 0;
|
594
|
+
height: 100%;
|
595
|
+
width: 100%;
|
596
|
+
}
|
597
|
+
|
598
|
+
.fr-thumbnail {
|
599
|
+
position: relative;
|
600
|
+
width: 30px;
|
601
|
+
height: 100%;
|
602
|
+
float: left;
|
603
|
+
margin: 0 10px;
|
604
|
+
display: inline;
|
605
|
+
zoom: 1;
|
606
|
+
cursor: pointer;
|
607
|
+
}
|
608
|
+
.fr-ltIE9 .fr-thumbnail * {
|
609
|
+
overflow: hidden; /* IE6 */
|
610
|
+
z-index: 1;
|
611
|
+
zoom: 1;
|
612
|
+
}
|
613
|
+
|
614
|
+
.fr-thumbnail-wrapper {
|
615
|
+
position: relative;
|
616
|
+
background: #161616;
|
617
|
+
width: 100%;
|
618
|
+
height: 100%;
|
619
|
+
float: left;
|
620
|
+
overflow: hidden;
|
621
|
+
display: inline; /* IE6 */
|
622
|
+
z-index: 0; /* IE8 */
|
623
|
+
}
|
624
|
+
|
625
|
+
.lv_thumbnail_icon {
|
626
|
+
width: 36px;
|
627
|
+
height: 36px;
|
628
|
+
position: absolute;
|
629
|
+
top: 50%;
|
630
|
+
left: 50%;
|
631
|
+
margin-left: -18px;
|
632
|
+
margin-top: -18px;
|
633
|
+
background-position: 99px 99px;
|
634
|
+
background-repeat: no-repeat;
|
635
|
+
display: block !important;
|
636
|
+
}
|
637
|
+
|
638
|
+
.fr-thumbnail-overlay { cursor: pointer; }
|
639
|
+
.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }
|
640
|
+
.fr-thumbnail-overlay,
|
641
|
+
.fr-thumbnail-overlay-background,
|
642
|
+
.fr-thumbnail-overlay-border {
|
643
|
+
position: absolute;
|
644
|
+
top: 0;
|
645
|
+
left: 0;
|
646
|
+
width: 100%;
|
647
|
+
height: 100%;
|
648
|
+
}
|
649
|
+
.fr-thumbnail-overlay-border {
|
650
|
+
-moz-box-sizing: border-box;
|
651
|
+
-webkit-box-sizing: border-box;
|
652
|
+
box-sizing: border-box;
|
653
|
+
border-width: 0;
|
654
|
+
overflow: hidden;
|
655
|
+
border-style: solid;
|
656
|
+
border-color: transparent;
|
657
|
+
|
658
|
+
}
|
659
|
+
.fr-thumbnail img {
|
660
|
+
position: absolute;
|
661
|
+
filter: alpha(opacity=85);
|
662
|
+
opacity: .85;
|
663
|
+
max-width: none;
|
664
|
+
}
|
665
|
+
.fr-thumbnail:hover img,
|
666
|
+
.fr-thumbnail-active:hover img {
|
667
|
+
filter: alpha(opacity=99);
|
668
|
+
opacity: .99;
|
669
|
+
}
|
670
|
+
.fr-thumbnail-active img,
|
671
|
+
.fr-thumbnail-active:hover img {
|
672
|
+
filter: alpha(opacity=35);
|
673
|
+
opacity: .35;
|
674
|
+
}
|
675
|
+
.fr-thumbnail-active { cursor: default; }
|
676
|
+
|
677
|
+
/* Thumbnails loading */
|
678
|
+
.fr-thumbnail-loading,
|
679
|
+
.fr-thumbnail-loading-background,
|
680
|
+
.fr-thumbnail-loading-icon {
|
681
|
+
position: absolute;
|
682
|
+
top: 0;
|
683
|
+
left: 0;
|
684
|
+
width: 100%;
|
685
|
+
height: 100%;
|
686
|
+
}
|
687
|
+
.fr-thumbnail-loading-background {
|
688
|
+
background-color: #101010;
|
689
|
+
background-image: url('<%= asset_url("skins/loading.gif") %>');
|
690
|
+
background-position: 50% 50%;
|
691
|
+
background-repeat: no-repeat;
|
692
|
+
opacity: .8;
|
693
|
+
position: relative;
|
694
|
+
float: left;
|
695
|
+
}
|
696
|
+
/* this element is there as an alternative to putting the loading image on the background */
|
697
|
+
.fr-thumbnail-loading-icon { display: none; }
|
698
|
+
|
699
|
+
|
700
|
+
/* Thumbnail < > */
|
701
|
+
.fr-thumbnails-side {
|
702
|
+
float: left;
|
703
|
+
height: 100%;
|
704
|
+
width: 28px;
|
705
|
+
margin: 0 10px;
|
706
|
+
position: relative;
|
707
|
+
overflow: hidden;
|
708
|
+
}
|
709
|
+
.fr-thumbnails-side-previous { margin-left: 20px; }
|
710
|
+
.fr-thumbnails-side-next { margin-right: 20px; }
|
711
|
+
|
712
|
+
.fr-thumbnails-side-button {
|
713
|
+
position: absolute;
|
714
|
+
top: 50%;
|
715
|
+
left: 0;
|
716
|
+
margin-top: -15px;
|
717
|
+
width: 28px;
|
718
|
+
height: 28px;
|
719
|
+
cursor: pointer;
|
720
|
+
}
|
721
|
+
|
722
|
+
.fr-thumbnails-side-button-background {
|
723
|
+
position: absolute;
|
724
|
+
top: 0;
|
725
|
+
left: 0;
|
726
|
+
height: 100%;
|
727
|
+
width: 100%;
|
728
|
+
filter: alpha(opacity=80);
|
729
|
+
opacity: .8;
|
730
|
+
-moz-transition: background-color .2s ease-in;
|
731
|
+
-webkit-transition: background-color .2s ease-in;
|
732
|
+
transition: background-color .2s ease-in;
|
733
|
+
background-color: #333;
|
734
|
+
cursor: pointer;
|
735
|
+
border-radius: 4px;
|
736
|
+
}
|
737
|
+
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }
|
738
|
+
|
739
|
+
.fr-thumbnails-side-button-disabled * { cursor: default; }
|
740
|
+
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }
|
741
|
+
|
742
|
+
.fr-thumbnails-side-button-icon {
|
743
|
+
height: 42px;
|
744
|
+
width: 42px;
|
745
|
+
position: absolute;
|
746
|
+
top: -7px;
|
747
|
+
left: -7px;
|
748
|
+
width: 100%;
|
749
|
+
height: 100%;
|
750
|
+
}
|
751
|
+
|
752
|
+
|
753
|
+
/* we can improve things on browsers that support media queries */
|
754
|
+
@media all and (min-height: 0px) {
|
755
|
+
.fr-thumbnails,
|
756
|
+
.fr-thumbnails-wrapper { padding: 10px 0; }
|
757
|
+
.fr-thumbnail,
|
758
|
+
.fr-thumbnails-side { margin: 0 4px; }
|
759
|
+
.fr-thumbnails-side-previous { margin-left: 8px; }
|
760
|
+
.fr-thumbnails-side-next { margin-right: 8px; }
|
761
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading-small.gif") %>'); }
|
762
|
+
}
|
763
|
+
@media all and (min-height: 200px) {
|
764
|
+
.fr-thumbnails,
|
765
|
+
.fr-thumbnails-wrapper { padding: 12px 0; }
|
766
|
+
.fr-thumbnail,
|
767
|
+
.fr-thumbnails-side { margin: 0 6px; }
|
768
|
+
.fr-thumbnails-side-previous { margin-left: 12px; }
|
769
|
+
.fr-thumbnails-side-next { margin-right: 12px; }
|
770
|
+
}
|
771
|
+
|
772
|
+
@media all and (min-height: 350px) {
|
773
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("<%= asset_url("skins/loading-medium.gif") %>") %>'); }
|
774
|
+
}
|
775
|
+
|
776
|
+
@media all and (min-height: 500px) {
|
777
|
+
.fr-thumbnails,
|
778
|
+
.fr-thumbnails-wrapper { padding: 14px 0; }
|
779
|
+
.fr-thumbnail,
|
780
|
+
.fr-thumbnails-side { margin: 0 7px; }
|
781
|
+
.fr-thumbnails-side-previous { margin-left: 14px; }
|
782
|
+
.fr-thumbnails-side-next { margin-right: 14px; }
|
783
|
+
}
|
784
|
+
|
785
|
+
@media all and (min-height: 700px) {
|
786
|
+
.fr-thumbnails,
|
787
|
+
.fr-thumbnails-wrapper { padding: 20px 0; }
|
788
|
+
.fr-thumbnail,
|
789
|
+
.fr-thumbnails-side { margin: 0 10px; }
|
790
|
+
.fr-thumbnails-side-previous { margin-left: 20px; }
|
791
|
+
.fr-thumbnails-side-next { margin-right: 20px; }
|
792
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("<%= asset_url("skins/loading.gif") %>") %>'); }
|
793
|
+
}
|
794
|
+
|
795
|
+
/* IE specific resets */
|
796
|
+
.fr-ltIE8 * { zoom: 1; z-index: 1;}
|
797
|
+
.fr-ltIE9 .fr-content-image-overlay,
|
798
|
+
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background { border: 0; }
|
799
|
+
|
800
|
+
|
801
|
+
|
802
|
+
/*
|
803
|
+
* ===== Skin: Fresco =====
|
804
|
+
*/
|
805
|
+
/* Sprite */
|
806
|
+
.fr-window-fresco .fr-side-button-icon,
|
807
|
+
.fr-window-fresco .fr-close-icon,
|
808
|
+
.fr-window-fresco .fr-thumbnails-side-button-icon {
|
809
|
+
background-image: url('<%= asset_url("<%= asset_url("skins/fresco/sprite.png") %>") %>');
|
810
|
+
}
|
811
|
+
/* High-res sprite */
|
812
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
813
|
+
only screen and (min-device-pixel-ratio: 2) {
|
814
|
+
.fr-window-fresco .fr-side-button-icon,
|
815
|
+
.fr-window-fresco .fr-close-icon,
|
816
|
+
.fr-window-fresco .fr-side-button-icon {
|
817
|
+
background-image: url('<%= asset_url("skins/fresco/sprite@x2.png") %>');
|
818
|
+
background-size: 500px 500px; /* downscaled 50%, size of original sprite */
|
819
|
+
}
|
820
|
+
}
|
821
|
+
|
822
|
+
.fr-window-fresco .fr-box-outer-border { box-shadow: 0 0 5px rgba(0,0,0,.4); }
|
823
|
+
/* outer-border instead of inner-border example (box and ui px should be the same) */
|
824
|
+
/*
|
825
|
+
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
|
826
|
+
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
|
827
|
+
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
|
828
|
+
*/
|
829
|
+
|
830
|
+
.fr-window-fresco .fr-box-wrapper {
|
831
|
+
background: #101010;
|
832
|
+
border-color: transparent;
|
833
|
+
border-style: solid;
|
834
|
+
border-width: 0;
|
835
|
+
}
|
836
|
+
|
837
|
+
.fr-window-fresco .fr-content-image-overlay {
|
838
|
+
-moz-box-sizing: border-box;
|
839
|
+
-webkit-box-sizing: border-box;
|
840
|
+
box-sizing: border-box;
|
841
|
+
border-width: 1px;
|
842
|
+
border-style: solid;
|
843
|
+
border-color: transparent;
|
844
|
+
border-color: rgba(255, 255, 255, .08);
|
845
|
+
}
|
846
|
+
/* remove bottom border if the image has a caption, or add it when it has a caption */
|
847
|
+
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 0px; }
|
848
|
+
.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 1px; }
|
849
|
+
|
850
|
+
.fr-window-fresco .fr-ui-outside .fr-position-text {
|
851
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
852
|
+
}
|
853
|
+
.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
|
854
|
+
border: 1px solid rgba(180,180,180,.15);
|
855
|
+
}
|
856
|
+
.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
|
857
|
+
border: 1px solid rgba(68,68,68,.1);
|
858
|
+
border-top-width: 0;
|
859
|
+
}
|
860
|
+
.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
|
861
|
+
border: 1px solid rgba(80,80,80,.25);
|
862
|
+
border-top-width: 0;
|
863
|
+
}
|
864
|
+
|
865
|
+
.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
|
866
|
+
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }
|
867
|
+
|
868
|
+
|
869
|
+
/* < > */
|
870
|
+
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -14px; }
|
871
|
+
.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -14px; }
|
872
|
+
|
873
|
+
.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
874
|
+
.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
875
|
+
|
876
|
+
/* disabled state (IE < 9) */
|
877
|
+
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
|
878
|
+
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
|
879
|
+
.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
|
880
|
+
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }
|
881
|
+
|
882
|
+
/* < > transition */
|
883
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
884
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
885
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
|
886
|
+
-moz-transition: opacity .2s ease-in;
|
887
|
+
-webkit-transition: opacity .2s ease-in;
|
888
|
+
transition: opacity .2s ease-in;
|
889
|
+
opacity: .5;
|
890
|
+
}
|
891
|
+
.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
|
892
|
+
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
|
893
|
+
opacity: 1;
|
894
|
+
}
|
895
|
+
|
896
|
+
/* disabled side */
|
897
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
|
898
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon { opacity: .2; }
|
899
|
+
/* on the inside we hide disabled sides */
|
900
|
+
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { background-image: none; }
|
901
|
+
|
902
|
+
|
903
|
+
/* responsive < > */
|
904
|
+
@media all and (max-width: 568px) and (max-height: 320px),
|
905
|
+
all and (max-width: 320px) and (max-height: 568px) {
|
906
|
+
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -300px; }
|
907
|
+
.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -300px; }
|
908
|
+
|
909
|
+
.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
|
910
|
+
.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
|
911
|
+
|
912
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
|
913
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
|
914
|
+
}
|
915
|
+
|
916
|
+
/* X */
|
917
|
+
.fr-window-fresco .fr-close .fr-close-icon { background-position: -169px -9px;}
|
918
|
+
.fr-window-fresco .fr-close:hover .fr-close-icon { background-position: -210px -9px; }
|
919
|
+
|
920
|
+
/* X transition */
|
921
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
|
922
|
+
background-position: -210px -9px;
|
923
|
+
-moz-transition: opacity .2s ease-in;
|
924
|
+
-webkit-transition: opacity .2s ease-in;
|
925
|
+
transition: opacity .2s ease-in;
|
926
|
+
opacity: .8;
|
927
|
+
}
|
928
|
+
.fr-window-fresco .fr-close:hover .fr-close-icon { opacity: 1; }
|
929
|
+
|
930
|
+
/* Thumbnails */
|
931
|
+
.fr-window-fresco .fr-thumbnail-wrapper {
|
932
|
+
border-color: transparent;
|
933
|
+
border-style: solid;
|
934
|
+
border-width: 0;
|
935
|
+
}
|
936
|
+
.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }
|
937
|
+
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }
|
938
|
+
.fr-window-fresco .fr-thumbnail-wrapper {
|
939
|
+
box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
|
940
|
+
}
|
941
|
+
.fr-window-fresco .fr-thumbnail-overlay-border {
|
942
|
+
border-width: 1px;
|
943
|
+
border-color: rgba(255, 255, 255, .08); /* should remain rgba */
|
944
|
+
}
|
945
|
+
/* no inner border on active thumbnail */
|
946
|
+
.fr-thumbnail-active .fr-thumbnail-overlay-border,
|
947
|
+
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }
|
948
|
+
|
949
|
+
/* Thumbnails < > */
|
950
|
+
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -160px -41px;}
|
951
|
+
.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -202px -41px; }
|
952
|
+
.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -160px -83px;}
|
953
|
+
.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -202px -83px; }
|
954
|
+
|
955
|
+
/* Thumbnails < > transition */
|
956
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
|
957
|
+
-moz-transition: opacity .2s ease-in;
|
958
|
+
-webkit-transition: opacity .2s ease-in;
|
959
|
+
transition: opacity .2s ease-in;
|
960
|
+
opacity: .8;
|
961
|
+
}
|
962
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
|
963
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -160px -41px; }
|
964
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
|
965
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -202px -83px; }
|
966
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }
|
967
|
+
|
968
|
+
/* lower opacity on disabled states */
|
969
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
|
970
|
+
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }
|
971
|
+
|
972
|
+
/* lower opacity IE < 9 using images */
|
973
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
|
974
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
|
975
|
+
background-position: -244px -41px;
|
976
|
+
}
|
977
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
|
978
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
|
979
|
+
background-position: -244px -83px;
|
980
|
+
}
|
981
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
|
982
|
+
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
|
983
|
+
filter: alpha(opacity=50);
|
984
|
+
}
|
985
|
+
|
986
|
+
|
987
|
+
|
988
|
+
/*
|
989
|
+
* ===== Skin: IE6 (always used there as a fallback) =====
|
990
|
+
*/
|
991
|
+
.fr-window-IE6 * { zoom: 1; }
|
992
|
+
|
993
|
+
/* Sprite */
|
994
|
+
.fr-window-IE6 .fr-side-button-icon,
|
995
|
+
.fr-window-IE6 .fr-close-icon,
|
996
|
+
.fr-window-IE6 .fr-thumbnails-side-button-icon {
|
997
|
+
background-image: url('<%= asset_url("skins/ie6/sprite.png") %>');
|
998
|
+
}
|
999
|
+
|
1000
|
+
/* < > */
|
1001
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }
|
1002
|
+
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }
|
1003
|
+
|
1004
|
+
/* disabled */
|
1005
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
|
1006
|
+
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }
|
1007
|
+
.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
|
1008
|
+
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }
|
1009
|
+
.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { display: none; }
|
1010
|
+
|
1011
|
+
|
1012
|
+
/* responsive < > */
|
1013
|
+
@media all and (max-width: 568px) and (max-height: 320px),
|
1014
|
+
all and (max-width: 320px) and (max-height: 568px) {
|
1015
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
|
1016
|
+
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
|
1017
|
+
|
1018
|
+
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
|
1019
|
+
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: 0px -400px; }
|
1020
|
+
.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
|
1021
|
+
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -40px -400px; }
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
|
1025
|
+
/* X */
|
1026
|
+
.fr-window-IE6 .fr-close .fr-close-icon { background-position: -169px -9px;}
|
1027
|
+
.fr-window-IE6 .fr-close:hover .fr-close-icon { background-position: -210px -9px; }
|
1028
|
+
|
1029
|
+
.fr-window-IE6 .fr-info { filter: alpha(opacity=99); }
|
1030
|
+
.fr-window-IE6 .fr-ui-outside .fr-info { background: red; }
|
1031
|
+
.fr-window-IE6 .fr-close-icon { background-color: #232323; }
|
1032
|
+
.fr-window-IE6 .fr-close .fr-close-background { display: none; }
|
1033
|
+
|
1034
|
+
.fr-window-IE6 .fr-info-background { display: none; }
|
1035
|
+
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
|
1036
|
+
.fr-window-IE6 .fr-info-outside { background: #0d0d0d; }
|
1037
|
+
|
1038
|
+
|
1039
|
+
.fr-window-IE6 .fr-position { background: #101010; }
|
1040
|
+
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position { background: none; }
|
993
1041
|
.fr-window-IE6 .fr-position .fr-position-background { display: none; }
|