Version Description
- Optimization of the code structure
- Combining of the gallery CSS files
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.5.7 |
Comparing to | |
See all releases |
Code changes from version 2.5.6 to 2.5.7
- cmb2/fields/toolbox/cmb-field-toolbox.php +1 -1
- {gallery → css}/fonts/FontAwesome.otf +0 -0
- {gallery → css}/fonts/fontawesome-webfont.eot +0 -0
- {gallery → css}/fonts/fontawesome-webfont.svg +0 -0
- {gallery → css}/fonts/fontawesome-webfont.ttf +0 -0
- {gallery → css}/fonts/fontawesome-webfont.woff +0 -0
- {gallery → css}/fonts/fontawesome-webfont.woff2 +0 -0
- {addons/button → css/fonts}/index.html +0 -0
- addons/button/buttons.css → css/gallery.css +715 -0
- css/gallery.font.css +4 -0
- {gallery/css → css}/icons/blank.gif +0 -0
- {gallery/css → css}/icons/broken-image.png +0 -0
- {gallery/css → css}/icons/download.png +0 -0
- {gallery/css → css}/icons/download1.png +0 -0
- {gallery/css → css}/icons/icon-arrow-left.png +0 -0
- {gallery/css → css}/icons/icon-arrow-right.png +0 -0
- {gallery/css → css}/icons/icon-close.png +0 -0
- {gallery/css → css}/icons/index.html +0 -0
- {gallery/css → css}/icons/loading-image.gif +0 -0
- {gallery/css → css}/icons/loading-image1.gif +0 -0
- css/style.css +0 -1
- gallery/css/gallery.css +0 -1
- gallery/css/gallery.font.css +0 -4
- gallery/css/gallery.utils.css +0 -337
- gallery/css/index.html +0 -0
- gallery/css/magnific.css +0 -380
- gallery/fonts/index.html +0 -0
- gallery/index.html +0 -0
- includes/frontend/rbs_gallery_class.php +4 -12
- includes/rbs_gallery_topblock.php +1 -1
- readme.txt +9 -1
- robogallery.php +2 -2
cmb2/fields/toolbox/cmb-field-toolbox.php
CHANGED
@@ -110,7 +110,7 @@ class RBS_TOOLBOX {
|
|
110 |
wp_enqueue_script( 'rbs-toolbox-icon', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/bootstrap-iconpicker.js', array( 'jquery', 'rbs_bootstrap', 'rbs-toolbox-iconset' ), ROBO_GALLERY_VERSION, true );
|
111 |
wp_enqueue_style( 'rbs-toolbox-icon-css', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/css/bootstrap-iconpicker.min.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
112 |
|
113 |
-
wp_enqueue_style( 'rbs-toolbox-icon-fonts', ROBO_GALLERY_URL.'
|
114 |
|
115 |
//color
|
116 |
wp_enqueue_script( 'rbs-toolbox-color-tinycolor', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.tinycolor.js', array( 'jquery', 'rbs_bootstrap' ), ROBO_GALLERY_VERSION, false );
|
110 |
wp_enqueue_script( 'rbs-toolbox-icon', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/js/bootstrap-iconpicker.js', array( 'jquery', 'rbs_bootstrap', 'rbs-toolbox-iconset' ), ROBO_GALLERY_VERSION, true );
|
111 |
wp_enqueue_style( 'rbs-toolbox-icon-css', ROBO_GALLERY_URL.'addons/bootstrap-iconpicker/css/bootstrap-iconpicker.min.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
112 |
|
113 |
+
wp_enqueue_style( 'rbs-toolbox-icon-fonts', ROBO_GALLERY_URL.'css/gallery.font.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
114 |
|
115 |
//color
|
116 |
wp_enqueue_script( 'rbs-toolbox-color-tinycolor', ROBO_GALLERY_URL.'addons/color/bootstrap.colorpickersliders.tinycolor.js', array( 'jquery', 'rbs_bootstrap' ), ROBO_GALLERY_VERSION, false );
|
{gallery → css}/fonts/FontAwesome.otf
RENAMED
File without changes
|
{gallery → css}/fonts/fontawesome-webfont.eot
RENAMED
File without changes
|
{gallery → css}/fonts/fontawesome-webfont.svg
RENAMED
File without changes
|
{gallery → css}/fonts/fontawesome-webfont.ttf
RENAMED
File without changes
|
{gallery → css}/fonts/fontawesome-webfont.woff
RENAMED
File without changes
|
{gallery → css}/fonts/fontawesome-webfont.woff2
RENAMED
File without changes
|
{addons/button → css/fonts}/index.html
RENAMED
File without changes
|
addons/button/buttons.css → css/gallery.css
RENAMED
@@ -1,3 +1,718 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
font-family: 'Open Sans';
|
2 |
}
|
3 |
|
4 |
.rbs-img{
|
5 |
font-size: 13px;
|
6 |
}
|
7 |
.rbs-img-container{}
|
8 |
.rbs-img-content{
|
9 |
padding: 20px;
|
10 |
position: relative;
|
11 |
background: white;
|
12 |
color: rgb(51, 51, 51);
|
13 |
line-height: 17px;
|
14 |
}
|
15 |
.thumbnail-overlay{
|
16 |
background: black; /* fallback for IE8 */
|
17 |
background-color: rgba(0,0,0, .30);
|
18 |
color: #333333;
|
19 |
}
|
20 |
.thumbnail-overlay>div.aligment{
|
21 |
height: 100%;
|
22 |
width: 100%;
|
23 |
display: table !important;
|
24 |
}
|
25 |
.thumbnail-overlay>div.aligment>div.aligment{
|
26 |
padding: 10px;
|
27 |
display: table-cell !important;
|
28 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
29 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
30 |
}
|
31 |
.overlay-title{
|
32 |
font-weight: 500;
|
33 |
font-size: 16px;
|
34 |
display: block;
|
35 |
line-height: 16px;
|
36 |
margin-bottom: 5px;
|
37 |
}
|
38 |
.overlay-description{
|
39 |
font-weight: 400;
|
40 |
font-size: 12px;
|
41 |
display: block;
|
42 |
line-height: 16px;
|
43 |
}
|
44 |
.thumbnail-overlay i.fa{
|
45 |
text-align: center;
|
46 |
display: inline-block;
|
47 |
margin: 3px;
|
48 |
padding: 17px 17px 17px 17px;
|
49 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
50 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
51 |
box-sizing: border-box; /* Opera/IE 8+ */
|
52 |
|
53 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
54 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
55 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
56 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
57 |
-moz-transition: -moz-transform .2s, background .1s;
|
58 |
-o-transition: -o-transform .2s, background .1s;
|
59 |
-ms-transition: -ms-transform .2s, background .1s;
|
60 |
transition: transform .2s, background .1s;
|
61 |
}
|
62 |
|
63 |
.thumbnail-overlay i.fa:hover{
|
64 |
cursor: pointer;
|
65 |
}
|
66 |
.rbs-lightbox{
|
67 |
cursor: pointer;
|
68 |
}
|
69 |
|
70 |
.mfp-arrow.mfp-arrow:before,
|
71 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
72 |
.mfp-arrow.mfp-arrow-left {
|
73 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
74 |
}
|
75 |
|
76 |
.mfp-arrow.mfp-arrow-right {
|
77 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
78 |
}
|
79 |
|
80 |
.mfp-close{
|
81 |
background:url('icons/icon-close.png') right no-repeat !important;
|
82 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
/*! @license
|
84 |
* Copyright 2012-2014 Alex Wolfe and Rob Levin
|
85 |
*
|
1 |
+
|
2 |
+
/* Magnific Popup CSS */
|
3 |
+
|
4 |
+
.mfp-bg {
|
5 |
+
top: 0;
|
6 |
+
left: 0;
|
7 |
+
width: 100%;
|
8 |
+
height: 100%;
|
9 |
+
z-index: 100001;
|
10 |
+
overflow: hidden;
|
11 |
+
position: fixed;
|
12 |
+
background: #0b0b0b;
|
13 |
+
opacity: 0.8;
|
14 |
+
filter: alpha(opacity=80); }
|
15 |
+
|
16 |
+
.mfp-wrap {
|
17 |
+
top: 0;
|
18 |
+
left: 0;
|
19 |
+
width: 100%;
|
20 |
+
height: 100%;
|
21 |
+
z-index: 100002;
|
22 |
+
position: fixed;
|
23 |
+
outline: none !important;
|
24 |
+
-webkit-backface-visibility: hidden; }
|
25 |
+
|
26 |
+
.mfp-container {
|
27 |
+
text-align: center;
|
28 |
+
position: absolute;
|
29 |
+
width: 100%;
|
30 |
+
height: 100%;
|
31 |
+
left: 0;
|
32 |
+
top: 0;
|
33 |
+
padding: 0 8px;
|
34 |
+
-webkit-box-sizing: border-box;
|
35 |
+
-moz-box-sizing: border-box;
|
36 |
+
box-sizing: border-box; }
|
37 |
+
|
38 |
+
.mfp-container:before {
|
39 |
+
content: '';
|
40 |
+
display: inline-block;
|
41 |
+
height: 100%;
|
42 |
+
vertical-align: middle; }
|
43 |
+
|
44 |
+
.mfp-align-top .mfp-container:before {
|
45 |
+
display: none; }
|
46 |
+
|
47 |
+
.mfp-content {
|
48 |
+
position: relative;
|
49 |
+
display: inline-block;
|
50 |
+
vertical-align: middle;
|
51 |
+
margin: 0 auto;
|
52 |
+
text-align: left;
|
53 |
+
z-index: 100005; }
|
54 |
+
|
55 |
+
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
56 |
+
width: 100%;
|
57 |
+
cursor: auto; }
|
58 |
+
|
59 |
+
.mfp-ajax-cur {
|
60 |
+
cursor: progress; }
|
61 |
+
|
62 |
+
.mfp-zoom-out-cur{
|
63 |
+
cursor: -moz-zoom-out;
|
64 |
+
cursor: -webkit-zoom-out;
|
65 |
+
cursor: zoom-out; }
|
66 |
+
|
67 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
|
68 |
+
cursor: pointer;
|
69 |
+
}
|
70 |
+
|
71 |
+
.mfp-zoom {
|
72 |
+
cursor: pointer;
|
73 |
+
cursor: -webkit-zoom-in;
|
74 |
+
cursor: -moz-zoom-in;
|
75 |
+
cursor: zoom-in; }
|
76 |
+
|
77 |
+
.mfp-auto-cursor .mfp-content {
|
78 |
+
cursor: auto; }
|
79 |
+
|
80 |
+
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
|
81 |
+
-webkit-user-select: none;
|
82 |
+
-moz-user-select: none;
|
83 |
+
user-select: none; }
|
84 |
+
|
85 |
+
.mfp-loading.mfp-figure {
|
86 |
+
display: none; }
|
87 |
+
|
88 |
+
.mfp-hide {
|
89 |
+
display: none !important; }
|
90 |
+
|
91 |
+
.mfp-preloader {
|
92 |
+
color: #cccccc;
|
93 |
+
position: absolute;
|
94 |
+
top: 50%;
|
95 |
+
width: auto;
|
96 |
+
text-align: center;
|
97 |
+
margin-top: -0.8em;
|
98 |
+
left: 8px;
|
99 |
+
right: 8px;
|
100 |
+
z-index: 100004; }
|
101 |
+
.mfp-preloader a {
|
102 |
+
color: #cccccc; }
|
103 |
+
.mfp-preloader a:hover {
|
104 |
+
color: white; }
|
105 |
+
|
106 |
+
.mfp-s-ready .mfp-preloader {
|
107 |
+
display: none; }
|
108 |
+
|
109 |
+
.mfp-s-error .mfp-content {
|
110 |
+
display: none; }
|
111 |
+
|
112 |
+
button.mfp-close, button.mfp-arrow {
|
113 |
+
overflow: visible;
|
114 |
+
cursor: pointer;
|
115 |
+
background: transparent;
|
116 |
+
border: 0;
|
117 |
+
-webkit-appearance: none;
|
118 |
+
display: block;
|
119 |
+
outline: none;
|
120 |
+
padding: 0;
|
121 |
+
z-index: 100006;
|
122 |
+
-webkit-box-shadow: none;
|
123 |
+
box-shadow: none; }
|
124 |
+
button::-moz-focus-inner {
|
125 |
+
padding: 0;
|
126 |
+
border: 0; }
|
127 |
+
/* .mfp-container margin-top: 0;
|
128 |
+
margin-bottom:0; */
|
129 |
+
.mfp-close::after,
|
130 |
+
.mfp-close::before{display:none;}
|
131 |
+
.mfp-container .mfp-close {
|
132 |
+
margin-top: 0;
|
133 |
+
margin-bottom:0;
|
134 |
+
width: 44px;
|
135 |
+
height: 44px;
|
136 |
+
line-height: 44px;
|
137 |
+
position: absolute;
|
138 |
+
right: 0;
|
139 |
+
top: 0;
|
140 |
+
text-decoration: none;
|
141 |
+
text-align: center;
|
142 |
+
opacity: 0.65;
|
143 |
+
filter: alpha(opacity=65);
|
144 |
+
padding: 0 0 18px 10px;
|
145 |
+
color: white;
|
146 |
+
font-style: normal;
|
147 |
+
font-size: 28px;
|
148 |
+
font-family: Arial, Baskerville, monospace; }
|
149 |
+
.mfp-close:hover, .mfp-close:focus {
|
150 |
+
opacity: 1;
|
151 |
+
filter: alpha(opacity=100); }
|
152 |
+
.mfp-close:active {
|
153 |
+
top: 1px; }
|
154 |
+
|
155 |
+
.mfp-close-btn-in .mfp-close {
|
156 |
+
color: #333333; }
|
157 |
+
|
158 |
+
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
|
159 |
+
color: white;
|
160 |
+
right: -6px;
|
161 |
+
text-align: right;
|
162 |
+
padding-right: 6px;
|
163 |
+
width: 100%; }
|
164 |
+
|
165 |
+
.mfp-counter {
|
166 |
+
position: absolute;
|
167 |
+
top: 0;
|
168 |
+
right: 0;
|
169 |
+
color: #cccccc;
|
170 |
+
font-size: 12px;
|
171 |
+
line-height: 18px; }
|
172 |
+
|
173 |
+
.mfp-arrow {
|
174 |
+
position: absolute;
|
175 |
+
opacity: 0.65;
|
176 |
+
filter: alpha(opacity=65);
|
177 |
+
margin: 0;
|
178 |
+
top: 50%;
|
179 |
+
margin-top: -55px;
|
180 |
+
padding: 0;
|
181 |
+
width: 90px;
|
182 |
+
height: 110px;
|
183 |
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
184 |
+
.mfp-arrow:active {
|
185 |
+
margin-top: -54px; }
|
186 |
+
.mfp-arrow:hover, .mfp-arrow:focus {
|
187 |
+
opacity: 1;
|
188 |
+
filter: alpha(opacity=100); }
|
189 |
+
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
|
190 |
+
content: '';
|
191 |
+
display: block;
|
192 |
+
width: 0;
|
193 |
+
height: 0;
|
194 |
+
position: absolute;
|
195 |
+
left: 0;
|
196 |
+
top: 0;
|
197 |
+
margin-top: 35px;
|
198 |
+
margin-left: 35px;
|
199 |
+
border: medium inset transparent; }
|
200 |
+
.mfp-arrow:after, .mfp-arrow .mfp-a {
|
201 |
+
border-top-width: 13px;
|
202 |
+
border-bottom-width: 13px;
|
203 |
+
top: 8px; }
|
204 |
+
.mfp-arrow:before, .mfp-arrow .mfp-b {
|
205 |
+
border-top-width: 21px;
|
206 |
+
border-bottom-width: 21px;
|
207 |
+
opacity: 0.7; }
|
208 |
+
|
209 |
+
.mfp-arrow-left {
|
210 |
+
left: 0; }
|
211 |
+
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
|
212 |
+
border-right: 17px solid white;
|
213 |
+
margin-left: 31px; }
|
214 |
+
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
|
215 |
+
margin-left: 25px;
|
216 |
+
border-right: 27px solid #3f3f3f; }
|
217 |
+
|
218 |
+
.mfp-arrow-right {
|
219 |
+
right: 0; }
|
220 |
+
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
|
221 |
+
border-left: 17px solid white;
|
222 |
+
margin-left: 39px; }
|
223 |
+
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
|
224 |
+
border-left: 27px solid #3f3f3f; }
|
225 |
+
|
226 |
+
.mfp-iframe-holder {
|
227 |
+
padding-top: 40px;
|
228 |
+
padding-bottom: 40px; }
|
229 |
+
.mfp-iframe-holder .mfp-content {
|
230 |
+
line-height: 0;
|
231 |
+
width: 100%;
|
232 |
+
max-width: 900px; }
|
233 |
+
.mfp-iframe-holder .mfp-close {
|
234 |
+
top: -40px; }
|
235 |
+
|
236 |
+
.mfp-iframe-scaler {
|
237 |
+
width: 100%;
|
238 |
+
height: 0;
|
239 |
+
overflow: hidden;
|
240 |
+
padding-top: 56.25%; }
|
241 |
+
.mfp-iframe-scaler iframe {
|
242 |
+
position: absolute;
|
243 |
+
display: block;
|
244 |
+
top: 0;
|
245 |
+
left: 0;
|
246 |
+
width: 100%;
|
247 |
+
height: 100%;
|
248 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
249 |
+
background: black; }
|
250 |
+
|
251 |
+
/* Main image in popup */
|
252 |
+
img.mfp-img {
|
253 |
+
width: auto;
|
254 |
+
max-width: 100%;
|
255 |
+
height: auto;
|
256 |
+
display: block;
|
257 |
+
line-height: 0;
|
258 |
+
-webkit-box-sizing: border-box;
|
259 |
+
-moz-box-sizing: border-box;
|
260 |
+
box-sizing: border-box;
|
261 |
+
padding: 40px 0 40px;
|
262 |
+
margin: 0 auto; }
|
263 |
+
|
264 |
+
/* The shadow behind the image */
|
265 |
+
.mfp-figure {
|
266 |
+
line-height: 0; }
|
267 |
+
.mfp-figure:after {
|
268 |
+
content: '';
|
269 |
+
position: absolute;
|
270 |
+
left: 0;
|
271 |
+
top: 40px;
|
272 |
+
bottom: 40px;
|
273 |
+
display: block;
|
274 |
+
right: 0;
|
275 |
+
width: auto;
|
276 |
+
height: auto;
|
277 |
+
z-index: -1;
|
278 |
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
279 |
+
background: #444444; }
|
280 |
+
.mfp-figure small {
|
281 |
+
color: #bdbdbd;
|
282 |
+
display: block;
|
283 |
+
font-size: 12px;
|
284 |
+
line-height: 14px; }
|
285 |
+
.mfp-figure figure {
|
286 |
+
margin: 0; }
|
287 |
+
|
288 |
+
.mfp-bottom-bar {
|
289 |
+
margin-top: -36px;
|
290 |
+
position: absolute;
|
291 |
+
top: 100%;
|
292 |
+
left: 0;
|
293 |
+
width: 100%;
|
294 |
+
cursor: auto; }
|
295 |
+
|
296 |
+
.mfp-title {
|
297 |
+
text-align: left;
|
298 |
+
line-height: 18px;
|
299 |
+
color: #f3f3f3;
|
300 |
+
word-wrap: break-word;
|
301 |
+
/*font-weight: bolder;*/
|
302 |
+
padding-right: 36px; }
|
303 |
+
|
304 |
+
.mfp-image-holder .mfp-content {
|
305 |
+
max-width: 100%; }
|
306 |
+
|
307 |
+
.mfp-gallery .mfp-image-holder .mfp-figure {
|
308 |
+
cursor: pointer; }
|
309 |
+
|
310 |
+
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
311 |
+
/**
|
312 |
+
* Remove all paddings around the image on small screen
|
313 |
+
*/
|
314 |
+
.mfp-img-mobile .mfp-image-holder {
|
315 |
+
padding-left: 0;
|
316 |
+
padding-right: 0; }
|
317 |
+
.mfp-img-mobile img.mfp-img {
|
318 |
+
padding: 0; }
|
319 |
+
.mfp-img-mobile .mfp-figure:after {
|
320 |
+
top: 0;
|
321 |
+
bottom: 0; }
|
322 |
+
.mfp-img-mobile .mfp-figure small {
|
323 |
+
display: inline;
|
324 |
+
margin-left: 5px; }
|
325 |
+
.mfp-img-mobile .mfp-bottom-bar {
|
326 |
+
background: rgba(0, 0, 0, 0.6);
|
327 |
+
bottom: 0;
|
328 |
+
margin: 0;
|
329 |
+
top: auto;
|
330 |
+
padding: 3px 5px;
|
331 |
+
position: fixed;
|
332 |
+
-webkit-box-sizing: border-box;
|
333 |
+
-moz-box-sizing: border-box;
|
334 |
+
box-sizing: border-box; }
|
335 |
+
.mfp-img-mobile .mfp-bottom-bar:empty {
|
336 |
+
padding: 0; }
|
337 |
+
.mfp-img-mobile .mfp-counter {
|
338 |
+
right: 5px;
|
339 |
+
top: 3px; }
|
340 |
+
.mfp-img-mobile .mfp-close {
|
341 |
+
top: 0;
|
342 |
+
right: 0;
|
343 |
+
width: 35px;
|
344 |
+
height: 35px;
|
345 |
+
line-height: 35px;
|
346 |
+
background: rgba(0, 0, 0, 0.6);
|
347 |
+
position: fixed;
|
348 |
+
text-align: center;
|
349 |
+
padding: 0; } }
|
350 |
+
|
351 |
+
@media all and (max-width: 900px) {
|
352 |
+
.mfp-arrow {
|
353 |
+
-webkit-transform: scale(0.75);
|
354 |
+
transform: scale(0.75); }
|
355 |
+
.mfp-arrow-left {
|
356 |
+
-webkit-transform-origin: 0;
|
357 |
+
transform-origin: 0; }
|
358 |
+
.mfp-arrow-right {
|
359 |
+
-webkit-transform-origin: 100%;
|
360 |
+
transform-origin: 100%; }
|
361 |
+
.mfp-container {
|
362 |
+
padding-left: 6px;
|
363 |
+
padding-right: 6px; } }
|
364 |
+
|
365 |
+
.mfp-ie7 .mfp-img {
|
366 |
+
padding: 0; }
|
367 |
+
.mfp-ie7 .mfp-bottom-bar {
|
368 |
+
width: 600px;
|
369 |
+
left: 50%;
|
370 |
+
margin-left: -300px;
|
371 |
+
margin-top: 5px;
|
372 |
+
padding-bottom: 5px; }
|
373 |
+
.mfp-ie7 .mfp-container {
|
374 |
+
padding: 0; }
|
375 |
+
.mfp-ie7 .mfp-content {
|
376 |
+
padding-top: 44px; }
|
377 |
+
.mfp-ie7 .mfp-close {
|
378 |
+
top: 0;
|
379 |
+
right: 0;
|
380 |
+
padding-top: 0; }
|
381 |
+
|
382 |
+
mfp-container,
|
383 |
font-family: 'Open Sans';
|
384 |
}
|
385 |
|
386 |
.rbs-img{
|
387 |
font-size: 13px;
|
388 |
}
|
389 |
.rbs-img-container{}
|
390 |
.rbs-img-content{
|
391 |
padding: 20px;
|
392 |
position: relative;
|
393 |
background: white;
|
394 |
color: rgb(51, 51, 51);
|
395 |
line-height: 17px;
|
396 |
}
|
397 |
.thumbnail-overlay{
|
398 |
background: black; /* fallback for IE8 */
|
399 |
background-color: rgba(0,0,0, .30);
|
400 |
color: #333333;
|
401 |
}
|
402 |
.thumbnail-overlay>div.aligment{
|
403 |
height: 100%;
|
404 |
width: 100%;
|
405 |
display: table !important;
|
406 |
}
|
407 |
.thumbnail-overlay>div.aligment>div.aligment{
|
408 |
padding: 10px;
|
409 |
display: table-cell !important;
|
410 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
411 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
412 |
}
|
413 |
.overlay-title{
|
414 |
font-weight: 500;
|
415 |
font-size: 16px;
|
416 |
display: block;
|
417 |
line-height: 16px;
|
418 |
margin-bottom: 5px;
|
419 |
}
|
420 |
.overlay-description{
|
421 |
font-weight: 400;
|
422 |
font-size: 12px;
|
423 |
display: block;
|
424 |
line-height: 16px;
|
425 |
}
|
426 |
.thumbnail-overlay i.fa{
|
427 |
text-align: center;
|
428 |
display: inline-block;
|
429 |
margin: 3px;
|
430 |
padding: 17px 17px 17px 17px;
|
431 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
432 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
433 |
box-sizing: border-box; /* Opera/IE 8+ */
|
434 |
|
435 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
436 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
437 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
438 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
439 |
-moz-transition: -moz-transform .2s, background .1s;
|
440 |
-o-transition: -o-transform .2s, background .1s;
|
441 |
-ms-transition: -ms-transform .2s, background .1s;
|
442 |
transition: transform .2s, background .1s;
|
443 |
}
|
444 |
|
445 |
.thumbnail-overlay i.fa:hover{
|
446 |
cursor: pointer;
|
447 |
}
|
448 |
.rbs-lightbox{
|
449 |
cursor: pointer;
|
450 |
}
|
451 |
|
452 |
.mfp-arrow.mfp-arrow:before,
|
453 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
454 |
.mfp-arrow.mfp-arrow-left {
|
455 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
456 |
}
|
457 |
|
458 |
.mfp-arrow.mfp-arrow-right {
|
459 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
460 |
}
|
461 |
|
462 |
.mfp-close{
|
463 |
background:url('icons/icon-close.png') right no-repeat !important;
|
464 |
}
|
465 |
+
/*
|
466 |
+
* Robo Gallery
|
467 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
468 |
+
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
469 |
+
* Available only in http://robosoft.co/robogallery
|
470 |
+
*/
|
471 |
+
|
472 |
+
.rbs-img {
|
473 |
+
/* Box-model */
|
474 |
+
display: none;
|
475 |
+
float: left;
|
476 |
+
/*width: 20%;*/
|
477 |
+
|
478 |
+
}
|
479 |
+
|
480 |
+
.rbs-img-hidden, .not-loaded-before-search{
|
481 |
+
display: none;
|
482 |
+
}
|
483 |
+
|
484 |
+
.rbs-imges-container{
|
485 |
+
margin-right: 0 !important;
|
486 |
+
margin-bottom: 0 !important;
|
487 |
+
}
|
488 |
+
|
489 |
+
.rbs-img-loaded{
|
490 |
+
display: block;
|
491 |
+
}
|
492 |
+
|
493 |
+
.rbs-img-image{
|
494 |
+
position: relative;
|
495 |
+
overflow: hidden;
|
496 |
+
width: 100%;
|
497 |
+
}
|
498 |
+
|
499 |
+
.rbs-img-image div[data-width][data-height]{
|
500 |
+
position: relative;
|
501 |
+
overflow: hidden;
|
502 |
+
}
|
503 |
+
.rbs-img-image div[data-width][data-height] img{
|
504 |
+
position: absolute;
|
505 |
+
top:-100%; left:0; right: 0; bottom:-100%;
|
506 |
+
margin: auto;
|
507 |
+
}
|
508 |
+
|
509 |
+
.rbs-img .rbs-img-image img{
|
510 |
+
width: 100%;
|
511 |
+
max-width: 100%;
|
512 |
+
display: block;
|
513 |
+
/* fix for themes */
|
514 |
+
-webkit-border-radius: 0px;
|
515 |
+
-moz-border-radius: 0px;
|
516 |
+
border-radius: 0px;
|
517 |
+
border: none !important; /* rbs */
|
518 |
+
}
|
519 |
+
|
520 |
+
.rbs-img img{
|
521 |
+
max-width: 100%;
|
522 |
+
}
|
523 |
+
|
524 |
+
.rbs-img-image div[data-thumbnail], .rbs-img-image div[data-popup]{
|
525 |
+
background-position: center center;
|
526 |
+
background-repeat: no-repeat;
|
527 |
+
}
|
528 |
+
|
529 |
+
.image-with-dimensions{
|
530 |
+
background-color: black;
|
531 |
+
background-image: url('icons/loading-image.gif');
|
532 |
+
}
|
533 |
+
|
534 |
+
.broken-image-here{
|
535 |
+
background-color: #BE3730;
|
536 |
+
background-image: url('icons/broken-image.png');
|
537 |
+
}
|
538 |
+
|
539 |
+
.broken-image-here:not([data-height]){
|
540 |
+
min-height: 150px;
|
541 |
+
}
|
542 |
+
|
543 |
+
.rbs-img-container{
|
544 |
+
overflow: hidden;
|
545 |
+
position:relative;
|
546 |
+
z-index:1;
|
547 |
+
}
|
548 |
+
|
549 |
+
.rbs-img-container:hover{
|
550 |
+
z-index: 2;
|
551 |
+
}
|
552 |
+
|
553 |
+
.thumbnail-overlay{
|
554 |
+
position: absolute;
|
555 |
+
|
556 |
+
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
557 |
+
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
558 |
+
box-sizing: border-box; /* Opera/IE 8+ */
|
559 |
+
|
560 |
+
width: 100%;
|
561 |
+
}
|
562 |
+
|
563 |
+
.position-reveal-effect .rbs-img-thumbnail-container{
|
564 |
+
z-index: 2;
|
565 |
+
position: absolute;
|
566 |
+
width: 100%;
|
567 |
+
top: 0;
|
568 |
+
left: 0;
|
569 |
+
}
|
570 |
+
|
571 |
+
.position-reveal-effect .thumbnail-overlay{
|
572 |
+
z-index: 1;
|
573 |
+
position: absolute;
|
574 |
+
left: 0;
|
575 |
+
}
|
576 |
+
|
577 |
+
.overlay-always-visible{
|
578 |
+
display: block !important;
|
579 |
+
zoom: 1 !important;
|
580 |
+
filter: alpha(opacity=100) !important;
|
581 |
+
opacity: 1 !important;
|
582 |
+
}
|
583 |
+
|
584 |
+
.overlay-text-left>.aligment>.aligment{
|
585 |
+
text-align: left !important;
|
586 |
+
}
|
587 |
+
.overlay-text-right>.aligment>.aligment{
|
588 |
+
text-align: right !important;
|
589 |
+
}
|
590 |
+
|
591 |
+
|
592 |
+
.mfp-arrow:focus {
|
593 |
+
opacity: 0.65;
|
594 |
+
filter: alpha(opacity=65);
|
595 |
+
}
|
596 |
+
|
597 |
+
.mfp-arrow:hover {
|
598 |
+
opacity: 1 !important;
|
599 |
+
filter: alpha(opacity=100) !important;
|
600 |
+
}
|
601 |
+
|
602 |
+
|
603 |
+
.my-mfp-slide-bottom .mfp-figure {
|
604 |
+
opacity: 0;
|
605 |
+
-webkit-transition: all 0.2s ease-out;
|
606 |
+
-moz-transition: all 0.2s ease-out;
|
607 |
+
-o-transition: all 0.2s ease-out;
|
608 |
+
transition: all 0.2s ease-out;
|
609 |
+
|
610 |
+
-webkit-transform: scale(0.8);
|
611 |
+
-moz-transform: scale(0.8);
|
612 |
+
-ms-transform: scale(0.8);
|
613 |
+
-o-transform: scale(0.8);
|
614 |
+
transform: scale(0.8);
|
615 |
+
|
616 |
+
}
|
617 |
+
|
618 |
+
|
619 |
+
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
|
620 |
+
opacity: 1;
|
621 |
+
-webkit-transform: scale(1);
|
622 |
+
-moz-transform: scale(1);
|
623 |
+
-ms-transform: scale(1);
|
624 |
+
-o-transform: scale(1);
|
625 |
+
transform: scale(1);
|
626 |
+
}
|
627 |
+
|
628 |
+
|
629 |
+
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
|
630 |
+
opacity: 0;
|
631 |
+
-webkit-transform: scale(0.8);
|
632 |
+
-moz-transform: scale(0.8);
|
633 |
+
-ms-transform: scale(0.8);
|
634 |
+
-o-transform: scale(0.8);
|
635 |
+
transform: scale(0.8);
|
636 |
+
}
|
637 |
+
|
638 |
+
|
639 |
+
.my-mfp-slide-bottom.mfp-bg {
|
640 |
+
opacity: 0;
|
641 |
+
-webkit-transition: opacity 0.3s ease-out;
|
642 |
+
-moz-transition: opacity 0.3s ease-out;
|
643 |
+
-o-transition: opacity 0.3s ease-out;
|
644 |
+
transition: opacity 0.3s ease-out;
|
645 |
+
}
|
646 |
+
|
647 |
+
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
|
648 |
+
opacity: 1;
|
649 |
+
}
|
650 |
+
|
651 |
+
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
|
652 |
+
opacity: 0;
|
653 |
+
}
|
654 |
+
|
655 |
+
|
656 |
+
.my-mfp-slide-bottom .image-source-link {
|
657 |
+
color: #DDD;
|
658 |
+
background-color: transparent;
|
659 |
+
background-image: url('icons/download.png');
|
660 |
+
background-repeat: no-repeat;
|
661 |
+
width: 23px;
|
662 |
+
height: 23px;
|
663 |
+
display: inline-block;
|
664 |
+
text-decoration: none;
|
665 |
+
margin-bottom: -5px;
|
666 |
+
margin-left: 10px;
|
667 |
+
}
|
668 |
+
|
669 |
+
|
670 |
+
.mfp-img-mobile .mfp-title {
|
671 |
+
text-align: center;
|
672 |
+
padding: 6px 0;
|
673 |
+
}
|
674 |
+
|
675 |
+
.mfp-img-mobile .image-source-link {
|
676 |
+
color: #DDD;
|
677 |
+
background-color: transparent;
|
678 |
+
background-image: url('icons/download.png');
|
679 |
+
background-repeat: no-repeat;
|
680 |
+
width: 23px;
|
681 |
+
height: 23px;
|
682 |
+
display: inline-block;
|
683 |
+
text-decoration: none;
|
684 |
+
margin-bottom: -5px;
|
685 |
+
margin-left: 10px;
|
686 |
+
}
|
687 |
+
|
688 |
+
.mfp-img-mobile .mfp-counter {
|
689 |
+
top: 0px;
|
690 |
+
right: 5px;
|
691 |
+
font-size: 10px;
|
692 |
+
}
|
693 |
+
|
694 |
+
.mfp-img-mobile .rbs-imges-social-container {
|
695 |
+
position: absolute;
|
696 |
+
right: 0px;
|
697 |
+
bottom: 0px;
|
698 |
+
margin-right: 0;
|
699 |
+
}
|
700 |
+
|
701 |
+
.mfp-img-mobile .mfp-image-holder {
|
702 |
+
padding-left: 0;
|
703 |
+
padding-right: 0;
|
704 |
+
}
|
705 |
+
|
706 |
+
.mfp-img-mobile img.mfp-img {
|
707 |
+
padding: 0;
|
708 |
+
}
|
709 |
+
|
710 |
+
.mfp-img-mobile .mfp-figure {
|
711 |
+
/* The shadow behind the image */
|
712 |
+
}
|
713 |
+
|
714 |
+
.mfp-img-mobile .mfp-figure:after {
|
715 |
+
top: 0;
|
716 |
+
bottom: 0;
|
717 |
+
}
|
718 |
+
|
719 |
+
.mfp-img-mobile .mfp-figure small {
|
720 |
+
display: inline;
|
721 |
+
margin-left: 5px;
|
722 |
+
}
|
723 |
+
|
724 |
+
.mfp-img-mobile .mfp-bottom-bar {
|
725 |
+
background: rgba(0, 0, 0, 0.6);
|
726 |
+
bottom: 0;
|
727 |
+
margin: 0;
|
728 |
+
top: auto;
|
729 |
+
padding: 3px 5px;
|
730 |
+
position: fixed;
|
731 |
+
-webkit-box-sizing: border-box;
|
732 |
+
-moz-box-sizing: border-box;
|
733 |
+
box-sizing: border-box;
|
734 |
+
}
|
735 |
+
|
736 |
+
.mfp-img-mobile .mfp-bottom-bar:empty {
|
737 |
+
padding: 0;
|
738 |
+
}
|
739 |
+
|
740 |
+
.mfp-img-mobile .mfp-close {
|
741 |
+
top: 0;
|
742 |
+
right: 0;
|
743 |
+
width: 35px;
|
744 |
+
height: 35px;
|
745 |
+
line-height: 35px;
|
746 |
+
background: rgba(0, 0, 0, 0.6);
|
747 |
+
position: fixed;
|
748 |
+
text-align: center;
|
749 |
+
padding: 0;
|
750 |
+
}
|
751 |
+
|
752 |
+
/* menu */
|
753 |
+
|
754 |
+
.rbs_gallery_button.rbs_gallery_align_right{
|
755 |
+
text-align: right;
|
756 |
+
}
|
757 |
+
.rbs_gallery_button.rbs_gallery_align_center{
|
758 |
+
text-align: center;
|
759 |
+
}
|
760 |
+
|
761 |
+
.mfp-desc-block{
|
762 |
+
position: absolute;
|
763 |
+
left: 0px;
|
764 |
+
bottom: 38px;
|
765 |
+
font-weight: bold;
|
766 |
+
font-size: 14px;
|
767 |
+
right: 0px;
|
768 |
+
text-align: center;
|
769 |
+
line-height: normal;
|
770 |
+
padding: 10px;
|
771 |
+
}
|
772 |
+
.rbs_desc_panel_dark{
|
773 |
+
color: white;
|
774 |
+
background-color: rgba(0,0,0,0.8);
|
775 |
+
}
|
776 |
+
.rbs_desc_panel_light{
|
777 |
+
color: black;
|
778 |
+
background-color: rgba(255,255,255,0.8);
|
779 |
+
}
|
780 |
+
.rbs_desc_panel_red{
|
781 |
+
color: white;
|
782 |
+
background-color: rgba(212, 42, 42,0.8);
|
783 |
+
}
|
784 |
+
.rbs_desc_panel_blue{
|
785 |
+
color: white;
|
786 |
+
background-color: rgba(35, 75, 215,0.8);
|
787 |
+
}
|
788 |
+
.rbs_desc_panel_green{
|
789 |
+
color: white;
|
790 |
+
background-color: rgba(46, 215, 35,0.8);
|
791 |
+
}
|
792 |
+
.rbs_desc_panel_pink{
|
793 |
+
color: white;
|
794 |
+
background-color: rgba(185, 35, 215,0.8);
|
795 |
+
}
|
796 |
+
/*
|
797 |
+
|
798 |
/*! @license
|
799 |
* Copyright 2012-2014 Alex Wolfe and Rob Levin
|
800 |
*
|
css/gallery.font.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
+
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
|
{gallery/css → css}/icons/blank.gif
RENAMED
File without changes
|
{gallery/css → css}/icons/broken-image.png
RENAMED
File without changes
|
{gallery/css → css}/icons/download.png
RENAMED
File without changes
|
{gallery/css → css}/icons/download1.png
RENAMED
File without changes
|
{gallery/css → css}/icons/icon-arrow-left.png
RENAMED
File without changes
|
{gallery/css → css}/icons/icon-arrow-right.png
RENAMED
File without changes
|
{gallery/css → css}/icons/icon-close.png
RENAMED
File without changes
|
{gallery/css → css}/icons/index.html
RENAMED
File without changes
|
{gallery/css → css}/icons/loading-image.gif
RENAMED
File without changes
|
{gallery/css → css}/icons/loading-image1.gif
RENAMED
File without changes
|
css/style.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
/*
|
|
gallery/css/gallery.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
mfp-container,
|
2 |
font-family: 'Open Sans';
|
3 |
}
|
4 |
|
5 |
.rbs-img{
|
6 |
font-size: 13px;
|
7 |
}
|
8 |
.rbs-img-container{}
|
9 |
.rbs-img-content{
|
10 |
padding: 20px;
|
11 |
position: relative;
|
12 |
background: white;
|
13 |
color: rgb(51, 51, 51);
|
14 |
line-height: 17px;
|
15 |
}
|
16 |
.thumbnail-overlay{
|
17 |
background: black; /* fallback for IE8 */
|
18 |
background-color: rgba(0,0,0, .30);
|
19 |
color: #333333;
|
20 |
}
|
21 |
.thumbnail-overlay>div.aligment{
|
22 |
height: 100%;
|
23 |
width: 100%;
|
24 |
display: table !important;
|
25 |
}
|
26 |
.thumbnail-overlay>div.aligment>div.aligment{
|
27 |
padding: 10px;
|
28 |
display: table-cell !important;
|
29 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
30 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
31 |
}
|
32 |
.overlay-title{
|
33 |
font-weight: 500;
|
34 |
font-size: 16px;
|
35 |
display: block;
|
36 |
line-height: 16px;
|
37 |
margin-bottom: 5px;
|
38 |
}
|
39 |
.overlay-description{
|
40 |
font-weight: 400;
|
41 |
font-size: 12px;
|
42 |
display: block;
|
43 |
line-height: 16px;
|
44 |
}
|
45 |
.thumbnail-overlay i.fa{
|
46 |
text-align: center;
|
47 |
display: inline-block;
|
48 |
margin: 3px;
|
49 |
padding: 17px 17px 17px 17px;
|
50 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
51 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
52 |
box-sizing: border-box; /* Opera/IE 8+ */
|
53 |
|
54 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
55 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
56 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
57 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
58 |
-moz-transition: -moz-transform .2s, background .1s;
|
59 |
-o-transition: -o-transform .2s, background .1s;
|
60 |
-ms-transition: -ms-transform .2s, background .1s;
|
61 |
transition: transform .2s, background .1s;
|
62 |
}
|
63 |
|
64 |
.thumbnail-overlay i.fa:hover{
|
65 |
cursor: pointer;
|
66 |
}
|
67 |
.rbs-lightbox{
|
68 |
cursor: pointer;
|
69 |
}
|
70 |
|
71 |
.mfp-arrow.mfp-arrow:before,
|
72 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
73 |
.mfp-arrow.mfp-arrow-left {
|
74 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
75 |
}
|
76 |
|
77 |
.mfp-arrow.mfp-arrow-right {
|
78 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
79 |
}
|
80 |
|
81 |
.mfp-close{
|
82 |
background:url('icons/icon-close.png') right no-repeat !important;
|
83 |
}
|
|
|
0 |
font-family: 'Open Sans';
|
1 |
}
|
2 |
|
3 |
.rbs-img{
|
4 |
font-size: 13px;
|
5 |
}
|
6 |
.rbs-img-container{}
|
7 |
.rbs-img-content{
|
8 |
padding: 20px;
|
9 |
position: relative;
|
10 |
background: white;
|
11 |
color: rgb(51, 51, 51);
|
12 |
line-height: 17px;
|
13 |
}
|
14 |
.thumbnail-overlay{
|
15 |
background: black; /* fallback for IE8 */
|
16 |
background-color: rgba(0,0,0, .30);
|
17 |
color: #333333;
|
18 |
}
|
19 |
.thumbnail-overlay>div.aligment{
|
20 |
height: 100%;
|
21 |
width: 100%;
|
22 |
display: table !important;
|
23 |
}
|
24 |
.thumbnail-overlay>div.aligment>div.aligment{
|
25 |
padding: 10px;
|
26 |
display: table-cell !important;
|
27 |
vertical-align: middle; /* FOR VERTICAL ALIGN */
|
28 |
text-align:center; /* FOR HORIZONTAL ALIGN */
|
29 |
}
|
30 |
.overlay-title{
|
31 |
font-weight: 500;
|
32 |
font-size: 16px;
|
33 |
display: block;
|
34 |
line-height: 16px;
|
35 |
margin-bottom: 5px;
|
36 |
}
|
37 |
.overlay-description{
|
38 |
font-weight: 400;
|
39 |
font-size: 12px;
|
40 |
display: block;
|
41 |
line-height: 16px;
|
42 |
}
|
43 |
.thumbnail-overlay i.fa{
|
44 |
text-align: center;
|
45 |
display: inline-block;
|
46 |
margin: 3px;
|
47 |
padding: 17px 17px 17px 17px;
|
48 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
49 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
50 |
box-sizing: border-box; /* Opera/IE 8+ */
|
51 |
|
52 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
|
53 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */
|
54 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
|
55 |
-webkit-transition: -webkit-transform .2s, background .1s;
|
56 |
-moz-transition: -moz-transform .2s, background .1s;
|
57 |
-o-transition: -o-transform .2s, background .1s;
|
58 |
-ms-transition: -ms-transform .2s, background .1s;
|
59 |
transition: transform .2s, background .1s;
|
60 |
}
|
61 |
|
62 |
.thumbnail-overlay i.fa:hover{
|
63 |
cursor: pointer;
|
64 |
}
|
65 |
.rbs-lightbox{
|
66 |
cursor: pointer;
|
67 |
}
|
68 |
|
69 |
.mfp-arrow.mfp-arrow:before,
|
70 |
.mfp-arrow.mfp-arrow:after { border:none !important; }
|
71 |
.mfp-arrow.mfp-arrow-left {
|
72 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
|
73 |
}
|
74 |
|
75 |
.mfp-arrow.mfp-arrow-right {
|
76 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
|
77 |
}
|
78 |
|
79 |
.mfp-close{
|
80 |
background:url('icons/icon-close.png') right no-repeat !important;
|
81 |
}
|
gallery/css/gallery.font.css
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
-
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
-
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
|
|
|
|
|
|
|
|
gallery/css/gallery.utils.css
DELETED
@@ -1,337 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* Robo Gallery
|
3 |
-
* Version: 2.6.0
|
4 |
-
* By Robosoft
|
5 |
-
*
|
6 |
-
* Contact: http://robosoft.co
|
7 |
-
* Created: 2015
|
8 |
-
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
-
*
|
10 |
-
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in http://robosoft.co/robogallery
|
12 |
-
*/
|
13 |
-
|
14 |
-
.rbs-img {
|
15 |
-
/* Box-model */
|
16 |
-
display: none;
|
17 |
-
float: left;
|
18 |
-
/*width: 20%;*/
|
19 |
-
|
20 |
-
}
|
21 |
-
|
22 |
-
.rbs-img-hidden, .not-loaded-before-search{
|
23 |
-
display: none;
|
24 |
-
}
|
25 |
-
|
26 |
-
.rbs-imges-container{
|
27 |
-
margin-right: 0 !important;
|
28 |
-
margin-bottom: 0 !important;
|
29 |
-
}
|
30 |
-
|
31 |
-
.rbs-img-loaded{
|
32 |
-
display: block;
|
33 |
-
}
|
34 |
-
|
35 |
-
.rbs-img-image{
|
36 |
-
position: relative;
|
37 |
-
overflow: hidden;
|
38 |
-
width: 100%;
|
39 |
-
}
|
40 |
-
|
41 |
-
.rbs-img-image div[data-width][data-height]{
|
42 |
-
position: relative;
|
43 |
-
overflow: hidden;
|
44 |
-
}
|
45 |
-
.rbs-img-image div[data-width][data-height] img{
|
46 |
-
position: absolute;
|
47 |
-
top:-100%; left:0; right: 0; bottom:-100%;
|
48 |
-
margin: auto;
|
49 |
-
}
|
50 |
-
|
51 |
-
.rbs-img .rbs-img-image img{
|
52 |
-
width: 100%;
|
53 |
-
max-width: 100%;
|
54 |
-
display: block;
|
55 |
-
/* fix for themes */
|
56 |
-
-webkit-border-radius: 0px;
|
57 |
-
-moz-border-radius: 0px;
|
58 |
-
border-radius: 0px;
|
59 |
-
border: none !important; /* rbs */
|
60 |
-
}
|
61 |
-
|
62 |
-
.rbs-img img{
|
63 |
-
max-width: 100%;
|
64 |
-
}
|
65 |
-
|
66 |
-
.rbs-img-image div[data-thumbnail], .rbs-img-image div[data-popup]{
|
67 |
-
background-position: center center;
|
68 |
-
background-repeat: no-repeat;
|
69 |
-
}
|
70 |
-
|
71 |
-
.image-with-dimensions{
|
72 |
-
background-color: black;
|
73 |
-
background-image: url('icons/loading-image.gif');
|
74 |
-
}
|
75 |
-
|
76 |
-
.broken-image-here{
|
77 |
-
background-color: #BE3730;
|
78 |
-
background-image: url('icons/broken-image.png');
|
79 |
-
}
|
80 |
-
|
81 |
-
.broken-image-here:not([data-height]){
|
82 |
-
min-height: 150px;
|
83 |
-
}
|
84 |
-
|
85 |
-
.rbs-img-container{
|
86 |
-
overflow: hidden;
|
87 |
-
position:relative;
|
88 |
-
z-index:1;
|
89 |
-
}
|
90 |
-
|
91 |
-
.rbs-img-container:hover{
|
92 |
-
z-index: 2;
|
93 |
-
}
|
94 |
-
|
95 |
-
.thumbnail-overlay{
|
96 |
-
position: absolute;
|
97 |
-
|
98 |
-
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
99 |
-
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
100 |
-
box-sizing: border-box; /* Opera/IE 8+ */
|
101 |
-
|
102 |
-
width: 100%;
|
103 |
-
}
|
104 |
-
|
105 |
-
.position-reveal-effect .rbs-img-thumbnail-container{
|
106 |
-
z-index: 2;
|
107 |
-
position: absolute;
|
108 |
-
width: 100%;
|
109 |
-
top: 0;
|
110 |
-
left: 0;
|
111 |
-
}
|
112 |
-
|
113 |
-
.position-reveal-effect .thumbnail-overlay{
|
114 |
-
z-index: 1;
|
115 |
-
position: absolute;
|
116 |
-
left: 0;
|
117 |
-
}
|
118 |
-
|
119 |
-
.overlay-always-visible{
|
120 |
-
display: block !important;
|
121 |
-
zoom: 1 !important;
|
122 |
-
filter: alpha(opacity=100) !important;
|
123 |
-
opacity: 1 !important;
|
124 |
-
}
|
125 |
-
|
126 |
-
.overlay-text-left>.aligment>.aligment{
|
127 |
-
text-align: left !important;
|
128 |
-
}
|
129 |
-
.overlay-text-right>.aligment>.aligment{
|
130 |
-
text-align: right !important;
|
131 |
-
}
|
132 |
-
|
133 |
-
|
134 |
-
.mfp-arrow:focus {
|
135 |
-
opacity: 0.65;
|
136 |
-
filter: alpha(opacity=65);
|
137 |
-
}
|
138 |
-
|
139 |
-
.mfp-arrow:hover {
|
140 |
-
opacity: 1 !important;
|
141 |
-
filter: alpha(opacity=100) !important;
|
142 |
-
}
|
143 |
-
|
144 |
-
|
145 |
-
.my-mfp-slide-bottom .mfp-figure {
|
146 |
-
opacity: 0;
|
147 |
-
-webkit-transition: all 0.2s ease-out;
|
148 |
-
-moz-transition: all 0.2s ease-out;
|
149 |
-
-o-transition: all 0.2s ease-out;
|
150 |
-
transition: all 0.2s ease-out;
|
151 |
-
|
152 |
-
-webkit-transform: scale(0.8);
|
153 |
-
-moz-transform: scale(0.8);
|
154 |
-
-ms-transform: scale(0.8);
|
155 |
-
-o-transform: scale(0.8);
|
156 |
-
transform: scale(0.8);
|
157 |
-
|
158 |
-
}
|
159 |
-
|
160 |
-
|
161 |
-
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
|
162 |
-
opacity: 1;
|
163 |
-
-webkit-transform: scale(1);
|
164 |
-
-moz-transform: scale(1);
|
165 |
-
-ms-transform: scale(1);
|
166 |
-
-o-transform: scale(1);
|
167 |
-
transform: scale(1);
|
168 |
-
}
|
169 |
-
|
170 |
-
|
171 |
-
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
|
172 |
-
opacity: 0;
|
173 |
-
-webkit-transform: scale(0.8);
|
174 |
-
-moz-transform: scale(0.8);
|
175 |
-
-ms-transform: scale(0.8);
|
176 |
-
-o-transform: scale(0.8);
|
177 |
-
transform: scale(0.8);
|
178 |
-
}
|
179 |
-
|
180 |
-
|
181 |
-
.my-mfp-slide-bottom.mfp-bg {
|
182 |
-
opacity: 0;
|
183 |
-
-webkit-transition: opacity 0.3s ease-out;
|
184 |
-
-moz-transition: opacity 0.3s ease-out;
|
185 |
-
-o-transition: opacity 0.3s ease-out;
|
186 |
-
transition: opacity 0.3s ease-out;
|
187 |
-
}
|
188 |
-
|
189 |
-
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
|
190 |
-
opacity: 1;
|
191 |
-
}
|
192 |
-
|
193 |
-
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
|
194 |
-
opacity: 0;
|
195 |
-
}
|
196 |
-
|
197 |
-
|
198 |
-
.my-mfp-slide-bottom .image-source-link {
|
199 |
-
color: #DDD;
|
200 |
-
background-color: transparent;
|
201 |
-
background-image: url('icons/download.png');
|
202 |
-
background-repeat: no-repeat;
|
203 |
-
width: 23px;
|
204 |
-
height: 23px;
|
205 |
-
display: inline-block;
|
206 |
-
text-decoration: none;
|
207 |
-
margin-bottom: -5px;
|
208 |
-
margin-left: 10px;
|
209 |
-
}
|
210 |
-
|
211 |
-
|
212 |
-
.mfp-img-mobile .mfp-title {
|
213 |
-
text-align: center;
|
214 |
-
padding: 6px 0;
|
215 |
-
}
|
216 |
-
|
217 |
-
.mfp-img-mobile .image-source-link {
|
218 |
-
color: #DDD;
|
219 |
-
background-color: transparent;
|
220 |
-
background-image: url('icons/download.png');
|
221 |
-
background-repeat: no-repeat;
|
222 |
-
width: 23px;
|
223 |
-
height: 23px;
|
224 |
-
display: inline-block;
|
225 |
-
text-decoration: none;
|
226 |
-
margin-bottom: -5px;
|
227 |
-
margin-left: 10px;
|
228 |
-
}
|
229 |
-
|
230 |
-
.mfp-img-mobile .mfp-counter {
|
231 |
-
top: 0px;
|
232 |
-
right: 5px;
|
233 |
-
font-size: 10px;
|
234 |
-
}
|
235 |
-
|
236 |
-
.mfp-img-mobile .rbs-imges-social-container {
|
237 |
-
position: absolute;
|
238 |
-
right: 0px;
|
239 |
-
bottom: 0px;
|
240 |
-
margin-right: 0;
|
241 |
-
}
|
242 |
-
|
243 |
-
.mfp-img-mobile .mfp-image-holder {
|
244 |
-
padding-left: 0;
|
245 |
-
padding-right: 0;
|
246 |
-
}
|
247 |
-
|
248 |
-
.mfp-img-mobile img.mfp-img {
|
249 |
-
padding: 0;
|
250 |
-
}
|
251 |
-
|
252 |
-
.mfp-img-mobile .mfp-figure {
|
253 |
-
/* The shadow behind the image */
|
254 |
-
}
|
255 |
-
|
256 |
-
.mfp-img-mobile .mfp-figure:after {
|
257 |
-
top: 0;
|
258 |
-
bottom: 0;
|
259 |
-
}
|
260 |
-
|
261 |
-
.mfp-img-mobile .mfp-figure small {
|
262 |
-
display: inline;
|
263 |
-
margin-left: 5px;
|
264 |
-
}
|
265 |
-
|
266 |
-
.mfp-img-mobile .mfp-bottom-bar {
|
267 |
-
background: rgba(0, 0, 0, 0.6);
|
268 |
-
bottom: 0;
|
269 |
-
margin: 0;
|
270 |
-
top: auto;
|
271 |
-
padding: 3px 5px;
|
272 |
-
position: fixed;
|
273 |
-
-webkit-box-sizing: border-box;
|
274 |
-
-moz-box-sizing: border-box;
|
275 |
-
box-sizing: border-box;
|
276 |
-
}
|
277 |
-
|
278 |
-
.mfp-img-mobile .mfp-bottom-bar:empty {
|
279 |
-
padding: 0;
|
280 |
-
}
|
281 |
-
|
282 |
-
.mfp-img-mobile .mfp-close {
|
283 |
-
top: 0;
|
284 |
-
right: 0;
|
285 |
-
width: 35px;
|
286 |
-
height: 35px;
|
287 |
-
line-height: 35px;
|
288 |
-
background: rgba(0, 0, 0, 0.6);
|
289 |
-
position: fixed;
|
290 |
-
text-align: center;
|
291 |
-
padding: 0;
|
292 |
-
}
|
293 |
-
|
294 |
-
/* menu */
|
295 |
-
|
296 |
-
.rbs_gallery_button.rbs_gallery_align_right{
|
297 |
-
text-align: right;
|
298 |
-
}
|
299 |
-
.rbs_gallery_button.rbs_gallery_align_center{
|
300 |
-
text-align: center;
|
301 |
-
}
|
302 |
-
|
303 |
-
.mfp-desc-block{
|
304 |
-
position: absolute;
|
305 |
-
left: 0px;
|
306 |
-
bottom: 38px;
|
307 |
-
font-weight: bold;
|
308 |
-
font-size: 14px;
|
309 |
-
right: 0px;
|
310 |
-
text-align: center;
|
311 |
-
line-height: normal;
|
312 |
-
padding: 10px;
|
313 |
-
}
|
314 |
-
.rbs_desc_panel_dark{
|
315 |
-
color: white;
|
316 |
-
background-color: rgba(0,0,0,0.8);
|
317 |
-
}
|
318 |
-
.rbs_desc_panel_light{
|
319 |
-
color: black;
|
320 |
-
background-color: rgba(255,255,255,0.8);
|
321 |
-
}
|
322 |
-
.rbs_desc_panel_red{
|
323 |
-
color: white;
|
324 |
-
background-color: rgba(212, 42, 42,0.8);
|
325 |
-
}
|
326 |
-
.rbs_desc_panel_blue{
|
327 |
-
color: white;
|
328 |
-
background-color: rgba(35, 75, 215,0.8);
|
329 |
-
}
|
330 |
-
.rbs_desc_panel_green{
|
331 |
-
color: white;
|
332 |
-
background-color: rgba(46, 215, 35,0.8);
|
333 |
-
}
|
334 |
-
.rbs_desc_panel_pink{
|
335 |
-
color: white;
|
336 |
-
background-color: rgba(185, 35, 215,0.8);
|
337 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gallery/css/index.html
DELETED
File without changes
|
gallery/css/magnific.css
DELETED
@@ -1,380 +0,0 @@
|
|
1 |
-
|
2 |
-
/* Magnific Popup CSS */
|
3 |
-
|
4 |
-
.mfp-bg {
|
5 |
-
top: 0;
|
6 |
-
left: 0;
|
7 |
-
width: 100%;
|
8 |
-
height: 100%;
|
9 |
-
z-index: 100001;
|
10 |
-
overflow: hidden;
|
11 |
-
position: fixed;
|
12 |
-
background: #0b0b0b;
|
13 |
-
opacity: 0.8;
|
14 |
-
filter: alpha(opacity=80); }
|
15 |
-
|
16 |
-
.mfp-wrap {
|
17 |
-
top: 0;
|
18 |
-
left: 0;
|
19 |
-
width: 100%;
|
20 |
-
height: 100%;
|
21 |
-
z-index: 100002;
|
22 |
-
position: fixed;
|
23 |
-
outline: none !important;
|
24 |
-
-webkit-backface-visibility: hidden; }
|
25 |
-
|
26 |
-
.mfp-container {
|
27 |
-
text-align: center;
|
28 |
-
position: absolute;
|
29 |
-
width: 100%;
|
30 |
-
height: 100%;
|
31 |
-
left: 0;
|
32 |
-
top: 0;
|
33 |
-
padding: 0 8px;
|
34 |
-
-webkit-box-sizing: border-box;
|
35 |
-
-moz-box-sizing: border-box;
|
36 |
-
box-sizing: border-box; }
|
37 |
-
|
38 |
-
.mfp-container:before {
|
39 |
-
content: '';
|
40 |
-
display: inline-block;
|
41 |
-
height: 100%;
|
42 |
-
vertical-align: middle; }
|
43 |
-
|
44 |
-
.mfp-align-top .mfp-container:before {
|
45 |
-
display: none; }
|
46 |
-
|
47 |
-
.mfp-content {
|
48 |
-
position: relative;
|
49 |
-
display: inline-block;
|
50 |
-
vertical-align: middle;
|
51 |
-
margin: 0 auto;
|
52 |
-
text-align: left;
|
53 |
-
z-index: 100005; }
|
54 |
-
|
55 |
-
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
56 |
-
width: 100%;
|
57 |
-
cursor: auto; }
|
58 |
-
|
59 |
-
.mfp-ajax-cur {
|
60 |
-
cursor: progress; }
|
61 |
-
|
62 |
-
.mfp-zoom-out-cur{
|
63 |
-
cursor: -moz-zoom-out;
|
64 |
-
cursor: -webkit-zoom-out;
|
65 |
-
cursor: zoom-out; }
|
66 |
-
|
67 |
-
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
|
68 |
-
cursor: pointer;
|
69 |
-
}
|
70 |
-
|
71 |
-
.mfp-zoom {
|
72 |
-
cursor: pointer;
|
73 |
-
cursor: -webkit-zoom-in;
|
74 |
-
cursor: -moz-zoom-in;
|
75 |
-
cursor: zoom-in; }
|
76 |
-
|
77 |
-
.mfp-auto-cursor .mfp-content {
|
78 |
-
cursor: auto; }
|
79 |
-
|
80 |
-
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
|
81 |
-
-webkit-user-select: none;
|
82 |
-
-moz-user-select: none;
|
83 |
-
user-select: none; }
|
84 |
-
|
85 |
-
.mfp-loading.mfp-figure {
|
86 |
-
display: none; }
|
87 |
-
|
88 |
-
.mfp-hide {
|
89 |
-
display: none !important; }
|
90 |
-
|
91 |
-
.mfp-preloader {
|
92 |
-
color: #cccccc;
|
93 |
-
position: absolute;
|
94 |
-
top: 50%;
|
95 |
-
width: auto;
|
96 |
-
text-align: center;
|
97 |
-
margin-top: -0.8em;
|
98 |
-
left: 8px;
|
99 |
-
right: 8px;
|
100 |
-
z-index: 100004; }
|
101 |
-
.mfp-preloader a {
|
102 |
-
color: #cccccc; }
|
103 |
-
.mfp-preloader a:hover {
|
104 |
-
color: white; }
|
105 |
-
|
106 |
-
.mfp-s-ready .mfp-preloader {
|
107 |
-
display: none; }
|
108 |
-
|
109 |
-
.mfp-s-error .mfp-content {
|
110 |
-
display: none; }
|
111 |
-
|
112 |
-
button.mfp-close, button.mfp-arrow {
|
113 |
-
overflow: visible;
|
114 |
-
cursor: pointer;
|
115 |
-
background: transparent;
|
116 |
-
border: 0;
|
117 |
-
-webkit-appearance: none;
|
118 |
-
display: block;
|
119 |
-
outline: none;
|
120 |
-
padding: 0;
|
121 |
-
z-index: 100006;
|
122 |
-
-webkit-box-shadow: none;
|
123 |
-
box-shadow: none; }
|
124 |
-
button::-moz-focus-inner {
|
125 |
-
padding: 0;
|
126 |
-
border: 0; }
|
127 |
-
/* .mfp-container margin-top: 0;
|
128 |
-
margin-bottom:0; */
|
129 |
-
.mfp-close::after,
|
130 |
-
.mfp-close::before{display:none;}
|
131 |
-
.mfp-container .mfp-close {
|
132 |
-
margin-top: 0;
|
133 |
-
margin-bottom:0;
|
134 |
-
width: 44px;
|
135 |
-
height: 44px;
|
136 |
-
line-height: 44px;
|
137 |
-
position: absolute;
|
138 |
-
right: 0;
|
139 |
-
top: 0;
|
140 |
-
text-decoration: none;
|
141 |
-
text-align: center;
|
142 |
-
opacity: 0.65;
|
143 |
-
filter: alpha(opacity=65);
|
144 |
-
padding: 0 0 18px 10px;
|
145 |
-
color: white;
|
146 |
-
font-style: normal;
|
147 |
-
font-size: 28px;
|
148 |
-
font-family: Arial, Baskerville, monospace; }
|
149 |
-
.mfp-close:hover, .mfp-close:focus {
|
150 |
-
opacity: 1;
|
151 |
-
filter: alpha(opacity=100); }
|
152 |
-
.mfp-close:active {
|
153 |
-
top: 1px; }
|
154 |
-
|
155 |
-
.mfp-close-btn-in .mfp-close {
|
156 |
-
color: #333333; }
|
157 |
-
|
158 |
-
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
|
159 |
-
color: white;
|
160 |
-
right: -6px;
|
161 |
-
text-align: right;
|
162 |
-
padding-right: 6px;
|
163 |
-
width: 100%; }
|
164 |
-
|
165 |
-
.mfp-counter {
|
166 |
-
position: absolute;
|
167 |
-
top: 0;
|
168 |
-
right: 0;
|
169 |
-
color: #cccccc;
|
170 |
-
font-size: 12px;
|
171 |
-
line-height: 18px; }
|
172 |
-
|
173 |
-
.mfp-arrow {
|
174 |
-
position: absolute;
|
175 |
-
opacity: 0.65;
|
176 |
-
filter: alpha(opacity=65);
|
177 |
-
margin: 0;
|
178 |
-
top: 50%;
|
179 |
-
margin-top: -55px;
|
180 |
-
padding: 0;
|
181 |
-
width: 90px;
|
182 |
-
height: 110px;
|
183 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
184 |
-
.mfp-arrow:active {
|
185 |
-
margin-top: -54px; }
|
186 |
-
.mfp-arrow:hover, .mfp-arrow:focus {
|
187 |
-
opacity: 1;
|
188 |
-
filter: alpha(opacity=100); }
|
189 |
-
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
|
190 |
-
content: '';
|
191 |
-
display: block;
|
192 |
-
width: 0;
|
193 |
-
height: 0;
|
194 |
-
position: absolute;
|
195 |
-
left: 0;
|
196 |
-
top: 0;
|
197 |
-
margin-top: 35px;
|
198 |
-
margin-left: 35px;
|
199 |
-
border: medium inset transparent; }
|
200 |
-
.mfp-arrow:after, .mfp-arrow .mfp-a {
|
201 |
-
border-top-width: 13px;
|
202 |
-
border-bottom-width: 13px;
|
203 |
-
top: 8px; }
|
204 |
-
.mfp-arrow:before, .mfp-arrow .mfp-b {
|
205 |
-
border-top-width: 21px;
|
206 |
-
border-bottom-width: 21px;
|
207 |
-
opacity: 0.7; }
|
208 |
-
|
209 |
-
.mfp-arrow-left {
|
210 |
-
left: 0; }
|
211 |
-
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
|
212 |
-
border-right: 17px solid white;
|
213 |
-
margin-left: 31px; }
|
214 |
-
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
|
215 |
-
margin-left: 25px;
|
216 |
-
border-right: 27px solid #3f3f3f; }
|
217 |
-
|
218 |
-
.mfp-arrow-right {
|
219 |
-
right: 0; }
|
220 |
-
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
|
221 |
-
border-left: 17px solid white;
|
222 |
-
margin-left: 39px; }
|
223 |
-
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
|
224 |
-
border-left: 27px solid #3f3f3f; }
|
225 |
-
|
226 |
-
.mfp-iframe-holder {
|
227 |
-
padding-top: 40px;
|
228 |
-
padding-bottom: 40px; }
|
229 |
-
.mfp-iframe-holder .mfp-content {
|
230 |
-
line-height: 0;
|
231 |
-
width: 100%;
|
232 |
-
max-width: 900px; }
|
233 |
-
.mfp-iframe-holder .mfp-close {
|
234 |
-
top: -40px; }
|
235 |
-
|
236 |
-
.mfp-iframe-scaler {
|
237 |
-
width: 100%;
|
238 |
-
height: 0;
|
239 |
-
overflow: hidden;
|
240 |
-
padding-top: 56.25%; }
|
241 |
-
.mfp-iframe-scaler iframe {
|
242 |
-
position: absolute;
|
243 |
-
display: block;
|
244 |
-
top: 0;
|
245 |
-
left: 0;
|
246 |
-
width: 100%;
|
247 |
-
height: 100%;
|
248 |
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
249 |
-
background: black; }
|
250 |
-
|
251 |
-
/* Main image in popup */
|
252 |
-
img.mfp-img {
|
253 |
-
width: auto;
|
254 |
-
max-width: 100%;
|
255 |
-
height: auto;
|
256 |
-
display: block;
|
257 |
-
line-height: 0;
|
258 |
-
-webkit-box-sizing: border-box;
|
259 |
-
-moz-box-sizing: border-box;
|
260 |
-
box-sizing: border-box;
|
261 |
-
padding: 40px 0 40px;
|
262 |
-
margin: 0 auto; }
|
263 |
-
|
264 |
-
/* The shadow behind the image */
|
265 |
-
.mfp-figure {
|
266 |
-
line-height: 0; }
|
267 |
-
.mfp-figure:after {
|
268 |
-
content: '';
|
269 |
-
position: absolute;
|
270 |
-
left: 0;
|
271 |
-
top: 40px;
|
272 |
-
bottom: 40px;
|
273 |
-
display: block;
|
274 |
-
right: 0;
|
275 |
-
width: auto;
|
276 |
-
height: auto;
|
277 |
-
z-index: -1;
|
278 |
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
279 |
-
background: #444444; }
|
280 |
-
.mfp-figure small {
|
281 |
-
color: #bdbdbd;
|
282 |
-
display: block;
|
283 |
-
font-size: 12px;
|
284 |
-
line-height: 14px; }
|
285 |
-
.mfp-figure figure {
|
286 |
-
margin: 0; }
|
287 |
-
|
288 |
-
.mfp-bottom-bar {
|
289 |
-
margin-top: -36px;
|
290 |
-
position: absolute;
|
291 |
-
top: 100%;
|
292 |
-
left: 0;
|
293 |
-
width: 100%;
|
294 |
-
cursor: auto; }
|
295 |
-
|
296 |
-
.mfp-title {
|
297 |
-
text-align: left;
|
298 |
-
line-height: 18px;
|
299 |
-
color: #f3f3f3;
|
300 |
-
word-wrap: break-word;
|
301 |
-
/*font-weight: bolder;*/
|
302 |
-
padding-right: 36px; }
|
303 |
-
|
304 |
-
.mfp-image-holder .mfp-content {
|
305 |
-
max-width: 100%; }
|
306 |
-
|
307 |
-
.mfp-gallery .mfp-image-holder .mfp-figure {
|
308 |
-
cursor: pointer; }
|
309 |
-
|
310 |
-
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
311 |
-
/**
|
312 |
-
* Remove all paddings around the image on small screen
|
313 |
-
*/
|
314 |
-
.mfp-img-mobile .mfp-image-holder {
|
315 |
-
padding-left: 0;
|
316 |
-
padding-right: 0; }
|
317 |
-
.mfp-img-mobile img.mfp-img {
|
318 |
-
padding: 0; }
|
319 |
-
.mfp-img-mobile .mfp-figure:after {
|
320 |
-
top: 0;
|
321 |
-
bottom: 0; }
|
322 |
-
.mfp-img-mobile .mfp-figure small {
|
323 |
-
display: inline;
|
324 |
-
margin-left: 5px; }
|
325 |
-
.mfp-img-mobile .mfp-bottom-bar {
|
326 |
-
background: rgba(0, 0, 0, 0.6);
|
327 |
-
bottom: 0;
|
328 |
-
margin: 0;
|
329 |
-
top: auto;
|
330 |
-
padding: 3px 5px;
|
331 |
-
position: fixed;
|
332 |
-
-webkit-box-sizing: border-box;
|
333 |
-
-moz-box-sizing: border-box;
|
334 |
-
box-sizing: border-box; }
|
335 |
-
.mfp-img-mobile .mfp-bottom-bar:empty {
|
336 |
-
padding: 0; }
|
337 |
-
.mfp-img-mobile .mfp-counter {
|
338 |
-
right: 5px;
|
339 |
-
top: 3px; }
|
340 |
-
.mfp-img-mobile .mfp-close {
|
341 |
-
top: 0;
|
342 |
-
right: 0;
|
343 |
-
width: 35px;
|
344 |
-
height: 35px;
|
345 |
-
line-height: 35px;
|
346 |
-
background: rgba(0, 0, 0, 0.6);
|
347 |
-
position: fixed;
|
348 |
-
text-align: center;
|
349 |
-
padding: 0; } }
|
350 |
-
|
351 |
-
@media all and (max-width: 900px) {
|
352 |
-
.mfp-arrow {
|
353 |
-
-webkit-transform: scale(0.75);
|
354 |
-
transform: scale(0.75); }
|
355 |
-
.mfp-arrow-left {
|
356 |
-
-webkit-transform-origin: 0;
|
357 |
-
transform-origin: 0; }
|
358 |
-
.mfp-arrow-right {
|
359 |
-
-webkit-transform-origin: 100%;
|
360 |
-
transform-origin: 100%; }
|
361 |
-
.mfp-container {
|
362 |
-
padding-left: 6px;
|
363 |
-
padding-right: 6px; } }
|
364 |
-
|
365 |
-
.mfp-ie7 .mfp-img {
|
366 |
-
padding: 0; }
|
367 |
-
.mfp-ie7 .mfp-bottom-bar {
|
368 |
-
width: 600px;
|
369 |
-
left: 50%;
|
370 |
-
margin-left: -300px;
|
371 |
-
margin-top: 5px;
|
372 |
-
padding-bottom: 5px; }
|
373 |
-
.mfp-ie7 .mfp-container {
|
374 |
-
padding: 0; }
|
375 |
-
.mfp-ie7 .mfp-content {
|
376 |
-
padding-top: 44px; }
|
377 |
-
.mfp-ie7 .mfp-close {
|
378 |
-
top: 0;
|
379 |
-
right: 0;
|
380 |
-
padding-top: 0; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gallery/fonts/index.html
DELETED
File without changes
|
gallery/index.html
DELETED
File without changes
|
includes/frontend/rbs_gallery_class.php
CHANGED
@@ -120,23 +120,15 @@ class roboGallery extends roboGalleryUtils{
|
|
120 |
|
121 |
function robo_gallery_styles() {
|
122 |
if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='forced' ){
|
123 |
-
$this->styleList[] = ROBO_GALLERY_URL.'
|
124 |
-
$this->styleList[] = ROBO_GALLERY_URL.'gallery/css/gallery.css';
|
125 |
if(get_option( ROBO_GALLERY_PREFIX.'fontLoad', 'on' )=='on'){
|
126 |
-
$this->styleList[] = ROBO_GALLERY_URL.'
|
127 |
}
|
128 |
-
$this->styleList[] = ROBO_GALLERY_URL.'gallery/css/gallery.utils.css';
|
129 |
-
$this->styleList[] = ROBO_GALLERY_URL.'css/style.css';
|
130 |
-
$this->styleList[] = ROBO_GALLERY_URL.'addons/button/buttons.css';
|
131 |
} else {
|
132 |
-
wp_enqueue_style( 'robo-gallery-
|
133 |
-
wp_enqueue_style( 'robo-gallery-style', ROBO_GALLERY_URL.'gallery/css/gallery.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
134 |
if(get_option( ROBO_GALLERY_PREFIX.'fontLoad', 'on' )=='on'){
|
135 |
-
wp_enqueue_style( 'robo-gallery-font', ROBO_GALLERY_URL.'
|
136 |
}
|
137 |
-
wp_enqueue_style( 'robo-gallery-utils', ROBO_GALLERY_URL.'gallery/css/gallery.utils.css',array(), ROBO_GALLERY_VERSION, 'all' );
|
138 |
-
wp_enqueue_style( 'robo-gallery-rbs-style', ROBO_GALLERY_URL.'css/style.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
139 |
-
wp_enqueue_style( 'robo-gallery-rbs-button',ROBO_GALLERY_URL.'addons/button/buttons.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
140 |
}
|
141 |
}
|
142 |
|
120 |
|
121 |
function robo_gallery_styles() {
|
122 |
if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='forced' ){
|
123 |
+
$this->styleList[] = ROBO_GALLERY_URL.'css/gallery.css';
|
|
|
124 |
if(get_option( ROBO_GALLERY_PREFIX.'fontLoad', 'on' )=='on'){
|
125 |
+
$this->styleList[] = ROBO_GALLERY_URL.'css/gallery.font.css';
|
126 |
}
|
|
|
|
|
|
|
127 |
} else {
|
128 |
+
wp_enqueue_style( 'robo-gallery-css', ROBO_GALLERY_URL.'css/gallery.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
|
|
129 |
if(get_option( ROBO_GALLERY_PREFIX.'fontLoad', 'on' )=='on'){
|
130 |
+
wp_enqueue_style( 'robo-gallery-font', ROBO_GALLERY_URL.'css/gallery.font.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
131 |
}
|
|
|
|
|
|
|
132 |
}
|
133 |
}
|
134 |
|
includes/rbs_gallery_topblock.php
CHANGED
@@ -26,7 +26,7 @@ if(!function_exists('rbs_gallery_topblock')){
|
|
26 |
|
27 |
if( defined('ROBO_GALLERY_SPECIAL') && ROBO_GALLERY_SPECIAL ){
|
28 |
|
29 |
-
if( ( time() - strtotime('2016-
|
30 |
if( ROBO_GALLERY_SPECIAL==1 ){
|
31 |
echo '<div class="rbsTopBlockFree rbs_getproversionfree_blank">
|
32 |
<div class="rbsTopSmall"><span class="dashicons dashicons-carrot"></span> '.__( 'Do You wish to get PRO version for FREE ?' , 'rbs_gallery' ).' </div>
|
26 |
|
27 |
if( defined('ROBO_GALLERY_SPECIAL') && ROBO_GALLERY_SPECIAL ){
|
28 |
|
29 |
+
if( ( time() - strtotime('2016-11-09') ) < 48*60*60 ){
|
30 |
if( ROBO_GALLERY_SPECIAL==1 ){
|
31 |
echo '<div class="rbsTopBlockFree rbs_getproversionfree_blank">
|
32 |
<div class="rbsTopSmall"><span class="dashicons dashicons-carrot"></span> '.__( 'Do You wish to get PRO version for FREE ?' , 'rbs_gallery' ).' </div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://robosoft.co/robogallery
|
|
4 |
Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 2.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -254,6 +254,10 @@ If any problem occurs, please contact us.
|
|
254 |
|
255 |
== Changelog ==
|
256 |
|
|
|
|
|
|
|
|
|
257 |
= 2.5.6 =
|
258 |
* Optimization of the code structure
|
259 |
* Combining of the gallery JS files
|
@@ -317,6 +321,10 @@ If any problem occurs, please contact us.
|
|
317 |
|
318 |
== Upgrade Notice ==
|
319 |
|
|
|
|
|
|
|
|
|
320 |
= 2.5.6 =
|
321 |
Optimization of the code structure
|
322 |
Combining of the gallery JS files
|
4 |
Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 2.5.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
254 |
|
255 |
== Changelog ==
|
256 |
|
257 |
+
= 2.5.7 =
|
258 |
+
* Optimization of the code structure
|
259 |
+
* Combining of the gallery CSS files
|
260 |
+
|
261 |
= 2.5.6 =
|
262 |
* Optimization of the code structure
|
263 |
* Combining of the gallery JS files
|
321 |
|
322 |
== Upgrade Notice ==
|
323 |
|
324 |
+
= 2.5.7 =
|
325 |
+
Optimization of the code structure
|
326 |
+
Combining of the gallery CSS files
|
327 |
+
|
328 |
= 2.5.6 =
|
329 |
Optimization of the code structure
|
330 |
Combining of the gallery JS files
|
robogallery.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Robo Gallery
|
|
4 |
Plugin URI: http://robosoft.co/gallery
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
Author: RoboSoft
|
7 |
-
Version: 2.5.
|
8 |
Author URI: http://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
10 |
*/
|
@@ -13,7 +13,7 @@ if(!defined('WPINC'))die;
|
|
13 |
if(!defined("ABSPATH"))exit;
|
14 |
|
15 |
define("ROBO_GALLERY", 1);
|
16 |
-
define("ROBO_GALLERY_VERSION", '2.5.
|
17 |
|
18 |
if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
19 |
|
4 |
Plugin URI: http://robosoft.co/gallery
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
Author: RoboSoft
|
7 |
+
Version: 2.5.7
|
8 |
Author URI: http://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
10 |
*/
|
13 |
if(!defined("ABSPATH"))exit;
|
14 |
|
15 |
define("ROBO_GALLERY", 1);
|
16 |
+
define("ROBO_GALLERY_VERSION", '2.5.7');
|
17 |
|
18 |
if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
19 |
|