rails-active-ui 0.2.2 → 0.3.1

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 (226) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/datatables.css +15 -0
  3. data/app/assets/stylesheets.css +5 -1
  4. data/app/blocks/resource_list_block.rb +153 -0
  5. data/app/components/back_button_component.rb +34 -0
  6. data/app/components/button_component.rb +4 -2
  7. data/app/components/button_to_component.rb +3 -4
  8. data/app/components/column_component.rb +1 -1
  9. data/app/components/container_component.rb +1 -1
  10. data/app/components/dropdown_component.rb +8 -2
  11. data/app/components/grid_component.rb +5 -1
  12. data/app/components/link_to_component.rb +23 -0
  13. data/app/components/menu_item_component.rb +5 -1
  14. data/app/components/message_component.rb +3 -1
  15. data/app/components/modal_component.rb +23 -3
  16. data/app/components/paragraph_component.rb +13 -0
  17. data/app/components/row_component.rb +1 -1
  18. data/app/components/table_row_component.rb +3 -5
  19. data/app/components/template_component.rb +13 -0
  20. data/app/helpers/component_helper.rb +122 -76
  21. data/app/helpers/fui_helper.rb +37 -0
  22. data/app/javascript/datatables.js +10 -0
  23. data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
  24. data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
  25. data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
  26. data/app/javascript/ui/controllers/navigation_controller.js +23 -0
  27. data/app/javascript/ui/index.js +11 -0
  28. data/app/lib/component.rb +1 -1
  29. data/config/importmap.rb +3 -0
  30. data/config/initializers/ruby_template_handler.rb +4 -1
  31. data/formantic-ui/components/accordion.css +369 -0
  32. data/formantic-ui/components/accordion.js +595 -0
  33. data/formantic-ui/components/accordion.min.css +9 -0
  34. data/formantic-ui/components/accordion.min.js +11 -0
  35. data/formantic-ui/components/ad.css +264 -0
  36. data/formantic-ui/components/ad.min.css +10 -0
  37. data/formantic-ui/components/api.js +1225 -0
  38. data/formantic-ui/components/api.min.js +11 -0
  39. data/formantic-ui/components/breadcrumb.css +135 -0
  40. data/formantic-ui/components/breadcrumb.min.css +9 -0
  41. data/formantic-ui/components/button.css +4058 -0
  42. data/formantic-ui/components/button.min.css +9 -0
  43. data/formantic-ui/components/calendar.css +327 -0
  44. data/formantic-ui/components/calendar.js +2045 -0
  45. data/formantic-ui/components/calendar.min.css +9 -0
  46. data/formantic-ui/components/calendar.min.js +11 -0
  47. data/formantic-ui/components/card.css +1881 -0
  48. data/formantic-ui/components/card.min.css +9 -0
  49. data/formantic-ui/components/checkbox.css +785 -0
  50. data/formantic-ui/components/checkbox.js +888 -0
  51. data/formantic-ui/components/checkbox.min.css +9 -0
  52. data/formantic-ui/components/checkbox.min.js +11 -0
  53. data/formantic-ui/components/comment.css +283 -0
  54. data/formantic-ui/components/comment.min.css +9 -0
  55. data/formantic-ui/components/container.css +300 -0
  56. data/formantic-ui/components/container.min.css +9 -0
  57. data/formantic-ui/components/dimmer.css +367 -0
  58. data/formantic-ui/components/dimmer.js +732 -0
  59. data/formantic-ui/components/dimmer.min.css +9 -0
  60. data/formantic-ui/components/dimmer.min.js +11 -0
  61. data/formantic-ui/components/divider.css +287 -0
  62. data/formantic-ui/components/divider.min.css +9 -0
  63. data/formantic-ui/components/dropdown.css +2087 -0
  64. data/formantic-ui/components/dropdown.js +4432 -0
  65. data/formantic-ui/components/dropdown.min.css +9 -0
  66. data/formantic-ui/components/dropdown.min.js +11 -0
  67. data/formantic-ui/components/embed.css +155 -0
  68. data/formantic-ui/components/embed.js +688 -0
  69. data/formantic-ui/components/embed.min.css +9 -0
  70. data/formantic-ui/components/embed.min.js +11 -0
  71. data/formantic-ui/components/emoji.css +15311 -0
  72. data/formantic-ui/components/emoji.min.css +9 -0
  73. data/formantic-ui/components/feed.css +799 -0
  74. data/formantic-ui/components/feed.min.css +9 -0
  75. data/formantic-ui/components/flag.css +1149 -0
  76. data/formantic-ui/components/flag.min.css +9 -0
  77. data/formantic-ui/components/flyout.css +546 -0
  78. data/formantic-ui/components/flyout.js +1551 -0
  79. data/formantic-ui/components/flyout.min.css +9 -0
  80. data/formantic-ui/components/flyout.min.js +11 -0
  81. data/formantic-ui/components/form.css +1885 -0
  82. data/formantic-ui/components/form.js +2199 -0
  83. data/formantic-ui/components/form.min.css +9 -0
  84. data/formantic-ui/components/form.min.js +11 -0
  85. data/formantic-ui/components/grid.css +1952 -0
  86. data/formantic-ui/components/grid.min.css +9 -0
  87. data/formantic-ui/components/header.css +778 -0
  88. data/formantic-ui/components/header.min.css +9 -0
  89. data/formantic-ui/components/icon.css +7066 -0
  90. data/formantic-ui/components/icon.min.css +9 -0
  91. data/formantic-ui/components/image.css +315 -0
  92. data/formantic-ui/components/image.min.css +9 -0
  93. data/formantic-ui/components/input.css +1566 -0
  94. data/formantic-ui/components/input.min.css +9 -0
  95. data/formantic-ui/components/item.css +534 -0
  96. data/formantic-ui/components/item.min.css +9 -0
  97. data/formantic-ui/components/label.css +2114 -0
  98. data/formantic-ui/components/label.min.css +9 -0
  99. data/formantic-ui/components/list.css +955 -0
  100. data/formantic-ui/components/list.min.css +9 -0
  101. data/formantic-ui/components/loader.css +787 -0
  102. data/formantic-ui/components/loader.min.css +9 -0
  103. data/formantic-ui/components/menu.css +2131 -0
  104. data/formantic-ui/components/menu.min.css +9 -0
  105. data/formantic-ui/components/message.css +619 -0
  106. data/formantic-ui/components/message.min.css +9 -0
  107. data/formantic-ui/components/modal.css +779 -0
  108. data/formantic-ui/components/modal.js +1637 -0
  109. data/formantic-ui/components/modal.min.css +9 -0
  110. data/formantic-ui/components/modal.min.js +11 -0
  111. data/formantic-ui/components/nag.css +290 -0
  112. data/formantic-ui/components/nag.js +566 -0
  113. data/formantic-ui/components/nag.min.css +9 -0
  114. data/formantic-ui/components/nag.min.js +11 -0
  115. data/formantic-ui/components/placeholder.css +228 -0
  116. data/formantic-ui/components/placeholder.min.css +9 -0
  117. data/formantic-ui/components/popup.css +1184 -0
  118. data/formantic-ui/components/popup.js +1561 -0
  119. data/formantic-ui/components/popup.min.css +9 -0
  120. data/formantic-ui/components/popup.min.js +11 -0
  121. data/formantic-ui/components/progress.css +761 -0
  122. data/formantic-ui/components/progress.js +979 -0
  123. data/formantic-ui/components/progress.min.css +9 -0
  124. data/formantic-ui/components/progress.min.js +11 -0
  125. data/formantic-ui/components/rail.css +147 -0
  126. data/formantic-ui/components/rail.min.css +9 -0
  127. data/formantic-ui/components/rating.css +414 -0
  128. data/formantic-ui/components/rating.js +540 -0
  129. data/formantic-ui/components/rating.min.css +9 -0
  130. data/formantic-ui/components/rating.min.js +11 -0
  131. data/formantic-ui/components/reset.css +386 -0
  132. data/formantic-ui/components/reset.min.css +9 -0
  133. data/formantic-ui/components/reveal.css +277 -0
  134. data/formantic-ui/components/reveal.min.css +9 -0
  135. data/formantic-ui/components/search.css +541 -0
  136. data/formantic-ui/components/search.js +1641 -0
  137. data/formantic-ui/components/search.min.css +9 -0
  138. data/formantic-ui/components/search.min.js +11 -0
  139. data/formantic-ui/components/segment.css +1053 -0
  140. data/formantic-ui/components/segment.min.css +9 -0
  141. data/formantic-ui/components/shape.css +144 -0
  142. data/formantic-ui/components/shape.js +797 -0
  143. data/formantic-ui/components/shape.min.css +9 -0
  144. data/formantic-ui/components/shape.min.js +11 -0
  145. data/formantic-ui/components/sidebar.css +539 -0
  146. data/formantic-ui/components/sidebar.js +1054 -0
  147. data/formantic-ui/components/sidebar.min.css +9 -0
  148. data/formantic-ui/components/sidebar.min.js +11 -0
  149. data/formantic-ui/components/site.css +286 -0
  150. data/formantic-ui/components/site.js +455 -0
  151. data/formantic-ui/components/site.min.css +9 -0
  152. data/formantic-ui/components/site.min.js +11 -0
  153. data/formantic-ui/components/slider.css +926 -0
  154. data/formantic-ui/components/slider.js +1546 -0
  155. data/formantic-ui/components/slider.min.css +9 -0
  156. data/formantic-ui/components/slider.min.js +11 -0
  157. data/formantic-ui/components/state.js +697 -0
  158. data/formantic-ui/components/state.min.js +11 -0
  159. data/formantic-ui/components/statistic.css +586 -0
  160. data/formantic-ui/components/statistic.min.css +9 -0
  161. data/formantic-ui/components/step.css +1538 -0
  162. data/formantic-ui/components/step.min.css +9 -0
  163. data/formantic-ui/components/sticky.css +73 -0
  164. data/formantic-ui/components/sticky.js +917 -0
  165. data/formantic-ui/components/sticky.min.css +9 -0
  166. data/formantic-ui/components/sticky.min.js +11 -0
  167. data/formantic-ui/components/tab.css +84 -0
  168. data/formantic-ui/components/tab.js +967 -0
  169. data/formantic-ui/components/tab.min.css +9 -0
  170. data/formantic-ui/components/tab.min.js +11 -0
  171. data/formantic-ui/components/table.css +3473 -0
  172. data/formantic-ui/components/table.min.css +9 -0
  173. data/formantic-ui/components/text.css +155 -0
  174. data/formantic-ui/components/text.min.css +9 -0
  175. data/formantic-ui/components/toast.css +751 -0
  176. data/formantic-ui/components/toast.js +964 -0
  177. data/formantic-ui/components/toast.min.css +9 -0
  178. data/formantic-ui/components/toast.min.js +11 -0
  179. data/formantic-ui/components/transition.css +1148 -0
  180. data/formantic-ui/components/transition.js +1034 -0
  181. data/formantic-ui/components/transition.min.css +9 -0
  182. data/formantic-ui/components/transition.min.js +11 -0
  183. data/formantic-ui/components/visibility.js +1292 -0
  184. data/formantic-ui/components/visibility.min.js +11 -0
  185. data/formantic-ui/semantic.css +78485 -0
  186. data/formantic-ui/semantic.js +31036 -0
  187. data/formantic-ui/semantic.min.css +11 -0
  188. data/formantic-ui/semantic.min.js +11 -0
  189. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  190. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  191. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  192. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  193. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  194. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  195. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  196. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  197. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  198. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  199. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  200. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  201. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  202. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  203. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  204. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  205. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  206. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  207. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  208. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  209. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  210. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  211. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  212. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  213. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  214. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  215. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  216. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  217. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  218. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  219. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  220. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  221. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  222. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  223. data/lib/ui/engine.rb +7 -2
  224. data/lib/ui/version.rb +1 -1
  225. metadata +205 -7
  226. data/app/components/link_component.rb +0 -23
