Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:52:11
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,262 @@
1
+@keyframes vex-pulse {
2
+  /* line 136, ../sass/_keyframes.sass */
3
+  0% {
4
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
5
+    -moz-box-shadow: inset 0 0 0 300px transparent;
6
+    box-shadow: inset 0 0 0 300px transparent;
7
+  }
8
+
9
+  /* line 138, ../sass/_keyframes.sass */
10
+  70% {
11
+    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
12
+    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
13
+    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
14
+  }
15
+
16
+  /* line 140, ../sass/_keyframes.sass */
17
+  100% {
18
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
19
+    -moz-box-shadow: inset 0 0 0 300px transparent;
20
+    box-shadow: inset 0 0 0 300px transparent;
21
+  }
22
+}
23
+
24
+@-webkit-keyframes vex-pulse {
25
+  /* line 136, ../sass/_keyframes.sass */
26
+  0% {
27
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
28
+    -moz-box-shadow: inset 0 0 0 300px transparent;
29
+    box-shadow: inset 0 0 0 300px transparent;
30
+  }
31
+
32
+  /* line 138, ../sass/_keyframes.sass */
33
+  70% {
34
+    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
35
+    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
36
+    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
37
+  }
38
+
39
+  /* line 140, ../sass/_keyframes.sass */
40
+  100% {
41
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
42
+    -moz-box-shadow: inset 0 0 0 300px transparent;
43
+    box-shadow: inset 0 0 0 300px transparent;
44
+  }
45
+}
46
+
47
+@-moz-keyframes vex-pulse {
48
+  /* line 136, ../sass/_keyframes.sass */
49
+  0% {
50
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
51
+    -moz-box-shadow: inset 0 0 0 300px transparent;
52
+    box-shadow: inset 0 0 0 300px transparent;
53
+  }
54
+
55
+  /* line 138, ../sass/_keyframes.sass */
56
+  70% {
57
+    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
58
+    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
59
+    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
60
+  }
61
+
62
+  /* line 140, ../sass/_keyframes.sass */
63
+  100% {
64
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
65
+    -moz-box-shadow: inset 0 0 0 300px transparent;
66
+    box-shadow: inset 0 0 0 300px transparent;
67
+  }
68
+}
69
+
70
+@-ms-keyframes vex-pulse {
71
+  /* line 136, ../sass/_keyframes.sass */
72
+  0% {
73
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
74
+    -moz-box-shadow: inset 0 0 0 300px transparent;
75
+    box-shadow: inset 0 0 0 300px transparent;
76
+  }
77
+
78
+  /* line 138, ../sass/_keyframes.sass */
79
+  70% {
80
+    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
81
+    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
82
+    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
83
+  }
84
+
85
+  /* line 140, ../sass/_keyframes.sass */
86
+  100% {
87
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
88
+    -moz-box-shadow: inset 0 0 0 300px transparent;
89
+    box-shadow: inset 0 0 0 300px transparent;
90
+  }
91
+}
92
+
93
+@-o-keyframes vex-pulse {
94
+  /* line 136, ../sass/_keyframes.sass */
95
+  0% {
96
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
97
+    -moz-box-shadow: inset 0 0 0 300px transparent;
98
+    box-shadow: inset 0 0 0 300px transparent;
99
+  }
100
+
101
+  /* line 138, ../sass/_keyframes.sass */
102
+  70% {
103
+    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
104
+    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
105
+    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
106
+  }
107
+
108
+  /* line 140, ../sass/_keyframes.sass */
109
+  100% {
110
+    -webkit-box-shadow: inset 0 0 0 300px transparent;
111
+    -moz-box-shadow: inset 0 0 0 300px transparent;
112
+    box-shadow: inset 0 0 0 300px transparent;
113
+  }
114
+}
115
+
116
+/* line 9, ../sass/vex-theme-wireframe.sass */
117
+.vex.vex-theme-wireframe {
118
+  padding-top: 160px;
119
+  padding-bottom: 160px;
120
+}
121
+/* line 13, ../sass/vex-theme-wireframe.sass */
122
+.vex.vex-theme-wireframe .vex-overlay {
123
+  background: rgba(255, 255, 255, 0.4);
124
+}
125
+/* line 16, ../sass/vex-theme-wireframe.sass */
126
+.vex.vex-theme-wireframe .vex-content {
127
+  font-family: "Helvetica Neue", sans-serif;
128
+  background: white;
129
+  color: black;
130
+  border: 2px solid black;
131
+  padding: 2em;
132
+  position: relative;
133
+  margin: 0 auto;
134
+  max-width: 100%;
135
+  width: 400px;
136
+  font-size: 1.1em;
137
+  line-height: 1.5em;
138
+}
139
+/* line 29, ../sass/vex-theme-wireframe.sass */
140
+.vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
141
+  color: inherit;
142
+}
143
+/* line 32, ../sass/vex-theme-wireframe.sass */
144
+.vex.vex-theme-wireframe .vex-close {
145
+  position: absolute;
146
+  top: 0;
147
+  right: 0;
148
+  cursor: pointer;
149
+}
150
+/* line 38, ../sass/vex-theme-wireframe.sass */
151
+.vex.vex-theme-wireframe .vex-close:before {
152
+  position: absolute;
153
+  content: "\00D7";
154
+  font-size: 40px;
155
+  font-weight: normal;
156
+  line-height: 80px;
157
+  height: 80px;
158
+  width: 80px;
159
+  text-align: center;
160
+  top: 3px;
161
+  right: 3px;
162
+  color: black;
163
+}
164
+/* line 51, ../sass/vex-theme-wireframe.sass */
165
+.vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
166
+  color: black;
167
+}
168
+/* line 56, ../sass/vex-theme-wireframe.sass */
169
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
170
+  margin-bottom: 0.5em;
171
+}
172
+/* line 59, ../sass/vex-theme-wireframe.sass */
173
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input {
174
+  margin-bottom: 1em;
175
+}
176
+/* line 62, ../sass/vex-theme-wireframe.sass */
177
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"] {
178
+  background: white;
179
+  width: 100%;
180
+  padding: 0.25em 0.67em;
181
+  font-family: inherit;
182
+  font-weight: inherit;
183
+  font-size: inherit;
184
+  min-height: 2.5em;
185
+  margin: 0 0 0.25em;
186
+  border: 2px solid black;
187
+}
188
+/* line 73, ../sass/vex-theme-wireframe.sass */
189
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
190
+  border-style: dashed;
191
+  outline: none;
192
+}
193
+/* line 77, ../sass/vex-theme-wireframe.sass */
194
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
195
+  *zoom: 1;
196
+}
197
+/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
198
+.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
199
+  content: "";
200
+  display: table;
201
+  clear: both;
202
+}
203
+/* line 80, ../sass/vex-theme-wireframe.sass */
204
+.vex.vex-theme-wireframe .vex-dialog-button {
205
+  -webkit-border-radius: 0;
206
+  -moz-border-radius: 0;
207
+  -ms-border-radius: 0;
208
+  -o-border-radius: 0;
209
+  border-radius: 0;
210
+  border: 0;
211
+  float: right;
212
+  margin: 0 0 0 0.5em;
213
+  font-family: inherit;
214
+  text-transform: uppercase;
215
+  letter-spacing: 0.1em;
216
+  font-size: 0.8em;
217
+  line-height: 1em;
218
+  padding: 0.75em 2em;
219
+}
220
+/* line 92, ../sass/vex-theme-wireframe.sass */
221
+.vex.vex-theme-wireframe .vex-dialog-button.vex-last {
222
+  margin-left: 0;
223
+}
224
+/* line 95, ../sass/vex-theme-wireframe.sass */
225
+.vex.vex-theme-wireframe .vex-dialog-button:focus {
226
+  animation: vex-pulse 1.1s infinite;
227
+  -webkit-animation: vex-pulse 1.1s infinite;
228
+  -moz-animation: vex-pulse 1.1s infinite;
229
+  -ms-animation: vex-pulse 1.1s infinite;
230
+  -o-animation: vex-pulse 1.1s infinite;
231
+  -webkit-backface-visibility: hidden;
232
+  outline: none;
233
+}
234
+@media (max-width: 568px) {
235
+  /* line 95, ../sass/vex-theme-wireframe.sass */
236
+  .vex.vex-theme-wireframe .vex-dialog-button:focus {
237
+    animation: none;
238
+    -webkit-animation: none;
239
+    -moz-animation: none;
240
+    -ms-animation: none;
241
+    -o-animation: none;
242
+    -webkit-backface-visibility: hidden;
243
+  }
244
+}
245
+/* line 104, ../sass/vex-theme-wireframe.sass */
246
+.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
247
+  background: black;
248
+  color: white;
249
+  border: 2px solid transparent;
250
+}
251
+/* line 109, ../sass/vex-theme-wireframe.sass */
252
+.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
253
+  background: white;
254
+  color: black;
255
+  border: 2px solid black;
256
+}
257
+
258
+/* line 114, ../sass/vex-theme-wireframe.sass */
259
+.vex-loading-spinner.vex-theme-wireframe {
260
+  height: 2.5em;
261
+  width: 2.5em;
262
+}