1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,548 @@ |
1 |
+@keyframes vex-flyin { |
|
2 |
+ /* line 25, ../sass/_keyframes.sass */ |
|
3 |
+ 0% { |
|
4 |
+ opacity: 0; |
|
5 |
+ transform: translateY(-40px); |
|
6 |
+ -webkit-transform: translateY(-40px); |
|
7 |
+ -moz-transform: translateY(-40px); |
|
8 |
+ -ms-transform: translateY(-40px); |
|
9 |
+ -o-transform: translateY(-40px); |
|
10 |
+ } |
|
11 |
+ |
|
12 |
+ /* line 28, ../sass/_keyframes.sass */ |
|
13 |
+ 100% { |
|
14 |
+ opacity: 1; |
|
15 |
+ transform: translateY(0); |
|
16 |
+ -webkit-transform: translateY(0); |
|
17 |
+ -moz-transform: translateY(0); |
|
18 |
+ -ms-transform: translateY(0); |
|
19 |
+ -o-transform: translateY(0); |
|
20 |
+ } |
|
21 |
+} |
|
22 |
+ |
|
23 |
+@-webkit-keyframes vex-flyin { |
|
24 |
+ /* line 25, ../sass/_keyframes.sass */ |
|
25 |
+ 0% { |
|
26 |
+ opacity: 0; |
|
27 |
+ transform: translateY(-40px); |
|
28 |
+ -webkit-transform: translateY(-40px); |
|
29 |
+ -moz-transform: translateY(-40px); |
|
30 |
+ -ms-transform: translateY(-40px); |
|
31 |
+ -o-transform: translateY(-40px); |
|
32 |
+ } |
|
33 |
+ |
|
34 |
+ /* line 28, ../sass/_keyframes.sass */ |
|
35 |
+ 100% { |
|
36 |
+ opacity: 1; |
|
37 |
+ transform: translateY(0); |
|
38 |
+ -webkit-transform: translateY(0); |
|
39 |
+ -moz-transform: translateY(0); |
|
40 |
+ -ms-transform: translateY(0); |
|
41 |
+ -o-transform: translateY(0); |
|
42 |
+ } |
|
43 |
+} |
|
44 |
+ |
|
45 |
+@-moz-keyframes vex-flyin { |
|
46 |
+ /* line 25, ../sass/_keyframes.sass */ |
|
47 |
+ 0% { |
|
48 |
+ opacity: 0; |
|
49 |
+ transform: translateY(-40px); |
|
50 |
+ -webkit-transform: translateY(-40px); |
|
51 |
+ -moz-transform: translateY(-40px); |
|
52 |
+ -ms-transform: translateY(-40px); |
|
53 |
+ -o-transform: translateY(-40px); |
|
54 |
+ } |
|
55 |
+ |
|
56 |
+ /* line 28, ../sass/_keyframes.sass */ |
|
57 |
+ 100% { |
|
58 |
+ opacity: 1; |
|
59 |
+ transform: translateY(0); |
|
60 |
+ -webkit-transform: translateY(0); |
|
61 |
+ -moz-transform: translateY(0); |
|
62 |
+ -ms-transform: translateY(0); |
|
63 |
+ -o-transform: translateY(0); |
|
64 |
+ } |
|
65 |
+} |
|
66 |
+ |
|
67 |
+@-ms-keyframes vex-flyin { |
|
68 |
+ /* line 25, ../sass/_keyframes.sass */ |
|
69 |
+ 0% { |
|
70 |
+ opacity: 0; |
|
71 |
+ transform: translateY(-40px); |
|
72 |
+ -webkit-transform: translateY(-40px); |
|
73 |
+ -moz-transform: translateY(-40px); |
|
74 |
+ -ms-transform: translateY(-40px); |
|
75 |
+ -o-transform: translateY(-40px); |
|
76 |
+ } |
|
77 |
+ |
|
78 |
+ /* line 28, ../sass/_keyframes.sass */ |
|
79 |
+ 100% { |
|
80 |
+ opacity: 1; |
|
81 |
+ transform: translateY(0); |
|
82 |
+ -webkit-transform: translateY(0); |
|
83 |
+ -moz-transform: translateY(0); |
|
84 |
+ -ms-transform: translateY(0); |
|
85 |
+ -o-transform: translateY(0); |
|
86 |
+ } |
|
87 |
+} |
|
88 |
+ |
|
89 |
+@-o-keyframes vex-flyin { |
|
90 |
+ /* line 25, ../sass/_keyframes.sass */ |
|
91 |
+ 0% { |
|
92 |
+ opacity: 0; |
|
93 |
+ transform: translateY(-40px); |
|
94 |
+ -webkit-transform: translateY(-40px); |
|
95 |
+ -moz-transform: translateY(-40px); |
|
96 |
+ -ms-transform: translateY(-40px); |
|
97 |
+ -o-transform: translateY(-40px); |
|
98 |
+ } |
|
99 |
+ |
|
100 |
+ /* line 28, ../sass/_keyframes.sass */ |
|
101 |
+ 100% { |
|
102 |
+ opacity: 1; |
|
103 |
+ transform: translateY(0); |
|
104 |
+ -webkit-transform: translateY(0); |
|
105 |
+ -moz-transform: translateY(0); |
|
106 |
+ -ms-transform: translateY(0); |
|
107 |
+ -o-transform: translateY(0); |
|
108 |
+ } |
|
109 |
+} |
|
110 |
+ |
|
111 |
+@keyframes vex-flyout { |
|
112 |
+ /* line 34, ../sass/_keyframes.sass */ |
|
113 |
+ 0% { |
|
114 |
+ opacity: 1; |
|
115 |
+ transform: translateY(0); |
|
116 |
+ -webkit-transform: translateY(0); |
|
117 |
+ -moz-transform: translateY(0); |
|
118 |
+ -ms-transform: translateY(0); |
|
119 |
+ -o-transform: translateY(0); |
|
120 |
+ } |
|
121 |
+ |
|
122 |
+ /* line 37, ../sass/_keyframes.sass */ |
|
123 |
+ 100% { |
|
124 |
+ opacity: 0; |
|
125 |
+ transform: translateY(-40px); |
|
126 |
+ -webkit-transform: translateY(-40px); |
|
127 |
+ -moz-transform: translateY(-40px); |
|
128 |
+ -ms-transform: translateY(-40px); |
|
129 |
+ -o-transform: translateY(-40px); |
|
130 |
+ } |
|
131 |
+} |
|
132 |
+ |
|
133 |
+@-webkit-keyframes vex-flyout { |
|
134 |
+ /* line 34, ../sass/_keyframes.sass */ |
|
135 |
+ 0% { |
|
136 |
+ opacity: 1; |
|
137 |
+ transform: translateY(0); |
|
138 |
+ -webkit-transform: translateY(0); |
|
139 |
+ -moz-transform: translateY(0); |
|
140 |
+ -ms-transform: translateY(0); |
|
141 |
+ -o-transform: translateY(0); |
|
142 |
+ } |
|
143 |
+ |
|
144 |
+ /* line 37, ../sass/_keyframes.sass */ |
|
145 |
+ 100% { |
|
146 |
+ opacity: 0; |
|
147 |
+ transform: translateY(-40px); |
|
148 |
+ -webkit-transform: translateY(-40px); |
|
149 |
+ -moz-transform: translateY(-40px); |
|
150 |
+ -ms-transform: translateY(-40px); |
|
151 |
+ -o-transform: translateY(-40px); |
|
152 |
+ } |
|
153 |
+} |
|
154 |
+ |
|
155 |
+@-moz-keyframes vex-flyout { |
|
156 |
+ /* line 34, ../sass/_keyframes.sass */ |
|
157 |
+ 0% { |
|
158 |
+ opacity: 1; |
|
159 |
+ transform: translateY(0); |
|
160 |
+ -webkit-transform: translateY(0); |
|
161 |
+ -moz-transform: translateY(0); |
|
162 |
+ -ms-transform: translateY(0); |
|
163 |
+ -o-transform: translateY(0); |
|
164 |
+ } |
|
165 |
+ |
|
166 |
+ /* line 37, ../sass/_keyframes.sass */ |
|
167 |
+ 100% { |
|
168 |
+ opacity: 0; |
|
169 |
+ transform: translateY(-40px); |
|
170 |
+ -webkit-transform: translateY(-40px); |
|
171 |
+ -moz-transform: translateY(-40px); |
|
172 |
+ -ms-transform: translateY(-40px); |
|
173 |
+ -o-transform: translateY(-40px); |
|
174 |
+ } |
|
175 |
+} |
|
176 |
+ |
|
177 |
+@-ms-keyframes vex-flyout { |
|
178 |
+ /* line 34, ../sass/_keyframes.sass */ |
|
179 |
+ 0% { |
|
180 |
+ opacity: 1; |
|
181 |
+ transform: translateY(0); |
|
182 |
+ -webkit-transform: translateY(0); |
|
183 |
+ -moz-transform: translateY(0); |
|
184 |
+ -ms-transform: translateY(0); |
|
185 |
+ -o-transform: translateY(0); |
|
186 |
+ } |
|
187 |
+ |
|
188 |
+ /* line 37, ../sass/_keyframes.sass */ |
|
189 |
+ 100% { |
|
190 |
+ opacity: 0; |
|
191 |
+ transform: translateY(-40px); |
|
192 |
+ -webkit-transform: translateY(-40px); |
|
193 |
+ -moz-transform: translateY(-40px); |
|
194 |
+ -ms-transform: translateY(-40px); |
|
195 |
+ -o-transform: translateY(-40px); |
|
196 |
+ } |
|
197 |
+} |
|
198 |
+ |
|
199 |
+@-o-keyframes vex-flyout { |
|
200 |
+ /* line 34, ../sass/_keyframes.sass */ |
|
201 |
+ 0% { |
|
202 |
+ opacity: 1; |
|
203 |
+ transform: translateY(0); |
|
204 |
+ -webkit-transform: translateY(0); |
|
205 |
+ -moz-transform: translateY(0); |
|
206 |
+ -ms-transform: translateY(0); |
|
207 |
+ -o-transform: translateY(0); |
|
208 |
+ } |
|
209 |
+ |
|
210 |
+ /* line 37, ../sass/_keyframes.sass */ |
|
211 |
+ 100% { |
|
212 |
+ opacity: 0; |
|
213 |
+ transform: translateY(-40px); |
|
214 |
+ -webkit-transform: translateY(-40px); |
|
215 |
+ -moz-transform: translateY(-40px); |
|
216 |
+ -ms-transform: translateY(-40px); |
|
217 |
+ -o-transform: translateY(-40px); |
|
218 |
+ } |
|
219 |
+} |
|
220 |
+ |
|
221 |
+@keyframes vex-pulse { |
|
222 |
+ /* line 136, ../sass/_keyframes.sass */ |
|
223 |
+ 0% { |
|
224 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
225 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
226 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
227 |
+ } |
|
228 |
+ |
|
229 |
+ /* line 138, ../sass/_keyframes.sass */ |
|
230 |
+ 70% { |
|
231 |
+ -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
232 |
+ -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
233 |
+ box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
234 |
+ } |
|
235 |
+ |
|
236 |
+ /* line 140, ../sass/_keyframes.sass */ |
|
237 |
+ 100% { |
|
238 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
239 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
240 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
241 |
+ } |
|
242 |
+} |
|
243 |
+ |
|
244 |
+@-webkit-keyframes vex-pulse { |
|
245 |
+ /* line 136, ../sass/_keyframes.sass */ |
|
246 |
+ 0% { |
|
247 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
248 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
249 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
250 |
+ } |
|
251 |
+ |
|
252 |
+ /* line 138, ../sass/_keyframes.sass */ |
|
253 |
+ 70% { |
|
254 |
+ -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
255 |
+ -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
256 |
+ box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
257 |
+ } |
|
258 |
+ |
|
259 |
+ /* line 140, ../sass/_keyframes.sass */ |
|
260 |
+ 100% { |
|
261 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
262 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
263 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
264 |
+ } |
|
265 |
+} |
|
266 |
+ |
|
267 |
+@-moz-keyframes vex-pulse { |
|
268 |
+ /* line 136, ../sass/_keyframes.sass */ |
|
269 |
+ 0% { |
|
270 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
271 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
272 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
273 |
+ } |
|
274 |
+ |
|
275 |
+ /* line 138, ../sass/_keyframes.sass */ |
|
276 |
+ 70% { |
|
277 |
+ -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
278 |
+ -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
279 |
+ box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
280 |
+ } |
|
281 |
+ |
|
282 |
+ /* line 140, ../sass/_keyframes.sass */ |
|
283 |
+ 100% { |
|
284 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
285 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
286 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
287 |
+ } |
|
288 |
+} |
|
289 |
+ |
|
290 |
+@-ms-keyframes vex-pulse { |
|
291 |
+ /* line 136, ../sass/_keyframes.sass */ |
|
292 |
+ 0% { |
|
293 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
294 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
295 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
296 |
+ } |
|
297 |
+ |
|
298 |
+ /* line 138, ../sass/_keyframes.sass */ |
|
299 |
+ 70% { |
|
300 |
+ -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
301 |
+ -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
302 |
+ box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
303 |
+ } |
|
304 |
+ |
|
305 |
+ /* line 140, ../sass/_keyframes.sass */ |
|
306 |
+ 100% { |
|
307 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
308 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
309 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
310 |
+ } |
|
311 |
+} |
|
312 |
+ |
|
313 |
+@-o-keyframes vex-pulse { |
|
314 |
+ /* line 136, ../sass/_keyframes.sass */ |
|
315 |
+ 0% { |
|
316 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
317 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
318 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
319 |
+ } |
|
320 |
+ |
|
321 |
+ /* line 138, ../sass/_keyframes.sass */ |
|
322 |
+ 70% { |
|
323 |
+ -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
324 |
+ -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
325 |
+ box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); |
|
326 |
+ } |
|
327 |
+ |
|
328 |
+ /* line 140, ../sass/_keyframes.sass */ |
|
329 |
+ 100% { |
|
330 |
+ -webkit-box-shadow: inset 0 0 0 300px transparent; |
|
331 |
+ -moz-box-shadow: inset 0 0 0 300px transparent; |
|
332 |
+ box-shadow: inset 0 0 0 300px transparent; |
|
333 |
+ } |
|
334 |
+} |
|
335 |
+ |
|
336 |
+/* line 13, ../sass/vex-theme-wb.sass */ |
|
337 |
+.vex.vex-theme-wb { |
|
338 |
+ padding-top: 160px; |
|
339 |
+ padding-bottom: 160px; |
|
340 |
+} |
|
341 |
+/* line 17, ../sass/vex-theme-wb.sass */ |
|
342 |
+.vex.vex-theme-wb.vex-closing .vex-content { |
|
343 |
+ animation: vex-flyout 0.5s; |
|
344 |
+ -webkit-animation: vex-flyout 0.5s; |
|
345 |
+ -moz-animation: vex-flyout 0.5s; |
|
346 |
+ -ms-animation: vex-flyout 0.5s; |
|
347 |
+ -o-animation: vex-flyout 0.5s; |
|
348 |
+ -webkit-backface-visibility: hidden; |
|
349 |
+} |
|
350 |
+/* line 20, ../sass/vex-theme-wb.sass */ |
|
351 |
+.vex.vex-theme-wb .vex-content { |
|
352 |
+ animation: vex-flyin 0.5s; |
|
353 |
+ -webkit-animation: vex-flyin 0.5s; |
|
354 |
+ -moz-animation: vex-flyin 0.5s; |
|
355 |
+ -ms-animation: vex-flyin 0.5s; |
|
356 |
+ -o-animation: vex-flyin 0.5s; |
|
357 |
+ -webkit-backface-visibility: hidden; |
|
358 |
+} |
|
359 |
+/* line 23, ../sass/vex-theme-wb.sass */ |
|
360 |
+.vex.vex-theme-wb .vex-content { |
|
361 |
+ -webkit-border-radius: 5px; |
|
362 |
+ -moz-border-radius: 5px; |
|
363 |
+ -ms-border-radius: 5px; |
|
364 |
+ -o-border-radius: 5px; |
|
365 |
+ border-radius: 5px; |
|
366 |
+ /*font-family: "Helvetica Neue", sans-serif;*/ |
|
367 |
+ background: #f0f0f0; |
|
368 |
+ color: #444444; |
|
369 |
+ padding: 15px; |
|
370 |
+ position: relative; |
|
371 |
+ margin: 0 auto; |
|
372 |
+ max-width: 100%; |
|
373 |
+ width: 450px; |
|
374 |
+ font-size: 1.1em; |
|
375 |
+ line-height: 1.5em; |
|
376 |
+} |
|
377 |
+/* line 36, ../sass/vex-theme-wb.sass */ |
|
378 |
+.vex.vex-theme-wb .vex-content h1, .vex.vex-theme-wb .vex-content h2, .vex.vex-theme-wb .vex-content h3, .vex.vex-theme-wb .vex-content h4, .vex.vex-theme-wb .vex-content h5, .vex.vex-theme-wb .vex-content h6, .vex.vex-theme-wb .vex-content p, .vex.vex-theme-wb .vex-content ul, .vex.vex-theme-wb .vex-content li { |
|
379 |
+ color: inherit; |
|
380 |
+} |
|
381 |
+ |
|
382 |
+.vex.vex-theme-wb .vex-content .vex-header { |
|
383 |
+ margin: -15px -15px 15px; |
|
384 |
+ padding: 5px 15px; |
|
385 |
+ border-bottom: 1px solid #d0d0d0; |
|
386 |
+ line-height: 2; |
|
387 |
+ font-size: 125%; |
|
388 |
+ text-align: center; |
|
389 |
+ text-transform: uppercase; |
|
390 |
+ -webkit-border-radius: 5px 5px 0 0; |
|
391 |
+ -moz-border-radius: 5px 5px 0 0; |
|
392 |
+ -ms-border-radius: 5px 5px 0 0; |
|
393 |
+ -o-border-radius: 5px 5px 0 0; |
|
394 |
+ border-radius: 5px 5px 0 0; |
|
395 |
+ background-color: #ddd; |
|
396 |
+} |
|
397 |
+ |
|
398 |
+/* line 39, ../sass/vex-theme-wb.sass */ |
|
399 |
+.vex.vex-theme-wb .vex-close { |
|
400 |
+ -webkit-border-radius: 5px; |
|
401 |
+ -moz-border-radius: 5px; |
|
402 |
+ -ms-border-radius: 5px; |
|
403 |
+ -o-border-radius: 5px; |
|
404 |
+ border-radius: 5px; |
|
405 |
+ position: absolute; |
|
406 |
+ top: 0; |
|
407 |
+ right: 0; |
|
408 |
+ cursor: pointer; |
|
409 |
+} |
|
410 |
+/* line 46, ../sass/vex-theme-wb.sass */ |
|
411 |
+.vex.vex-theme-wb .vex-close:before { |
|
412 |
+ -webkit-border-radius: 3px; |
|
413 |
+ -moz-border-radius: 3px; |
|
414 |
+ -ms-border-radius: 3px; |
|
415 |
+ -o-border-radius: 3px; |
|
416 |
+ border-radius: 3px; |
|
417 |
+ position: absolute; |
|
418 |
+ content: "\00D7"; |
|
419 |
+ font-size: 26px; |
|
420 |
+ font-weight: normal; |
|
421 |
+ line-height: 31px; |
|
422 |
+ height: 30px; |
|
423 |
+ width: 30px; |
|
424 |
+ text-align: center; |
|
425 |
+ top: 3px; |
|
426 |
+ right: 3px; |
|
427 |
+ color: #bbbbbb; |
|
428 |
+ background: transparent; |
|
429 |
+} |
|
430 |
+/* line 61, ../sass/vex-theme-wb.sass */ |
|
431 |
+.vex.vex-theme-wb .vex-close:hover:before, .vex.vex-theme-wb .vex-close:active:before { |
|
432 |
+ color: #777777; |
|
433 |
+ background: #e0e0e0; |
|
434 |
+} |
|
435 |
+/* line 67, ../sass/vex-theme-wb.sass */ |
|
436 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-message { |
|
437 |
+ margin-bottom: 1.5em; |
|
438 |
+} |
|
439 |
+/* line 70, ../sass/vex-theme-wb.sass */ |
|
440 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-input { |
|
441 |
+ margin-bottom: 1em; |
|
442 |
+} |
|
443 |
+/* line 73, ../sass/vex-theme-wb.sass */ |
|
444 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="week"] { |
|
445 |
+ -webkit-border-radius: 3px; |
|
446 |
+ -moz-border-radius: 3px; |
|
447 |
+ -ms-border-radius: 3px; |
|
448 |
+ -o-border-radius: 3px; |
|
449 |
+ border-radius: 3px; |
|
450 |
+ background: white; |
|
451 |
+ width: 100%; |
|
452 |
+ padding: 0.25em 0.67em; |
|
453 |
+ border: 0; |
|
454 |
+ font-family: inherit; |
|
455 |
+ font-weight: inherit; |
|
456 |
+ font-size: inherit; |
|
457 |
+ min-height: 2.5em; |
|
458 |
+ margin: 0 0 0.25em; |
|
459 |
+} |
|
460 |
+/* line 85, ../sass/vex-theme-wb.sass */ |
|
461 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wb .vex-dialog-form .vex-dialog-input input[type="week"]:focus { |
|
462 |
+ -webkit-box-shadow: inset 0 0 0 2px #8dbdf1; |
|
463 |
+ -moz-box-shadow: inset 0 0 0 2px #8dbdf1; |
|
464 |
+ box-shadow: inset 0 0 0 2px #8dbdf1; |
|
465 |
+ outline: none; |
|
466 |
+} |
|
467 |
+/* line 89, ../sass/vex-theme-wb.sass */ |
|
468 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-buttons { |
|
469 |
+ border-top: 1px solid #d0d0d0; |
|
470 |
+ margin: 0 -15px; |
|
471 |
+ padding: 15px 15px 0; |
|
472 |
+ *zoom: 1; |
|
473 |
+} |
|
474 |
+/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ |
|
475 |
+.vex.vex-theme-wb .vex-dialog-form .vex-dialog-buttons:after { |
|
476 |
+ content: ""; |
|
477 |
+ display: table; |
|
478 |
+ clear: both; |
|
479 |
+} |
|
480 |
+/* line 92, ../sass/vex-theme-wb.sass */ |
|
481 |
+.vex.vex-theme-wb .vex-dialog-button { |
|
482 |
+ -webkit-border-radius: 3px; |
|
483 |
+ -moz-border-radius: 3px; |
|
484 |
+ -ms-border-radius: 3px; |
|
485 |
+ -o-border-radius: 3px; |
|
486 |
+ border-radius: 3px; |
|
487 |
+ border: 0; |
|
488 |
+ float: right; |
|
489 |
+ margin: 0 0 0 0.5em; |
|
490 |
+ font-family: inherit; |
|
491 |
+ text-transform: uppercase; |
|
492 |
+ letter-spacing: 0.1em; |
|
493 |
+ font-size: 0.8em; |
|
494 |
+ line-height: 1em; |
|
495 |
+ padding: 0.75em 2em; |
|
496 |
+} |
|
497 |
+/* line 104, ../sass/vex-theme-wb.sass */ |
|
498 |
+.vex.vex-theme-wb .vex-dialog-button.vex-last { |
|
499 |
+ margin-left: 0; |
|
500 |
+} |
|
501 |
+/* line 107, ../sass/vex-theme-wb.sass */ |
|
502 |
+.vex.vex-theme-wb .vex-dialog-button:focus { |
|
503 |
+ animation: vex-pulse 1.1s infinite; |
|
504 |
+ -webkit-animation: vex-pulse 1.1s infinite; |
|
505 |
+ -moz-animation: vex-pulse 1.1s infinite; |
|
506 |
+ -ms-animation: vex-pulse 1.1s infinite; |
|
507 |
+ -o-animation: vex-pulse 1.1s infinite; |
|
508 |
+ -webkit-backface-visibility: hidden; |
|
509 |
+ outline: none; |
|
510 |
+} |
|
511 |
+@media (max-width: 568px) { |
|
512 |
+ /* line 107, ../sass/vex-theme-wb.sass */ |
|
513 |
+ .vex.vex-theme-wb .vex-dialog-button:focus { |
|
514 |
+ animation: none; |
|
515 |
+ -webkit-animation: none; |
|
516 |
+ -moz-animation: none; |
|
517 |
+ -ms-animation: none; |
|
518 |
+ -o-animation: none; |
|
519 |
+ -webkit-backface-visibility: hidden; |
|
520 |
+ } |
|
521 |
+} |
|
522 |
+/* line 116, ../sass/vex-theme-wb.sass */ |
|
523 |
+.vex.vex-theme-wb .vex-dialog-button.vex-dialog-button-primary { |
|
524 |
+ background: #494949; |
|
525 |
+ color: white; |
|
526 |
+} |
|
527 |
+/* line 120, ../sass/vex-theme-wb.sass */ |
|
528 |
+.vex.vex-theme-wb .vex-dialog-button.vex-dialog-button-secondary { |
|
529 |
+ background: #e0e0e0; |
|
530 |
+ color: #777777; |
|
531 |
+} |
|
532 |
+ |
|
533 |
+/* line 124, ../sass/vex-theme-wb.sass */ |
|
534 |
+.vex-loading-spinner.vex-theme-wb { |
|
535 |
+ -webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3); |
|
536 |
+ -moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3); |
|
537 |
+ box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3); |
|
538 |
+ -webkit-border-radius: 100%; |
|
539 |
+ -moz-border-radius: 100%; |
|
540 |
+ -ms-border-radius: 100%; |
|
541 |
+ -o-border-radius: 100%; |
|
542 |
+ border-radius: 100%; |
|
543 |
+ background: #f0f0f0; |
|
544 |
+ border: 0.2em solid transparent; |
|
545 |
+ border-top-color: #bbbbbb; |
|
546 |
+ top: -1.1em; |
|
547 |
+ bottom: auto; |
|
548 |
+} |