alchemy-chimera 0.5.4 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/CHANGELOG.md +39 -4
  2. package/assets/scripts/chimera/chimera.js +13 -288
  3. package/assets/stylesheets/chimera/chimera.scss +451 -0
  4. package/bootstrap.js +6 -302
  5. package/config/routes.js +53 -5
  6. package/controller/00-chimera_controller.js +16 -0
  7. package/controller/chimera_editor_controller.js +159 -614
  8. package/controller/chimera_static_controller.js +102 -9
  9. package/lib/chimera_config.js +138 -163
  10. package/model/model.js +1 -1
  11. package/package.json +8 -12
  12. package/view/chimera/dashboard.hwk +8 -0
  13. package/view/chimera/editor/index.hwk +20 -0
  14. package/view/chimera/sidebar.hwk +4 -0
  15. package/view/chimera/widgets.hwk +8 -0
  16. package/view/layouts/chimera_base.hwk +15 -0
  17. package/view/layouts/chimera_basics.hwk +15 -0
  18. package/view/layouts/chimera_body.hwk +24 -0
  19. package/assets/scripts/chimera/assoc_field.js +0 -311
  20. package/assets/scripts/chimera/boolean_field.js +0 -53
  21. package/assets/scripts/chimera/chimera_field.js +0 -622
  22. package/assets/scripts/chimera/chimera_field_wrapper.js +0 -558
  23. package/assets/scripts/chimera/date_field.js +0 -170
  24. package/assets/scripts/chimera/geopoint_field.js +0 -147
  25. package/assets/scripts/chimera/medium-button.js +0 -6
  26. package/assets/scripts/chimera/object_field.js +0 -51
  27. package/assets/scripts/chimera/page-editor.js +0 -3
  28. package/assets/scripts/chimera/password_field.js +0 -73
  29. package/assets/scripts/chimera/schema_field.js +0 -300
  30. package/assets/scripts/chimera/text_field.js +0 -119
  31. package/assets/scripts/rome/rome.js +0 -4978
  32. package/assets/scripts/vex/vex.dialog.js +0 -151
  33. package/assets/scripts/vex/vex.js +0 -193
  34. package/assets/stylesheets/chimera/chimera.less +0 -1075
  35. package/assets/stylesheets/chimera_old/chimera.less +0 -351
  36. package/assets/stylesheets/chimera_old/core.less +0 -315
  37. package/assets/stylesheets/chimera_old/font.less +0 -38
  38. package/assets/stylesheets/chimera_old/mixins.less +0 -35
  39. package/assets/stylesheets/chimera_old/page-editor.less +0 -23
  40. package/assets/stylesheets/rome/rome.less +0 -130
  41. package/assets/stylesheets/vex/vex-theme-bottom-right-corner.less +0 -613
  42. package/assets/stylesheets/vex/vex.default.less +0 -501
  43. package/assets/stylesheets/vex/vex.flat.less +0 -443
  44. package/assets/stylesheets/vex/vex.less +0 -320
  45. package/controller/chimera_page_controller.js +0 -14
  46. package/controller/chimera_settings_controller.js +0 -129
  47. package/controller/tasks_chimera_controller.js +0 -106
  48. package/helper/chimera_helper.js +0 -202
  49. package/lib/chimera_action_fields.js +0 -292
  50. package/lib/chimera_field/belongsto_chimera_field.js +0 -160
  51. package/lib/chimera_field/boolean_chimera_field.js +0 -19
  52. package/lib/chimera_field/date_chimera_field.js +0 -20
  53. package/lib/chimera_field/datetime_chimera_field.js +0 -20
  54. package/lib/chimera_field/enum_chimera_field.js +0 -131
  55. package/lib/chimera_field/geopoint_chimera_field.js +0 -20
  56. package/lib/chimera_field/habtm_chimera_field.js +0 -55
  57. package/lib/chimera_field/hasoneparent_chimera_field.js +0 -18
  58. package/lib/chimera_field/html_chimera_field.js +0 -20
  59. package/lib/chimera_field/object_chimera_field.js +0 -18
  60. package/lib/chimera_field/password_chimera_field.js +0 -18
  61. package/lib/chimera_field/schema_chimera_field.js +0 -149
  62. package/lib/chimera_field/text_chimera_field.js +0 -20
  63. package/lib/chimera_field/time_chimera_field.js +0 -18
  64. package/lib/chimera_field.js +0 -208
  65. package/model/setting_model.js +0 -51
  66. package/public/chimera/codedor.svg +0 -28
  67. package/view/chimera/dashboard.ejs +0 -5
  68. package/view/chimera/editor/add.ejs +0 -32
  69. package/view/chimera/editor/edit.ejs +0 -33
  70. package/view/chimera/editor/index.ejs +0 -87
  71. package/view/chimera/editor/remove.ejs +0 -23
  72. package/view/chimera/editor/view.ejs +0 -54
  73. package/view/chimera/elements/editor_actions.ejs +0 -4
  74. package/view/chimera/elements/empty +0 -0
  75. package/view/chimera/field_wrappers/_entries.ejs +0 -91
  76. package/view/chimera/field_wrappers/_wrapper.ejs +0 -82
  77. package/view/chimera/field_wrappers/date_edit.ejs +0 -23
  78. package/view/chimera/field_wrappers/date_list.ejs +0 -3
  79. package/view/chimera/field_wrappers/date_view.ejs +0 -16
  80. package/view/chimera/field_wrappers/default_edit.ejs +0 -22
  81. package/view/chimera/field_wrappers/default_list.ejs +0 -3
  82. package/view/chimera/field_wrappers/default_peek.ejs +0 -3
  83. package/view/chimera/field_wrappers/default_view.ejs +0 -14
  84. package/view/chimera/field_wrappers/geopoint_edit.ejs +0 -25
  85. package/view/chimera/field_wrappers/geopoint_list.ejs +0 -5
  86. package/view/chimera/field_wrappers/geopoint_view.ejs +0 -18
  87. package/view/chimera/field_wrappers/schema_edit.ejs +0 -19
  88. package/view/chimera/field_wrappers/text_edit.ejs +0 -22
  89. package/view/chimera/field_wrappers/text_list.ejs +0 -1
  90. package/view/chimera/fields/belongsto_edit.ejs +0 -4
  91. package/view/chimera/fields/belongsto_list.ejs +0 -1
  92. package/view/chimera/fields/belongsto_peek.ejs +0 -1
  93. package/view/chimera/fields/boolean_edit.ejs +0 -17
  94. package/view/chimera/fields/boolean_list.ejs +0 -3
  95. package/view/chimera/fields/boolean_view.ejs +0 -3
  96. package/view/chimera/fields/date_edit.ejs +0 -14
  97. package/view/chimera/fields/date_list.ejs +0 -9
  98. package/view/chimera/fields/date_peek.ejs +0 -9
  99. package/view/chimera/fields/date_view.ejs +0 -9
  100. package/view/chimera/fields/datetime_edit.ejs +0 -24
  101. package/view/chimera/fields/datetime_list.ejs +0 -9
  102. package/view/chimera/fields/datetime_view.ejs +0 -10
  103. package/view/chimera/fields/default_edit.ejs +0 -10
  104. package/view/chimera/fields/default_list.ejs +0 -15
  105. package/view/chimera/fields/default_view.ejs +0 -1
  106. package/view/chimera/fields/enum_edit.ejs +0 -10
  107. package/view/chimera/fields/geopoint_edit.ejs +0 -10
  108. package/view/chimera/fields/geopoint_list.ejs +0 -9
  109. package/view/chimera/fields/geopoint_view.ejs +0 -9
  110. package/view/chimera/fields/habtm_edit.ejs +0 -5
  111. package/view/chimera/fields/hasoneparent_edit.ejs +0 -6
  112. package/view/chimera/fields/hasoneparent_list.ejs +0 -1
  113. package/view/chimera/fields/object_edit.ejs +0 -8
  114. package/view/chimera/fields/password_edit.ejs +0 -12
  115. package/view/chimera/fields/schema_edit.ejs +0 -14
  116. package/view/chimera/fields/text_edit.ejs +0 -5
  117. package/view/chimera/fields/text_list.ejs +0 -9
  118. package/view/chimera/fields/text_view.ejs +0 -3
  119. package/view/chimera/fields/time_edit.ejs +0 -15
  120. package/view/chimera/fields/time_list.ejs +0 -9
  121. package/view/chimera/fields/time_view.ejs +0 -9
  122. package/view/chimera/page/edit.ejs +0 -18
  123. package/view/chimera/page_editor.ejs +0 -5
  124. package/view/chimera/sidebar.ejs +0 -40
  125. package/view/chimera/tasks/index.ejs +0 -114
  126. package/view/layouts/chimera.ejs +0 -12
  127. package/view/layouts/chimera_base.ejs +0 -11
  128. package/view/layouts/chimera_body.ejs +0 -43
