rails-active-ui 0.3.0 → 0.3.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 (197) hide show
  1. checksums.yaml +4 -4
  2. data/app/javascript/ui/controllers/turbo_modal_controller.js +36 -0
  3. data/config/importmap.rb +1 -0
  4. data/formantic-ui/components/accordion.css +369 -0
  5. data/formantic-ui/components/accordion.js +595 -0
  6. data/formantic-ui/components/accordion.min.css +9 -0
  7. data/formantic-ui/components/accordion.min.js +11 -0
  8. data/formantic-ui/components/ad.css +264 -0
  9. data/formantic-ui/components/ad.min.css +10 -0
  10. data/formantic-ui/components/api.js +1225 -0
  11. data/formantic-ui/components/api.min.js +11 -0
  12. data/formantic-ui/components/breadcrumb.css +135 -0
  13. data/formantic-ui/components/breadcrumb.min.css +9 -0
  14. data/formantic-ui/components/button.css +4058 -0
  15. data/formantic-ui/components/button.min.css +9 -0
  16. data/formantic-ui/components/calendar.css +327 -0
  17. data/formantic-ui/components/calendar.js +2045 -0
  18. data/formantic-ui/components/calendar.min.css +9 -0
  19. data/formantic-ui/components/calendar.min.js +11 -0
  20. data/formantic-ui/components/card.css +1881 -0
  21. data/formantic-ui/components/card.min.css +9 -0
  22. data/formantic-ui/components/checkbox.css +785 -0
  23. data/formantic-ui/components/checkbox.js +888 -0
  24. data/formantic-ui/components/checkbox.min.css +9 -0
  25. data/formantic-ui/components/checkbox.min.js +11 -0
  26. data/formantic-ui/components/comment.css +283 -0
  27. data/formantic-ui/components/comment.min.css +9 -0
  28. data/formantic-ui/components/container.css +300 -0
  29. data/formantic-ui/components/container.min.css +9 -0
  30. data/formantic-ui/components/dimmer.css +367 -0
  31. data/formantic-ui/components/dimmer.js +732 -0
  32. data/formantic-ui/components/dimmer.min.css +9 -0
  33. data/formantic-ui/components/dimmer.min.js +11 -0
  34. data/formantic-ui/components/divider.css +287 -0
  35. data/formantic-ui/components/divider.min.css +9 -0
  36. data/formantic-ui/components/dropdown.css +2087 -0
  37. data/formantic-ui/components/dropdown.js +4432 -0
  38. data/formantic-ui/components/dropdown.min.css +9 -0
  39. data/formantic-ui/components/dropdown.min.js +11 -0
  40. data/formantic-ui/components/embed.css +155 -0
  41. data/formantic-ui/components/embed.js +688 -0
  42. data/formantic-ui/components/embed.min.css +9 -0
  43. data/formantic-ui/components/embed.min.js +11 -0
  44. data/formantic-ui/components/emoji.css +15311 -0
  45. data/formantic-ui/components/emoji.min.css +9 -0
  46. data/formantic-ui/components/feed.css +799 -0
  47. data/formantic-ui/components/feed.min.css +9 -0
  48. data/formantic-ui/components/flag.css +1149 -0
  49. data/formantic-ui/components/flag.min.css +9 -0
  50. data/formantic-ui/components/flyout.css +546 -0
  51. data/formantic-ui/components/flyout.js +1551 -0
  52. data/formantic-ui/components/flyout.min.css +9 -0
  53. data/formantic-ui/components/flyout.min.js +11 -0
  54. data/formantic-ui/components/form.css +1885 -0
  55. data/formantic-ui/components/form.js +2199 -0
  56. data/formantic-ui/components/form.min.css +9 -0
  57. data/formantic-ui/components/form.min.js +11 -0
  58. data/formantic-ui/components/grid.css +1952 -0
  59. data/formantic-ui/components/grid.min.css +9 -0
  60. data/formantic-ui/components/header.css +778 -0
  61. data/formantic-ui/components/header.min.css +9 -0
  62. data/formantic-ui/components/icon.css +7066 -0
  63. data/formantic-ui/components/icon.min.css +9 -0
  64. data/formantic-ui/components/image.css +315 -0
  65. data/formantic-ui/components/image.min.css +9 -0
  66. data/formantic-ui/components/input.css +1566 -0
  67. data/formantic-ui/components/input.min.css +9 -0
  68. data/formantic-ui/components/item.css +534 -0
  69. data/formantic-ui/components/item.min.css +9 -0
  70. data/formantic-ui/components/label.css +2114 -0
  71. data/formantic-ui/components/label.min.css +9 -0
  72. data/formantic-ui/components/list.css +955 -0
  73. data/formantic-ui/components/list.min.css +9 -0
  74. data/formantic-ui/components/loader.css +787 -0
  75. data/formantic-ui/components/loader.min.css +9 -0
  76. data/formantic-ui/components/menu.css +2131 -0
  77. data/formantic-ui/components/menu.min.css +9 -0
  78. data/formantic-ui/components/message.css +619 -0
  79. data/formantic-ui/components/message.min.css +9 -0
  80. data/formantic-ui/components/modal.css +779 -0
  81. data/formantic-ui/components/modal.js +1637 -0
  82. data/formantic-ui/components/modal.min.css +9 -0
  83. data/formantic-ui/components/modal.min.js +11 -0
  84. data/formantic-ui/components/nag.css +290 -0
  85. data/formantic-ui/components/nag.js +566 -0
  86. data/formantic-ui/components/nag.min.css +9 -0
  87. data/formantic-ui/components/nag.min.js +11 -0
  88. data/formantic-ui/components/placeholder.css +228 -0
  89. data/formantic-ui/components/placeholder.min.css +9 -0
  90. data/formantic-ui/components/popup.css +1184 -0
  91. data/formantic-ui/components/popup.js +1561 -0
  92. data/formantic-ui/components/popup.min.css +9 -0
  93. data/formantic-ui/components/popup.min.js +11 -0
  94. data/formantic-ui/components/progress.css +761 -0
  95. data/formantic-ui/components/progress.js +979 -0
  96. data/formantic-ui/components/progress.min.css +9 -0
  97. data/formantic-ui/components/progress.min.js +11 -0
  98. data/formantic-ui/components/rail.css +147 -0
  99. data/formantic-ui/components/rail.min.css +9 -0
  100. data/formantic-ui/components/rating.css +414 -0
  101. data/formantic-ui/components/rating.js +540 -0
  102. data/formantic-ui/components/rating.min.css +9 -0
  103. data/formantic-ui/components/rating.min.js +11 -0
  104. data/formantic-ui/components/reset.css +386 -0
  105. data/formantic-ui/components/reset.min.css +9 -0
  106. data/formantic-ui/components/reveal.css +277 -0
  107. data/formantic-ui/components/reveal.min.css +9 -0
  108. data/formantic-ui/components/search.css +541 -0
  109. data/formantic-ui/components/search.js +1641 -0
  110. data/formantic-ui/components/search.min.css +9 -0
  111. data/formantic-ui/components/search.min.js +11 -0
  112. data/formantic-ui/components/segment.css +1053 -0
  113. data/formantic-ui/components/segment.min.css +9 -0
  114. data/formantic-ui/components/shape.css +144 -0
  115. data/formantic-ui/components/shape.js +797 -0
  116. data/formantic-ui/components/shape.min.css +9 -0
  117. data/formantic-ui/components/shape.min.js +11 -0
  118. data/formantic-ui/components/sidebar.css +539 -0
  119. data/formantic-ui/components/sidebar.js +1054 -0
  120. data/formantic-ui/components/sidebar.min.css +9 -0
  121. data/formantic-ui/components/sidebar.min.js +11 -0
  122. data/formantic-ui/components/site.css +286 -0
  123. data/formantic-ui/components/site.js +455 -0
  124. data/formantic-ui/components/site.min.css +9 -0
  125. data/formantic-ui/components/site.min.js +11 -0
  126. data/formantic-ui/components/slider.css +926 -0
  127. data/formantic-ui/components/slider.js +1546 -0
  128. data/formantic-ui/components/slider.min.css +9 -0
  129. data/formantic-ui/components/slider.min.js +11 -0
  130. data/formantic-ui/components/state.js +697 -0
  131. data/formantic-ui/components/state.min.js +11 -0
  132. data/formantic-ui/components/statistic.css +586 -0
  133. data/formantic-ui/components/statistic.min.css +9 -0
  134. data/formantic-ui/components/step.css +1538 -0
  135. data/formantic-ui/components/step.min.css +9 -0
  136. data/formantic-ui/components/sticky.css +73 -0
  137. data/formantic-ui/components/sticky.js +917 -0
  138. data/formantic-ui/components/sticky.min.css +9 -0
  139. data/formantic-ui/components/sticky.min.js +11 -0
  140. data/formantic-ui/components/tab.css +84 -0
  141. data/formantic-ui/components/tab.js +967 -0
  142. data/formantic-ui/components/tab.min.css +9 -0
  143. data/formantic-ui/components/tab.min.js +11 -0
  144. data/formantic-ui/components/table.css +3473 -0
  145. data/formantic-ui/components/table.min.css +9 -0
  146. data/formantic-ui/components/text.css +155 -0
  147. data/formantic-ui/components/text.min.css +9 -0
  148. data/formantic-ui/components/toast.css +751 -0
  149. data/formantic-ui/components/toast.js +964 -0
  150. data/formantic-ui/components/toast.min.css +9 -0
  151. data/formantic-ui/components/toast.min.js +11 -0
  152. data/formantic-ui/components/transition.css +1148 -0
  153. data/formantic-ui/components/transition.js +1034 -0
  154. data/formantic-ui/components/transition.min.css +9 -0
  155. data/formantic-ui/components/transition.min.js +11 -0
  156. data/formantic-ui/components/visibility.js +1292 -0
  157. data/formantic-ui/components/visibility.min.js +11 -0
  158. data/formantic-ui/semantic.css +78485 -0
  159. data/formantic-ui/semantic.js +31036 -0
  160. data/formantic-ui/semantic.min.css +11 -0
  161. data/formantic-ui/semantic.min.js +11 -0
  162. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  163. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  164. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  165. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  166. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  167. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  168. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  169. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  170. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  171. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  172. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  173. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  174. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  175. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  176. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  177. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  178. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  179. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  180. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  181. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  182. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  183. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  184. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  185. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  186. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  187. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  188. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  189. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  190. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  191. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  192. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  193. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  194. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  195. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  196. data/lib/ui/version.rb +1 -1
  197. metadata +194 -1
