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