jekyll-swift-theme 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -1
  3. data/_includes/head.html +6 -1
  4. data/_includes/shorts/flickr-album.html +10 -0
  5. data/_includes/shorts/gallery.html +7 -5
  6. data/_sass/swift/_comments.sass +6 -0
  7. data/assets/galleria/galleria.js +6987 -0
  8. data/assets/galleria/galleria.min.js +12 -0
  9. data/assets/galleria/plugins/flickr/demo.html +62 -0
  10. data/assets/galleria/plugins/flickr/galleria.flickr.js +399 -0
  11. data/assets/galleria/plugins/flickr/galleria.flickr.min.js +10 -0
  12. data/assets/galleria/plugins/history/demo.html +98 -0
  13. data/assets/galleria/plugins/history/galleria.history.js +164 -0
  14. data/assets/galleria/plugins/history/galleria.history.min.js +10 -0
  15. data/assets/galleria/themes/azur/demo-cdn.html +118 -0
  16. data/assets/galleria/themes/azur/demo-retina.html +120 -0
  17. data/assets/galleria/themes/azur/demo.html +120 -0
  18. data/assets/galleria/themes/azur/galleria.azur.css +403 -0
  19. data/assets/galleria/themes/azur/galleria.azur.js +312 -0
  20. data/assets/galleria/themes/azur/galleria.azur.min.css +1 -0
  21. data/assets/galleria/themes/azur/galleria.azur.min.js +10 -0
  22. data/assets/galleria/themes/classic/demo-cdn.html +103 -0
  23. data/assets/galleria/themes/classic/demo-retina.html +106 -0
  24. data/assets/galleria/themes/classic/demo.html +106 -0
  25. data/assets/galleria/themes/classic/galleria.classic.css +217 -0
  26. data/assets/galleria/themes/classic/galleria.classic.js +117 -0
  27. data/assets/galleria/themes/classic/galleria.classic.min.css +1 -0
  28. data/assets/galleria/themes/classic/galleria.classic.min.js +10 -0
  29. data/assets/galleria/themes/folio/demo-cdn.html +106 -0
  30. data/assets/galleria/themes/folio/demo-retina.html +108 -0
  31. data/assets/galleria/themes/folio/demo.html +108 -0
  32. data/assets/galleria/themes/folio/galleria.folio.css +185 -0
  33. data/assets/galleria/themes/folio/galleria.folio.js +488 -0
  34. data/assets/galleria/themes/folio/galleria.folio.min.css +1 -0
  35. data/assets/galleria/themes/folio/galleria.folio.min.js +10 -0
  36. data/assets/galleria/themes/fullscreen/demo-cdn.html +103 -0
  37. data/assets/galleria/themes/fullscreen/demo-retina.html +105 -0
  38. data/assets/galleria/themes/fullscreen/demo.html +103 -0
  39. data/assets/galleria/themes/fullscreen/galleria.fullscreen.css +219 -0
  40. data/assets/galleria/themes/fullscreen/galleria.fullscreen.js +197 -0
  41. data/assets/galleria/themes/fullscreen/galleria.fullscreen.min.css +1 -0
  42. data/assets/galleria/themes/fullscreen/galleria.fullscreen.min.js +10 -0
  43. data/assets/galleria/themes/fullscreen/index.html +0 -0
  44. data/assets/galleria/themes/miniml/demo-cdn.html +113 -0
  45. data/assets/galleria/themes/miniml/demo-retina.html +115 -0
  46. data/assets/galleria/themes/miniml/demo.html +115 -0
  47. data/assets/galleria/themes/miniml/galleria.miniml.css +224 -0
  48. data/assets/galleria/themes/miniml/galleria.miniml.js +171 -0
  49. data/assets/galleria/themes/miniml/galleria.miniml.min.css +1 -0
  50. data/assets/galleria/themes/miniml/galleria.miniml.min.js +10 -0
  51. data/assets/galleria/themes/twelve/demo-cdn.html +120 -0
  52. data/assets/galleria/themes/twelve/demo-retina.html +121 -0
  53. data/assets/galleria/themes/twelve/demo.html +121 -0
  54. data/assets/galleria/themes/twelve/galleria.twelve.css +296 -0
  55. data/assets/galleria/themes/twelve/galleria.twelve.js +301 -0
  56. data/assets/galleria/themes/twelve/galleria.twelve.min.css +1 -0
  57. data/assets/galleria/themes/twelve/galleria.twelve.min.js +10 -0
  58. data/assets/js/jquery-3.6.0.min.js +2 -0
  59. metadata +55 -2
