vex_rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,456 @@
1
+ @keyframes vex-flipin-horizontal {
2
+ /* line 57, ../sass/_keyframes.sass */
3
+ 0% {
4
+ opacity: 0;
5
+ transform: rotateY(-90deg);
6
+ -webkit-transform: rotateY(-90deg);
7
+ -moz-transform: rotateY(-90deg);
8
+ -ms-transform: rotateY(-90deg);
9
+ -o-transform: rotateY(-90deg);
10
+ }
11
+
12
+ /* line 60, ../sass/_keyframes.sass */
13
+ 100% {
14
+ opacity: 1;
15
+ transform: rotateY(0deg);
16
+ -webkit-transform: rotateY(0deg);
17
+ -moz-transform: rotateY(0deg);
18
+ -ms-transform: rotateY(0deg);
19
+ -o-transform: rotateY(0deg);
20
+ }
21
+ }
22
+
23
+ @-webkit-keyframes vex-flipin-horizontal {
24
+ /* line 57, ../sass/_keyframes.sass */
25
+ 0% {
26
+ opacity: 0;
27
+ transform: rotateY(-90deg);
28
+ -webkit-transform: rotateY(-90deg);
29
+ -moz-transform: rotateY(-90deg);
30
+ -ms-transform: rotateY(-90deg);
31
+ -o-transform: rotateY(-90deg);
32
+ }
33
+
34
+ /* line 60, ../sass/_keyframes.sass */
35
+ 100% {
36
+ opacity: 1;
37
+ transform: rotateY(0deg);
38
+ -webkit-transform: rotateY(0deg);
39
+ -moz-transform: rotateY(0deg);
40
+ -ms-transform: rotateY(0deg);
41
+ -o-transform: rotateY(0deg);
42
+ }
43
+ }
44
+
45
+ @-moz-keyframes vex-flipin-horizontal {
46
+ /* line 57, ../sass/_keyframes.sass */
47
+ 0% {
48
+ opacity: 0;
49
+ transform: rotateY(-90deg);
50
+ -webkit-transform: rotateY(-90deg);
51
+ -moz-transform: rotateY(-90deg);
52
+ -ms-transform: rotateY(-90deg);
53
+ -o-transform: rotateY(-90deg);
54
+ }
55
+
56
+ /* line 60, ../sass/_keyframes.sass */
57
+ 100% {
58
+ opacity: 1;
59
+ transform: rotateY(0deg);
60
+ -webkit-transform: rotateY(0deg);
61
+ -moz-transform: rotateY(0deg);
62
+ -ms-transform: rotateY(0deg);
63
+ -o-transform: rotateY(0deg);
64
+ }
65
+ }
66
+
67
+ @-ms-keyframes vex-flipin-horizontal {
68
+ /* line 57, ../sass/_keyframes.sass */
69
+ 0% {
70
+ opacity: 0;
71
+ transform: rotateY(-90deg);
72
+ -webkit-transform: rotateY(-90deg);
73
+ -moz-transform: rotateY(-90deg);
74
+ -ms-transform: rotateY(-90deg);
75
+ -o-transform: rotateY(-90deg);
76
+ }
77
+
78
+ /* line 60, ../sass/_keyframes.sass */
79
+ 100% {
80
+ opacity: 1;
81
+ transform: rotateY(0deg);
82
+ -webkit-transform: rotateY(0deg);
83
+ -moz-transform: rotateY(0deg);
84
+ -ms-transform: rotateY(0deg);
85
+ -o-transform: rotateY(0deg);
86
+ }
87
+ }
88
+
89
+ @-o-keyframes vex-flipin-horizontal {
90
+ /* line 57, ../sass/_keyframes.sass */
91
+ 0% {
92
+ opacity: 0;
93
+ transform: rotateY(-90deg);
94
+ -webkit-transform: rotateY(-90deg);
95
+ -moz-transform: rotateY(-90deg);
96
+ -ms-transform: rotateY(-90deg);
97
+ -o-transform: rotateY(-90deg);
98
+ }
99
+
100
+ /* line 60, ../sass/_keyframes.sass */
101
+ 100% {
102
+ opacity: 1;
103
+ transform: rotateY(0deg);
104
+ -webkit-transform: rotateY(0deg);
105
+ -moz-transform: rotateY(0deg);
106
+ -ms-transform: rotateY(0deg);
107
+ -o-transform: rotateY(0deg);
108
+ }
109
+ }
110
+
111
+ @keyframes vex-flipout-horizontal {
112
+ /* line 66, ../sass/_keyframes.sass */
113
+ 0% {
114
+ opacity: 1;
115
+ transform: rotateY(0deg);
116
+ -webkit-transform: rotateY(0deg);
117
+ -moz-transform: rotateY(0deg);
118
+ -ms-transform: rotateY(0deg);
119
+ -o-transform: rotateY(0deg);
120
+ }
121
+
122
+ /* line 69, ../sass/_keyframes.sass */
123
+ 100% {
124
+ opacity: 0;
125
+ transform: rotateY(90deg);
126
+ -webkit-transform: rotateY(90deg);
127
+ -moz-transform: rotateY(90deg);
128
+ -ms-transform: rotateY(90deg);
129
+ -o-transform: rotateY(90deg);
130
+ }
131
+ }
132
+
133
+ @-webkit-keyframes vex-flipout-horizontal {
134
+ /* line 66, ../sass/_keyframes.sass */
135
+ 0% {
136
+ opacity: 1;
137
+ transform: rotateY(0deg);
138
+ -webkit-transform: rotateY(0deg);
139
+ -moz-transform: rotateY(0deg);
140
+ -ms-transform: rotateY(0deg);
141
+ -o-transform: rotateY(0deg);
142
+ }
143
+
144
+ /* line 69, ../sass/_keyframes.sass */
145
+ 100% {
146
+ opacity: 0;
147
+ transform: rotateY(90deg);
148
+ -webkit-transform: rotateY(90deg);
149
+ -moz-transform: rotateY(90deg);
150
+ -ms-transform: rotateY(90deg);
151
+ -o-transform: rotateY(90deg);
152
+ }
153
+ }
154
+
155
+ @-moz-keyframes vex-flipout-horizontal {
156
+ /* line 66, ../sass/_keyframes.sass */
157
+ 0% {
158
+ opacity: 1;
159
+ transform: rotateY(0deg);
160
+ -webkit-transform: rotateY(0deg);
161
+ -moz-transform: rotateY(0deg);
162
+ -ms-transform: rotateY(0deg);
163
+ -o-transform: rotateY(0deg);
164
+ }
165
+
166
+ /* line 69, ../sass/_keyframes.sass */
167
+ 100% {
168
+ opacity: 0;
169
+ transform: rotateY(90deg);
170
+ -webkit-transform: rotateY(90deg);
171
+ -moz-transform: rotateY(90deg);
172
+ -ms-transform: rotateY(90deg);
173
+ -o-transform: rotateY(90deg);
174
+ }
175
+ }
176
+
177
+ @-ms-keyframes vex-flipout-horizontal {
178
+ /* line 66, ../sass/_keyframes.sass */
179
+ 0% {
180
+ opacity: 1;
181
+ transform: rotateY(0deg);
182
+ -webkit-transform: rotateY(0deg);
183
+ -moz-transform: rotateY(0deg);
184
+ -ms-transform: rotateY(0deg);
185
+ -o-transform: rotateY(0deg);
186
+ }
187
+
188
+ /* line 69, ../sass/_keyframes.sass */
189
+ 100% {
190
+ opacity: 0;
191
+ transform: rotateY(90deg);
192
+ -webkit-transform: rotateY(90deg);
193
+ -moz-transform: rotateY(90deg);
194
+ -ms-transform: rotateY(90deg);
195
+ -o-transform: rotateY(90deg);
196
+ }
197
+ }
198
+
199
+ @-o-keyframes vex-flipout-horizontal {
200
+ /* line 66, ../sass/_keyframes.sass */
201
+ 0% {
202
+ opacity: 1;
203
+ transform: rotateY(0deg);
204
+ -webkit-transform: rotateY(0deg);
205
+ -moz-transform: rotateY(0deg);
206
+ -ms-transform: rotateY(0deg);
207
+ -o-transform: rotateY(0deg);
208
+ }
209
+
210
+ /* line 69, ../sass/_keyframes.sass */
211
+ 100% {
212
+ opacity: 0;
213
+ transform: rotateY(90deg);
214
+ -webkit-transform: rotateY(90deg);
215
+ -moz-transform: rotateY(90deg);
216
+ -ms-transform: rotateY(90deg);
217
+ -o-transform: rotateY(90deg);
218
+ }
219
+ }
220
+
221
+ /* line 31, ../sass/vex-theme-flat-attack.sass */
222
+ .vex.vex-theme-flat-attack {
223
+ -webkit-perspective: 1300px;
224
+ -moz-perspective: 1300px;
225
+ -ms-perspective: 1300px;
226
+ -o-perspective: 1300px;
227
+ perspective: 1300px;
228
+ -webkit-perspective-origin: 50% 150px;
229
+ -moz-perspective-origin: 50% 150px;
230
+ -ms-perspective-origin: 50% 150px;
231
+ -o-perspective-origin: 50% 150px;
232
+ perspective-origin: 50% 150px;
233
+ padding-top: 100px;
234
+ padding-bottom: 100px;
235
+ font-size: 1.5em;
236
+ }
237
+ /* line 38, ../sass/vex-theme-flat-attack.sass */
238
+ .vex.vex-theme-flat-attack.vex-closing .vex-content {
239
+ animation: vex-flipout-horizontal 0.5s;
240
+ -webkit-animation: vex-flipout-horizontal 0.5s;
241
+ -moz-animation: vex-flipout-horizontal 0.5s;
242
+ -ms-animation: vex-flipout-horizontal 0.5s;
243
+ -o-animation: vex-flipout-horizontal 0.5s;
244
+ -webkit-backface-visibility: hidden;
245
+ }
246
+ /* line 41, ../sass/vex-theme-flat-attack.sass */
247
+ .vex.vex-theme-flat-attack .vex-content {
248
+ -webkit-transform-style: preserve-3d;
249
+ -moz-transform-style: preserve-3d;
250
+ transform-style: preserve-3d;
251
+ animation: vex-flipin-horizontal 0.5s;
252
+ -webkit-animation: vex-flipin-horizontal 0.5s;
253
+ -moz-animation: vex-flipin-horizontal 0.5s;
254
+ -ms-animation: vex-flipin-horizontal 0.5s;
255
+ -o-animation: vex-flipin-horizontal 0.5s;
256
+ -webkit-backface-visibility: hidden;
257
+ }
258
+ /* line 45, ../sass/vex-theme-flat-attack.sass */
259
+ .vex.vex-theme-flat-attack .vex-content {
260
+ font-family: "Helvetica Neue", sans-serif;
261
+ font-weight: 200;
262
+ background: white;
263
+ color: #444444;
264
+ padding: 2em 2em 3em 2em;
265
+ line-height: 1.5em;
266
+ position: relative;
267
+ margin: 0 auto;
268
+ max-width: 100%;
269
+ width: 600px;
270
+ }
271
+ /* line 57, ../sass/vex-theme-flat-attack.sass */
272
+ .vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
273
+ color: inherit;
274
+ }
275
+ /* line 60, ../sass/vex-theme-flat-attack.sass */
276
+ .vex.vex-theme-flat-attack .vex-close {
277
+ position: absolute;
278
+ top: 0;
279
+ right: 0;
280
+ cursor: pointer;
281
+ }
282
+ /* line 66, ../sass/vex-theme-flat-attack.sass */
283
+ .vex.vex-theme-flat-attack .vex-close:before {
284
+ font-family: "Helvetica Neue", sans-serif;
285
+ font-weight: 100;
286
+ line-height: 1px;
287
+ padding-top: 0.5em;
288
+ display: block;
289
+ font-size: 2em;
290
+ text-indent: 1px;
291
+ overflow: hidden;
292
+ height: 1.25em;
293
+ width: 1.25em;
294
+ text-align: center;
295
+ top: 0;
296
+ right: 0;
297
+ color: white;
298
+ background: #666666;
299
+ }
300
+ /* line 85, ../sass/vex-theme-flat-attack.sass */
301
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
302
+ margin-bottom: 0.5em;
303
+ }
304
+ /* line 88, ../sass/vex-theme-flat-attack.sass */
305
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
306
+ margin-bottom: 0.5em;
307
+ }
308
+ /* line 91, ../sass/vex-theme-flat-attack.sass */
309
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"] {
310
+ -webkit-border-radius: 3px;
311
+ -moz-border-radius: 3px;
312
+ -ms-border-radius: 3px;
313
+ -o-border-radius: 3px;
314
+ border-radius: 3px;
315
+ background: #f0f0f0;
316
+ width: 100%;
317
+ padding: 0.25em 0.67em;
318
+ border: 0;
319
+ font-family: inherit;
320
+ font-weight: inherit;
321
+ font-size: inherit;
322
+ min-height: 2.5em;
323
+ margin: 0 0 0.25em;
324
+ }
325
+ /* line 103, ../sass/vex-theme-flat-attack.sass */
326
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
327
+ -webkit-box-shadow: inset 0 0 0 2px #666666;
328
+ -moz-box-shadow: inset 0 0 0 2px #666666;
329
+ box-shadow: inset 0 0 0 2px #666666;
330
+ outline: none;
331
+ }
332
+ /* line 107, ../sass/vex-theme-flat-attack.sass */
333
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
334
+ *zoom: 1;
335
+ padding-top: 1em;
336
+ margin-bottom: -3em;
337
+ margin-left: -2em;
338
+ margin-right: -2em;
339
+ }
340
+ /* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
341
+ .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
342
+ content: "";
343
+ display: table;
344
+ clear: both;
345
+ }
346
+ /* line 114, ../sass/vex-theme-flat-attack.sass */
347
+ .vex.vex-theme-flat-attack .vex-dialog-button {
348
+ border: 0;
349
+ margin: 0;
350
+ float: right;
351
+ padding: 0.5em 1em;
352
+ font-size: 1.13em;
353
+ text-transform: uppercase;
354
+ font-weight: 200;
355
+ letter-spacing: 0.1em;
356
+ line-height: 1em;
357
+ font-family: inherit;
358
+ }
359
+ /* line 126, ../sass/vex-theme-flat-attack.sass */
360
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
361
+ margin-left: 0;
362
+ }
363
+ /* line 129, ../sass/vex-theme-flat-attack.sass */
364
+ .vex.vex-theme-flat-attack .vex-dialog-button:focus {
365
+ outline: none;
366
+ }
367
+ /* line 132, ../sass/vex-theme-flat-attack.sass */
368
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
369
+ background: #666666;
370
+ color: white;
371
+ }
372
+ /* line 136, ../sass/vex-theme-flat-attack.sass */
373
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
374
+ -webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
375
+ -moz-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
376
+ box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
377
+ }
378
+ /* line 139, ../sass/vex-theme-flat-attack.sass */
379
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
380
+ background: white;
381
+ color: #cccccc;
382
+ }
383
+ /* line 143, ../sass/vex-theme-flat-attack.sass */
384
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
385
+ -webkit-box-shadow: inset 0 3px #aaaaaa;
386
+ -moz-box-shadow: inset 0 3px #aaaaaa;
387
+ box-shadow: inset 0 3px #aaaaaa;
388
+ background: #eeeeee;
389
+ color: #777777;
390
+ }
391
+ /* line 148, ../sass/vex-theme-flat-attack.sass */
392
+ .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
393
+ color: #777777;
394
+ }
395
+ /* line 16, ../sass/vex-theme-flat-attack.sass */
396
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
397
+ background: #ff7ea7;
398
+ }
399
+ /* line 25, ../sass/vex-theme-flat-attack.sass */
400
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
401
+ -webkit-box-shadow: inset 0 0 0 2px #ff7ea7;
402
+ -moz-box-shadow: inset 0 0 0 2px #ff7ea7;
403
+ box-shadow: inset 0 0 0 2px #ff7ea7;
404
+ }
405
+ /* line 28, ../sass/vex-theme-flat-attack.sass */
406
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
407
+ background: #ff7ea7;
408
+ }
409
+ /* line 16, ../sass/vex-theme-flat-attack.sass */
410
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
411
+ background: #ce4a55;
412
+ }
413
+ /* line 25, ../sass/vex-theme-flat-attack.sass */
414
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
415
+ -webkit-box-shadow: inset 0 0 0 2px #ce4a55;
416
+ -moz-box-shadow: inset 0 0 0 2px #ce4a55;
417
+ box-shadow: inset 0 0 0 2px #ce4a55;
418
+ }
419
+ /* line 28, ../sass/vex-theme-flat-attack.sass */
420
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
421
+ background: #ce4a55;
422
+ }
423
+ /* line 16, ../sass/vex-theme-flat-attack.sass */
424
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
425
+ background: #34b989;
426
+ }
427
+ /* line 25, ../sass/vex-theme-flat-attack.sass */
428
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
429
+ -webkit-box-shadow: inset 0 0 0 2px #34b989;
430
+ -moz-box-shadow: inset 0 0 0 2px #34b989;
431
+ box-shadow: inset 0 0 0 2px #34b989;
432
+ }
433
+ /* line 28, ../sass/vex-theme-flat-attack.sass */
434
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
435
+ background: #34b989;
436
+ }
437
+ /* line 16, ../sass/vex-theme-flat-attack.sass */
438
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
439
+ background: #477fa5;
440
+ }
441
+ /* line 25, ../sass/vex-theme-flat-attack.sass */
442
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus {
443
+ -webkit-box-shadow: inset 0 0 0 2px #477fa5;
444
+ -moz-box-shadow: inset 0 0 0 2px #477fa5;
445
+ box-shadow: inset 0 0 0 2px #477fa5;
446
+ }
447
+ /* line 28, ../sass/vex-theme-flat-attack.sass */
448
+ .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
449
+ background: #477fa5;
450
+ }
451
+
452
+ /* line 165, ../sass/vex-theme-flat-attack.sass */
453
+ .vex-loading-spinner.vex-theme-flat-attack {
454
+ height: 4em;
455
+ width: 4em;
456
+ }