@@ -1,443 +0,0 @@
1
- @keyframes vex-flipin-horizontal {
2
- /* line 107, ../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 110, ../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
- @-webkit-keyframes vex-flipin-horizontal {
23
- /* line 107, ../sass/_keyframes.sass */
24
- 0% {
25
- opacity: 0;
26
- transform: rotateY(-90deg);
27
- -webkit-transform: rotateY(-90deg);
28
- -moz-transform: rotateY(-90deg);
29
- -ms-transform: rotateY(-90deg);
30
- -o-transform: rotateY(-90deg);
31
- }
32
-
33
- /* line 110, ../sass/_keyframes.sass */
34
- 100% {
35
- opacity: 1;
36
- transform: rotateY(0deg);
37
- -webkit-transform: rotateY(0deg);
38
- -moz-transform: rotateY(0deg);
39
- -ms-transform: rotateY(0deg);
40
- -o-transform: rotateY(0deg);
41
- }
42
- }
43
- @-moz-keyframes vex-flipin-horizontal {
44
- /* line 107, ../sass/_keyframes.sass */
45
- 0% {
46
- opacity: 0;
47
- transform: rotateY(-90deg);
48
- -webkit-transform: rotateY(-90deg);
49
- -moz-transform: rotateY(-90deg);
50
- -ms-transform: rotateY(-90deg);
51
- -o-transform: rotateY(-90deg);
52
- }
53
-
54
- /* line 110, ../sass/_keyframes.sass */
55
- 100% {
56
- opacity: 1;
57
- transform: rotateY(0deg);
58
- -webkit-transform: rotateY(0deg);
59
- -moz-transform: rotateY(0deg);
60
- -ms-transform: rotateY(0deg);
61
- -o-transform: rotateY(0deg);
62
- }
63
- }
64
- @-ms-keyframes vex-flipin-horizontal {
65
- /* line 107, ../sass/_keyframes.sass */
66
- 0% {
67
- opacity: 0;
68
- transform: rotateY(-90deg);
69
- -webkit-transform: rotateY(-90deg);
70
- -moz-transform: rotateY(-90deg);
71
- -ms-transform: rotateY(-90deg);
72
- -o-transform: rotateY(-90deg);
73
- }
74
-
75
- /* line 110, ../sass/_keyframes.sass */
76
- 100% {
77
- opacity: 1;
78
- transform: rotateY(0deg);
79
- -webkit-transform: rotateY(0deg);
80
- -moz-transform: rotateY(0deg);
81
- -ms-transform: rotateY(0deg);
82
- -o-transform: rotateY(0deg);
83
- }
84
- }
85
- @-o-keyframes vex-flipin-horizontal {
86
- /* line 107, ../sass/_keyframes.sass */
87
- 0% {
88
- opacity: 0;
89
- transform: rotateY(-90deg);
90
- -webkit-transform: rotateY(-90deg);
91
- -moz-transform: rotateY(-90deg);
92
- -ms-transform: rotateY(-90deg);
93
- -o-transform: rotateY(-90deg);
94
- }
95
-
96
- /* line 110, ../sass/_keyframes.sass */
97
- 100% {
98
- opacity: 1;
99
- transform: rotateY(0deg);
100
- -webkit-transform: rotateY(0deg);
101
- -moz-transform: rotateY(0deg);
102
- -ms-transform: rotateY(0deg);
103
- -o-transform: rotateY(0deg);
104
- }
105
- }
106
- @keyframes vex-flipout-horizontal {
107
- /* line 116, ../sass/_keyframes.sass */
108
- 0% {
109
- opacity: 1;
110
- transform: rotateY(0deg);
111
- -webkit-transform: rotateY(0deg);
112
- -moz-transform: rotateY(0deg);
113
- -ms-transform: rotateY(0deg);
114
- -o-transform: rotateY(0deg);
115
- }
116
-
117
- /* line 119, ../sass/_keyframes.sass */
118
- 100% {
119
- opacity: 0;
120
- transform: rotateY(90deg);
121
- -webkit-transform: rotateY(90deg);
122
- -moz-transform: rotateY(90deg);
123
- -ms-transform: rotateY(90deg);
124
- -o-transform: rotateY(90deg);
125
- }
126
- }
127
- @-webkit-keyframes vex-flipout-horizontal {
128
- /* line 116, ../sass/_keyframes.sass */
129
- 0% {
130
- opacity: 1;
131
- transform: rotateY(0deg);
132
- -webkit-transform: rotateY(0deg);
133
- -moz-transform: rotateY(0deg);
134
- -ms-transform: rotateY(0deg);
135
- -o-transform: rotateY(0deg);
136
- }
137
-
138
- /* line 119, ../sass/_keyframes.sass */
139
- 100% {
140
- opacity: 0;
141
- transform: rotateY(90deg);
142
- -webkit-transform: rotateY(90deg);
143
- -moz-transform: rotateY(90deg);
144
- -ms-transform: rotateY(90deg);
145
- -o-transform: rotateY(90deg);
146
- }
147
- }
148
- @-moz-keyframes vex-flipout-horizontal {
149
- /* line 116, ../sass/_keyframes.sass */
150
- 0% {
151
- opacity: 1;
152
- transform: rotateY(0deg);
153
- -webkit-transform: rotateY(0deg);
154
- -moz-transform: rotateY(0deg);
155
- -ms-transform: rotateY(0deg);
156
- -o-transform: rotateY(0deg);
157
- }
158
-
159
- /* line 119, ../sass/_keyframes.sass */
160
- 100% {
161
- opacity: 0;
162
- transform: rotateY(90deg);
163
- -webkit-transform: rotateY(90deg);
164
- -moz-transform: rotateY(90deg);
165
- -ms-transform: rotateY(90deg);
166
- -o-transform: rotateY(90deg);
167
- }
168
- }
169
- @-ms-keyframes vex-flipout-horizontal {
170
- /* line 116, ../sass/_keyframes.sass */
171
- 0% {
172
- opacity: 1;
173
- transform: rotateY(0deg);
174
- -webkit-transform: rotateY(0deg);
175
- -moz-transform: rotateY(0deg);
176
- -ms-transform: rotateY(0deg);
177
- -o-transform: rotateY(0deg);
178
- }
179
-
180
- /* line 119, ../sass/_keyframes.sass */
181
- 100% {
182
- opacity: 0;
183
- transform: rotateY(90deg);
184
- -webkit-transform: rotateY(90deg);
185
- -moz-transform: rotateY(90deg);
186
- -ms-transform: rotateY(90deg);
187
- -o-transform: rotateY(90deg);
188
- }
189
- }
190
- @-o-keyframes vex-flipout-horizontal {
191
- /* line 116, ../sass/_keyframes.sass */
192
- 0% {
193
- opacity: 1;
194
- transform: rotateY(0deg);
195
- -webkit-transform: rotateY(0deg);
196
- -moz-transform: rotateY(0deg);
197
- -ms-transform: rotateY(0deg);
198
- -o-transform: rotateY(0deg);
199
- }
200
-
201
- /* line 119, ../sass/_keyframes.sass */
202
- 100% {
203
- opacity: 0;
204
- transform: rotateY(90deg);
205
- -webkit-transform: rotateY(90deg);
206
- -moz-transform: rotateY(90deg);
207
- -ms-transform: rotateY(90deg);
208
- -o-transform: rotateY(90deg);
209
- }
210
- }
211
- /* line 31, ../sass/vex-theme-flat-attack.sass */
212
- .vex.vex-theme-flat-attack {
213
- -moz-perspective: 1300px;
214
- -webkit-perspective: 1300px;
215
- perspective: 1300px;
216
- -moz-perspective-origin: 50% 150px;
217
- -webkit-perspective-origin: 50% 150px;
218
- perspective-origin: 50% 150px;
219
- padding-top: 100px;
220
- padding-bottom: 100px;
221
- font-size: 1.5em;
222
- }
223
- /* line 38, ../sass/vex-theme-flat-attack.sass */
224
- .vex.vex-theme-flat-attack.vex-closing .vex-content {
225
- animation: vex-flipout-horizontal 0.5s;
226
- -webkit-animation: vex-flipout-horizontal 0.5s;
227
- -moz-animation: vex-flipout-horizontal 0.5s;
228
- -ms-animation: vex-flipout-horizontal 0.5s;
229
- -o-animation: vex-flipout-horizontal 0.5s;
230
- -webkit-backface-visibility: hidden;
231
- }
232
- /* line 41, ../sass/vex-theme-flat-attack.sass */
233
- .vex.vex-theme-flat-attack .vex-content {
234
- -webkit-transform-style: preserve-3d;
235
- -moz-transform-style: preserve-3d;
236
- transform-style: preserve-3d;
237
- animation: vex-flipin-horizontal 0.5s;
238
- -webkit-animation: vex-flipin-horizontal 0.5s;
239
- -moz-animation: vex-flipin-horizontal 0.5s;
240
- -ms-animation: vex-flipin-horizontal 0.5s;
241
- -o-animation: vex-flipin-horizontal 0.5s;
242
- -webkit-backface-visibility: hidden;
243
- }
244
- /* line 45, ../sass/vex-theme-flat-attack.sass */
245
- .vex.vex-theme-flat-attack .vex-content {
246
- font-family: "Helvetica Neue", sans-serif;
247
- font-weight: 200;
248
- background: white;
249
- color: #444444;
250
- padding: 2em 2em 3em 2em;
251
- line-height: 1.5em;
252
- position: relative;
253
- margin: 0 auto;
254
- max-width: 100%;
255
- width: 600px;
256
- }
257
- /* line 57, ../sass/vex-theme-flat-attack.sass */
258
- .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 {
259
- color: inherit;
260
- }
261
- /* line 60, ../sass/vex-theme-flat-attack.sass */
262
- .vex.vex-theme-flat-attack .vex-close {
263
- position: absolute;
264
- top: 0;
265
- right: 0;
266
- cursor: pointer;
267
- }
268
- /* line 66, ../sass/vex-theme-flat-attack.sass */
269
- .vex.vex-theme-flat-attack .vex-close:before {
270
- font-family: "Helvetica Neue", sans-serif;
271
- font-weight: 100;
272
- line-height: 1px;
273
- padding-top: 0.5em;
274
- display: block;
275
- font-size: 2em;
276
- text-indent: 1px;
277
- overflow: hidden;
278
- height: 1.25em;
279
- width: 1.25em;
280
- text-align: center;
281
- top: 0;
282
- right: 0;
283
- color: white;
284
- background: #666666;
285
- }
286
- /* line 85, ../sass/vex-theme-flat-attack.sass */
287
- .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
288
- margin-bottom: 0.5em;
289
- }
290
- /* line 88, ../sass/vex-theme-flat-attack.sass */
291
- .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
292
- margin-bottom: 0.5em;
293
- }
294
- /* line 91, ../sass/vex-theme-flat-attack.sass */
295
- .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="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .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="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .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="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .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="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
296
- -moz-border-radius: 3px;
297
- -webkit-border-radius: 3px;
298
- border-radius: 3px;
299
- background: #f0f0f0;
300
- width: 100%;
301
- padding: 0.25em 0.67em;
302
- border: 0;
303
- font-family: inherit;
304
- font-weight: inherit;
305
- font-size: inherit;
306
- min-height: 2.5em;
307
- margin: 0 0 0.25em;
308
- }
309
- /* line 103, ../sass/vex-theme-flat-attack.sass */
310
- .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="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]: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="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]: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="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]: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="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
311
- -moz-box-shadow: inset 0 0 0 2px #666666;
312
- -webkit-box-shadow: inset 0 0 0 2px #666666;
313
- box-shadow: inset 0 0 0 2px #666666;
314
- outline: none;
315
- }
316
- /* line 107, ../sass/vex-theme-flat-attack.sass */
317
- .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
318
- *zoom: 1;
319
- padding-top: 1em;
320
- margin-bottom: -3em;
321
- margin-left: -2em;
322
- margin-right: -2em;
323
- }
324
- /* line 38, ../../../.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.0.alpha.20/stylesheets/compass/utilities/general/_clearfix.scss */
325
- .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
326
- content: "";
327
- display: table;
328
- clear: both;
329
- }
330
- /* line 114, ../sass/vex-theme-flat-attack.sass */
331
- .vex.vex-theme-flat-attack .vex-dialog-button {
332
- -moz-border-radius: 0;
333
- -webkit-border-radius: 0;
334
- border-radius: 0;
335
- border: 0;
336
- margin: 0;
337
- float: right;
338
- padding: 0.5em 1em;
339
- font-size: 1.13em;
340
- text-transform: uppercase;
341
- font-weight: 200;
342
- letter-spacing: 0.1em;
343
- line-height: 1em;
344
- font-family: inherit;
345
- }
346
- /* line 127, ../sass/vex-theme-flat-attack.sass */
347
- .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
348
- margin-left: 0;
349
- }
350
- /* line 130, ../sass/vex-theme-flat-attack.sass */
351
- .vex.vex-theme-flat-attack .vex-dialog-button:focus {
352
- outline: none;
353
- }
354
- /* line 133, ../sass/vex-theme-flat-attack.sass */
355
- .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
356
- background: #666666;
357
- color: white;
358
- }
359
- /* line 137, ../sass/vex-theme-flat-attack.sass */
360
- .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
361
- -moz-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
362
- -webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
363
- box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
364
- }
365
- /* line 140, ../sass/vex-theme-flat-attack.sass */
366
- .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
367
- background: white;
368
- color: #cccccc;
369
- }
370
- /* line 144, ../sass/vex-theme-flat-attack.sass */
371
- .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
372
- -moz-box-shadow: inset 0 3px #aaaaaa;
373
- -webkit-box-shadow: inset 0 3px #aaaaaa;
374
- box-shadow: inset 0 3px #aaaaaa;
375
- background: #eeeeee;
376
- color: #777777;
377
- }
378
- /* line 149, ../sass/vex-theme-flat-attack.sass */
379
- .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 {
380
- color: #777777;
381
- }
382
- /* line 16, ../sass/vex-theme-flat-attack.sass */
383
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
384
- background: #ff7ea7;
385
- }
386
- /* line 25, ../sass/vex-theme-flat-attack.sass */
387
- .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="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]: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="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]: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="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]: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="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
388
- -moz-box-shadow: inset 0 0 0 2px #ff7ea7;
389
- -webkit-box-shadow: inset 0 0 0 2px #ff7ea7;
390
- box-shadow: inset 0 0 0 2px #ff7ea7;
391
- }
392
- /* line 28, ../sass/vex-theme-flat-attack.sass */
393
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
394
- background: #ff7ea7;
395
- }
396
- /* line 16, ../sass/vex-theme-flat-attack.sass */
397
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
398
- background: #ce4a55;
399
- }
400
- /* line 25, ../sass/vex-theme-flat-attack.sass */
401
- .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="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]: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="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]: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="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]: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="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
402
- -moz-box-shadow: inset 0 0 0 2px #ce4a55;
403
- -webkit-box-shadow: inset 0 0 0 2px #ce4a55;
404
- box-shadow: inset 0 0 0 2px #ce4a55;
405
- }
406
- /* line 28, ../sass/vex-theme-flat-attack.sass */
407
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
408
- background: #ce4a55;
409
- }
410
- /* line 16, ../sass/vex-theme-flat-attack.sass */
411
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
412
- background: #34b989;
413
- }
414
- /* line 25, ../sass/vex-theme-flat-attack.sass */
415
- .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="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]: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="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]: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="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]: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="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
416
- -moz-box-shadow: inset 0 0 0 2px #34b989;
417
- -webkit-box-shadow: inset 0 0 0 2px #34b989;
418
- box-shadow: inset 0 0 0 2px #34b989;
419
- }
420
- /* line 28, ../sass/vex-theme-flat-attack.sass */
421
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
422
- background: #34b989;
423
- }
424
- /* line 16, ../sass/vex-theme-flat-attack.sass */
425
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
426
- background: #477fa5;
427
- }
428
- /* line 25, ../sass/vex-theme-flat-attack.sass */
429
- .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="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]: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="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]: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="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]: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="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
430
- -moz-box-shadow: inset 0 0 0 2px #477fa5;
431
- -webkit-box-shadow: inset 0 0 0 2px #477fa5;
432
- box-shadow: inset 0 0 0 2px #477fa5;
433
- }
434
- /* line 28, ../sass/vex-theme-flat-attack.sass */
435
- .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
436
- background: #477fa5;
437
- }
438
-
439
- /* line 166, ../sass/vex-theme-flat-attack.sass */
440
- .vex-loading-spinner.vex-theme-flat-attack {
441
- height: 4em;
442
- width: 4em;
443
- }