@@ -0,0 +1,103 @@
1
+ <!DOCTYPE html>
2
+ <html lang="sv">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=0.5,user-scalable=no">
6
+ <title>Galleria Fullscreen Theme Demo</title>
7
+
8
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.6.1/themes/fullscreen/galleria.fullscreen.min.css" />
9
+
10
+ <style>
11
+ body{background:#000;}
12
+ a {color:#22BCB9;text-decoration:none;}
13
+ .galleria-info-description a {color: #fff;}
14
+ </style>
15
+
16
+ </head>
17
+ <body>
18
+ <div class="galleria">
19
+ <a href="https://picsum.photos/id/767/1280/1024.jpg">
20
+ <img src="https://picsum.photos/id/767/150/100.jpg"
21
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/EeEx8zpOESA&quot;&gt;Sébastien Marchand&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
22
+ data-title="Infinite road">
23
+ </a>
24
+ <a href="https://picsum.photos/id/970/1280/1024.jpg">
25
+ <img src="https://picsum.photos/id/970/150/100.jpg"
26
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/hoCXpPUMCoE&quot;&gt;Darrell Cassell&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
27
+ data-title="Shore line of a lake">
28
+ </a>
29
+ <a href="https://picsum.photos/id/514/1280/1024.jpg">
30
+ <img src="https://picsum.photos/id/514/150/100.jpg"
31
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/ICfoiW1d_90&quot;&gt;Jeff Sheldon&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
32
+ data-title="SUV parked outside house">
33
+ </a>
34
+ <a href="https://picsum.photos/id/798/1280/1024.jpg">
35
+ <img src="https://picsum.photos/id/798/150/100.jpg"
36
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/UvRMcIeXq9Y&quot;&gt;Aaron Burden&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
37
+ data-title="Daisy from below in macro">
38
+ </a>
39
+ <a href="https://picsum.photos/id/676/1280/1024.jpg">
40
+ <img src="https://picsum.photos/id/676/150/100.jpg"
41
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/B7mIW-x3g9s&quot;&gt;Drew Patrick Miller&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
42
+ data-title="White mountain with wooded slopes">
43
+ </a>
44
+ <a href="https://picsum.photos/id/369/1280/1024.jpg">
45
+ <img src="https://picsum.photos/id/369/150/100.jpg"
46
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/umcc42T8fD4&quot;&gt;Lou Levit&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
47
+ data-title="Poor urban neighborhood">
48
+ </a>
49
+ <a href="https://picsum.photos/id/790/1280/1024.jpg">
50
+ <img src="https://picsum.photos/id/790/150/100.jpg"
51
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/nuRYwOJryyk&quot;&gt;rebecca johnston&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
52
+ data-title="Graceful deer at sunset">
53
+ </a>
54
+ <a href="https://picsum.photos/id/737/1280/1024.jpg">
55
+ <img src="https://picsum.photos/id/737/150/100.jpg"
56
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/v4ZUGlrdVAA&quot;&gt;Anthony Indraus&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
57
+ data-title="Bleak city street">
58
+ </a>
59
+ <a href="https://picsum.photos/id/364/1280/1024.jpg">
60
+ <img src="https://picsum.photos/id/364/150/100.jpg"
61
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/Gauk-pFdvKk&quot;&gt;José Martín&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
62
+ data-title="Plane dragged on the tarmac">
63
+ </a>
64
+ <a href="https://picsum.photos/id/324/1280/1024.jpg">
65
+ <img src="https://picsum.photos/id/324/150/100.jpg"
66
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/L_F8jAsRWtU&quot;&gt;Sonja Langford&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
67
+ data-title="Down the forest path">
68
+ </a>
69
+ <a href="https://picsum.photos/id/231/1280/1024.jpg">
70
+ <img src="https://picsum.photos/id/231/150/100.jpg"
71
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/XeCvtUX-AE0&quot;&gt;Aleksandra Boguslawska&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
72
+ data-title="Sharp green mountain ridges">
73
+ </a>
74
+ <a href="https://picsum.photos/id/197/1280/1024.jpg">
75
+ <img src="https://picsum.photos/id/197/150/100.jpg"
76
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/n6TWNDfyPwk&quot;&gt;Kholodnitskiy Maksim&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
77
+ data-title="Empty Railroad Tracks">
78
+ </a>
79
+ <a href="https://picsum.photos/id/1048/1280/1024.jpg">
80
+ <img src="https://picsum.photos/id/1048/150/100.jpg"
81
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/b5POxb2aL9o&quot;&gt;Anthony DELANOIX&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
82
+ data-title="Office buildings under clouds">
83
+ </a>
84
+ <a href="https://picsum.photos/id/363/1280/1024.jpg">
85
+ <img src="https://picsum.photos/id/363/150/100.jpg"
86
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/RxaN6Bbches&quot;&gt;José Martín&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
87
+ data-title="monochrome rail scene">
88
+ </a>
89
+ </div>
90
+
91
+ <!-- load jQuery -->
92
+ <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> -->
93
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
94
+ <!-- load Galleria -->
95
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.6.1/galleria.min.js"></script>
96
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.6.1/themes/fullscreen/galleria.fullscreen.min.js"></script>
97
+ <script>
98
+ $(function() {
99
+ Galleria.run('.galleria');
100
+ });
101
+ </script>
102
+ </body>
103
+ </html>
@@ -0,0 +1,105 @@
1
+ <!DOCTYPE html>
2
+ <html lang="sv">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=0.5,user-scalable=no">
6
+ <title>Galleria Fullscreen Theme Demo</title>
7
+
8
+ <!-- load jQuery -->
9
+ <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> -->
10
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
11
+
12
+ <!-- load Galleria -->
13
+ <script src="../../galleria.js"></script>
14
+
15
+ <style>
16
+ body{background:#000;}
17
+ a {color:#22BCB9;text-decoration:none;}
18
+ .galleria-info-description a {color: #fff;}
19
+ </style>
20
+
21
+ </head>
22
+ <body>
23
+ <div class="galleria">
24
+ <a href="https://picsum.photos/id/767/1280/1024.jpg" data-srcset="https://picsum.photos/id/767/1280/1024.jpg 1x, https://picsum.photos/id/767/2560/2048.jpg 2x">
25
+ <img src="https://picsum.photos/id/767/150/100.jpg" srcset="https://picsum.photos/id/767/150/100.jpg 1x, https://picsum.photos/id/767/300/200.jpg 2x"
26
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/EeEx8zpOESA&quot;&gt;Sébastien Marchand&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
27
+ data-title="Infinite road">
28
+ </a>
29
+ <a href="https://picsum.photos/id/970/1280/1024.jpg" data-srcset="https://picsum.photos/id/970/1280/1024.jpg 1x, https://picsum.photos/id/970/2560/2048.jpg 2x">
30
+ <img src="https://picsum.photos/id/970/150/100.jpg" srcset="https://picsum.photos/id/970/150/100.jpg 1x, https://picsum.photos/id/970/300/200.jpg 2x"
31
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/hoCXpPUMCoE&quot;&gt;Darrell Cassell&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
32
+ data-title="Shore line of a lake">
33
+ </a>
34
+ <a href="https://picsum.photos/id/514/1280/1024.jpg" data-srcset="https://picsum.photos/id/514/1280/1024.jpg 1x, https://picsum.photos/id/514/2560/2048.jpg 2x">
35
+ <img src="https://picsum.photos/id/514/150/100.jpg" srcset="https://picsum.photos/id/514/150/100.jpg 1x, https://picsum.photos/id/514/300/200.jpg 2x"
36
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/ICfoiW1d_90&quot;&gt;Jeff Sheldon&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
37
+ data-title="SUV parked outside house">
38
+ </a>
39
+ <a href="https://picsum.photos/id/798/1280/1024.jpg" data-srcset="https://picsum.photos/id/798/1280/1024.jpg 1x, https://picsum.photos/id/798/2560/2048.jpg 2x">
40
+ <img src="https://picsum.photos/id/798/150/100.jpg" srcset="https://picsum.photos/id/798/150/100.jpg 1x, https://picsum.photos/id/798/300/200.jpg 2x"
41
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/UvRMcIeXq9Y&quot;&gt;Aaron Burden&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
42
+ data-title="Daisy from below in macro">
43
+ </a>
44
+ <a href="https://picsum.photos/id/676/1280/1024.jpg" data-srcset="https://picsum.photos/id/676/1280/1024.jpg 1x, https://picsum.photos/id/676/2560/2048.jpg 2x">
45
+ <img src="https://picsum.photos/id/676/150/100.jpg" srcset="https://picsum.photos/id/676/150/100.jpg 1x, https://picsum.photos/id/676/300/200.jpg 2x"
46
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/B7mIW-x3g9s&quot;&gt;Drew Patrick Miller&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
47
+ data-title="White mountain with wooded slopes">
48
+ </a>
49
+ <a href="https://picsum.photos/id/369/1280/1024.jpg" data-srcset="https://picsum.photos/id/369/1280/1024.jpg 1x, https://picsum.photos/id/369/2560/2048.jpg 2x">
50
+ <img src="https://picsum.photos/id/369/150/100.jpg" srcset="https://picsum.photos/id/369/150/100.jpg 1x, https://picsum.photos/id/369/300/200.jpg 2x"
51
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/umcc42T8fD4&quot;&gt;Lou Levit&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
52
+ data-title="Poor urban neighborhood">
53
+ </a>
54
+ <a href="https://picsum.photos/id/790/1280/1024.jpg" data-srcset="https://picsum.photos/id/790/1280/1024.jpg 1x, https://picsum.photos/id/790/2560/2048.jpg 2x">
55
+ <img src="https://picsum.photos/id/790/150/100.jpg" srcset="https://picsum.photos/id/790/150/100.jpg 1x, https://picsum.photos/id/790/300/200.jpg 2x"
56
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/nuRYwOJryyk&quot;&gt;rebecca johnston&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
57
+ data-title="Graceful deer at sunset">
58
+ </a>
59
+ <a href="https://picsum.photos/id/737/1280/1024.jpg" data-srcset="https://picsum.photos/id/737/1280/1024.jpg 1x, https://picsum.photos/id/737/2560/2048.jpg 2x">
60
+ <img src="https://picsum.photos/id/737/150/100.jpg" srcset="https://picsum.photos/id/737/150/100.jpg 1x, https://picsum.photos/id/737/300/200.jpg 2x"
61
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/v4ZUGlrdVAA&quot;&gt;Anthony Indraus&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
62
+ data-title="Bleak city street">
63
+ </a>
64
+ <a href="https://picsum.photos/id/364/1280/1024.jpg" data-srcset="https://picsum.photos/id/364/1280/1024.jpg 1x, https://picsum.photos/id/364/2560/2048.jpg 2x">
65
+ <img src="https://picsum.photos/id/364/150/100.jpg" srcset="https://picsum.photos/id/364/150/100.jpg 1x, https://picsum.photos/id/364/300/200.jpg 2x"
66
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/Gauk-pFdvKk&quot;&gt;José Martín&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
67
+ data-title="Plane dragged on the tarmac">
68
+ </a>
69
+ <a href="https://picsum.photos/id/324/1280/1024.jpg" data-srcset="https://picsum.photos/id/324/1280/1024.jpg 1x, https://picsum.photos/id/324/2560/2048.jpg 2x">
70
+ <img src="https://picsum.photos/id/324/150/100.jpg" srcset="https://picsum.photos/id/324/150/100.jpg 1x, https://picsum.photos/id/324/300/200.jpg 2x"
71
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/L_F8jAsRWtU&quot;&gt;Sonja Langford&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
72
+ data-title="Down the forest path">
73
+ </a>
74
+ <a href="https://picsum.photos/id/231/1280/1024.jpg" data-srcset="https://picsum.photos/id/231/1280/1024.jpg 1x, https://picsum.photos/id/231/2560/2048.jpg 2x">
75
+ <img src="https://picsum.photos/id/231/150/100.jpg" srcset="https://picsum.photos/id/231/150/100.jpg 1x, https://picsum.photos/id/231/300/200.jpg 2x"
76
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/XeCvtUX-AE0&quot;&gt;Aleksandra Boguslawska&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
77
+ data-title="Sharp green mountain ridges">
78
+ </a>
79
+ <a href="https://picsum.photos/id/197/1280/1024.jpg" data-srcset="https://picsum.photos/id/197/1280/1024.jpg 1x, https://picsum.photos/id/197/2560/2048.jpg 2x">
80
+ <img src="https://picsum.photos/id/197/150/100.jpg" srcset="https://picsum.photos/id/197/150/100.jpg 1x, https://picsum.photos/id/197/300/200.jpg 2x"
81
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/n6TWNDfyPwk&quot;&gt;Kholodnitskiy Maksim&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
82
+ data-title="Empty Railroad Tracks">
83
+ </a>
84
+ <a href="https://picsum.photos/id/1048/1280/1024.jpg" data-srcset="https://picsum.photos/id/1048/1280/1024.jpg 1x, https://picsum.photos/id/1048/2560/2048.jpg 2x">
85
+ <img src="https://picsum.photos/id/1048/150/100.jpg" srcset="https://picsum.photos/id/1048/150/100.jpg 1x, https://picsum.photos/id/1048/300/200.jpg 2x"
86
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/b5POxb2aL9o&quot;&gt;Anthony DELANOIX&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
87
+ data-title="Office buildings under clouds">
88
+ </a>
89
+ <a href="https://picsum.photos/id/363/1280/1024.jpg" data-srcset="https://picsum.photos/id/363/1280/1024.jpg 1x, https://picsum.photos/id/363/2560/2048.jpg 2x">
90
+ <img src="https://picsum.photos/id/363/150/100.jpg" srcset="https://picsum.photos/id/363/150/100.jpg 1x, https://picsum.photos/id/363/300/200.jpg 2x"
91
+ data-description="by &lt;a href=&quot;https://unsplash.com/photos/RxaN6Bbches&quot;&gt;José Martín&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com&quot;&gt;Unsplash&lt;/a&gt;"
92
+ data-title="monochrome rail scene">
93
+ </a>
94
+ </div>
95
+ <script>
96
+ $(function() {
97
+ // Load the Fullscreen theme
98
+ Galleria.loadTheme('galleria.fullscreen.js');
99
+
100
+ // Initialize Galleria
101
+ Galleria.run('.galleria');
102
+ });
103
+ </script>
104
+ </body>
105
+ </html>
@@ -0,0 +1,103 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=0.5,user-scalable=no">
6
+ <title>Galleria Fullscreen Theme Demo</title>
7
+
8
+ <!-- load jQuery -->
9
+ <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> -->
10
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
11
+
12
+ <script src="../../galleria.js"></script>
13
+
14
+ <style>
15
+ body{background:#000;}
16
+ </style>
17
+
18
+ </head>
19
+ <body>
20
+ <div class="galleria">
21
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/800px-Biandintz_eta_zaldiak_-_modified2.jpg">
22
+ <img
23
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/100px-Biandintz_eta_zaldiak_-_modified2.jpg",
24
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Biandintz_eta_zaldiak_-_modified2.jpg/1280px-Biandintz_eta_zaldiak_-_modified2.jpg"
25
+ data-title="Biandintz eta zaldiak"
26
+ data-description="Horses on Bianditz mountain, in Navarre, Spain."
27
+ >
28
+ </a>
29
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/800px-Athabasca_Rail_at_Brule_Lake.jpg">
30
+ <img
31
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/100px-Athabasca_Rail_at_Brule_Lake.jpg",
32
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Athabasca_Rail_at_Brule_Lake.jpg/1280px-Athabasca_Rail_at_Brule_Lake.jpg"
33
+ data-title="Athabasca Rail"
34
+ data-description="The Athabasca River railroad track at the mouth of Brulé Lake in Alberta, Canada."
35
+ >
36
+ </a>
37
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1280px-Back-scattering_crepuscular_rays_panorama_1.jpg">
38
+ <img
39
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/100px-Back-scattering_crepuscular_rays_panorama_1.jpg",
40
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Back-scattering_crepuscular_rays_panorama_1.jpg/1400px-Back-scattering_crepuscular_rays_panorama_1.jpg"
41
+ data-title="Back-scattering crepuscular rays"
42
+ data-description="Picture of the day on Wikimedia Commons 26 September 2010."
43
+ >
44
+ </a>
45
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/800px-Interior_convento_3.jpg">
46
+ <img
47
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/120px-Interior_convento_3.jpg",
48
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Interior_convento_3.jpg/1400px-Interior_convento_3.jpg"
49
+ data-title="Interior convento"
50
+ data-description="Interior view of Yuriria Convent, founded in 1550."
51
+ >
52
+ </a>
53
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/800px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg">
54
+ <img
55
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/100px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg",
56
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg/1280px-Oxbow_Bend_outlook_in_the_Grand_Teton_National_Park.jpg"
57
+ data-title="Oxbow Bend outlook"
58
+ data-description="View over the Snake River to the Mount Moran with the Skillet Glacier."
59
+ >
60
+ </a>
61
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/800px-Hazy_blue_hour_in_Grand_Canyon.JPG">
62
+ <img
63
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/100px-Hazy_blue_hour_in_Grand_Canyon.JPG",
64
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Hazy_blue_hour_in_Grand_Canyon.JPG/1280px-Hazy_blue_hour_in_Grand_Canyon.JPG"
65
+ data-title="Hazy blue hour"
66
+ data-description="Hazy blue hour in Grand Canyon. View from the South Rim."
67
+ >
68
+ </a>
69
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/800px-2909_vallon_moy_res.jpg">
70
+ <img
71
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/100px-2909_vallon_moy_res.jpg",
72
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/2909_vallon_moy_res.jpg/1280px-2909_vallon_moy_res.jpg"
73
+ data-title="Haute Severaisse valley"
74
+ data-description="View of Haute Severaisse valley and surrounding summits from the slopes of Les Vernets."
75
+ >
76
+ </a>
77
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/800px-Bohinjsko_jezero_2.jpg">
78
+ <img
79
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/100px-Bohinjsko_jezero_2.jpg",
80
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Bohinjsko_jezero_2.jpg/1280px-Bohinjsko_jezero_2.jpg"
81
+ data-title="Bohinj lake"
82
+ data-description="Bohinj lake (Triglav National Park, Slovenia) in the morning."
83
+ >
84
+ </a>
85
+ <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/800px-Bowling_Balls_Beach_2_edit.jpg">
86
+ <img
87
+ src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/100px-Bowling_Balls_Beach_2_edit.jpg",
88
+ data-big="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Bowling_Balls_Beach_2_edit.jpg/1280px-Bowling_Balls_Beach_2_edit.jpg"
89
+ data-title="Bowling Balls"
90
+ data-description="Mendocino county, California, USA."
91
+ >
92
+ </a>
93
+ </div>
94
+ <script>
95
+ $(function() {
96
+ // Load the Fullscreen theme
97
+ Galleria.loadTheme('galleria.fullscreen.js');
98
+ // Initialize Galleria
99
+ Galleria.run('.galleria');
100
+ });
101
+ </script>
102
+ </body>
103
+ </html>
@@ -0,0 +1,219 @@
1
+ #galleria-loader{height:1px!important}
2
+
3
+ html,
4
+ body { background: #000 }
5
+ .galleria-theme-fullscreen {
6
+ height: 100%;
7
+ overflow: hidden;
8
+ position: fixed;
9
+ top: 0;
10
+ left: 0;
11
+ width: 100%;
12
+ background: #000;
13
+ -webkit-font-smoothing: antialiased;
14
+ }
15
+ .galleria-theme-fullscreen img {
16
+ -moz-user-select: none;
17
+ -webkit-user-select: none;
18
+ -o-user-select: none;
19
+ }
20
+ .galleria-theme-fullscreen .galleria-stage {
21
+ width: 100%;
22
+ height: 100%;
23
+ position: absolute;
24
+ }
25
+ .galleria-theme-fullscreen .galleria-thumbnails-container {
26
+ position: absolute;
27
+ bottom: 0;
28
+ z-index: 2;
29
+ padding-top: 16px;
30
+ width: 100%;
31
+ }
32
+ .galleria-theme-fullscreen.videoplay .galleria-thumbnails-container { display:none!important; }
33
+ .galleria-theme-fullscreen.videoplay .galleria-image-nav { top:80px; bottom:80px; height:auto; }
34
+
35
+ .galleria-theme-fullscreen .galleria-thumbnails-tab {
36
+ opacity: .7;
37
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
38
+ filter: alpha(opacity=70);
39
+ position: absolute;
40
+ left: 50%;
41
+ margin-left: -50px;
42
+ top: 0;
43
+ height: 16px;
44
+ width: 100px;
45
+ background: #000 url('data:image/gif;base64,R0lGODlhBwAIAIABAP///////yH5BAEAAAEALAAAAAAHAAgAAAINjGEJq8gJVVzouBpDAQA7') no-repeat 50% 5px;
46
+ cursor: pointer;
47
+ -moz-border-radius-topleft: 4px;
48
+ -moz-border-radius-topright: 4px;
49
+ -webkit-border-top-right-radius: 4px;
50
+ -webkit-border-top-left-radius: 4px;
51
+ }
52
+ .galleria-theme-fullscreen.light .galleria-thumbnails-tab {
53
+ background:#fff url('data:image/gif;base64,R0lGODlhBwAIAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNTQ5NTRGQTNCMUYxMUUzODczNkFGQzMzMTgxOTcxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNTQ5NTRGQjNCMUYxMUUzODczNkFGQzMzMTgxOTcxNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI1NDk1NEY4M0IxRjExRTM4NzM2QUZDMzMxODE5NzE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI1NDk1NEY5M0IxRjExRTM4NzM2QUZDMzMxODE5NzE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAAcACAAAAg2MYQmryAlVXOi4GkMBADs=') no-repeat 50% 50%;
54
+ opacity: 1;
55
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
56
+ filter: alpha(opacity=100);
57
+ }
58
+ .galleria-theme-fullscreen .galleria-thumbnails-tab:hover {
59
+ opacity: 1;
60
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
61
+ filter: alpha(opacity=100);
62
+ }
63
+ .galleria-theme-fullscreen .galleria-thumbnails-tab.open,
64
+ .galleria-theme-fullscreen .galleria-thumbnails-tab.open:hover {
65
+ background-image: url('data:image/gif;base64,R0lGODlhBwAIAIABAP///////yH5BAEAAAEALAAAAAAHAAgAAAINjG8AoaeLIJqtJetOAQA7');
66
+ opacity: 1;
67
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
68
+ filter: alpha(opacity=100);
69
+ }
70
+ .galleria-theme-fullscreen.light .galleria-thumbnails-tab.open,
71
+ .galleria-theme-fullscreen.light .galleria-thumbnails-tab.open:hover {
72
+ background-image: url('data:image/gif;base64,R0lGODlhBwAIAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNTQ5NTRGNjNCMUYxMUUzODczNkFGQzMzMTgxOTcxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNTQ5NTRGNzNCMUYxMUUzODczNkFGQzMzMTgxOTcxNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI1NDk1NEY0M0IxRjExRTM4NzM2QUZDMzMxODE5NzE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI1NDk1NEY1M0IxRjExRTM4NzM2QUZDMzMxODE5NzE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAAcACAAAAg2MbwChp4sgmq0l604BADs=');
73
+ }
74
+ .galleria-theme-fullscreen .galleria-thumbnails {
75
+ background: #000;
76
+ overflow: hidden;
77
+ }
78
+ .galleria-theme-fullscreen .galleria-thumbnails-list {
79
+ background: #000;
80
+ padding-top: 5px;
81
+ padding-bottom: 5px;
82
+ overflow: hidden;
83
+ }
84
+ .galleria-theme-fullscreen.light .galleria-thumbnails,
85
+ .galleria-theme-fullscreen.light .galleria-thumbnails-list {
86
+ background:#fff;
87
+ }
88
+ .galleria-theme-fullscreen .galleria-thumbnails .galleria-image {
89
+ width: 80px;
90
+ height: 50px;
91
+ float: left;
92
+ cursor: pointer;
93
+ margin-right: 5px;
94
+ }
95
+ .galleria-theme-fullscreen .galleria-thumbnails .galleria-image img { background: #000 }
96
+ .galleria-theme-fullscreen .galleria-thumbnails .active { cursor: default }
97
+ .galleria-theme-fullscreen .galleria-carousel .galleria-thumbnails-list {
98
+ border-left: 30px solid #000;
99
+ border-right: 30px solid #000;
100
+ }
101
+ .galleria-theme-fullscreen.light .galleria-carousel .galleria-thumbnails-list {
102
+ border-color: #fff;
103
+ }
104
+ .galleria-theme-fullscreen .galleria-image-nav {
105
+ width: 100%;
106
+ height: 100%;
107
+ position: absolute;
108
+ top: 0;
109
+ left: 0;
110
+ }
111
+ .galleria-theme-fullscreen .galleria-image-nav-right,
112
+ .galleria-theme-fullscreen .galleria-image-nav-left {
113
+ width: 100px;
114
+ right: 0;
115
+ top: 0;
116
+ bottom: 0;
117
+ background: url('data:image/gif;base64,R0lGODlhHgAeAIABAP///////yH5BAEAAAEALAAAAAAeAB4AAAIphI+py+0Po5y02ouz3isEnnggIo5GaaKjurGam8GYfNHmjef6zve+WQAAOw==') no-repeat 50% 50%;
118
+ position: absolute;
119
+ cursor: pointer;
120
+ z-index: 2;
121
+ display: none;
122
+ }
123
+ .galleria-theme-fullscreen.smallarrows .galleria-image-nav-right {
124
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNUE2OTE5MjNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNUE2OTE5MzNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY1QTY5MTkwM0I2NDExRTNBQjVDQTg0QTc2NTk3Qjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY1QTY5MTkxM0I2NDExRTNBQjVDQTg0QTc2NTk3Qjc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+in5zKAAAAMBJREFUeNrE18EKxCAMBNAaWtjT/v939lTwYCNYKAu7m8yMVBBRhJdi28TSWlueaGt0Yynl5cPmvXqwBwtbBnVw7+OYz4dv6KLCo3B16H1NFHgIHmcqxaNPLMcts1mJWzZSFW7I+ShwQ99KFjfmW2RwY/9AKE7DKC6B/+FT4Y9Ecq31IOo0+Bf6LYXaEygNoygFMygMsygEK9A0rEJTsBJFq0wahapMBQpVmQo0fJPoiIMyNHWFGRgNyrNTtp0CDACOjOY0UOB3+QAAAABJRU5ErkJggg==');
125
+ }
126
+ .galleria-theme-fullscreen .galleria-image-nav-left {
127
+ left: 0;
128
+ right: auto;
129
+ background-image: url('data:image/gif;base64,R0lGODlhHgAeAIABAP///////yH5BAEAAAEALAAAAAAeAB4AAAIphI+py+0Po5y02ouz3i0EfnigIY4leHIp+o1k664qbNLujef6zvd+XgAAOw==');
130
+ }
131
+ .galleria-theme-fullscreen.smallarrows .galleria-image-nav-left {
132
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNUE2OTE4RTNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNUE2OTE4RjNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk5M0Q5RDU3M0I2MzExRTNBQjVDQTg0QTc2NTk3Qjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk5M0Q5RDU4M0I2MzExRTNBQjVDQTg0QTc2NTk3Qjc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jbqELAAAAJhJREFUeNrM17kOgCAMgGE7mLjI+z+nLCYO2MWEBeRo/SUhHANfCFeRlNJCJLGARWTTYtV86XjnJ/CD6jiH1kMrPgXnaNYXtB3d4BLqOuNZdAi2QLthK7QLtkSbYWu0CfZAX2EvtAp7okXYG63Buyf6vxlja4zuavQcozcXelejrxP6HqMRCBpzoVEmGlejPwn07zSSbgEGANleQtRAGH+dAAAAAElFTkSuQmCC');
133
+ }
134
+ .galleria-theme-fullscreen .galleria-loader {
135
+ width: 30px;
136
+ height: 30px;
137
+ background: #fff url('data:image/gif;base64,R0lGODlhEAAQAPYAAFNTU1VVVWVlZX5+fomJiZiYmJycnK+vr76+vsDAwMnJydfX19jY2Orq6uzs7PHx8fT09P///1JSUlZWVllZWWhoaHJycnx8fJCQkJqamqenp6ioqLe3t7q6usPDw8bGxsjIyM7OztPT09TU1Nzc3N/f3+Pj4+Xl5evr6+7u7vLy8vb29vn5+VtbW1xcXGdnZ2lpaXR0dIGBgYSEhIyMjJGRkaKioqqqqq2trcLCwsTExMvLy8/Pz9DQ0OHh4e/v7/X19U9PT1BQUGZmZqurq7Gxsba2tr29vdnZ2e3t7fPz8/r6+lhYWHBwcKOjo/j4+FdXV3FxccXFxczMzOLi4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAAoA/wAsAAAAABAAEAAABX5gJI6RopBoBB1NRBBRc0DpIxQuXAgPCfWIAOPFCCAiD1rkIEA8BoZEwjB4IAQHUaMAGCwcIgdjACi0RgwDeOQwMEaKFyGRQshNcjoqcUerSW1vI1sBXmtiAwFmIkxOUFJUVlgiPxFBQwRFR0kkNjgvETs9KCstoDJKKSImqiEAIfkEAAoA/wAsAAAAABAAEAAABqvAiFDIiqw4qKFy2MlETBTRM7mMfCak0qSUqmyUqA1qZcGEKCeMgCo0VQQhxGW08UxCrE9nmMJMQCpCKR8IFhIZLCgiJSceKUoqFxgkQhwUExMaVSIfjCsrJiUhUksamBQcQiQYF4F8HiclImMZEhYIH49GVxi6ER0fLCETHhojFwghAhUmYAIYJxQgGBaJYkobFSkmWyUSH1URKM0iEycRGXvhQigcKxFFSkEAIfkEAAoA/wAsAAAAABAAEAAAB7mAEYKCKEARPjuDioMqMToRNjEsEYaKP5MyMxEyNBE7MiqDLDI1QDktJDA4Pi41k4M7LRcLMz02OzEXhqERkz4wN68qNws5MjEouDQ4PJWCLDMTMjksPjYyLzaLET0k2yQ92zYvMjY+LDoyEzOvgio7ODQxPCgx0ws3vCw3Md7CESouxNhhg4eMBRdcJBJVo4UPHDAWtMgBpIaMdj9kJKIhI8KMjix+LJrEIoa2HDF4bRO0w0cvFIsCAQAh+QQACgD/ACwAAAAAEAAQAAAHkoARgoJJSIJISYOKg0cwSkowR4uCJDkRJAFIDJkROSSKOUJEKzBEN0MrRUKWiqpFN0ZGN0VBRYNJR0ipBkuCSwZFKyRHhTABQze9g0unATCGSkiwk7JISoLR04vV10jGyMq+zc9JRiS7yr/BJEaJgq6wsrS2oELByDcwqauKlZeZSDh5mhTBiCNIkggSMhQB0aJAACH5BAAKAP8ALAAAAAAQABAAAAe1gBGCgk87PhFPKIOLiIIxThE6MSqMET8yOxE0MhEznE8/i081Lj44MCRMHhA1Mk+ClBAXTTtOPTMkF0yZESgxMh4LN5SINzCHr086MhMzr4MQOzg0MbwRJD2VTjAyTj4+TjIvkIw9JIM7MTQ4O8SEzDI6yRE+MDiDKjckOhcxoRE7mFwgMaOHkx1NLkCw9K4GBA9MSNjz4aLGM1ivZMyIIIMGQBnu8DXxEMFJjHmVer3yYW1QIAAh+QQACgD/ACwAAAAAEAAQAAAHuYARgoMNHCsRS4OKEQ1UESIUJxEZHYuCGxVJVFAkJBRSlowCGCcUOxhRSw0bkhEdUktTUB4aIhcdUwIVjksZElEdO0mCKztQGMODJBgXKopJHickIg0r0jsjlhoUUFAdHRThGpYjOyQnKw0j5x7JgioXGCTPGFBSzhFJOx1REhmJVAQIENHhwogNHqDsWCKlEqMNDZZEwTAlEgYBDUJJkdCJAokkFTaE6pAhQikREahkDJVoRYeVigIBADs=') no-repeat 50% 50%;
138
+ position: absolute;
139
+ top: 50%;
140
+ left: 50%;
141
+ margin-top: -15px;
142
+ margin-left: -15px;
143
+ z-index: 3;
144
+ }
145
+ .galleria-theme-fullscreen .galleria-info {
146
+ z-index: 4;
147
+ font: 13px/1.4 helvetica,arial,sans-serif;
148
+ color: #fff;
149
+ position: absolute;
150
+ top: 0;
151
+ width: 100%;
152
+ border-top: 2px solid #000;
153
+ display: none;
154
+ text-align: center;
155
+ padding: 10px 0;
156
+ background: rgba(0,0,0,.5);
157
+ border-bottom:1px solid rgba(0,0,0,.1);
158
+ }
159
+ .galleria-theme-fullscreen.light .galleria-info{background:rgba(255,255,255,.5);color:#000;}
160
+ .galleria-theme-fullscreen .galleria-info-text {
161
+ width: 50%;
162
+ margin: 0 auto;
163
+ }
164
+ .galleria-theme-fullscreen .galleria-info-title { font-weight: bold; display: inline-block; margin-right:10px; }
165
+ .galleria-theme-fullscreen .galleria-info-description { display:inline-block; }
166
+ .galleria-theme-fullscreen .galleria-thumb-nav-left,
167
+ .galleria-theme-fullscreen .galleria-thumb-nav-right {
168
+ cursor: pointer;
169
+ display: none;
170
+ background: url('data:image/gif;base64,R0lGODlhBwAOAIABAP///////yH5BAEAAAEALAAAAAAHAA4AAAITjA9nkNj7AlPTKRnhxbvSzF1AAQA7') no-repeat 50% 50%;
171
+ position: absolute;
172
+ left: 5px;
173
+ top: 21px;
174
+ bottom: 5px;
175
+ width: 20px;
176
+ z-index: 3;
177
+ opacity: .8;
178
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
179
+ filter: alpha(opacity=80);
180
+ }
181
+ .galleria-theme-fullscreen.light .galleria-thumb-nav-left{
182
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjE1RDBEQjNCNjUxMUUzQUI1Q0E4NEE3NjU5N0I3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjE1RDBEQzNCNjUxMUUzQUI1Q0E4NEE3NjU5N0I3NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY1QTY5MTk4M0I2NDExRTNBQjVDQTg0QTc2NTk3Qjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyMTVEMERBM0I2NTExRTNBQjVDQTg0QTc2NTk3Qjc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCvkwQAAAEZJREFUeNqE0EkKADAIBMG0//9zNgi4ZNBDLjUaEWCImqbgPKZgF6YgdwbwWODhF9RCAUmjS+c34MeWQP6T7kJ0t72BJcAAQ0YMHhMIeE4AAAAASUVORK5CYII=');
183
+ }
184
+ .galleria-theme-fullscreen .galleria-thumb-nav-right {
185
+ background-image: url('data:image/gif;base64,R0lGODlhBwAOAIABAP///////yH5BAEAAAEALAAAAAAHAA4AAAISRI5geMq9mHtTRmhzujV0/wQFADs=');
186
+ left: auto;
187
+ right: 5px;
188
+ }
189
+ .galleria-theme-fullscreen.light .galleria-thumb-nav-right{
190
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNUE2OTE5NjNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNUE2OTE5NzNCNjQxMUUzQUI1Q0E4NEE3NjU5N0I3NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY1QTY5MTk0M0I2NDExRTNBQjVDQTg0QTc2NTk3Qjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY1QTY5MTk1M0I2NDExRTNBQjVDQTg0QTc2NTk3Qjc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZoIU8AAAAEpJREFUeNp0kEkOADAIAoH//9le2sYFvWjCKAaSDACEKd0em8gNeJsWUJoHoHapADJ/fMCJ2M5mT2oT+mY0z5EQu6cVXEKljgADAGy8DB8XieyIAAAAAElFTkSuQmCC');
191
+ }
192
+ .galleria-theme-fullscreen .galleria-carousel .galleria-thumb-nav-left,
193
+ .galleria-theme-fullscreen .galleria-carousel .galleria-thumb-nav-right { display: block }
194
+ .galleria-theme-fullscreen .galleria-carousel .galleria-thumb-nav-left:hover,
195
+ .galleria-theme-fullscreen .galleria-carousel .galleria-thumb-nav-right:hover { background-color: #222 }
196
+ .galleria-theme-fullscreen .galleria-thumb-nav-left.disabled,
197
+ .galleria-theme-fullscreen .galleria-thumb-nav-right.disabled,
198
+ .galleria-theme-fullscreen .galleria-thumb-nav-left.disabled:hover,
199
+ .galleria-theme-fullscreen .galleria-thumb-nav-right.disabled:hover {
200
+ opacity: .2;
201
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
202
+ filter: alpha(opacity=20);
203
+ cursor: default;
204
+ }
205
+ .galleria-theme-fullscreen.light .galleria-carousel .galleria-thumb-nav-left:hover,
206
+ .galleria-theme-fullscreen.light .galleria-carousel .galleria-thumb-nav-right:hover { background-color: #ddd }
207
+ .galleria-theme-fullscreen .galleria-exit {
208
+ width:50px;
209
+ height:50px;
210
+ position:absolute;
211
+ top:-4px;
212
+ right:0;
213
+ background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABkCAYAAADE6GNbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDE0RTQ3NTE0NDRCMTFFMDk3RTlEODE0MzMwRjM5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDE0RTQ3NTI0NDRCMTFFMDk3RTlEODE0MzMwRjM5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MTRFNDc0RjQ0NEIxMUUwOTdFOUQ4MTQzMzBGMzlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTRFNDc1MDQ0NEIxMUUwOTdFOUQ4MTQzMzBGMzlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgvyY1sAAAG9SURBVHja7Nkxa8JAFMDx0wiC4NShCB38Eg5CJ4eCH6J0zifqLP0WDl0d/BIZCqWzEOgQ0he4wCF3lyG58Br+Bw+j3mF+vOe7RGd1XZspjLmZyAACBAgQIECAAAECBAiQKUCWEkeJZ4ksMi+zc452jTrIQeJBYiuxD2Ay+97Wzj1ohNycYx/GRfjW9BqLASEXB+E+tq/fIwrnPVWQKoIxAUQ11IfPEvwc5CshkxKRqv22mSnGQrCP9CitWGtWBckC3alIjVmMgLh4OpfbmittGdlHWqyvAbSZUVda647u5MOsNe4jS3vtdOsombYEG8SnxK/WDZH7ESBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgDTjUeIscZJYReat7JyzXTPIGPLP0ObEnuzxVSKXKD2Id4mdff4l8aItI9/O8c6e8CqCuF+jBpLbTPgwPkSbNXWlZSInbAKIUiskhDEpEanab+kps6QI9pEepeXrZiohoS/7NTVmPgIi72jN6rrWqaPFhqBv2jKy6ehOvm620ZiR5gLww152xFpsm5kG8Srxo3VD5H4ECBAgQIAAAQIECBAgQP7j+BNgAOhPfpgJajmFAAAAAElFTkSuQmCC') no-repeat 0 0;
214
+ z-index:100;
215
+ cursor:pointer;
216
+ }
217
+ .galleria-theme-fullscreen .galleria-exit:hover{
218
+ background-position:0 -50px;
219
+ }