|
1 | | -/* line 12, ../../sass/swipebox.scss */ |
2 | 1 | #swipebox-overlay img { |
3 | 2 | border: none !important; |
4 | 3 | } |
5 | 4 |
|
6 | | -/* line 16, ../../sass/swipebox.scss */ |
7 | 5 | #swipebox-overlay { |
8 | 6 | width: 100%; |
9 | 7 | height: 100%; |
|
17 | 15 | user-select: none; |
18 | 16 | } |
19 | 17 |
|
20 | | -/* line 27, ../../sass/swipebox.scss */ |
21 | 18 | #swipebox-slider { |
22 | 19 | height: 100%; |
23 | 20 | left: 0; |
|
27 | 24 | position: absolute; |
28 | 25 | display: none; |
29 | 26 | } |
30 | | -/* line 36, ../../sass/swipebox.scss */ |
31 | 27 | #swipebox-slider .slide { |
32 | 28 | background: url("../img/loader.gif") no-repeat center center; |
33 | 29 | height: 100%; |
|
36 | 32 | text-align: center; |
37 | 33 | display: inline-block; |
38 | 34 | } |
39 | | -/* line 44, ../../sass/swipebox.scss */ |
40 | 35 | #swipebox-slider .slide:before { |
41 | 36 | content: ""; |
42 | 37 | display: inline-block; |
43 | 38 | height: 50%; |
44 | 39 | width: 1px; |
45 | 40 | margin-right: -1px; |
46 | 41 | } |
47 | | -/* line 52, ../../sass/swipebox.scss */ |
48 | 42 | #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container { |
49 | 43 | display: inline-block; |
50 | 44 | max-height: 100%; |
|
55 | 49 | height: auto; |
56 | 50 | vertical-align: middle; |
57 | 51 | } |
58 | | -/* line 63, ../../sass/swipebox.scss */ |
59 | 52 | #swipebox-slider .slide .swipebox-video-container { |
60 | 53 | background: none; |
61 | 54 | max-width: 1140px; |
|
66 | 59 | -webkit-box-sizing: border-box; |
67 | 60 | -moz-box-sizing: border-box; |
68 | 61 | } |
69 | | -/* line 73, ../../sass/swipebox.scss */ |
70 | 62 | #swipebox-slider .slide .swipebox-video-container .swipebox-video { |
71 | 63 | width: 100%; |
72 | 64 | height: 0; |
73 | 65 | padding-bottom: 56.25%; |
74 | 66 | overflow: hidden; |
75 | 67 | position: relative; |
76 | 68 | } |
77 | | -/* line 79, ../../sass/swipebox.scss */ |
78 | 69 | #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe { |
79 | 70 | width: 100% !important; |
80 | 71 | height: 100% !important; |
|
83 | 74 | left: 0; |
84 | 75 | } |
85 | 76 |
|
86 | | -/* line 92, ../../sass/swipebox.scss */ |
87 | 77 | #swipebox-action, |
88 | 78 | #swipebox-caption { |
89 | 79 | position: absolute; |
|
93 | 83 | width: 100%; |
94 | 84 | } |
95 | 85 |
|
96 | | -/* line 100, ../../sass/swipebox.scss */ |
97 | 86 | #swipebox-action { |
98 | 87 | bottom: -50px; |
99 | 88 | } |
100 | | -/* line 103, ../../sass/swipebox.scss */ |
101 | 89 | #swipebox-action.visible-bars { |
102 | 90 | bottom: 0; |
103 | 91 | } |
104 | | -/* line 107, ../../sass/swipebox.scss */ |
105 | 92 | #swipebox-action.force-visible-bars { |
106 | 93 | bottom: 0 !important; |
107 | 94 | } |
108 | | -/* line 113, ../../sass/swipebox.scss */ |
109 | 95 | #swipebox-action #swipebox-prev, |
110 | 96 | #swipebox-action #swipebox-next, |
111 | 97 | #swipebox-action #swipebox-close { |
|
119 | 105 | height: 50px; |
120 | 106 | top: 0; |
121 | 107 | } |
122 | | -/* line 125, ../../sass/swipebox.scss */ |
123 | 108 | #swipebox-action #swipebox-prev { |
124 | 109 | background-position: -32px 13px; |
125 | 110 | right: 100px; |
126 | 111 | } |
127 | | -/* line 130, ../../sass/swipebox.scss */ |
128 | 112 | #swipebox-action #swipebox-next { |
129 | 113 | background-position: -78px 13px; |
130 | 114 | right: 40px; |
131 | 115 | } |
132 | | -/* line 135, ../../sass/swipebox.scss */ |
133 | 116 | #swipebox-action #swipebox-close { |
134 | 117 | background-position: 15px 12px; |
135 | 118 | left: 40px; |
136 | 119 | } |
137 | | -/* line 142, ../../sass/swipebox.scss */ |
138 | 120 | #swipebox-action #swipebox-prev.disabled, |
139 | 121 | #swipebox-action #swipebox-next.disabled { |
140 | 122 | opacity: 0.3; |
141 | 123 | } |
142 | 124 |
|
143 | | -/* line 150, ../../sass/swipebox.scss */ |
144 | 125 | #swipebox-caption { |
145 | 126 | top: -50px; |
146 | 127 | text-align: center; |
147 | 128 | } |
148 | | -/* line 154, ../../sass/swipebox.scss */ |
149 | 129 | #swipebox-caption.visible-bars { |
150 | 130 | top: 0; |
151 | 131 | } |
152 | | -/* line 158, ../../sass/swipebox.scss */ |
153 | 132 | #swipebox-caption.force-visible-bars { |
154 | 133 | top: 0 !important; |
155 | 134 | } |
156 | 135 |
|
157 | | -/* line 163, ../../sass/swipebox.scss */ |
158 | 136 | #swipebox-slider.rightSpring { |
159 | 137 | -moz-animation: rightSpring 0.3s; |
160 | 138 | -webkit-animation: rightSpring 0.3s; |
161 | 139 | } |
162 | 140 |
|
163 | | -/* line 168, ../../sass/swipebox.scss */ |
164 | 141 | #swipebox-slider.leftSpring { |
165 | 142 | -moz-animation: leftSpring 0.3s; |
166 | 143 | -webkit-animation: leftSpring 0.3s; |
167 | 144 | } |
168 | 145 |
|
169 | 146 | @-moz-keyframes rightSpring { |
170 | | - /* line 174, ../../sass/swipebox.scss */ |
171 | 147 | 0% { |
172 | 148 | margin-left: 0px; |
173 | 149 | } |
174 | 150 |
|
175 | | - /* line 178, ../../sass/swipebox.scss */ |
176 | 151 | 50% { |
177 | 152 | margin-left: -30px; |
178 | 153 | } |
179 | 154 |
|
180 | | - /* line 182, ../../sass/swipebox.scss */ |
181 | 155 | 100% { |
182 | 156 | margin-left: 0px; |
183 | 157 | } |
184 | 158 | } |
185 | 159 |
|
186 | 160 | @-moz-keyframes leftSpring { |
187 | | - /* line 188, ../../sass/swipebox.scss */ |
188 | 161 | 0% { |
189 | 162 | margin-left: 0px; |
190 | 163 | } |
191 | 164 |
|
192 | | - /* line 192, ../../sass/swipebox.scss */ |
193 | 165 | 50% { |
194 | 166 | margin-left: 30px; |
195 | 167 | } |
196 | 168 |
|
197 | | - /* line 196, ../../sass/swipebox.scss */ |
198 | 169 | 100% { |
199 | 170 | margin-left: 0px; |
200 | 171 | } |
201 | 172 | } |
202 | 173 |
|
203 | 174 | @-webkit-keyframes rightSpring { |
204 | | - /* line 202, ../../sass/swipebox.scss */ |
205 | 175 | 0% { |
206 | 176 | margin-left: 0px; |
207 | 177 | } |
208 | 178 |
|
209 | | - /* line 206, ../../sass/swipebox.scss */ |
210 | 179 | 50% { |
211 | 180 | margin-left: -30px; |
212 | 181 | } |
213 | 182 |
|
214 | | - /* line 210, ../../sass/swipebox.scss */ |
215 | 183 | 100% { |
216 | 184 | margin-left: 0px; |
217 | 185 | } |
218 | 186 | } |
219 | 187 |
|
220 | 188 | @-webkit-keyframes leftSpring { |
221 | | - /* line 216, ../../sass/swipebox.scss */ |
222 | 189 | 0% { |
223 | 190 | margin-left: 0px; |
224 | 191 | } |
225 | 192 |
|
226 | | - /* line 220, ../../sass/swipebox.scss */ |
227 | 193 | 50% { |
228 | 194 | margin-left: 30px; |
229 | 195 | } |
230 | 196 |
|
231 | | - /* line 224, ../../sass/swipebox.scss */ |
232 | 197 | 100% { |
233 | 198 | margin-left: 0px; |
234 | 199 | } |
235 | 200 | } |
236 | 201 |
|
237 | 202 | @media screen and (max-width: 800px) { |
238 | | - /* line 230, ../../sass/swipebox.scss */ |
239 | 203 | #swipebox-action #swipebox-close { |
240 | 204 | left: 0; |
241 | 205 | } |
242 | 206 |
|
243 | | - /* line 234, ../../sass/swipebox.scss */ |
244 | 207 | #swipebox-action #swipebox-prev { |
245 | 208 | right: 60px; |
246 | 209 | } |
247 | 210 |
|
248 | | - /* line 238, ../../sass/swipebox.scss */ |
249 | 211 | #swipebox-action #swipebox-next { |
250 | 212 | right: 0; |
251 | 213 | } |
252 | 214 | } |
253 | 215 | /* Skin |
254 | 216 | --------------------------*/ |
255 | | -/* line 245, ../../sass/swipebox.scss */ |
256 | 217 | #swipebox-overlay { |
257 | 218 | background: #0d0d0d; |
258 | 219 | } |
259 | 220 |
|
260 | | -/* line 250, ../../sass/swipebox.scss */ |
261 | 221 | #swipebox-action, |
262 | 222 | #swipebox-caption { |
263 | 223 | text-shadow: 1px 1px 1px black; |
|
270 | 230 | opacity: 0.95; |
271 | 231 | } |
272 | 232 |
|
273 | | -/* line 256, ../../sass/swipebox.scss */ |
274 | 233 | #swipebox-action { |
275 | 234 | border-top: 1px solid rgba(255, 255, 255, 0.2); |
276 | 235 | } |
277 | 236 |
|
278 | | -/* line 260, ../../sass/swipebox.scss */ |
279 | 237 | #swipebox-caption { |
280 | 238 | border-bottom: 1px solid rgba(255, 255, 255, 0.2); |
281 | 239 | color: white !important; |
|
0 commit comments