@@ -0,0 +1,1053 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Segment
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
+ Segment
14
+ *******************************/
15
+
16
+ .ui.segment {
17
+ position: relative;
18
+ background: #fff;
19
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
20
+ margin: 1rem 0;
21
+ padding: 1em 1em;
22
+ border-radius: 0.28571429rem;
23
+ border: 1px solid rgba(34, 36, 38, 0.15);
24
+ }
25
+ .ui.segment:first-child {
26
+ margin-top: 0;
27
+ }
28
+ .ui.segment:last-child {
29
+ margin-bottom: 0;
30
+ }
31
+
32
+ /* Vertical */
33
+ .ui.vertical.segment {
34
+ margin: 0;
35
+ padding-left: 0;
36
+ padding-right: 0;
37
+ background: none transparent;
38
+ border-radius: 0;
39
+ box-shadow: none;
40
+ border: none;
41
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
42
+ }
43
+ .ui.vertical.segment:first-child {
44
+ border-top: none;
45
+ }
46
+
47
+ /* -------------------
48
+ Loose Coupling
49
+ -------------------- */
50
+
51
+ /* Header */
52
+ .ui.inverted.segments .segment > .ui.header .sub.header,
53
+ .ui.inverted.segments .segment > .ui.header,
54
+ .ui.inverted.segment > .ui.header .sub.header,
55
+ .ui.inverted.segment > .ui.header {
56
+ color: #fff;
57
+ }
58
+
59
+ /* Label */
60
+ .ui[class*="bottom attached"].segment > [class*="top attached"].label {
61
+ border-top-left-radius: 0;
62
+ border-top-right-radius: 0;
63
+ }
64
+ .ui[class*="top attached"].segment > [class*="bottom attached"].label {
65
+ border-bottom-left-radius: 0;
66
+ border-bottom-right-radius: 0;
67
+ }
68
+ .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
69
+ border-top-left-radius: 0;
70
+ border-top-right-radius: 0;
71
+ }
72
+ .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
73
+ border-bottom-left-radius: 0;
74
+ border-bottom-right-radius: 0;
75
+ }
76
+
77
+ /* Grid */
78
+ .ui.page.grid.segment,
79
+ .ui.grid > .row > .ui.segment.column,
80
+ .ui.grid > .ui.segment.column {
81
+ padding-top: 2em;
82
+ padding-bottom: 2em;
83
+ }
84
+ .ui.grid.segment {
85
+ margin: 1rem 0;
86
+ border-radius: 0.28571429rem;
87
+ }
88
+
89
+ /* Table */
90
+ .ui.basic.table.segment {
91
+ background: #fff;
92
+ border: 1px solid rgba(34, 36, 38, 0.15);
93
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
94
+ }
95
+ .ui[class*="very basic"].table.segment {
96
+ padding: 1em 1em;
97
+ }
98
+
99
+ /* Tab */
100
+ .ui.segment.tab:last-child {
101
+ margin-bottom: 1rem;
102
+ }
103
+
104
+
105
+ /*******************************
106
+ Types
107
+ *******************************/
108
+
109
+
110
+ /* -------------------
111
+ Placeholder
112
+ -------------------- */
113
+ .ui.placeholder.segment {
114
+ display: flex;
115
+ flex-direction: column;
116
+ justify-content: center;
117
+ align-items: stretch;
118
+ max-width: initial;
119
+ animation: none;
120
+ overflow: visible;
121
+ padding: 1em 1em;
122
+ min-height: 18rem;
123
+ background: #f9fafb;
124
+ border-color: rgba(34, 36, 38, 0.15);
125
+ box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
126
+ }
127
+ .ui.placeholder.segment.tab {
128
+ display: none;
129
+ }
130
+ .ui.placeholder.segment.tab.active {
131
+ display: flex;
132
+ }
133
+ .ui.placeholder.segment .button,
134
+ .ui.placeholder.segment textarea {
135
+ display: block;
136
+ }
137
+ .ui.placeholder.segment .field,
138
+ .ui.placeholder.segment textarea,
139
+ .ui.placeholder.segment > .ui.input,
140
+ .ui.placeholder.segment .button {
141
+ max-width: 15rem;
142
+ margin-left: auto;
143
+ margin-right: auto;
144
+ }
145
+ .ui.placeholder.segment .column .button,
146
+ .ui.placeholder.segment .column .field,
147
+ .ui.placeholder.segment .column textarea,
148
+ .ui.placeholder.segment .column > .ui.input {
149
+ max-width: 15rem;
150
+ margin-left: auto;
151
+ margin-right: auto;
152
+ }
153
+ .ui.placeholder.segment > .inline {
154
+ align-self: center;
155
+ }
156
+ .ui.placeholder.segment > .inline > .button {
157
+ display: inline-block;
158
+ width: auto;
159
+ margin: 0 0.35714286rem 0 0;
160
+ }
161
+ .ui.placeholder.segment > .inline > .button:last-child {
162
+ margin-right: 0;
163
+ }
164
+
165
+ /* -------------------
166
+ Piled
167
+ -------------------- */
168
+ .ui.piled.segments,
169
+ .ui.piled.segment {
170
+ margin: 3em 0;
171
+ box-shadow: "";
172
+ z-index: auto;
173
+ background-color: #fff;
174
+ border: 1px solid rgba(34, 36, 38, 0.15);
175
+ color: rgba(0, 0, 0, 0.87);
176
+ }
177
+ .ui.piled.segment:first-child {
178
+ margin-top: 0;
179
+ }
180
+ .ui.piled.segment:last-child {
181
+ margin-bottom: 0;
182
+ }
183
+ .ui.piled.segments::after,
184
+ .ui.piled.segments::before,
185
+ .ui.piled.segment::after,
186
+ .ui.piled.segment::before {
187
+ background-color: inherit;
188
+ visibility: visible;
189
+ content: "";
190
+ display: block;
191
+ height: 100%;
192
+ left: 0;
193
+ position: absolute;
194
+ width: 100%;
195
+ border: inherit;
196
+ box-shadow: "";
197
+ }
198
+ .ui.inverted.piled.segment {
199
+ background-color: #1b1c1d;
200
+ border: 1px solid #555;
201
+ color: rgba(255, 255, 255, 0.9);
202
+ }
203
+ .ui.piled.segments::before,
204
+ .ui.piled.segment::before {
205
+ transform: rotate(-1.2deg);
206
+ top: 0;
207
+ z-index: -2;
208
+ }
209
+ .ui.piled.segments::after,
210
+ .ui.piled.segment::after {
211
+ transform: rotate(1.2deg);
212
+ top: 0;
213
+ z-index: -1;
214
+ }
215
+
216
+ /* Piled Attached */
217
+ .ui[class*="top attached"].piled.segment {
218
+ margin-top: 3em;
219
+ margin-bottom: 0;
220
+ }
221
+ .ui.piled.segment[class*="top attached"]:first-child {
222
+ margin-top: 0;
223
+ }
224
+ .ui.piled.segment[class*="bottom attached"] {
225
+ margin-top: 0;
226
+ margin-bottom: 3em;
227
+ }
228
+ .ui.piled.segment[class*="bottom attached"]:last-child {
229
+ margin-bottom: 0;
230
+ }
231
+ @supports selector(:has(.f)) {
232
+ *:has(> .ui.piled.segment) {
233
+ z-index: 0;
234
+ position: relative;
235
+ }
236
+ }
237
+
238
+ /* -------------------
239
+ Stacked
240
+ -------------------- */
241
+ .ui.stacked.segment {
242
+ padding-bottom: 1.4em;
243
+ }
244
+ .ui.stacked.segments::before,
245
+ .ui.stacked.segments::after,
246
+ .ui.stacked.segment::before,
247
+ .ui.stacked.segment::after {
248
+ content: "";
249
+ position: absolute;
250
+ bottom: -3px;
251
+ left: 0;
252
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
253
+ background: rgba(0, 0, 0, 0.03);
254
+ width: 100%;
255
+ height: 6px;
256
+ visibility: visible;
257
+ }
258
+ .ui.stacked.segments::before,
259
+ .ui.stacked.segment::before {
260
+ display: none;
261
+ }
262
+
263
+ /* Add additional page */
264
+ .ui.tall.stacked.segments::before,
265
+ .ui.tall.stacked.segment::before {
266
+ display: block;
267
+ bottom: 0;
268
+ }
269
+
270
+ /* Inverted */
271
+ .ui.stacked.inverted.segments,
272
+ .ui.stacked.inverted.segment {
273
+ border: 1px solid rgba(225, 225, 225, 0.5);
274
+ }
275
+ .ui.stacked.inverted.segments::before,
276
+ .ui.stacked.inverted.segment::before,
277
+ .ui.stacked.inverted.segments::after,
278
+ .ui.stacked.inverted.segment::after {
279
+ background-color: rgba(0, 0, 0, 0.03);
280
+ border-top: 1px solid rgba(225, 225, 225, 0.5);
281
+ }
282
+
283
+ /* -------------------
284
+ Padded
285
+ -------------------- */
286
+ .ui.padded.segment {
287
+ padding: 1.5em;
288
+ }
289
+ .ui[class*="very padded"].segment {
290
+ padding: 3em;
291
+ }
292
+
293
+ /* Padded vertical */
294
+ .ui.padded.segment.vertical.segment,
295
+ .ui[class*="very padded"].vertical.segment {
296
+ padding-left: 0;
297
+ padding-right: 0;
298
+ }
299
+
300
+ /* -------------------
301
+ Compact
302
+ -------------------- */
303
+ .ui.compact.segment {
304
+ display: table;
305
+ }
306
+
307
+ /* Compact Group */
308
+ .ui.compact.segments {
309
+ display: inline-flex;
310
+ }
311
+ .ui.compact.segments .segment,
312
+ .ui.segments .compact.segment {
313
+ display: block;
314
+ flex: 0 1 auto;
315
+ }
316
+
317
+ /* -------------------
318
+ Circular
319
+ -------------------- */
320
+ .ui.circular.segment {
321
+ display: table-cell;
322
+ padding: 2em;
323
+ text-align: center;
324
+ vertical-align: middle;
325
+ border-radius: 500em;
326
+ }
327
+
328
+ /* -------------------
329
+ Raised
330
+ -------------------- */
331
+ .ui.ui.raised.segments,
332
+ .ui.ui.raised.segment {
333
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
334
+ }
335
+ .ui.ui.inverted.raised.segments,
336
+ .ui.ui.inverted.raised.segment {
337
+ box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
338
+ }
339
+
340
+
341
+ /*******************************
342
+ Groups
343
+ *******************************/
344
+
345
+
346
+ /* Group */
347
+ .ui.segments {
348
+ flex-direction: column;
349
+ position: relative;
350
+ margin: 1rem 0;
351
+ border: 1px solid rgba(34, 36, 38, 0.15);
352
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
353
+ border-radius: 0.28571429rem;
354
+ }
355
+ .ui.segments:first-child {
356
+ margin-top: 0;
357
+ }
358
+ .ui.segments:last-child {
359
+ margin-bottom: 0;
360
+ }
361
+
362
+ /* Nested Segment */
363
+ .ui.segments > .segment {
364
+ top: 0;
365
+ bottom: 0;
366
+ border-radius: 0;
367
+ margin: 0;
368
+ width: auto;
369
+ box-shadow: none;
370
+ border: none;
371
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
372
+ }
373
+ .ui.segments:not(.horizontal) > .segment:first-child {
374
+ top: 0;
375
+ bottom: 0;
376
+ border-top: none;
377
+ margin-top: 0;
378
+ margin-bottom: 0;
379
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
380
+ }
381
+
382
+ /* Bottom */
383
+ .ui.segments:not(.horizontal) > .segment:last-child {
384
+ top: 0;
385
+ bottom: 0;
386
+ margin-top: 0;
387
+ margin-bottom: 0;
388
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
389
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
390
+ }
391
+
392
+ /* Only */
393
+ .ui.segments:not(.horizontal) > .segment:only-child {
394
+ border-radius: 0.28571429rem;
395
+ }
396
+
397
+ /* Nested Group */
398
+ .ui.segments > .ui.segments {
399
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
400
+ margin: 1rem;
401
+ }
402
+ .ui.segments > .segments:first-child {
403
+ border-top: none;
404
+ }
405
+ .ui.segments > .segment + .segments:not(.horizontal) {
406
+ margin-top: 0;
407
+ }
408
+
409
+ /* Horizontal Group */
410
+ .ui.horizontal.segments {
411
+ display: flex;
412
+ flex-direction: row;
413
+ background-color: transparent;
414
+ padding: 0;
415
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
416
+ margin: 1rem 0;
417
+ border-radius: 0.28571429rem;
418
+ border: 1px solid rgba(34, 36, 38, 0.15);
419
+ }
420
+ .ui.wrapping.horizontal.segments,
421
+ .ui.stackable.horizontal.segments {
422
+ flex-wrap: wrap;
423
+ }
424
+
425
+ /* Nested Horizontal Group */
426
+ .ui.segments > .horizontal.segments {
427
+ margin: 0;
428
+ background-color: transparent;
429
+ border-radius: 0;
430
+ border: none;
431
+ box-shadow: none;
432
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
433
+ }
434
+
435
+ /* Horizontal Segment */
436
+ .ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
437
+ flex: 1 1 auto;
438
+ -ms-flex: 1 1 0;
439
+ }
440
+ .ui.horizontal.segments > .segment {
441
+ margin: 0;
442
+ min-width: 0;
443
+ border-radius: 0;
444
+ border: none;
445
+ box-shadow: none;
446
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
447
+ }
448
+
449
+ /* Border Fixes */
450
+ .ui.segments > .horizontal.segments:first-child {
451
+ border-top: none;
452
+ }
453
+ .ui.horizontal.segments:not(.stackable):not(.wrapping) > .segment:first-child {
454
+ border-left: none;
455
+ }
456
+ .ui.horizontal.segments > .segment:first-child {
457
+ border-radius: 0.28571429rem 0 0 0.28571429rem;
458
+ }
459
+ .ui.horizontal.segments > .segment:last-child {
460
+ border-radius: 0 0.28571429rem 0.28571429rem 0;
461
+ }
462
+
463
+ /* Equal Width */
464
+ .ui[class*="equal width"].horizontal.segments > .segment {
465
+ width: 100%;
466
+ }
467
+
468
+
469
+ /*******************************
470
+ States
471
+ *******************************/
472
+
473
+
474
+ /* --------------
475
+ Disabled
476
+ --------------- */
477
+ .ui.disabled.segments,
478
+ .ui.disabled.segment {
479
+ opacity: 0.45;
480
+ color: rgba(40, 40, 40, 0.3);
481
+ pointer-events: none;
482
+ -webkit-user-select: none;
483
+ -ms-user-select: none;
484
+ user-select: none;
485
+ }
486
+
487
+ /* --------------
488
+ Loading
489
+ --------------- */
490
+ .ui.loading.segments,
491
+ .ui.loading.segment {
492
+ position: relative;
493
+ cursor: default;
494
+ pointer-events: none;
495
+ -webkit-user-select: none;
496
+ -ms-user-select: none;
497
+ user-select: none;
498
+ transition: all 0s linear;
499
+ min-height: 4.5em;
500
+ }
501
+ .ui.loading.segments::before,
502
+ .ui.loading.segment::before {
503
+ position: absolute;
504
+ content: "";
505
+ top: 0;
506
+ left: 0;
507
+ background: rgba(255, 255, 255, 0.8);
508
+ width: 100%;
509
+ height: 100%;
510
+ border-radius: 0.28571429rem;
511
+ z-index: 100;
512
+ }
513
+ .ui.loading.segments::after,
514
+ .ui.loading.segment::after {
515
+ position: absolute;
516
+ content: "";
517
+ top: 50%;
518
+ left: 50%;
519
+ margin: -1.5em 0 0 -1.5em;
520
+ width: 3em;
521
+ height: 3em;
522
+ animation: loader 0.6s infinite linear;
523
+ border: 0.2em solid #767676;
524
+ border-radius: 500rem;
525
+ box-shadow: 0 0 0 1px transparent;
526
+ visibility: visible;
527
+ z-index: 101;
528
+ }
529
+
530
+
531
+ /*******************************
532
+ Variations
533
+ *******************************/
534
+
535
+
536
+ /* -------------------
537
+ Basic
538
+ -------------------- */
539
+ .ui.basic.segment,
540
+ .ui.segments .ui.basic.segment,
541
+ .ui.basic.segments {
542
+ background: none transparent;
543
+ box-shadow: none;
544
+ border: none;
545
+ border-radius: 0;
546
+ }
547
+
548
+ /* -------------------
549
+ Clearing
550
+ -------------------- */
551
+ .ui.clearing.segment::after {
552
+ content: "";
553
+ display: block;
554
+ clear: both;
555
+ }
556
+
557
+ /* -------------------
558
+ Colors
559
+ -------------------- */
560
+ .ui.ui.ui.ui.ui.red.segment:not(.inverted) {
561
+ border-top: 2px solid #db2828;
562
+ }
563
+ .ui.ui.ui.ui.ui.inverted.red.segment {
564
+ background-color: #db2828;
565
+ color: #fff;
566
+ }
567
+ .ui.ui.inverted.red.segment:not(.piled) {
568
+ border-color: #db2828;
569
+ }
570
+ .ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
571
+ border-top: 2px solid #f2711c;
572
+ }
573
+ .ui.ui.ui.ui.ui.inverted.orange.segment {
574
+ background-color: #f2711c;
575
+ color: #fff;
576
+ }
577
+ .ui.ui.inverted.orange.segment:not(.piled) {
578
+ border-color: #f2711c;
579
+ }
580
+ .ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
581
+ border-top: 2px solid #fbbd08;
582
+ }
583
+ .ui.ui.ui.ui.ui.inverted.yellow.segment {
584
+ background-color: #fbbd08;
585
+ color: #fff;
586
+ }
587
+ .ui.ui.inverted.yellow.segment:not(.piled) {
588
+ border-color: #fbbd08;
589
+ }
590
+ .ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
591
+ border-top: 2px solid #b5cc18;
592
+ }
593
+ .ui.ui.ui.ui.ui.inverted.olive.segment {
594
+ background-color: #b5cc18;
595
+ color: #fff;
596
+ }
597
+ .ui.ui.inverted.olive.segment:not(.piled) {
598
+ border-color: #b5cc18;
599
+ }
600
+ .ui.ui.ui.ui.ui.green.segment:not(.inverted) {
601
+ border-top: 2px solid #21ba45;
602
+ }
603
+ .ui.ui.ui.ui.ui.inverted.green.segment {
604
+ background-color: #21ba45;
605
+ color: #fff;
606
+ }
607
+ .ui.ui.inverted.green.segment:not(.piled) {
608
+ border-color: #21ba45;
609
+ }
610
+ .ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
611
+ border-top: 2px solid #00b5ad;
612
+ }
613
+ .ui.ui.ui.ui.ui.inverted.teal.segment {
614
+ background-color: #00b5ad;
615
+ color: #fff;
616
+ }
617
+ .ui.ui.inverted.teal.segment:not(.piled) {
618
+ border-color: #00b5ad;
619
+ }
620
+ .ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
621
+ border-top: 2px solid #2185d0;
622
+ }
623
+ .ui.ui.ui.ui.ui.inverted.blue.segment {
624
+ background-color: #2185d0;
625
+ color: #fff;
626
+ }
627
+ .ui.ui.inverted.blue.segment:not(.piled) {
628
+ border-color: #2185d0;
629
+ }
630
+ .ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
631
+ border-top: 2px solid #6435c9;
632
+ }
633
+ .ui.ui.ui.ui.ui.inverted.violet.segment {
634
+ background-color: #6435c9;
635
+ color: #fff;
636
+ }
637
+ .ui.ui.inverted.violet.segment:not(.piled) {
638
+ border-color: #6435c9;
639
+ }
640
+ .ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
641
+ border-top: 2px solid #a333c8;
642
+ }
643
+ .ui.ui.ui.ui.ui.inverted.purple.segment {
644
+ background-color: #a333c8;
645
+ color: #fff;
646
+ }
647
+ .ui.ui.inverted.purple.segment:not(.piled) {
648
+ border-color: #a333c8;
649
+ }
650
+ .ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
651
+ border-top: 2px solid #e03997;
652
+ }
653
+ .ui.ui.ui.ui.ui.inverted.pink.segment {
654
+ background-color: #e03997;
655
+ color: #fff;
656
+ }
657
+ .ui.ui.inverted.pink.segment:not(.piled) {
658
+ border-color: #e03997;
659
+ }
660
+ .ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
661
+ border-top: 2px solid #a5673f;
662
+ }
663
+ .ui.ui.ui.ui.ui.inverted.brown.segment {
664
+ background-color: #a5673f;
665
+ color: #fff;
666
+ }
667
+ .ui.ui.inverted.brown.segment:not(.piled) {
668
+ border-color: #a5673f;
669
+ }
670
+ .ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
671
+ border-top: 2px solid #767676;
672
+ }
673
+ .ui.ui.ui.ui.ui.inverted.grey.segment {
674
+ background-color: #767676;
675
+ color: #fff;
676
+ }
677
+ .ui.ui.inverted.grey.segment:not(.piled) {
678
+ border-color: #767676;
679
+ }
680
+ .ui.ui.ui.ui.ui.black.segment:not(.inverted) {
681
+ border-top: 2px solid #1b1c1d;
682
+ }
683
+ .ui.ui.ui.ui.ui.inverted.black.segment {
684
+ background-color: #1b1c1d;
685
+ color: #fff;
686
+ }
687
+ .ui.ui.inverted.black.segment:not(.piled) {
688
+ border-color: #1b1c1d;
689
+ }
690
+
691
+ /* -------------------
692
+ Aligned
693
+ -------------------- */
694
+ .ui[class*="left aligned"].segment {
695
+ text-align: left;
696
+ }
697
+ .ui[class*="right aligned"].segment {
698
+ text-align: right;
699
+ }
700
+ .ui[class*="center aligned"].segment {
701
+ text-align: center;
702
+ }
703
+
704
+ /* -------------------
705
+ Floated
706
+ -------------------- */
707
+ .ui.floated.segment,
708
+ .ui[class*="left floated"].segment {
709
+ float: left;
710
+ margin-right: 1em;
711
+ }
712
+ .ui[class*="right floated"].segment {
713
+ float: right;
714
+ margin-left: 1em;
715
+ }
716
+
717
+ /* -------------------
718
+ Inverted
719
+ -------------------- */
720
+ .ui.inverted.segments,
721
+ .ui.inverted.segments .segment,
722
+ .ui.inverted.segment {
723
+ border: none;
724
+ box-shadow: none;
725
+ }
726
+ .ui.inverted.segments .segment,
727
+ .ui.inverted.segment,
728
+ .ui.primary.inverted.segment {
729
+ background: #1b1c1d;
730
+ color: rgba(255, 255, 255, 0.9);
731
+ }
732
+
733
+ /* Nested */
734
+ .ui.inverted.segment .segment {
735
+ color: rgba(0, 0, 0, 0.87);
736
+ }
737
+ .ui.inverted.segment .inverted.segment {
738
+ color: rgba(255, 255, 255, 0.9);
739
+ }
740
+
741
+ /* Attached */
742
+ .ui.ui.inverted.attached.segment {
743
+ border-color: #555;
744
+ }
745
+
746
+ /* Loading */
747
+ .ui.inverted.loading.segments,
748
+ .ui.inverted.loading.segment {
749
+ color: #fff;
750
+ }
751
+ .ui.inverted.loading.segments::before,
752
+ .ui.inverted.loading.segment::before {
753
+ background: rgba(0, 0, 0, 0.85);
754
+ }
755
+
756
+ /* -------------------
757
+ Emphasis
758
+ -------------------- */
759
+
760
+ /* Secondary */
761
+ .ui.secondary.segment {
762
+ background: #f3f4f5;
763
+ color: rgba(0, 0, 0, 0.6);
764
+ }
765
+ .ui.secondary.inverted.segment {
766
+ background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
767
+ color: rgba(255, 255, 255, 0.8);
768
+ }
769
+
770
+ /* Tertiary */
771
+ .ui.tertiary.segment {
772
+ background: #dcddde;
773
+ color: rgba(0, 0, 0, 0.6);
774
+ }
775
+ .ui.tertiary.inverted.segment {
776
+ background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
777
+ color: rgba(255, 255, 255, 0.8);
778
+ }
779
+
780
+ /* -------------------
781
+ Attached
782
+ -------------------- */
783
+
784
+ /* Middle */
785
+ .ui.attached.segment {
786
+ top: 0;
787
+ bottom: 0;
788
+ border-radius: 0;
789
+ margin: 0 -1px;
790
+ width: calc(100% + 2px);
791
+ max-width: calc(100% + 2px);
792
+ box-shadow: none;
793
+ }
794
+ .ui.attached.segment:not(.basic) {
795
+ border: 1px solid #d4d4d5;
796
+ }
797
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
798
+ border-top: none;
799
+ }
800
+
801
+ /* Top */
802
+ .ui.segment[class*="top attached"] {
803
+ bottom: 0;
804
+ margin-bottom: 0;
805
+ top: 0;
806
+ margin-top: 1rem;
807
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
808
+ }
809
+ .ui.segment[class*="top attached"]:first-child {
810
+ margin-top: 0;
811
+ }
812
+ .ui.tab.segment[class*="top attached"]:first-child {
813
+ margin-top: 1rem;
814
+ }
815
+
816
+ /* Bottom */
817
+ .ui.segment[class*="bottom attached"] {
818
+ bottom: 0;
819
+ margin-top: 0;
820
+ top: 0;
821
+ margin-bottom: 1rem;
822
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
823
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
824
+ }
825
+ .ui.segment[class*="bottom attached"]:last-child {
826
+ margin-bottom: 0;
827
+ }
828
+ .ui.tab.segment[class*="bottom attached"]:last-child {
829
+ margin-bottom: 1rem;
830
+ }
831
+ .ui[class*="left attached"].segment {
832
+ margin-right: 0;
833
+ }
834
+ .ui[class*="right attached"].segment {
835
+ margin-left: 0;
836
+ }
837
+ .ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
838
+ border-top: none;
839
+ border-bottom: none;
840
+ }
841
+ .ui.seamless.attached.segment.top {
842
+ border-bottom: none;
843
+ }
844
+ .ui.seamless.attached.segment.bottom {
845
+ border-top: none;
846
+ }
847
+ .ui.seamless.attached.segment[class*="left attached"] {
848
+ border-right: none;
849
+ }
850
+ .ui.seamless.attached.segment[class*="right attached"] {
851
+ border-left: none;
852
+ }
853
+
854
+ /* --------------
855
+ Fitted
856
+ --------------- */
857
+ .ui.fitted.segment:not(.horizontally) {
858
+ padding-top: 0;
859
+ padding-bottom: 0;
860
+ }
861
+ .ui.fitted.segment:not(.vertically) {
862
+ padding-left: 0;
863
+ padding-right: 0;
864
+ }
865
+
866
+ /* --------------
867
+ Scrolling
868
+ --------------- */
869
+ .ui.scrolling.segment {
870
+ overflow: auto;
871
+ -ms-scroll-chaining: none;
872
+ overscroll-behavior: none;
873
+ }
874
+ @media only screen and (max-width: 767.98px) {
875
+ .ui.scrolling.segment.short {
876
+ max-height: 11.25em;
877
+ }
878
+ .ui.scrolling.segment.short.resizable {
879
+ height: 11.25em;
880
+ }
881
+ .ui.scrolling.segment[class*="very short"] {
882
+ max-height: 7.5em;
883
+ }
884
+ .ui.scrolling.segment[class*="very short"].resizable {
885
+ height: 7.5em;
886
+ }
887
+ .ui.scrolling.segment {
888
+ max-height: 15em;
889
+ }
890
+ .ui.scrolling.segment.resizable {
891
+ height: 15em;
892
+ }
893
+ .ui.scrolling.segment.long {
894
+ max-height: 30em;
895
+ }
896
+ .ui.scrolling.segment.long.resizable {
897
+ height: 30em;
898
+ }
899
+ .ui.scrolling.segment[class*="very long"] {
900
+ max-height: 45em;
901
+ }
902
+ .ui.scrolling.segment[class*="very long"].resizable {
903
+ height: 45em;
904
+ }
905
+ }
906
+ @media only screen and (min-width: 768px) {
907
+ .ui.scrolling.segment.short {
908
+ max-height: 13.5em;
909
+ }
910
+ .ui.scrolling.segment.short.resizable {
911
+ height: 13.5em;
912
+ }
913
+ .ui.scrolling.segment[class*="very short"] {
914
+ max-height: 9em;
915
+ }
916
+ .ui.scrolling.segment[class*="very short"].resizable {
917
+ height: 9em;
918
+ }
919
+ .ui.scrolling.segment {
920
+ max-height: 18em;
921
+ }
922
+ .ui.scrolling.segment.resizable {
923
+ height: 18em;
924
+ }
925
+ .ui.scrolling.segment.long {
926
+ max-height: 36em;
927
+ }
928
+ .ui.scrolling.segment.long.resizable {
929
+ height: 36em;
930
+ }
931
+ .ui.scrolling.segment[class*="very long"] {
932
+ max-height: 54em;
933
+ }
934
+ .ui.scrolling.segment[class*="very long"].resizable {
935
+ height: 54em;
936
+ }
937
+ }
938
+ @media only screen and (min-width: 992px) {
939
+ .ui.scrolling.segment.short {
940
+ max-height: 18em;
941
+ }
942
+ .ui.scrolling.segment.short.resizable {
943
+ height: 18em;
944
+ }
945
+ .ui.scrolling.segment[class*="very short"] {
946
+ max-height: 12em;
947
+ }
948
+ .ui.scrolling.segment[class*="very short"].resizable {
949
+ height: 12em;
950
+ }
951
+ .ui.scrolling.segment {
952
+ max-height: 24em;
953
+ }
954
+ .ui.scrolling.segment.resizable {
955
+ height: 24em;
956
+ }
957
+ .ui.scrolling.segment.long {
958
+ max-height: 48em;
959
+ }
960
+ .ui.scrolling.segment.long.resizable {
961
+ height: 48em;
962
+ }
963
+ .ui.scrolling.segment[class*="very long"] {
964
+ max-height: 72em;
965
+ }
966
+ .ui.scrolling.segment[class*="very long"].resizable {
967
+ height: 72em;
968
+ }
969
+ }
970
+ @media only screen and (min-width: 1920px) {
971
+ .ui.scrolling.segment.short {
972
+ max-height: 22.5em;
973
+ }
974
+ .ui.scrolling.segment.short.resizable {
975
+ height: 22.5em;
976
+ }
977
+ .ui.scrolling.segment[class*="very short"] {
978
+ max-height: 15em;
979
+ }
980
+ .ui.scrolling.segment[class*="very short"].resizable {
981
+ height: 15em;
982
+ }
983
+ .ui.scrolling.segment {
984
+ max-height: 30em;
985
+ }
986
+ .ui.scrolling.segment.resizable {
987
+ height: 30em;
988
+ }
989
+ .ui.scrolling.segment.long {
990
+ max-height: 60em;
991
+ }
992
+ .ui.scrolling.segment.long.resizable {
993
+ height: 60em;
994
+ }
995
+ .ui.scrolling.segment[class*="very long"] {
996
+ max-height: 90em;
997
+ }
998
+ .ui.scrolling.segment[class*="very long"].resizable {
999
+ height: 90em;
1000
+ }
1001
+ }
1002
+ .ui.resizable.scrolling.segment {
1003
+ resize: vertical;
1004
+ max-height: none;
1005
+ }
1006
+
1007
+ /* -------------------
1008
+ Size
1009
+ -------------------- */
1010
+ .ui.segments .segment,
1011
+ .ui.segment {
1012
+ font-size: 1rem;
1013
+ }
1014
+ .ui.mini.segments .segment,
1015
+ .ui.mini.segment {
1016
+ font-size: 0.78571429rem;
1017
+ }
1018
+ .ui.tiny.segments .segment,
1019
+ .ui.tiny.segment {
1020
+ font-size: 0.85714286rem;
1021
+ }
1022
+ .ui.small.segments .segment,
1023
+ .ui.small.segment {
1024
+ font-size: 0.92857143rem;
1025
+ }
1026
+ .ui.large.segments .segment,
1027
+ .ui.large.segment {
1028
+ font-size: 1.14285714rem;
1029
+ }
1030
+ .ui.big.segments .segment,
1031
+ .ui.big.segment {
1032
+ font-size: 1.28571429rem;
1033
+ }
1034
+ .ui.huge.segments .segment,
1035
+ .ui.huge.segment {
1036
+ font-size: 1.42857143rem;
1037
+ }
1038
+ .ui.massive.segments .segment,
1039
+ .ui.massive.segment {
1040
+ font-size: 1.71428571rem;
1041
+ }
1042
+
1043
+
1044
+ /*******************************
1045
+ Theme Overrides
1046
+ *******************************/
1047
+
1048
+
1049
+
1050
+ /*******************************
1051
+ Site Overrides
1052
+ *******************************/
1053
+