PluginProbe ʕ •ᴥ•ʔ
Responsive Lightbox & Gallery / 1.4.2
Responsive Lightbox & Gallery v1.4.2
2.7.8 trunk 1.0.0 1.0.1 1.0.1.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.0.1 1.4.1 1.4.11 1.4.12 1.4.13 1.4.14 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.3.1 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7
responsive-lightbox / assets / swipebox / source / swipebox.css
responsive-lightbox / assets / swipebox / source Last commit date
img 13 years ago jquery.swipebox.min.js 12 years ago swipebox.css 12 years ago
swipebox.css
263 lines
1 html.swipebox {
2 overflow: hidden!important;
3 }
4
5 #swipebox-overlay img {
6 border: none!important;
7 }
8
9 #swipebox-overlay {
10 width: 100%;
11 height: 100%;
12 position: fixed;
13 top: 0;
14 left: 0;
15 z-index: 99999!important;
16 overflow: hidden;
17 -webkit-user-select: none;
18 -moz-user-select: none;
19 user-select: none;
20 }
21
22 #swipebox-slider {
23 height: 100%;
24 left: 0;
25 top: 0;
26 width: 100%;
27 white-space: nowrap;
28 position: absolute;
29 display: none;
30 }
31
32 #swipebox-slider .slide {
33 background: url("img/loader.gif") no-repeat center center;
34 height: 100%;
35 width: 100%;
36 line-height: 1px;
37 text-align: center;
38 display: inline-block;
39 }
40
41 #swipebox-slider .slide:before {
42 content: "";
43 display: inline-block;
44 height: 50%;
45 width: 1px;
46 margin-right: -1px;
47 }
48
49 #swipebox-slider .slide img,
50 #swipebox-slider .slide .swipebox-video-container {
51 display: inline-block;
52 max-height: 100%;
53 max-width: 100%;
54 margin: 0;
55 padding: 0;
56 width: auto;
57 height: auto;
58 vertical-align: middle;
59 }
60
61 #swipebox-slider .slide .swipebox-video-container {
62 background:none;
63 max-width: 1140px;
64 max-height: 100%;
65 width: 100%;
66 padding:5%;
67 box-sizing: border-box;
68 -webkit-box-sizing: border-box;
69 -moz-box-sizing: border-box;
70 }
71
72
73 #swipebox-slider .slide .swipebox-video-container .swipebox-video{
74 width: 100%;
75 height: 0;
76 padding-bottom: 56.25%;
77 overflow: hidden;
78 position: relative;
79 }
80
81 #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
82 width: 100%!important;
83 height: 100%!important;
84 position: absolute;
85 top: 0; left: 0;
86 }
87
88 #swipebox-action, #swipebox-caption {
89 position: absolute;
90 left: 0;
91 z-index: 999;
92 height: 50px;
93 width: 100%;
94 overflow: hidden;
95 }
96
97 #swipebox-action {
98 bottom: -50px;
99 }
100 #swipebox-action.visible-bars {
101 bottom: 0;
102 }
103
104 #swipebox-action.force-visible-bars {
105 bottom: 0!important;
106 }
107
108 #swipebox-caption {
109 top: -50px;
110 text-align: center;
111 }
112 #swipebox-caption.visible-bars {
113 top: 0;
114 }
115
116 #swipebox-caption.force-visible-bars {
117 top: 0!important;
118 }
119
120 #swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
121 #swipebox-action #swipebox-close {
122 background-image: url("img/icons.png");
123 background-repeat: no-repeat;
124 border: none!important;
125 text-decoration: none!important;
126 cursor: pointer;
127 position: absolute;
128 width: 50px;
129 height: 50px;
130 top: 0;
131 }
132
133 #swipebox-action #swipebox-close {
134 background-position: 15px 12px;
135 left: 40px;
136 }
137
138 #swipebox-action #swipebox-prev {
139 background-position: -32px 13px;
140 right: 100px;
141 }
142
143 #swipebox-action #swipebox-next {
144 background-position: -78px 13px;
145 right: 40px;
146 }
147
148 #swipebox-action #swipebox-prev.disabled,
149 #swipebox-action #swipebox-next.disabled {
150 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
151 opacity: 0.3;
152 }
153
154 #swipebox-slider.rightSpring {
155 -moz-animation: rightSpring 0.3s;
156 -webkit-animation: rightSpring 0.3s;
157 }
158
159 #swipebox-slider.leftSpring {
160 -moz-animation: leftSpring 0.3s;
161 -webkit-animation: leftSpring 0.3s;
162 }
163
164 @-moz-keyframes rightSpring {
165 0% {
166 margin-left: 0px;
167 }
168
169 50% {
170 margin-left: -30px;
171 }
172
173 100% {
174 margin-left: 0px;
175 }
176 }
177
178 @-moz-keyframes leftSpring {
179 0% {
180 margin-left: 0px;
181 }
182
183 50% {
184 margin-left: 30px;
185 }
186
187 100% {
188 margin-left: 0px;
189 }
190 }
191
192 @-webkit-keyframes rightSpring {
193 0% {
194 margin-left: 0px;
195 }
196
197 50% {
198 margin-left: -30px;
199 }
200
201 100% {
202 margin-left: 0px;
203 }
204 }
205
206 @-webkit-keyframes leftSpring {
207 0% {
208 margin-left: 0px;
209 }
210
211 50% {
212 margin-left: 30px;
213 }
214
215 100% {
216 margin-left: 0px;
217 }
218 }
219
220 @media screen and (max-width: 800px) {
221 #swipebox-action #swipebox-close {
222 left: 0;
223 }
224
225 #swipebox-action #swipebox-prev {
226 right: 60px;
227 }
228
229 #swipebox-action #swipebox-next {
230 right: 0;
231 }
232 }
233
234
235 /* Skin
236 --------------------------*/
237 #swipebox-overlay {
238 background: #0d0d0d;
239 }
240
241 #swipebox-action, #swipebox-caption {
242 text-shadow: 1px 1px 1px black;
243 background-color: #0d0d0d;
244 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
245 background-image: -webkit-linear-gradient(#0d0d0d, #000000);
246 background-image: -moz-linear-gradient(#0d0d0d, #000000);
247 background-image: -o-linear-gradient(#0d0d0d, #000000);
248 background-image: linear-gradient(#0d0d0d, #000000);
249 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
250 opacity: 0.95;
251 }
252
253 #swipebox-action {
254 border-top: 1px solid rgba(255, 255, 255, 0.2);
255 }
256
257 #swipebox-caption {
258 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
259 color: white!important;
260 font-size: 15px;
261 line-height: 43px;
262 font-family: Helvetica, Arial, sans-serif;
263 }