@@ -16,9 +16,9 @@ html.swipebox-html.swipebox-touch {
16
16
z-index : 99999 !important ;
17
17
overflow : hidden;
18
18
-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;
22
22
}
23
23
24
24
# swipebox-container {
@@ -29,7 +29,7 @@ html.swipebox-html.swipebox-touch {
29
29
30
30
# swipebox-slider {
31
31
-webkit-transition : -webkit-transform 0.4s ease;
32
- transition : transform 0.4s ease;
32
+ transition : transform 0.4s ease;
33
33
height : 100% ;
34
34
left : 0 ;
35
35
top : 0 ;
@@ -53,7 +53,9 @@ html.swipebox-html.swipebox-touch {
53
53
width : 1px ;
54
54
margin-right : -1px ;
55
55
}
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 {
57
59
display : inline-block;
58
60
max-height : 100% ;
59
61
max-width : 100% ;
@@ -70,7 +72,7 @@ html.swipebox-html.swipebox-touch {
70
72
width : 100% ;
71
73
padding : 5% ;
72
74
-webkit-box-sizing : border-box;
73
- box-sizing : border-box;
75
+ box-sizing : border-box;
74
76
}
75
77
# swipebox-slider .slide .swipebox-video-container .swipebox-video {
76
78
width : 100% ;
@@ -93,7 +95,7 @@ html.swipebox-html.swipebox-touch {
93
95
# swipebox-bottom-bar ,
94
96
# swipebox-top-bar {
95
97
-webkit-transition : 0.5s ;
96
- transition : 0.5s ;
98
+ transition : 0.5s ;
97
99
position : absolute;
98
100
left : 0 ;
99
101
z-index : 999 ;
@@ -106,15 +108,15 @@ html.swipebox-html.swipebox-touch {
106
108
}
107
109
# swipebox-bottom-bar .visible-bars {
108
110
-webkit-transform : translate3d (0 , -50px , 0 );
109
- transform : translate3d (0 , -50px , 0 );
111
+ transform : translate3d (0 , -50px , 0 );
110
112
}
111
113
112
114
# swipebox-top-bar {
113
115
top : -50px ;
114
116
}
115
117
# swipebox-top-bar .visible-bars {
116
118
-webkit-transform : translate3d (0 , 50px , 0 );
117
- transform : translate3d (0 , 50px , 0 );
119
+ transform : translate3d (0 , 50px , 0 );
118
120
}
119
121
120
122
# swipebox-title {
@@ -172,18 +174,18 @@ html.swipebox-html.swipebox-touch {
172
174
173
175
.swipebox-no-touch # swipebox-overlay .rightSpring # swipebox-slider {
174
176
-webkit-animation : rightSpring 0.3s ;
175
- animation : rightSpring 0.3s ;
177
+ animation : rightSpring 0.3s ;
176
178
}
177
179
.swipebox-no-touch # swipebox-overlay .leftSpring # swipebox-slider {
178
180
-webkit-animation : leftSpring 0.3s ;
179
- animation : leftSpring 0.3s ;
181
+ animation : leftSpring 0.3s ;
180
182
}
181
183
182
184
.swipebox-touch # swipebox-container : before , .swipebox-touch # swipebox-container : after {
183
185
-webkit-backface-visibility : hidden;
184
- backface-visibility : hidden;
186
+ backface-visibility : hidden;
185
187
-webkit-transition : all .3s ease;
186
- transition : all .3s ease;
188
+ transition : all .3s ease;
187
189
content : ' ' ;
188
190
position : absolute;
189
191
z-index : 999 ;
@@ -195,12 +197,12 @@ html.swipebox-html.swipebox-touch {
195
197
.swipebox-touch # swipebox-container : before {
196
198
left : 0 ;
197
199
-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 ;
199
201
}
200
202
.swipebox-touch # swipebox-container : after {
201
203
right : 0 ;
202
204
-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 ;
204
206
}
205
207
.swipebox-touch # swipebox-overlay .leftSpringTouch # swipebox-container : before {
206
208
opacity : 1 ;
@@ -213,11 +215,9 @@ html.swipebox-html.swipebox-touch {
213
215
0% {
214
216
left : 0 ;
215
217
}
216
-
217
218
50% {
218
219
left : -30px ;
219
220
}
220
-
221
221
100% {
222
222
left : 0 ;
223
223
}
@@ -227,11 +227,9 @@ html.swipebox-html.swipebox-touch {
227
227
0% {
228
228
left : 0 ;
229
229
}
230
-
231
230
50% {
232
231
left : -30px ;
233
232
}
234
-
235
233
100% {
236
234
left : 0 ;
237
235
}
@@ -240,11 +238,9 @@ html.swipebox-html.swipebox-touch {
240
238
0% {
241
239
left : 0 ;
242
240
}
243
-
244
241
50% {
245
242
left : 30px ;
246
243
}
247
-
248
244
100% {
249
245
left : 0 ;
250
246
}
@@ -253,11 +249,9 @@ html.swipebox-html.swipebox-touch {
253
249
0% {
254
250
left : 0 ;
255
251
}
256
-
257
252
50% {
258
253
left : 30px ;
259
254
}
260
-
261
255
100% {
262
256
left : 0 ;
263
257
}
0 commit comments