@@ -16,9 +16,9 @@ html.swipebox-html.swipebox-touch {
1616 z-index : 99999 !important ;
1717 overflow : hidden;
1818 -webkit-user-select : none;
19- -moz-user-select : none;
20- -ms-user-select : none;
21- user-select : none;
19+ -moz-user-select : none;
20+ -ms-user-select : none;
21+ user-select : none;
2222}
2323
2424# swipebox-container {
@@ -29,7 +29,7 @@ html.swipebox-html.swipebox-touch {
2929
3030# swipebox-slider {
3131 -webkit-transition : -webkit-transform 0.4s ease;
32- transition : transform 0.4s ease;
32+ transition : transform 0.4s ease;
3333 height : 100% ;
3434 left : 0 ;
3535 top : 0 ;
@@ -53,7 +53,9 @@ html.swipebox-html.swipebox-touch {
5353 width : 1px ;
5454 margin-right : -1px ;
5555}
56- # swipebox-slider .slide img , # swipebox-slider .slide .swipebox-video-container {
56+ # swipebox-slider .slide img ,
57+ # swipebox-slider .slide .swipebox-video-container ,
58+ # swipebox-slider .slide .swipebox-inline-container {
5759 display : inline-block;
5860 max-height : 100% ;
5961 max-width : 100% ;
@@ -70,7 +72,7 @@ html.swipebox-html.swipebox-touch {
7072 width : 100% ;
7173 padding : 5% ;
7274 -webkit-box-sizing : border-box;
73- box-sizing : border-box;
75+ box-sizing : border-box;
7476}
7577# swipebox-slider .slide .swipebox-video-container .swipebox-video {
7678 width : 100% ;
@@ -93,7 +95,7 @@ html.swipebox-html.swipebox-touch {
9395# swipebox-bottom-bar ,
9496# swipebox-top-bar {
9597 -webkit-transition : 0.5s ;
96- transition : 0.5s ;
98+ transition : 0.5s ;
9799 position : absolute;
98100 left : 0 ;
99101 z-index : 999 ;
@@ -106,15 +108,15 @@ html.swipebox-html.swipebox-touch {
106108}
107109# swipebox-bottom-bar .visible-bars {
108110 -webkit-transform : translate3d (0 , -50px , 0 );
109- transform : translate3d (0 , -50px , 0 );
111+ transform : translate3d (0 , -50px , 0 );
110112}
111113
112114# swipebox-top-bar {
113115 top : -50px ;
114116}
115117# swipebox-top-bar .visible-bars {
116118 -webkit-transform : translate3d (0 , 50px , 0 );
117- transform : translate3d (0 , 50px , 0 );
119+ transform : translate3d (0 , 50px , 0 );
118120}
119121
120122# swipebox-title {
@@ -172,18 +174,18 @@ html.swipebox-html.swipebox-touch {
172174
173175.swipebox-no-touch # swipebox-overlay .rightSpring # swipebox-slider {
174176 -webkit-animation : rightSpring 0.3s ;
175- animation : rightSpring 0.3s ;
177+ animation : rightSpring 0.3s ;
176178}
177179.swipebox-no-touch # swipebox-overlay .leftSpring # swipebox-slider {
178180 -webkit-animation : leftSpring 0.3s ;
179- animation : leftSpring 0.3s ;
181+ animation : leftSpring 0.3s ;
180182}
181183
182184.swipebox-touch # swipebox-container : before , .swipebox-touch # swipebox-container : after {
183185 -webkit-backface-visibility : hidden;
184- backface-visibility : hidden;
186+ backface-visibility : hidden;
185187 -webkit-transition : all .3s ease;
186- transition : all .3s ease;
188+ transition : all .3s ease;
187189 content : ' ' ;
188190 position : absolute;
189191 z-index : 999 ;
@@ -195,12 +197,12 @@ html.swipebox-html.swipebox-touch {
195197.swipebox-touch # swipebox-container : before {
196198 left : 0 ;
197199 -webkit-box-shadow : inset 10px 0px 10px -8px # 656565 ;
198- box-shadow : inset 10px 0px 10px -8px # 656565 ;
200+ box-shadow : inset 10px 0px 10px -8px # 656565 ;
199201}
200202.swipebox-touch # swipebox-container : after {
201203 right : 0 ;
202204 -webkit-box-shadow : inset -10px 0px 10px -8px # 656565 ;
203- box-shadow : inset -10px 0px 10px -8px # 656565 ;
205+ box-shadow : inset -10px 0px 10px -8px # 656565 ;
204206}
205207.swipebox-touch # swipebox-overlay .leftSpringTouch # swipebox-container : before {
206208 opacity : 1 ;
@@ -213,11 +215,9 @@ html.swipebox-html.swipebox-touch {
213215 0% {
214216 left : 0 ;
215217 }
216-
217218 50% {
218219 left : -30px ;
219220 }
220-
221221 100% {
222222 left : 0 ;
223223 }
@@ -227,11 +227,9 @@ html.swipebox-html.swipebox-touch {
227227 0% {
228228 left : 0 ;
229229 }
230-
231230 50% {
232231 left : -30px ;
233232 }
234-
235233 100% {
236234 left : 0 ;
237235 }
@@ -240,11 +238,9 @@ html.swipebox-html.swipebox-touch {
240238 0% {
241239 left : 0 ;
242240 }
243-
244241 50% {
245242 left : 30px ;
246243 }
247-
248244 100% {
249245 left : 0 ;
250246 }
@@ -253,11 +249,9 @@ html.swipebox-html.swipebox-touch {
253249 0% {
254250 left : 0 ;
255251 }
256-
257252 50% {
258253 left : 30px ;
259254 }
260-
261255 100% {
262256 left : 0 ;
263257 }
0 commit comments