@@ -0,0 +1,386 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Reset
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Reset
14
+ *******************************/
15
+
16
+
17
+ /* Border-Box */
18
+ *,
19
+ *::before,
20
+ *::after {
21
+ box-sizing: inherit;
22
+ }
23
+ html {
24
+ box-sizing: border-box;
25
+ }
26
+
27
+ /* iPad Input Shadows */
28
+ input[type="text"],
29
+ input[type="email"],
30
+ input[type="search"],
31
+ input[type="password"] {
32
+ -webkit-appearance: none;
33
+ -moz-appearance: none;
34
+
35
+ /* mobile firefox too! */
36
+ }
37
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
38
+
39
+ /* Document
40
+ ========================================================================== */
41
+ /**
42
+ * 1. Correct the line height in all browsers.
43
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
44
+ */
45
+ html {
46
+ line-height: 1.15;
47
+
48
+ /* 1 */
49
+ -webkit-text-size-adjust: 100%;
50
+
51
+ /* 2 */
52
+ }
53
+
54
+ /* Sections
55
+ ========================================================================== */
56
+ /**
57
+ * Remove the margin in all browsers.
58
+ */
59
+ body {
60
+ margin: 0;
61
+ }
62
+ /**
63
+ * Render the `main` element consistently in IE.
64
+ */
65
+ main {
66
+ display: block;
67
+ }
68
+ /**
69
+ * Correct the font size and margin on `h1` elements within `section` and
70
+ * `article` contexts in Chrome, Firefox, and Safari.
71
+ */
72
+ h1 {
73
+ font-size: 2em;
74
+ margin: 0.67em 0;
75
+ }
76
+
77
+ /* Grouping content
78
+ ========================================================================== */
79
+ /**
80
+ * 1. Add the correct box sizing in Firefox.
81
+ * 2. Show the overflow in Edge and IE.
82
+ */
83
+ hr {
84
+ box-sizing: content-box;
85
+
86
+ /* 1 */
87
+ height: 0;
88
+
89
+ /* 1 */
90
+ overflow: visible;
91
+
92
+ /* 2 */
93
+ }
94
+ /**
95
+ * 1. Correct the inheritance and scaling of font size in all browsers.
96
+ * 2. Correct the odd `em` font sizing in all browsers.
97
+ */
98
+ pre {
99
+ font-family: monospace, monospace;
100
+
101
+ /* 1 */
102
+ font-size: 1em;
103
+
104
+ /* 2 */
105
+ }
106
+
107
+ /* Text-level semantics
108
+ ========================================================================== */
109
+ /**
110
+ * Remove the gray background on active links in IE 10.
111
+ */
112
+ a {
113
+ background-color: transparent;
114
+ }
115
+ /**
116
+ * 1. Remove the bottom border in Chrome 57-
117
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
118
+ */
119
+ abbr[title] {
120
+ border-bottom: none;
121
+
122
+ /* 1 */
123
+ text-decoration: underline;
124
+
125
+ /* 2 */
126
+ -webkit-text-decoration: underline dotted;
127
+ text-decoration: underline dotted;
128
+
129
+ /* 2 */
130
+ }
131
+ /**
132
+ * Add the correct font weight in Chrome, Edge, and Safari.
133
+ */
134
+ b,
135
+ strong {
136
+ font-weight: bolder;
137
+ }
138
+ /**
139
+ * 1. Correct the inheritance and scaling of font size in all browsers.
140
+ * 2. Correct the odd `em` font sizing in all browsers.
141
+ */
142
+ code,
143
+ kbd,
144
+ samp {
145
+ font-family: monospace, monospace;
146
+
147
+ /* 1 */
148
+ font-size: 1em;
149
+
150
+ /* 2 */
151
+ }
152
+ /**
153
+ * Add the correct font size in all browsers.
154
+ */
155
+ small {
156
+ font-size: 80%;
157
+ }
158
+ /**
159
+ * Prevent `sub` and `sup` elements from affecting the line height in
160
+ * all browsers.
161
+ */
162
+ sub,
163
+ sup {
164
+ font-size: 75%;
165
+ line-height: 0;
166
+ position: relative;
167
+ vertical-align: baseline;
168
+ }
169
+ sub {
170
+ bottom: -0.25em;
171
+ }
172
+ sup {
173
+ top: -0.5em;
174
+ }
175
+
176
+ /* Embedded content
177
+ ========================================================================== */
178
+ /**
179
+ * Remove the border on images inside links in IE 10.
180
+ */
181
+ img {
182
+ border-style: none;
183
+ }
184
+
185
+ /* Forms
186
+ ========================================================================== */
187
+ /**
188
+ * 1. Change the font styles in all browsers.
189
+ * 2. Remove the margin in Firefox and Safari.
190
+ */
191
+ button,
192
+ input,
193
+ optgroup,
194
+ select,
195
+ textarea {
196
+ font-family: inherit;
197
+
198
+ /* 1 */
199
+ font-size: 100%;
200
+
201
+ /* 1 */
202
+ line-height: 1.15;
203
+
204
+ /* 1 */
205
+ margin: 0;
206
+
207
+ /* 2 */
208
+ }
209
+ /**
210
+ * Show the overflow in IE.
211
+ * 1. Show the overflow in Edge.
212
+ */
213
+ button,
214
+ input {
215
+ overflow: visible;
216
+
217
+ /* 1 */
218
+ }
219
+ /**
220
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
221
+ * 1. Remove the inheritance of text transform in Firefox.
222
+ */
223
+ button,
224
+ select {
225
+ text-transform: none;
226
+
227
+ /* 1 */
228
+ }
229
+ /**
230
+ * Correct the inability to style clickable types in iOS and Safari.
231
+ */
232
+ button,
233
+ [type="button"],
234
+ [type="reset"],
235
+ [type="submit"] {
236
+ -webkit-appearance: button;
237
+ }
238
+ /**
239
+ * Remove the inner border and padding in Firefox.
240
+ */
241
+ button::-moz-focus-inner,
242
+ [type="button"]::-moz-focus-inner,
243
+ [type="reset"]::-moz-focus-inner,
244
+ [type="submit"]::-moz-focus-inner {
245
+ border-style: none;
246
+ padding: 0;
247
+ }
248
+ /**
249
+ * Restore the focus styles unset by the previous rule.
250
+ */
251
+ button:-moz-focusring,
252
+ [type="button"]:-moz-focusring,
253
+ [type="reset"]:-moz-focusring,
254
+ [type="submit"]:-moz-focusring {
255
+ outline: 1px dotted ButtonText;
256
+ }
257
+ /**
258
+ * Correct the padding in Firefox.
259
+ */
260
+ fieldset {
261
+ padding: 0.35em 0.75em 0.625em;
262
+ }
263
+ /**
264
+ * 1. Correct the text wrapping in Edge and IE.
265
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
266
+ * 3. Remove the padding so developers are not caught out when they zero out
267
+ * `fieldset` elements in all browsers.
268
+ */
269
+ legend {
270
+ box-sizing: border-box;
271
+
272
+ /* 1 */
273
+ color: inherit;
274
+
275
+ /* 2 */
276
+ display: table;
277
+
278
+ /* 1 */
279
+ max-width: 100%;
280
+
281
+ /* 1 */
282
+ padding: 0;
283
+
284
+ /* 3 */
285
+ white-space: normal;
286
+
287
+ /* 1 */
288
+ }
289
+ /**
290
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
291
+ */
292
+ progress {
293
+ vertical-align: baseline;
294
+ }
295
+ /**
296
+ * Remove the default vertical scrollbar in IE 10+.
297
+ */
298
+ textarea {
299
+ overflow: auto;
300
+ }
301
+ /**
302
+ * 1. Add the correct box sizing in IE 10.
303
+ * 2. Remove the padding in IE 10.
304
+ */
305
+ [type="checkbox"],
306
+ [type="radio"] {
307
+ box-sizing: border-box;
308
+
309
+ /* 1 */
310
+ padding: 0;
311
+
312
+ /* 2 */
313
+ }
314
+ /**
315
+ * Correct the cursor style of increment and decrement buttons in Chrome.
316
+ */
317
+ [type="number"]::-webkit-inner-spin-button,
318
+ [type="number"]::-webkit-outer-spin-button {
319
+ height: auto;
320
+ }
321
+ /**
322
+ * 1. Correct the odd appearance in Chrome and Safari.
323
+ * 2. Correct the outline style in Safari.
324
+ */
325
+ [type="search"] {
326
+ -webkit-appearance: textfield;
327
+
328
+ /* 1 */
329
+ outline-offset: -2px;
330
+
331
+ /* 2 */
332
+ }
333
+ /**
334
+ * Remove the inner padding in Chrome and Safari on macOS.
335
+ */
336
+ [type="search"]::-webkit-search-decoration {
337
+ -webkit-appearance: none;
338
+ }
339
+ /**
340
+ * 1. Correct the inability to style clickable types in iOS and Safari.
341
+ * 2. Change font properties to `inherit` in Safari.
342
+ */
343
+ ::-webkit-file-upload-button {
344
+ -webkit-appearance: button;
345
+
346
+ /* 1 */
347
+ font: inherit;
348
+
349
+ /* 2 */
350
+ }
351
+
352
+ /* Interactive
353
+ ========================================================================== */
354
+ /*
355
+ * Add the correct display in Edge, IE 10+, and Firefox.
356
+ */
357
+ details {
358
+ display: block;
359
+ }
360
+ /*
361
+ * Add the correct display in all browsers.
362
+ */
363
+ summary {
364
+ display: list-item;
365
+ }
366
+
367
+ /* Misc
368
+ ========================================================================== */
369
+ /**
370
+ * Add the correct display in IE 10+.
371
+ */
372
+ template {
373
+ display: none;
374
+ }
375
+ /**
376
+ * Add the correct display in IE 10.
377
+ */
378
+ [hidden] {
379
+ display: none;
380
+ }
381
+
382
+
383
+ /*******************************
384
+ Site Overrides
385
+ *******************************/
386
+
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Reset
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
@@ -0,0 +1,277 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Reveal
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Reveal
14
+ *******************************/
15
+
16
+ .ui.reveal {
17
+ display: inherit;
18
+ position: relative !important;
19
+ font-size: 0;
20
+ }
21
+ .ui.reveal > .visible.content {
22
+ position: absolute !important;
23
+ top: 0 !important;
24
+ left: 0 !important;
25
+ z-index: 3 !important;
26
+ transition: all 0.5s ease 0.1s;
27
+ }
28
+ .ui.reveal > .hidden.content {
29
+ position: relative !important;
30
+ z-index: 2 !important;
31
+ }
32
+
33
+ /* Make sure hovered element is on top of other reveal */
34
+ .ui.active.reveal .visible.content,
35
+ .ui.reveal:hover .visible.content {
36
+ z-index: 4 !important;
37
+ }
38
+
39
+
40
+ /*******************************
41
+ Types
42
+ *******************************/
43
+
44
+
45
+ /* --------------
46
+ Slide
47
+ --------------- */
48
+ .ui.slide.reveal {
49
+ position: relative !important;
50
+ overflow: hidden !important;
51
+ white-space: nowrap;
52
+ }
53
+ .ui.slide.reveal > .content {
54
+ display: block;
55
+ width: 100%;
56
+ white-space: normal;
57
+ float: left;
58
+ margin: 0;
59
+ transition: transform 0.5s ease 0.1s;
60
+ }
61
+ .ui.slide.reveal > .visible.content {
62
+ position: relative !important;
63
+ }
64
+ .ui.slide.reveal > .hidden.content {
65
+ position: absolute !important;
66
+ left: 0 !important;
67
+ width: 100% !important;
68
+ transform: translateX(100%) !important;
69
+ }
70
+ .ui.slide.active.reveal > .visible.content,
71
+ .ui.slide.reveal:hover > .visible.content {
72
+ transform: translateX(-100%) !important;
73
+ }
74
+ .ui.slide.active.reveal > .hidden.content,
75
+ .ui.slide.reveal:hover > .hidden.content {
76
+ transform: translateX(0) !important;
77
+ }
78
+ .ui.slide.right.reveal > .visible.content {
79
+ transform: translateX(0) !important;
80
+ }
81
+ .ui.slide.right.reveal > .hidden.content {
82
+ transform: translateX(-100%) !important;
83
+ }
84
+ .ui.slide.right.active.reveal > .visible.content,
85
+ .ui.slide.right.reveal:hover > .visible.content {
86
+ transform: translateX(100%) !important;
87
+ }
88
+ .ui.slide.right.active.reveal > .hidden.content,
89
+ .ui.slide.right.reveal:hover > .hidden.content {
90
+ transform: translateX(0) !important;
91
+ }
92
+ .ui.slide.up.reveal > .hidden.content {
93
+ transform: translateY(100%) !important;
94
+ }
95
+ .ui.slide.up.active.reveal > .visible.content,
96
+ .ui.slide.up.reveal:hover > .visible.content {
97
+ transform: translateY(-100%) !important;
98
+ }
99
+ .ui.slide.up.active.reveal > .hidden.content,
100
+ .ui.slide.up.reveal:hover > .hidden.content {
101
+ transform: translateY(0) !important;
102
+ }
103
+ .ui.slide.down.reveal > .hidden.content {
104
+ transform: translateY(-100%) !important;
105
+ }
106
+ .ui.slide.down.active.reveal > .visible.content,
107
+ .ui.slide.down.reveal:hover > .visible.content {
108
+ transform: translateY(100%) !important;
109
+ }
110
+ .ui.slide.down.active.reveal > .hidden.content,
111
+ .ui.slide.down.reveal:hover > .hidden.content {
112
+ transform: translateY(0) !important;
113
+ }
114
+
115
+ /* --------------
116
+ Fade
117
+ --------------- */
118
+ .ui.fade.reveal > .visible.content {
119
+ opacity: 1;
120
+ }
121
+ .ui.fade.active.reveal > .visible.content,
122
+ .ui.fade.reveal:hover > .visible.content {
123
+ opacity: 0;
124
+ }
125
+
126
+ /* --------------
127
+ Move
128
+ --------------- */
129
+ .ui.move.reveal {
130
+ position: relative !important;
131
+ overflow: hidden !important;
132
+ white-space: nowrap;
133
+ }
134
+ .ui.move.reveal > .content {
135
+ display: block;
136
+ float: left;
137
+ white-space: normal;
138
+ margin: 0;
139
+ transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
140
+ }
141
+ .ui.move.reveal > .visible.content {
142
+ position: relative !important;
143
+ }
144
+ .ui.move.reveal > .hidden.content {
145
+ position: absolute !important;
146
+ left: 0 !important;
147
+ width: 100% !important;
148
+ }
149
+ .ui.move.active.reveal > .visible.content,
150
+ .ui.move.reveal:hover > .visible.content {
151
+ transform: translateX(-100%) !important;
152
+ }
153
+ .ui.move.right.active.reveal > .visible.content,
154
+ .ui.move.right.reveal:hover > .visible.content {
155
+ transform: translateX(100%) !important;
156
+ }
157
+ .ui.move.up.active.reveal > .visible.content,
158
+ .ui.move.up.reveal:hover > .visible.content {
159
+ transform: translateY(-100%) !important;
160
+ }
161
+ .ui.move.down.active.reveal > .visible.content,
162
+ .ui.move.down.reveal:hover > .visible.content {
163
+ transform: translateY(100%) !important;
164
+ }
165
+
166
+ /* --------------
167
+ Rotate
168
+ --------------- */
169
+ .ui.rotate.reveal > .visible.content {
170
+ transition-duration: 0.5s;
171
+ transform: rotate(0);
172
+ }
173
+ .ui.rotate.reveal > .visible.content,
174
+ .ui.rotate.right.reveal > .visible.content {
175
+ transform-origin: bottom right;
176
+ }
177
+ .ui.rotate.active.reveal > .visible.content,
178
+ .ui.rotate.reveal:hover > .visible.content,
179
+ .ui.rotate.right.active.reveal > .visible.content,
180
+ .ui.rotate.right.reveal:hover > .visible.content {
181
+ transform: rotate(110deg);
182
+ }
183
+ .ui.rotate.left.reveal > .visible.content {
184
+ transform-origin: bottom left;
185
+ }
186
+ .ui.rotate.left.active.reveal > .visible.content,
187
+ .ui.rotate.left.reveal:hover > .visible.content {
188
+ transform: rotate(-110deg);
189
+ }
190
+
191
+
192
+ /*******************************
193
+ States
194
+ *******************************/
195
+
196
+ .ui.disabled.reveal:hover > .visible.visible.content {
197
+ position: static !important;
198
+ display: block !important;
199
+ opacity: 1 !important;
200
+ top: 0 !important;
201
+ left: 0 !important;
202
+ right: auto !important;
203
+ bottom: auto !important;
204
+ transform: none !important;
205
+ }
206
+ .ui.disabled.reveal:hover > .hidden.hidden.content {
207
+ display: none !important;
208
+ }
209
+
210
+
211
+ /*******************************
212
+ Coupling
213
+ *******************************/
214
+
215
+ .ui.reveal > .ui.ribbon.label {
216
+ z-index: 5;
217
+ }
218
+
219
+
220
+ /*******************************
221
+ Variations
222
+ *******************************/
223
+
224
+
225
+ /* --------------
226
+ Visible
227
+ --------------- */
228
+ .ui.visible.reveal {
229
+ overflow: visible;
230
+ }
231
+
232
+ /* --------------
233
+ Instant
234
+ --------------- */
235
+ .ui.instant.reveal > .content {
236
+ transition-delay: 0s !important;
237
+ }
238
+
239
+ /* --------------
240
+ Sizing
241
+ --------------- */
242
+ .ui.reveal > .content {
243
+ font-size: 1rem;
244
+ }
245
+ .ui.mini.reveal > .content {
246
+ font-size: 0.78571429rem;
247
+ }
248
+ .ui.tiny.reveal > .content {
249
+ font-size: 0.85714286rem;
250
+ }
251
+ .ui.small.reveal > .content {
252
+ font-size: 0.92857143rem;
253
+ }
254
+ .ui.large.reveal > .content {
255
+ font-size: 1.14285714rem;
256
+ }
257
+ .ui.big.reveal > .content {
258
+ font-size: 1.28571429rem;
259
+ }
260
+ .ui.huge.reveal > .content {
261
+ font-size: 1.42857143rem;
262
+ }
263
+ .ui.massive.reveal > .content {
264
+ font-size: 1.71428571rem;
265
+ }
266
+
267
+
268
+ /*******************************
269
+ Theme Overrides
270
+ *******************************/
271
+
272
+
273
+
274
+ /*******************************
275
+ Site Overrides
276
+ *******************************/
277
+
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Reveal
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */.ui.reveal{display:inherit;position:relative!important;font-size:0}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;white-space:normal;float:left;margin:0;transition:transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;white-space:normal;margin:0;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{transition-duration:.5s;transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.reveal>.ui.ribbon.label{z-index:5}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{transition-delay:0s!important}.ui.reveal>.content{font-size:1rem}.ui.mini.reveal>.content{font-size:.78571429rem}.ui.tiny.reveal>.content{font-size:.85714286rem}.ui.small.reveal>.content{font-size:.92857143rem}.ui.large.reveal>.content{font-size:1.14285714rem}.ui.big.reveal>.content{font-size:1.28571429rem}.ui.huge.reveal>.content{font-size:1.42857143rem}.ui.massive.reveal>.content{font-size:1.71428571rem}