@pageboard/html 0.14.19 → 0.14.21
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.
- package/elements/accordion.js +1 -1
- package/elements/fieldsets.js +1 -1
- package/elements/form.js +2 -2
- package/elements/grid.js +1 -1
- package/elements/image.js +1 -1
- package/elements/input-file.js +2 -2
- package/elements/input-property.js +12 -13
- package/elements/inputs.js +5 -5
- package/elements/layout.js +1 -1
- package/elements/link.js +2 -2
- package/elements/menu.js +2 -2
- package/elements/navigation.js +1 -1
- package/elements/page.js +1 -1
- package/elements/paragraph.js +2 -2
- package/elements/query-tags.js +1 -1
- package/elements/tab.js +1 -1
- package/elements/table.js +1 -1
- package/elements/template.js +1 -1
- package/package.json +3 -8
- package/ui/card.css +3 -3
- package/ui/components/accordion.css +241 -0
- package/ui/components/accordion.js +613 -0
- package/ui/components/ad.css +275 -0
- package/ui/components/api.js +1167 -0
- package/ui/components/breadcrumb.css +122 -0
- package/ui/components/button.css +3525 -0
- package/ui/components/card.css +939 -0
- package/ui/components/checkbox.css +604 -0
- package/ui/components/checkbox.js +831 -0
- package/ui/components/colorize.js +274 -0
- package/ui/components/comment.css +268 -0
- package/ui/components/container.css +149 -0
- package/ui/components/dimmer.css +224 -0
- package/ui/components/dimmer.js +733 -0
- package/ui/components/divider.css +253 -0
- package/ui/components/dropdown.css +1448 -0
- package/ui/components/dropdown.js +3955 -0
- package/ui/components/embed.css +160 -0
- package/ui/components/embed.js +706 -0
- package/ui/components/feed.css +281 -0
- package/ui/components/flag.css +1035 -0
- package/ui/components/form.css +1011 -0
- package/ui/components/form.js +1706 -0
- package/ui/components/grid.css +1941 -0
- package/ui/components/header.css +719 -0
- package/ui/components/icon.css +4777 -0
- package/ui/components/image.css +310 -0
- package/ui/components/input.css +469 -0
- package/ui/components/item.css +464 -0
- package/ui/components/label.css +1281 -0
- package/ui/components/list.css +943 -0
- package/ui/components/loader.css +339 -0
- package/ui/components/menu.css +1940 -0
- package/ui/components/message.css +468 -0
- package/ui/components/modal.css +617 -0
- package/ui/components/modal.js +1034 -0
- package/ui/components/nag.css +145 -0
- package/ui/components/nag.js +507 -0
- package/ui/components/placeholder.css +229 -0
- package/ui/components/popup.css +640 -0
- package/ui/components/popup.js +1532 -0
- package/ui/components/progress.css +502 -0
- package/ui/components/progress.js +931 -0
- package/ui/components/rail.css +152 -0
- package/ui/components/rating.css +257 -0
- package/ui/components/rating.js +508 -0
- package/ui/components/reset.css +476 -0
- package/ui/components/reveal.css +260 -0
- package/ui/components/search.css +431 -0
- package/ui/components/search.js +1505 -0
- package/ui/components/segment.css +824 -0
- package/ui/components/shape.css +143 -0
- package/ui/components/shape.js +921 -0
- package/ui/components/sidebar.css +537 -0
- package/ui/components/sidebar.js +1033 -0
- package/ui/components/site.css +184 -0
- package/ui/components/site.js +487 -0
- package/ui/components/state.js +708 -0
- package/ui/components/statistic.css +534 -0
- package/ui/components/step.css +566 -0
- package/ui/components/sticky.css +73 -0
- package/ui/components/sticky.js +959 -0
- package/ui/components/tab.css +89 -0
- package/ui/components/tab.js +952 -0
- package/ui/components/table.css +1108 -0
- package/ui/components/transition.css +1792 -0
- package/ui/components/transition.js +1095 -0
- package/ui/components/video.css +121 -0
- package/ui/components/video.js +532 -0
- package/ui/components/visibility.js +1311 -0
- package/ui/components/visit.js +517 -0
- package/ui/item.css +2 -2
- package/ui/layout.css +1 -1
- package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/icons.eot +0 -0
- package/ui/themes/default/assets/fonts/icons.otf +0 -0
- package/ui/themes/default/assets/fonts/icons.svg +1518 -0
- package/ui/themes/default/assets/fonts/icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/icons.woff +0 -0
- package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/ui/themes/default/assets/images/flags.png +0 -0
|
@@ -0,0 +1,824 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.1 - Segment
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* http://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Segment
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.segment {
|
|
17
|
+
position: relative;
|
|
18
|
+
background: #FFFFFF;
|
|
19
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%);
|
|
20
|
+
margin: 1rem 0em;
|
|
21
|
+
padding: 1em;
|
|
22
|
+
border-radius: 0.2857rem;
|
|
23
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
24
|
+
}
|
|
25
|
+
.ui.segment:first-child {
|
|
26
|
+
margin-top: 0em;
|
|
27
|
+
}
|
|
28
|
+
.ui.segment:last-child {
|
|
29
|
+
margin-bottom: 0em;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Vertical */
|
|
33
|
+
.ui.vertical.segment {
|
|
34
|
+
margin: 0em;
|
|
35
|
+
padding-left: 0em;
|
|
36
|
+
padding-right: 0em;
|
|
37
|
+
background: none transparent;
|
|
38
|
+
border-radius: 0px;
|
|
39
|
+
box-shadow: none;
|
|
40
|
+
border: none;
|
|
41
|
+
border-bottom: 1px solid rgb(34 36 38 / 15%);
|
|
42
|
+
}
|
|
43
|
+
.ui.vertical.segment:last-child {
|
|
44
|
+
border-bottom: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/*-------------------
|
|
48
|
+
Loose Coupling
|
|
49
|
+
--------------------*/
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
/* Header */
|
|
53
|
+
.ui.inverted.segment > .ui.header {
|
|
54
|
+
color: #FFFFFF;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* Label */
|
|
58
|
+
.ui[class*="bottom attached"].segment > [class*="top attached"].label {
|
|
59
|
+
border-top-left-radius: 0em;
|
|
60
|
+
border-top-right-radius: 0em;
|
|
61
|
+
}
|
|
62
|
+
.ui[class*="top attached"].segment > [class*="bottom attached"].label {
|
|
63
|
+
border-bottom-left-radius: 0em;
|
|
64
|
+
border-bottom-right-radius: 0em;
|
|
65
|
+
}
|
|
66
|
+
.ui.attached.segment:not(.top, .bottom) > [class*="top attached"].label {
|
|
67
|
+
border-top-left-radius: 0em;
|
|
68
|
+
border-top-right-radius: 0em;
|
|
69
|
+
}
|
|
70
|
+
.ui.attached.segment:not(.top, .bottom) > [class*="bottom attached"].label {
|
|
71
|
+
border-bottom-left-radius: 0em;
|
|
72
|
+
border-bottom-right-radius: 0em;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* Grid */
|
|
76
|
+
.ui.page.grid.segment,
|
|
77
|
+
.ui.grid > .row > .ui.segment.column,
|
|
78
|
+
.ui.grid > .ui.segment.column {
|
|
79
|
+
padding-top: 2em;
|
|
80
|
+
padding-bottom: 2em;
|
|
81
|
+
}
|
|
82
|
+
.ui.grid.segment {
|
|
83
|
+
margin: 1rem 0em;
|
|
84
|
+
border-radius: 0.2857rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Table */
|
|
88
|
+
.ui.basic.table.segment {
|
|
89
|
+
background: #FFFFFF;
|
|
90
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
91
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%);
|
|
92
|
+
}
|
|
93
|
+
.ui[class*="very basic"].table.segment {
|
|
94
|
+
padding: 1em;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
/*******************************
|
|
99
|
+
Types
|
|
100
|
+
*******************************/
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/*-------------------
|
|
104
|
+
Placeholder
|
|
105
|
+
--------------------*/
|
|
106
|
+
|
|
107
|
+
.ui.placeholder.segment {
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
align-items: stretch;
|
|
112
|
+
max-width: initial;
|
|
113
|
+
animation: none;
|
|
114
|
+
overflow: visible;
|
|
115
|
+
padding: 1em;
|
|
116
|
+
min-height: 18rem;
|
|
117
|
+
background: #F9FAFB;
|
|
118
|
+
border-color: rgb(34 36 38 / 15%);
|
|
119
|
+
box-shadow: 0px 2px 25px 0 rgb(34 36 38 / 5%) inset;
|
|
120
|
+
}
|
|
121
|
+
.ui.placeholder.segment .button,
|
|
122
|
+
.ui.placeholder.segment textarea {
|
|
123
|
+
display: block;
|
|
124
|
+
}
|
|
125
|
+
.ui.placeholder.segment .field,
|
|
126
|
+
.ui.placeholder.segment textarea,
|
|
127
|
+
.ui.placeholder.segment > .ui.input,
|
|
128
|
+
.ui.placeholder.segment .button {
|
|
129
|
+
max-width: 15rem;
|
|
130
|
+
margin-left: auto;
|
|
131
|
+
margin-right: auto;
|
|
132
|
+
}
|
|
133
|
+
.ui.placeholder.segment .column .button,
|
|
134
|
+
.ui.placeholder.segment .column .field,
|
|
135
|
+
.ui.placeholder.segment .column textarea,
|
|
136
|
+
.ui.placeholder.segment .column > .ui.input {
|
|
137
|
+
max-width: 15rem;
|
|
138
|
+
margin-left: auto;
|
|
139
|
+
margin-right: auto;
|
|
140
|
+
}
|
|
141
|
+
.ui.placeholder.segment > .inline {
|
|
142
|
+
align-self: center;
|
|
143
|
+
}
|
|
144
|
+
.ui.placeholder.segment > .inline > .button {
|
|
145
|
+
display: inline-block;
|
|
146
|
+
width: auto;
|
|
147
|
+
margin: 0px 0.3571rem 0px 0px;
|
|
148
|
+
}
|
|
149
|
+
.ui.placeholder.segment > .inline > .button:last-child {
|
|
150
|
+
margin-right: 0px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/*-------------------
|
|
154
|
+
Piled
|
|
155
|
+
--------------------*/
|
|
156
|
+
|
|
157
|
+
.ui.piled.segments,
|
|
158
|
+
.ui.piled.segment {
|
|
159
|
+
margin: 3em 0em;
|
|
160
|
+
box-shadow: '';
|
|
161
|
+
z-index: auto;
|
|
162
|
+
}
|
|
163
|
+
.ui.piled.segment:first-child {
|
|
164
|
+
margin-top: 0em;
|
|
165
|
+
}
|
|
166
|
+
.ui.piled.segment:last-child {
|
|
167
|
+
margin-bottom: 0em;
|
|
168
|
+
}
|
|
169
|
+
.ui.piled.segments::after,
|
|
170
|
+
.ui.piled.segments::before,
|
|
171
|
+
.ui.piled.segment::after,
|
|
172
|
+
.ui.piled.segment::before {
|
|
173
|
+
background-color: #FFFFFF;
|
|
174
|
+
visibility: visible;
|
|
175
|
+
content: '';
|
|
176
|
+
display: block;
|
|
177
|
+
height: 100%;
|
|
178
|
+
left: 0px;
|
|
179
|
+
position: absolute;
|
|
180
|
+
width: 100%;
|
|
181
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
182
|
+
box-shadow: '';
|
|
183
|
+
}
|
|
184
|
+
.ui.piled.segments::before,
|
|
185
|
+
.ui.piled.segment::before {
|
|
186
|
+
transform: rotate(-1.2deg);
|
|
187
|
+
top: 0;
|
|
188
|
+
z-index: -2;
|
|
189
|
+
}
|
|
190
|
+
.ui.piled.segments::after,
|
|
191
|
+
.ui.piled.segment::after {
|
|
192
|
+
transform: rotate(1.2deg);
|
|
193
|
+
top: 0;
|
|
194
|
+
z-index: -1;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* Piled Attached */
|
|
198
|
+
.ui[class*="top attached"].piled.segment {
|
|
199
|
+
margin-top: 3em;
|
|
200
|
+
margin-bottom: 0em;
|
|
201
|
+
}
|
|
202
|
+
.ui.piled.segment[class*="top attached"]:first-child {
|
|
203
|
+
margin-top: 0em;
|
|
204
|
+
}
|
|
205
|
+
.ui.piled.segment[class*="bottom attached"] {
|
|
206
|
+
margin-top: 0em;
|
|
207
|
+
margin-bottom: 3em;
|
|
208
|
+
}
|
|
209
|
+
.ui.piled.segment[class*="bottom attached"]:last-child {
|
|
210
|
+
margin-bottom: 0em;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/*-------------------
|
|
214
|
+
Stacked
|
|
215
|
+
--------------------*/
|
|
216
|
+
|
|
217
|
+
.ui.stacked.segment {
|
|
218
|
+
padding-bottom: 1.4em;
|
|
219
|
+
}
|
|
220
|
+
.ui.stacked.segments::before,
|
|
221
|
+
.ui.stacked.segments::after,
|
|
222
|
+
.ui.stacked.segment::before,
|
|
223
|
+
.ui.stacked.segment::after {
|
|
224
|
+
content: '';
|
|
225
|
+
position: absolute;
|
|
226
|
+
bottom: -3px;
|
|
227
|
+
left: 0%;
|
|
228
|
+
border-top: 1px solid rgb(34 36 38 / 15%);
|
|
229
|
+
background: rgb(0 0 0 / 3%);
|
|
230
|
+
width: 100%;
|
|
231
|
+
height: 6px;
|
|
232
|
+
visibility: visible;
|
|
233
|
+
}
|
|
234
|
+
.ui.stacked.segments::before,
|
|
235
|
+
.ui.stacked.segment::before {
|
|
236
|
+
display: none;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/* Add additional page */
|
|
240
|
+
.ui.tall.stacked.segments::before,
|
|
241
|
+
.ui.tall.stacked.segment::before {
|
|
242
|
+
display: block;
|
|
243
|
+
bottom: 0px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/* Inverted */
|
|
247
|
+
.ui.stacked.inverted.segments::before,
|
|
248
|
+
.ui.stacked.inverted.segments::after,
|
|
249
|
+
.ui.stacked.inverted.segment::before,
|
|
250
|
+
.ui.stacked.inverted.segment::after {
|
|
251
|
+
background-color: rgb(0 0 0 / 3%);
|
|
252
|
+
border-top: 1px solid rgb(34 36 38 / 35%);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/*-------------------
|
|
256
|
+
Padded
|
|
257
|
+
--------------------*/
|
|
258
|
+
|
|
259
|
+
.ui.padded.segment {
|
|
260
|
+
padding: 1.5em;
|
|
261
|
+
}
|
|
262
|
+
.ui[class*="very padded"].segment {
|
|
263
|
+
padding: 3em;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/* Padded vertical */
|
|
267
|
+
.ui.padded.segment.vertical.segment,
|
|
268
|
+
.ui[class*="very padded"].vertical.segment {
|
|
269
|
+
padding-left: 0px;
|
|
270
|
+
padding-right: 0px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/*-------------------
|
|
274
|
+
Compact
|
|
275
|
+
--------------------*/
|
|
276
|
+
|
|
277
|
+
.ui.compact.segment {
|
|
278
|
+
display: table;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* Compact Group */
|
|
282
|
+
.ui.compact.segments {
|
|
283
|
+
display: inline-flex;
|
|
284
|
+
}
|
|
285
|
+
.ui.compact.segments .segment,
|
|
286
|
+
.ui.segments .compact.segment {
|
|
287
|
+
display: block;
|
|
288
|
+
flex: 0 1 auto;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/*-------------------
|
|
292
|
+
Circular
|
|
293
|
+
--------------------*/
|
|
294
|
+
|
|
295
|
+
.ui.circular.segment {
|
|
296
|
+
display: table-cell;
|
|
297
|
+
padding: 2em;
|
|
298
|
+
text-align: center;
|
|
299
|
+
vertical-align: middle;
|
|
300
|
+
border-radius: 500em;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/*-------------------
|
|
304
|
+
Raised
|
|
305
|
+
--------------------*/
|
|
306
|
+
|
|
307
|
+
.ui.raised.segments,
|
|
308
|
+
.ui.raised.segment {
|
|
309
|
+
box-shadow: 0px 2px 4px 0px rgb(34 36 38 / 12%), 0px 2px 10px 0px rgb(34 36 38 / 15%);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
/*******************************
|
|
314
|
+
Groups
|
|
315
|
+
*******************************/
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
/* Group */
|
|
319
|
+
.ui.segments {
|
|
320
|
+
flex-direction: column;
|
|
321
|
+
position: relative;
|
|
322
|
+
margin: 1rem 0em;
|
|
323
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
324
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%);
|
|
325
|
+
border-radius: 0.2857rem;
|
|
326
|
+
}
|
|
327
|
+
.ui.segments:first-child {
|
|
328
|
+
margin-top: 0em;
|
|
329
|
+
}
|
|
330
|
+
.ui.segments:last-child {
|
|
331
|
+
margin-bottom: 0em;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/* Nested Segment */
|
|
335
|
+
.ui.segments > .segment {
|
|
336
|
+
top: 0px;
|
|
337
|
+
bottom: 0px;
|
|
338
|
+
border-radius: 0px;
|
|
339
|
+
margin: 0em;
|
|
340
|
+
width: auto;
|
|
341
|
+
box-shadow: none;
|
|
342
|
+
border: none;
|
|
343
|
+
border-top: 1px solid rgb(34 36 38 / 15%);
|
|
344
|
+
}
|
|
345
|
+
.ui.segments:not(.horizontal) > .segment:first-child {
|
|
346
|
+
border-top: none;
|
|
347
|
+
margin-top: 0em;
|
|
348
|
+
bottom: 0px;
|
|
349
|
+
margin-bottom: 0em;
|
|
350
|
+
top: 0px;
|
|
351
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
/* Bottom */
|
|
355
|
+
.ui.segments:not(.horizontal) > .segment:last-child {
|
|
356
|
+
top: 0px;
|
|
357
|
+
bottom: 0px;
|
|
358
|
+
margin-top: 0em;
|
|
359
|
+
margin-bottom: 0em;
|
|
360
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), none;
|
|
361
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* Only */
|
|
365
|
+
.ui.segments:not(.horizontal) > .segment:only-child {
|
|
366
|
+
border-radius: 0.2857rem;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/* Nested Group */
|
|
370
|
+
.ui.segments > .ui.segments {
|
|
371
|
+
border-top: 1px solid rgb(34 36 38 / 15%);
|
|
372
|
+
margin: 1rem;
|
|
373
|
+
}
|
|
374
|
+
.ui.segments > .segments:first-child {
|
|
375
|
+
border-top: none;
|
|
376
|
+
}
|
|
377
|
+
.ui.segments > .segment + .segments:not(.horizontal) {
|
|
378
|
+
margin-top: 0em;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/* Horizontal Group */
|
|
382
|
+
.ui.horizontal.segments {
|
|
383
|
+
display: flex;
|
|
384
|
+
flex-direction: row;
|
|
385
|
+
padding: 0em;
|
|
386
|
+
background-color: #FFFFFF;
|
|
387
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%);
|
|
388
|
+
margin: 1rem 0em;
|
|
389
|
+
border-radius: 0.2857rem;
|
|
390
|
+
border: 1px solid rgb(34 36 38 / 15%);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/* Nested Horizontal Group */
|
|
394
|
+
.ui.segments > .horizontal.segments {
|
|
395
|
+
margin: 0em;
|
|
396
|
+
background-color: transparent;
|
|
397
|
+
border-radius: 0px;
|
|
398
|
+
border: none;
|
|
399
|
+
box-shadow: none;
|
|
400
|
+
border-top: 1px solid rgb(34 36 38 / 15%);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
/* Horizontal Segment */
|
|
404
|
+
.ui.horizontal.segments > .segment {
|
|
405
|
+
flex: 1 1 auto;
|
|
406
|
+
flex: 1 1 0px;
|
|
407
|
+
|
|
408
|
+
/* Solves #2550 MS Flex */
|
|
409
|
+
margin: 0em;
|
|
410
|
+
min-width: 0px;
|
|
411
|
+
background-color: transparent;
|
|
412
|
+
border-radius: 0px;
|
|
413
|
+
border: none;
|
|
414
|
+
box-shadow: none;
|
|
415
|
+
border-left: 1px solid rgb(34 36 38 / 15%);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/* Border Fixes */
|
|
419
|
+
.ui.segments > .horizontal.segments:first-child {
|
|
420
|
+
border-top: none;
|
|
421
|
+
}
|
|
422
|
+
.ui.horizontal.segments > .segment:first-child {
|
|
423
|
+
border-left: none;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
/*******************************
|
|
428
|
+
States
|
|
429
|
+
*******************************/
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
/*--------------
|
|
433
|
+
Disabled
|
|
434
|
+
---------------*/
|
|
435
|
+
|
|
436
|
+
.ui.disabled.segment {
|
|
437
|
+
opacity: 0.45;
|
|
438
|
+
color: rgb(40 40 40 / 30%);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/*--------------
|
|
442
|
+
Loading
|
|
443
|
+
---------------*/
|
|
444
|
+
|
|
445
|
+
.ui.loading.segment {
|
|
446
|
+
position: relative;
|
|
447
|
+
cursor: default;
|
|
448
|
+
pointer-events: none;
|
|
449
|
+
text-shadow: none !important;
|
|
450
|
+
color: transparent !important;
|
|
451
|
+
transition: all 0s linear;
|
|
452
|
+
}
|
|
453
|
+
.ui.loading.segment::before {
|
|
454
|
+
position: absolute;
|
|
455
|
+
content: '';
|
|
456
|
+
top: 0%;
|
|
457
|
+
left: 0%;
|
|
458
|
+
background: rgb(255 255 255 / 80%);
|
|
459
|
+
width: 100%;
|
|
460
|
+
height: 100%;
|
|
461
|
+
border-radius: 0.2857rem;
|
|
462
|
+
z-index: 100;
|
|
463
|
+
}
|
|
464
|
+
.ui.loading.segment::after {
|
|
465
|
+
position: absolute;
|
|
466
|
+
content: '';
|
|
467
|
+
top: 50%;
|
|
468
|
+
left: 50%;
|
|
469
|
+
margin: -1.5em 0em 0em -1.5em;
|
|
470
|
+
width: 3em;
|
|
471
|
+
height: 3em;
|
|
472
|
+
animation: segment-spin 0.6s linear;
|
|
473
|
+
animation-iteration-count: infinite;
|
|
474
|
+
border-radius: 500rem;
|
|
475
|
+
border-color: #767676 rgb(0 0 0 / 10%) rgb(0 0 0 / 10%) rgb(0 0 0 / 10%);
|
|
476
|
+
border-style: solid;
|
|
477
|
+
border-width: 0.2em;
|
|
478
|
+
box-shadow: 0px 0px 0px 1px transparent;
|
|
479
|
+
visibility: visible;
|
|
480
|
+
z-index: 101;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
@keyframes segment-spin {
|
|
484
|
+
from {
|
|
485
|
+
transform: rotate(0deg);
|
|
486
|
+
}
|
|
487
|
+
to {
|
|
488
|
+
transform: rotate(360deg);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
@keyframes segment-spin {
|
|
493
|
+
from {
|
|
494
|
+
transform: rotate(0deg);
|
|
495
|
+
}
|
|
496
|
+
to {
|
|
497
|
+
transform: rotate(360deg);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
/*******************************
|
|
503
|
+
Variations
|
|
504
|
+
*******************************/
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
/*-------------------
|
|
508
|
+
Basic
|
|
509
|
+
--------------------*/
|
|
510
|
+
|
|
511
|
+
.ui.basic.segment {
|
|
512
|
+
background: none transparent;
|
|
513
|
+
box-shadow: none;
|
|
514
|
+
border: none;
|
|
515
|
+
border-radius: 0px;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/*-------------------
|
|
519
|
+
Clearing
|
|
520
|
+
--------------------*/
|
|
521
|
+
|
|
522
|
+
.ui.clearing.segment::after {
|
|
523
|
+
content: ".";
|
|
524
|
+
display: block;
|
|
525
|
+
height: 0;
|
|
526
|
+
clear: both;
|
|
527
|
+
visibility: hidden;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/*-------------------
|
|
531
|
+
Colors
|
|
532
|
+
--------------------*/
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
/* Red */
|
|
536
|
+
.ui.red.segment:not(.inverted) {
|
|
537
|
+
border-top: 2px solid #DB2828 !important;
|
|
538
|
+
}
|
|
539
|
+
.ui.inverted.red.segment {
|
|
540
|
+
background-color: #DB2828 !important;
|
|
541
|
+
color: #FFFFFF !important;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/* Orange */
|
|
545
|
+
.ui.orange.segment:not(.inverted) {
|
|
546
|
+
border-top: 2px solid #F2711C !important;
|
|
547
|
+
}
|
|
548
|
+
.ui.inverted.orange.segment {
|
|
549
|
+
background-color: #F2711C !important;
|
|
550
|
+
color: #FFFFFF !important;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
/* Yellow */
|
|
554
|
+
.ui.yellow.segment:not(.inverted) {
|
|
555
|
+
border-top: 2px solid #FBBD08 !important;
|
|
556
|
+
}
|
|
557
|
+
.ui.inverted.yellow.segment {
|
|
558
|
+
background-color: #FBBD08 !important;
|
|
559
|
+
color: #FFFFFF !important;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/* Olive */
|
|
563
|
+
.ui.olive.segment:not(.inverted) {
|
|
564
|
+
border-top: 2px solid #B5CC18 !important;
|
|
565
|
+
}
|
|
566
|
+
.ui.inverted.olive.segment {
|
|
567
|
+
background-color: #B5CC18 !important;
|
|
568
|
+
color: #FFFFFF !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/* Green */
|
|
572
|
+
.ui.green.segment:not(.inverted) {
|
|
573
|
+
border-top: 2px solid #21BA45 !important;
|
|
574
|
+
}
|
|
575
|
+
.ui.inverted.green.segment {
|
|
576
|
+
background-color: #21BA45 !important;
|
|
577
|
+
color: #FFFFFF !important;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
/* Teal */
|
|
581
|
+
.ui.teal.segment:not(.inverted) {
|
|
582
|
+
border-top: 2px solid #00B5AD !important;
|
|
583
|
+
}
|
|
584
|
+
.ui.inverted.teal.segment {
|
|
585
|
+
background-color: #00B5AD !important;
|
|
586
|
+
color: #FFFFFF !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/* Blue */
|
|
590
|
+
.ui.blue.segment:not(.inverted) {
|
|
591
|
+
border-top: 2px solid #2185D0 !important;
|
|
592
|
+
}
|
|
593
|
+
.ui.inverted.blue.segment {
|
|
594
|
+
background-color: #2185D0 !important;
|
|
595
|
+
color: #FFFFFF !important;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
/* Violet */
|
|
599
|
+
.ui.violet.segment:not(.inverted) {
|
|
600
|
+
border-top: 2px solid #6435C9 !important;
|
|
601
|
+
}
|
|
602
|
+
.ui.inverted.violet.segment {
|
|
603
|
+
background-color: #6435C9 !important;
|
|
604
|
+
color: #FFFFFF !important;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
/* Purple */
|
|
608
|
+
.ui.purple.segment:not(.inverted) {
|
|
609
|
+
border-top: 2px solid #A333C8 !important;
|
|
610
|
+
}
|
|
611
|
+
.ui.inverted.purple.segment {
|
|
612
|
+
background-color: #A333C8 !important;
|
|
613
|
+
color: #FFFFFF !important;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/* Pink */
|
|
617
|
+
.ui.pink.segment:not(.inverted) {
|
|
618
|
+
border-top: 2px solid #E03997 !important;
|
|
619
|
+
}
|
|
620
|
+
.ui.inverted.pink.segment {
|
|
621
|
+
background-color: #E03997 !important;
|
|
622
|
+
color: #FFFFFF !important;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/* Brown */
|
|
626
|
+
.ui.brown.segment:not(.inverted) {
|
|
627
|
+
border-top: 2px solid #A5673F !important;
|
|
628
|
+
}
|
|
629
|
+
.ui.inverted.brown.segment {
|
|
630
|
+
background-color: #A5673F !important;
|
|
631
|
+
color: #FFFFFF !important;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
/* Grey */
|
|
635
|
+
.ui.grey.segment:not(.inverted) {
|
|
636
|
+
border-top: 2px solid #767676 !important;
|
|
637
|
+
}
|
|
638
|
+
.ui.inverted.grey.segment {
|
|
639
|
+
background-color: #767676 !important;
|
|
640
|
+
color: #FFFFFF !important;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
/* Black */
|
|
644
|
+
.ui.black.segment:not(.inverted) {
|
|
645
|
+
border-top: 2px solid #1B1C1D !important;
|
|
646
|
+
}
|
|
647
|
+
.ui.inverted.black.segment {
|
|
648
|
+
background-color: #1B1C1D !important;
|
|
649
|
+
color: #FFFFFF !important;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
/*-------------------
|
|
653
|
+
Aligned
|
|
654
|
+
--------------------*/
|
|
655
|
+
|
|
656
|
+
.ui[class*="left aligned"].segment {
|
|
657
|
+
text-align: left;
|
|
658
|
+
}
|
|
659
|
+
.ui[class*="right aligned"].segment {
|
|
660
|
+
text-align: right;
|
|
661
|
+
}
|
|
662
|
+
.ui[class*="center aligned"].segment {
|
|
663
|
+
text-align: center;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
/*-------------------
|
|
667
|
+
Floated
|
|
668
|
+
--------------------*/
|
|
669
|
+
|
|
670
|
+
.ui.floated.segment,
|
|
671
|
+
.ui[class*="left floated"].segment {
|
|
672
|
+
float: left;
|
|
673
|
+
margin-right: 1em;
|
|
674
|
+
}
|
|
675
|
+
.ui[class*="right floated"].segment {
|
|
676
|
+
float: right;
|
|
677
|
+
margin-left: 1em;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
/*-------------------
|
|
681
|
+
Inverted
|
|
682
|
+
--------------------*/
|
|
683
|
+
|
|
684
|
+
.ui.inverted.segment {
|
|
685
|
+
border: none;
|
|
686
|
+
box-shadow: none;
|
|
687
|
+
}
|
|
688
|
+
.ui.inverted.segment,
|
|
689
|
+
.ui.primary.inverted.segment {
|
|
690
|
+
background: #1B1C1D;
|
|
691
|
+
color: rgb(255 255 255 / 90%);
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
/* Nested */
|
|
695
|
+
.ui.inverted.segment .segment {
|
|
696
|
+
color: rgb(0 0 0 / 87%);
|
|
697
|
+
}
|
|
698
|
+
.ui.inverted.segment .inverted.segment {
|
|
699
|
+
color: rgb(255 255 255 / 90%);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
/* Attached */
|
|
703
|
+
.ui.inverted.attached.segment {
|
|
704
|
+
border-color: #555555;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
/*-------------------
|
|
708
|
+
Emphasis
|
|
709
|
+
--------------------*/
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
/* Secondary */
|
|
713
|
+
.ui.secondary.segment {
|
|
714
|
+
background: #F3F4F5;
|
|
715
|
+
color: rgb(0 0 0 / 60%);
|
|
716
|
+
}
|
|
717
|
+
.ui.secondary.inverted.segment {
|
|
718
|
+
background: #4c4f52 linear-gradient(rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 20%) 100%);
|
|
719
|
+
color: rgb(255 255 255 / 80%);
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
/* Tertiary */
|
|
723
|
+
.ui.tertiary.segment {
|
|
724
|
+
background: #DCDDDE;
|
|
725
|
+
color: rgb(0 0 0 / 60%);
|
|
726
|
+
}
|
|
727
|
+
.ui.tertiary.inverted.segment {
|
|
728
|
+
background: #717579 linear-gradient(rgb(255 255 255 / 35%) 0%, rgb(255 255 255 / 35%) 100%);
|
|
729
|
+
color: rgb(255 255 255 / 80%);
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
/*-------------------
|
|
733
|
+
Attached
|
|
734
|
+
--------------------*/
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
/* Middle */
|
|
738
|
+
.ui.attached.segment {
|
|
739
|
+
top: 0px;
|
|
740
|
+
bottom: 0px;
|
|
741
|
+
border-radius: 0px;
|
|
742
|
+
margin: 0em -1px;
|
|
743
|
+
width: calc(100% - (-1px * 2));
|
|
744
|
+
max-width: calc(100% - (-1px * 2));
|
|
745
|
+
box-shadow: none;
|
|
746
|
+
border: 1px solid #D4D4D5;
|
|
747
|
+
}
|
|
748
|
+
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
|
|
749
|
+
border-top: none;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
/* Top */
|
|
753
|
+
.ui[class*="top attached"].segment {
|
|
754
|
+
bottom: 0px;
|
|
755
|
+
margin-bottom: 0em;
|
|
756
|
+
top: 0px;
|
|
757
|
+
margin-top: 1rem;
|
|
758
|
+
border-radius: 0.2857rem 0.2857rem 0em 0em;
|
|
759
|
+
}
|
|
760
|
+
.ui.segment[class*="top attached"]:first-child {
|
|
761
|
+
margin-top: 0em;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
/* Bottom */
|
|
765
|
+
.ui.segment[class*="bottom attached"] {
|
|
766
|
+
bottom: 0px;
|
|
767
|
+
margin-top: 0em;
|
|
768
|
+
top: 0px;
|
|
769
|
+
margin-bottom: 1rem;
|
|
770
|
+
box-shadow: 0px 1px 2px 0 rgb(34 36 38 / 15%), none;
|
|
771
|
+
border-radius: 0em 0em 0.2857rem 0.2857rem;
|
|
772
|
+
}
|
|
773
|
+
.ui.segment[class*="bottom attached"]:last-child {
|
|
774
|
+
margin-bottom: 0em;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/*-------------------
|
|
778
|
+
Size
|
|
779
|
+
--------------------*/
|
|
780
|
+
|
|
781
|
+
.ui.mini.segments .segment,
|
|
782
|
+
.ui.mini.segment {
|
|
783
|
+
font-size: 0.7857rem;
|
|
784
|
+
}
|
|
785
|
+
.ui.tiny.segments .segment,
|
|
786
|
+
.ui.tiny.segment {
|
|
787
|
+
font-size: 0.8571rem;
|
|
788
|
+
}
|
|
789
|
+
.ui.small.segments .segment,
|
|
790
|
+
.ui.small.segment {
|
|
791
|
+
font-size: 0.9285rem;
|
|
792
|
+
}
|
|
793
|
+
.ui.segments .segment,
|
|
794
|
+
.ui.segment {
|
|
795
|
+
font-size: 1rem;
|
|
796
|
+
}
|
|
797
|
+
.ui.large.segments .segment,
|
|
798
|
+
.ui.large.segment {
|
|
799
|
+
font-size: 1.1428rem;
|
|
800
|
+
}
|
|
801
|
+
.ui.big.segments .segment,
|
|
802
|
+
.ui.big.segment {
|
|
803
|
+
font-size: 1.2857rem;
|
|
804
|
+
}
|
|
805
|
+
.ui.huge.segments .segment,
|
|
806
|
+
.ui.huge.segment {
|
|
807
|
+
font-size: 1.4286rem;
|
|
808
|
+
}
|
|
809
|
+
.ui.massive.segments .segment,
|
|
810
|
+
.ui.massive.segment {
|
|
811
|
+
font-size: 1.7143rem;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
/*******************************
|
|
816
|
+
Theme Overrides
|
|
817
|
+
*******************************/
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
/*******************************
|
|
822
|
+
Site Overrides
|
|
823
|
+
*******************************/
|
|
824
|
+
|