@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.
Files changed (110) hide show
  1. package/elements/accordion.js +1 -1
  2. package/elements/fieldsets.js +1 -1
  3. package/elements/form.js +2 -2
  4. package/elements/grid.js +1 -1
  5. package/elements/image.js +1 -1
  6. package/elements/input-file.js +2 -2
  7. package/elements/input-property.js +12 -13
  8. package/elements/inputs.js +5 -5
  9. package/elements/layout.js +1 -1
  10. package/elements/link.js +2 -2
  11. package/elements/menu.js +2 -2
  12. package/elements/navigation.js +1 -1
  13. package/elements/page.js +1 -1
  14. package/elements/paragraph.js +2 -2
  15. package/elements/query-tags.js +1 -1
  16. package/elements/tab.js +1 -1
  17. package/elements/table.js +1 -1
  18. package/elements/template.js +1 -1
  19. package/package.json +3 -8
  20. package/ui/card.css +3 -3
  21. package/ui/components/accordion.css +241 -0
  22. package/ui/components/accordion.js +613 -0
  23. package/ui/components/ad.css +275 -0
  24. package/ui/components/api.js +1167 -0
  25. package/ui/components/breadcrumb.css +122 -0
  26. package/ui/components/button.css +3525 -0
  27. package/ui/components/card.css +939 -0
  28. package/ui/components/checkbox.css +604 -0
  29. package/ui/components/checkbox.js +831 -0
  30. package/ui/components/colorize.js +274 -0
  31. package/ui/components/comment.css +268 -0
  32. package/ui/components/container.css +149 -0
  33. package/ui/components/dimmer.css +224 -0
  34. package/ui/components/dimmer.js +733 -0
  35. package/ui/components/divider.css +253 -0
  36. package/ui/components/dropdown.css +1448 -0
  37. package/ui/components/dropdown.js +3955 -0
  38. package/ui/components/embed.css +160 -0
  39. package/ui/components/embed.js +706 -0
  40. package/ui/components/feed.css +281 -0
  41. package/ui/components/flag.css +1035 -0
  42. package/ui/components/form.css +1011 -0
  43. package/ui/components/form.js +1706 -0
  44. package/ui/components/grid.css +1941 -0
  45. package/ui/components/header.css +719 -0
  46. package/ui/components/icon.css +4777 -0
  47. package/ui/components/image.css +310 -0
  48. package/ui/components/input.css +469 -0
  49. package/ui/components/item.css +464 -0
  50. package/ui/components/label.css +1281 -0
  51. package/ui/components/list.css +943 -0
  52. package/ui/components/loader.css +339 -0
  53. package/ui/components/menu.css +1940 -0
  54. package/ui/components/message.css +468 -0
  55. package/ui/components/modal.css +617 -0
  56. package/ui/components/modal.js +1034 -0
  57. package/ui/components/nag.css +145 -0
  58. package/ui/components/nag.js +507 -0
  59. package/ui/components/placeholder.css +229 -0
  60. package/ui/components/popup.css +640 -0
  61. package/ui/components/popup.js +1532 -0
  62. package/ui/components/progress.css +502 -0
  63. package/ui/components/progress.js +931 -0
  64. package/ui/components/rail.css +152 -0
  65. package/ui/components/rating.css +257 -0
  66. package/ui/components/rating.js +508 -0
  67. package/ui/components/reset.css +476 -0
  68. package/ui/components/reveal.css +260 -0
  69. package/ui/components/search.css +431 -0
  70. package/ui/components/search.js +1505 -0
  71. package/ui/components/segment.css +824 -0
  72. package/ui/components/shape.css +143 -0
  73. package/ui/components/shape.js +921 -0
  74. package/ui/components/sidebar.css +537 -0
  75. package/ui/components/sidebar.js +1033 -0
  76. package/ui/components/site.css +184 -0
  77. package/ui/components/site.js +487 -0
  78. package/ui/components/state.js +708 -0
  79. package/ui/components/statistic.css +534 -0
  80. package/ui/components/step.css +566 -0
  81. package/ui/components/sticky.css +73 -0
  82. package/ui/components/sticky.js +959 -0
  83. package/ui/components/tab.css +89 -0
  84. package/ui/components/tab.js +952 -0
  85. package/ui/components/table.css +1108 -0
  86. package/ui/components/transition.css +1792 -0
  87. package/ui/components/transition.js +1095 -0
  88. package/ui/components/video.css +121 -0
  89. package/ui/components/video.js +532 -0
  90. package/ui/components/visibility.js +1311 -0
  91. package/ui/components/visit.js +517 -0
  92. package/ui/item.css +2 -2
  93. package/ui/layout.css +1 -1
  94. package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
  95. package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
  96. package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
  97. package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  98. package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  99. package/ui/themes/default/assets/fonts/icons.eot +0 -0
  100. package/ui/themes/default/assets/fonts/icons.otf +0 -0
  101. package/ui/themes/default/assets/fonts/icons.svg +1518 -0
  102. package/ui/themes/default/assets/fonts/icons.ttf +0 -0
  103. package/ui/themes/default/assets/fonts/icons.woff +0 -0
  104. package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
  106. package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
  107. package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
  108. package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  109. package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  110. package/ui/themes/default/assets/images/flags.png +0 -0
@@ -0,0 +1,1281 @@
1
+ /*!
2
+ * # Semantic UI 2.4.1 - Label
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
+ Label
14
+ *******************************/
15
+
16
+ .ui.label {
17
+ display: inline-block;
18
+ line-height: 1;
19
+ vertical-align: baseline;
20
+ margin: 0em 0.1429em;
21
+ background-color: #E8E8E8;
22
+ background-image: none;
23
+ padding: 0.5833em 0.833em;
24
+ color: rgb(0 0 0 / 60%);
25
+ text-transform: none;
26
+ font-weight: bold;
27
+ border: 0px solid transparent;
28
+ border-radius: 0.2857rem;
29
+ transition: background 0.1s ease;
30
+ }
31
+ .ui.label:first-child {
32
+ margin-left: 0em;
33
+ }
34
+ .ui.label:last-child {
35
+ margin-right: 0em;
36
+ }
37
+
38
+ /* Link */
39
+ a.ui.label {
40
+ cursor: pointer;
41
+ }
42
+
43
+ /* Inside Link */
44
+ .ui.label > a {
45
+ cursor: pointer;
46
+ color: inherit;
47
+ opacity: 0.5;
48
+ transition: 0.1s opacity ease;
49
+ }
50
+ .ui.label > a:hover {
51
+ opacity: 1;
52
+ }
53
+
54
+ /* Image */
55
+ .ui.label > img {
56
+ width: auto !important;
57
+ vertical-align: middle;
58
+ height: 2.1666em !important;
59
+ }
60
+
61
+ /* Icon */
62
+ .ui.label > .icon {
63
+ width: auto;
64
+ margin: 0em 0.75em 0em 0em;
65
+ }
66
+
67
+ /* Detail */
68
+ .ui.label > .detail {
69
+ display: inline-block;
70
+ vertical-align: top;
71
+ font-weight: bold;
72
+ margin-left: 1em;
73
+ opacity: 0.8;
74
+ }
75
+ .ui.label > .detail .icon {
76
+ margin: 0em 0.25em 0em 0em;
77
+ }
78
+
79
+ /* Removable label */
80
+ .ui.label > .close.icon,
81
+ .ui.label > .delete.icon {
82
+ cursor: pointer;
83
+ margin-right: 0em;
84
+ margin-left: 0.5em;
85
+ font-size: 0.9285em;
86
+ opacity: 0.5;
87
+ transition: background 0.1s ease;
88
+ }
89
+ .ui.label > .delete.icon:hover {
90
+ opacity: 1;
91
+ }
92
+
93
+ /*-------------------
94
+ Group
95
+ --------------------*/
96
+
97
+ .ui.labels > .label {
98
+ margin: 0em 0.5em 0.5em 0em;
99
+ }
100
+
101
+ /*-------------------
102
+ Coupling
103
+ --------------------*/
104
+
105
+ .ui.header > .ui.label {
106
+ margin-top: -0.29165em;
107
+ }
108
+
109
+ /* Remove border radius on attached segment */
110
+ .ui.attached.segment > .ui.top.left.attached.label,
111
+ .ui.bottom.attached.segment > .ui.top.left.attached.label {
112
+ border-top-left-radius: 0;
113
+ }
114
+ .ui.attached.segment > .ui.top.right.attached.label,
115
+ .ui.bottom.attached.segment > .ui.top.right.attached.label {
116
+ border-top-right-radius: 0;
117
+ }
118
+ .ui.top.attached.segment > .ui.bottom.left.attached.label {
119
+ border-bottom-left-radius: 0;
120
+ }
121
+ .ui.top.attached.segment > .ui.bottom.right.attached.label {
122
+ border-bottom-right-radius: 0;
123
+ }
124
+
125
+ /* Padding on next content after a label */
126
+ .ui.top.attached.label:first-child + :not(.attached),
127
+ .ui.top.attached.label + [class*="right floated"] + * {
128
+ margin-top: 2rem !important;
129
+ }
130
+ .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
131
+ margin-top: 0em;
132
+ margin-bottom: 2rem !important;
133
+ }
134
+
135
+
136
+ /*******************************
137
+ Types
138
+ *******************************/
139
+
140
+ .ui.image.label {
141
+ width: auto !important;
142
+ margin-top: 0em;
143
+ margin-bottom: 0em;
144
+ max-width: 9999px;
145
+ vertical-align: baseline;
146
+ text-transform: none;
147
+ background: #E8E8E8;
148
+ padding: 0.5833em 0.833em 0.5833em 0.5em;
149
+ border-radius: 0.2857rem;
150
+ box-shadow: none;
151
+ }
152
+ .ui.image.label img {
153
+ display: inline-block;
154
+ vertical-align: top;
155
+ height: 2.1666em;
156
+ margin: -0.5833em 0.5em -0.5833em -0.5em;
157
+ border-radius: 0.2857rem 0em 0em 0.2857rem;
158
+ }
159
+ .ui.image.label .detail {
160
+ background: rgb(0 0 0 / 10%);
161
+ margin: -0.5833em -0.833em -0.5833em 0.5em;
162
+ padding: 0.5833em 0.833em;
163
+ border-radius: 0em 0.2857rem 0.2857rem 0em;
164
+ }
165
+
166
+ /*-------------------
167
+ Tag
168
+ --------------------*/
169
+
170
+ .ui.tag.labels .label,
171
+ .ui.tag.label {
172
+ margin-left: 1em;
173
+ position: relative;
174
+ padding-left: 1.5em;
175
+ padding-right: 1.5em;
176
+ border-radius: 0em 0.2857rem 0.2857rem 0em;
177
+ transition: none;
178
+ }
179
+ .ui.tag.labels .label::before,
180
+ .ui.tag.label::before {
181
+ position: absolute;
182
+ transform: translateY(-50%) translateX(50%) rotate(-45deg);
183
+ top: 50%;
184
+ right: 100%;
185
+ content: '';
186
+ background-color: inherit;
187
+ background-image: none;
188
+ width: 1.56em;
189
+ height: 1.56em;
190
+ transition: none;
191
+ }
192
+ .ui.tag.labels .label::after,
193
+ .ui.tag.label::after {
194
+ position: absolute;
195
+ content: '';
196
+ top: 50%;
197
+ left: -0.25em;
198
+ margin-top: -0.25em;
199
+ background-color: #FFFFFF !important;
200
+ width: 0.5em;
201
+ height: 0.5em;
202
+ box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 30%);
203
+ border-radius: 500rem;
204
+ }
205
+
206
+ /*-------------------
207
+ Corner Label
208
+ --------------------*/
209
+
210
+ .ui.corner.label {
211
+ position: absolute;
212
+ top: 0em;
213
+ right: 0em;
214
+ margin: 0em;
215
+ padding: 0em;
216
+ text-align: center;
217
+ border-color: #E8E8E8;
218
+ width: 4em;
219
+ height: 4em;
220
+ z-index: 1;
221
+ transition: border-color 0.1s ease;
222
+ }
223
+
224
+ /* Icon Label */
225
+ .ui.corner.label {
226
+ background-color: transparent !important;
227
+ }
228
+ .ui.corner.label::after {
229
+ position: absolute;
230
+ content: "";
231
+ right: 0em;
232
+ top: 0em;
233
+ z-index: -1;
234
+ width: 0em;
235
+ height: 0em;
236
+ background-color: transparent !important;
237
+ border-top: 0em solid transparent;
238
+ border-right: 4em solid transparent;
239
+ border-bottom: 4em solid transparent;
240
+ border-left: 0em solid transparent;
241
+ border-right-color: inherit;
242
+ transition: border-color 0.1s ease;
243
+ }
244
+ .ui.corner.label .icon {
245
+ cursor: default;
246
+ position: relative;
247
+ top: 0.6428em;
248
+ left: 0.7857em;
249
+ font-size: 1.1428em;
250
+ margin: 0em;
251
+ }
252
+
253
+ /* Left Corner */
254
+ .ui.left.corner.label,
255
+ .ui.left.corner.label::after {
256
+ right: auto;
257
+ left: 0em;
258
+ }
259
+ .ui.left.corner.label::after {
260
+ border-top: 4em solid transparent;
261
+ border-right: 4em solid transparent;
262
+ border-bottom: 0em solid transparent;
263
+ border-left: 0em solid transparent;
264
+ border-top-color: inherit;
265
+ }
266
+ .ui.left.corner.label .icon {
267
+ left: -0.7857em;
268
+ }
269
+
270
+ /* Segment */
271
+ .ui.segment > .ui.corner.label {
272
+ top: -1px;
273
+ right: -1px;
274
+ }
275
+ .ui.segment > .ui.left.corner.label {
276
+ right: auto;
277
+ left: -1px;
278
+ }
279
+
280
+ /*-------------------
281
+ Ribbon
282
+ --------------------*/
283
+
284
+ .ui.ribbon.label {
285
+ position: relative;
286
+ margin: 0em;
287
+ min-width: max-content;
288
+ border-radius: 0em 0.2857rem 0.2857rem 0em;
289
+ border-color: rgb(0 0 0 / 15%);
290
+ }
291
+ .ui.ribbon.label::after {
292
+ position: absolute;
293
+ content: '';
294
+ top: 100%;
295
+ left: 0%;
296
+ background-color: transparent !important;
297
+ border-style: solid;
298
+ border-width: 0em 1.2em 1.2em 0em;
299
+ border-color: transparent;
300
+ border-right-color: inherit;
301
+ width: 0em;
302
+ height: 0em;
303
+ }
304
+
305
+ /* Positioning */
306
+ .ui.ribbon.label {
307
+ left: calc(-1rem - 1.2em);
308
+ margin-right: -1.2em;
309
+ padding-left: calc(1rem + 1.2em);
310
+ padding-right: 1.2em;
311
+ }
312
+ .ui[class*="right ribbon"].label {
313
+ left: calc(100% + 1rem + 1.2em);
314
+ padding-left: 1.2em;
315
+ padding-right: calc(1rem + 1.2em);
316
+ }
317
+
318
+ /* Right Ribbon */
319
+ .ui[class*="right ribbon"].label {
320
+ text-align: left;
321
+ transform: translateX(-100%);
322
+ border-radius: 0.2857rem 0em 0em 0.2857rem;
323
+ }
324
+ .ui[class*="right ribbon"].label::after {
325
+ left: auto;
326
+ right: 0%;
327
+ border-style: solid;
328
+ border-width: 1.2em 1.2em 0em 0em;
329
+ border-color: transparent;
330
+ border-top-color: inherit;
331
+ }
332
+
333
+ /* Inside Table */
334
+ .ui.image > .ribbon.label,
335
+ .ui.card .image > .ribbon.label {
336
+ position: absolute;
337
+ top: 1rem;
338
+ }
339
+ .ui.card .image > .ui.ribbon.label,
340
+ .ui.image > .ui.ribbon.label {
341
+ left: calc(--0.05rem - 1.2em);
342
+ }
343
+ .ui.card .image > .ui[class*="right ribbon"].label,
344
+ .ui.image > .ui[class*="right ribbon"].label {
345
+ left: calc(100% + -0.05rem + 1.2em);
346
+ padding-left: 0.833em;
347
+ }
348
+
349
+ /* Inside Table */
350
+ .ui.table td > .ui.ribbon.label {
351
+ left: calc(-0.7857em - 1.2em);
352
+ }
353
+ .ui.table td > .ui[class*="right ribbon"].label {
354
+ left: calc(100% + 0.7857em + 1.2em);
355
+ padding-left: 0.833em;
356
+ }
357
+
358
+ /*-------------------
359
+ Attached
360
+ --------------------*/
361
+
362
+ .ui[class*="top attached"].label,
363
+ .ui.attached.label {
364
+ width: 100%;
365
+ position: absolute;
366
+ margin: 0em;
367
+ top: 0em;
368
+ left: 0em;
369
+ padding: 0.75em 1em;
370
+ border-radius: 0.2142rem 0.2142rem 0em 0em;
371
+ }
372
+ .ui[class*="bottom attached"].label {
373
+ top: auto;
374
+ bottom: 0em;
375
+ border-radius: 0em 0em 0.2142rem 0.2142rem;
376
+ }
377
+ .ui[class*="top left attached"].label {
378
+ width: auto;
379
+ margin-top: 0em !important;
380
+ border-radius: 0.2142rem 0em 0.2857rem;
381
+ }
382
+ .ui[class*="top right attached"].label {
383
+ width: auto;
384
+ left: auto;
385
+ right: 0em;
386
+ border-radius: 0em 0.2142rem 0em 0.2857rem;
387
+ }
388
+ .ui[class*="bottom left attached"].label {
389
+ width: auto;
390
+ top: auto;
391
+ bottom: 0em;
392
+ border-radius: 0em 0.2857rem 0em 0.2142rem;
393
+ }
394
+ .ui[class*="bottom right attached"].label {
395
+ inset: auto 0em 0em auto;
396
+ width: auto;
397
+ border-radius: 0.2857rem 0em 0.2142rem;
398
+ }
399
+
400
+
401
+ /*******************************
402
+ States
403
+ *******************************/
404
+
405
+
406
+ /*-------------------
407
+ Disabled
408
+ --------------------*/
409
+
410
+ .ui.label.disabled {
411
+ opacity: 0.5;
412
+ }
413
+
414
+ /*-------------------
415
+ Hover
416
+ --------------------*/
417
+
418
+ a.ui.labels .label:hover,
419
+ a.ui.label:hover {
420
+ background-color: #E0E0E0;
421
+ border-color: #E0E0E0;
422
+ background-image: none;
423
+ color: rgb(0 0 0 / 80%);
424
+ }
425
+ .ui.labels a.label:hover::before,
426
+ a.ui.label:hover::before {
427
+ color: rgb(0 0 0 / 80%);
428
+ }
429
+
430
+ /*-------------------
431
+ Active
432
+ --------------------*/
433
+
434
+ .ui.active.label {
435
+ background-color: #D0D0D0;
436
+ border-color: #D0D0D0;
437
+ background-image: none;
438
+ color: rgb(0 0 0 / 95%);
439
+ }
440
+ .ui.active.label::before {
441
+ background-color: #D0D0D0;
442
+ background-image: none;
443
+ color: rgb(0 0 0 / 95%);
444
+ }
445
+
446
+ /*-------------------
447
+ Active Hover
448
+ --------------------*/
449
+
450
+ a.ui.labels .active.label:hover,
451
+ a.ui.active.label:hover {
452
+ background-color: #C8C8C8;
453
+ border-color: #C8C8C8;
454
+ background-image: none;
455
+ color: rgb(0 0 0 / 95%);
456
+ }
457
+ .ui.labels a.active.label:active::before,
458
+ a.ui.active.label:active::before {
459
+ background-color: #C8C8C8;
460
+ background-image: none;
461
+ color: rgb(0 0 0 / 95%);
462
+ }
463
+
464
+ /*-------------------
465
+ Visible
466
+ --------------------*/
467
+
468
+ .ui.labels.visible .label,
469
+ .ui.label.visible:not(.dropdown) {
470
+ display: inline-block !important;
471
+ }
472
+
473
+ /*-------------------
474
+ Hidden
475
+ --------------------*/
476
+
477
+ .ui.labels.hidden .label,
478
+ .ui.label.hidden {
479
+ display: none !important;
480
+ }
481
+
482
+
483
+ /*******************************
484
+ Variations
485
+ *******************************/
486
+
487
+
488
+ /*-------------------
489
+ Colors
490
+ --------------------*/
491
+
492
+
493
+ /*--- Red ---*/
494
+
495
+ .ui.red.labels .label,
496
+ .ui.red.label {
497
+ background-color: #DB2828 !important;
498
+ border-color: #DB2828 !important;
499
+ color: #FFFFFF !important;
500
+ }
501
+
502
+ /* Link */
503
+ .ui.red.labels .label:hover,
504
+ a.ui.red.label:hover {
505
+ background-color: #d01919 !important;
506
+ border-color: #d01919 !important;
507
+ color: #FFFFFF !important;
508
+ }
509
+
510
+ /* Corner */
511
+ .ui.red.corner.label,
512
+ .ui.red.corner.label:hover {
513
+ background-color: transparent !important;
514
+ }
515
+
516
+ /* Ribbon */
517
+ .ui.red.ribbon.label {
518
+ border-color: #b21e1e !important;
519
+ }
520
+
521
+ /* Basic */
522
+ .ui.basic.red.label {
523
+ background: none #FFFFFF !important;
524
+ color: #DB2828 !important;
525
+ border-color: #DB2828 !important;
526
+ }
527
+ .ui.basic.red.labels a.label:hover,
528
+ a.ui.basic.red.label:hover {
529
+ background-color: #FFFFFF !important;
530
+ color: #d01919 !important;
531
+ border-color: #d01919 !important;
532
+ }
533
+
534
+ /*--- Orange ---*/
535
+
536
+ .ui.orange.labels .label,
537
+ .ui.orange.label {
538
+ background-color: #F2711C !important;
539
+ border-color: #F2711C !important;
540
+ color: #FFFFFF !important;
541
+ }
542
+
543
+ /* Link */
544
+ .ui.orange.labels .label:hover,
545
+ a.ui.orange.label:hover {
546
+ background-color: #f26202 !important;
547
+ border-color: #f26202 !important;
548
+ color: #FFFFFF !important;
549
+ }
550
+
551
+ /* Corner */
552
+ .ui.orange.corner.label,
553
+ .ui.orange.corner.label:hover {
554
+ background-color: transparent !important;
555
+ }
556
+
557
+ /* Ribbon */
558
+ .ui.orange.ribbon.label {
559
+ border-color: #cf590c !important;
560
+ }
561
+
562
+ /* Basic */
563
+ .ui.basic.orange.label {
564
+ background: none #FFFFFF !important;
565
+ color: #F2711C !important;
566
+ border-color: #F2711C !important;
567
+ }
568
+ .ui.basic.orange.labels a.label:hover,
569
+ a.ui.basic.orange.label:hover {
570
+ background-color: #FFFFFF !important;
571
+ color: #f26202 !important;
572
+ border-color: #f26202 !important;
573
+ }
574
+
575
+ /*--- Yellow ---*/
576
+
577
+ .ui.yellow.labels .label,
578
+ .ui.yellow.label {
579
+ background-color: #FBBD08 !important;
580
+ border-color: #FBBD08 !important;
581
+ color: #FFFFFF !important;
582
+ }
583
+
584
+ /* Link */
585
+ .ui.yellow.labels .label:hover,
586
+ a.ui.yellow.label:hover {
587
+ background-color: #eaae00 !important;
588
+ border-color: #eaae00 !important;
589
+ color: #FFFFFF !important;
590
+ }
591
+
592
+ /* Corner */
593
+ .ui.yellow.corner.label,
594
+ .ui.yellow.corner.label:hover {
595
+ background-color: transparent !important;
596
+ }
597
+
598
+ /* Ribbon */
599
+ .ui.yellow.ribbon.label {
600
+ border-color: #cd9903 !important;
601
+ }
602
+
603
+ /* Basic */
604
+ .ui.basic.yellow.label {
605
+ background: none #FFFFFF !important;
606
+ color: #FBBD08 !important;
607
+ border-color: #FBBD08 !important;
608
+ }
609
+ .ui.basic.yellow.labels a.label:hover,
610
+ a.ui.basic.yellow.label:hover {
611
+ background-color: #FFFFFF !important;
612
+ color: #eaae00 !important;
613
+ border-color: #eaae00 !important;
614
+ }
615
+
616
+ /*--- Olive ---*/
617
+
618
+ .ui.olive.labels .label,
619
+ .ui.olive.label {
620
+ background-color: #B5CC18 !important;
621
+ border-color: #B5CC18 !important;
622
+ color: #FFFFFF !important;
623
+ }
624
+
625
+ /* Link */
626
+ .ui.olive.labels .label:hover,
627
+ a.ui.olive.label:hover {
628
+ background-color: #a7bd0d !important;
629
+ border-color: #a7bd0d !important;
630
+ color: #FFFFFF !important;
631
+ }
632
+
633
+ /* Corner */
634
+ .ui.olive.corner.label,
635
+ .ui.olive.corner.label:hover {
636
+ background-color: transparent !important;
637
+ }
638
+
639
+ /* Ribbon */
640
+ .ui.olive.ribbon.label {
641
+ border-color: #198f35 !important;
642
+ }
643
+
644
+ /* Basic */
645
+ .ui.basic.olive.label {
646
+ background: none #FFFFFF !important;
647
+ color: #B5CC18 !important;
648
+ border-color: #B5CC18 !important;
649
+ }
650
+ .ui.basic.olive.labels a.label:hover,
651
+ a.ui.basic.olive.label:hover {
652
+ background-color: #FFFFFF !important;
653
+ color: #a7bd0d !important;
654
+ border-color: #a7bd0d !important;
655
+ }
656
+
657
+ /*--- Green ---*/
658
+
659
+ .ui.green.labels .label,
660
+ .ui.green.label {
661
+ background-color: #21BA45 !important;
662
+ border-color: #21BA45 !important;
663
+ color: #FFFFFF !important;
664
+ }
665
+
666
+ /* Link */
667
+ .ui.green.labels .label:hover,
668
+ a.ui.green.label:hover {
669
+ background-color: #16ab39 !important;
670
+ border-color: #16ab39 !important;
671
+ color: #FFFFFF !important;
672
+ }
673
+
674
+ /* Corner */
675
+ .ui.green.corner.label,
676
+ .ui.green.corner.label:hover {
677
+ background-color: transparent !important;
678
+ }
679
+
680
+ /* Ribbon */
681
+ .ui.green.ribbon.label {
682
+ border-color: #198f35 !important;
683
+ }
684
+
685
+ /* Basic */
686
+ .ui.basic.green.label {
687
+ background: none #FFFFFF !important;
688
+ color: #21BA45 !important;
689
+ border-color: #21BA45 !important;
690
+ }
691
+ .ui.basic.green.labels a.label:hover,
692
+ a.ui.basic.green.label:hover {
693
+ background-color: #FFFFFF !important;
694
+ color: #16ab39 !important;
695
+ border-color: #16ab39 !important;
696
+ }
697
+
698
+ /*--- Teal ---*/
699
+
700
+ .ui.teal.labels .label,
701
+ .ui.teal.label {
702
+ background-color: #00B5AD !important;
703
+ border-color: #00B5AD !important;
704
+ color: #FFFFFF !important;
705
+ }
706
+
707
+ /* Link */
708
+ .ui.teal.labels .label:hover,
709
+ a.ui.teal.label:hover {
710
+ background-color: #009c95 !important;
711
+ border-color: #009c95 !important;
712
+ color: #FFFFFF !important;
713
+ }
714
+
715
+ /* Corner */
716
+ .ui.teal.corner.label,
717
+ .ui.teal.corner.label:hover {
718
+ background-color: transparent !important;
719
+ }
720
+
721
+ /* Ribbon */
722
+ .ui.teal.ribbon.label {
723
+ border-color: #00827c !important;
724
+ }
725
+
726
+ /* Basic */
727
+ .ui.basic.teal.label {
728
+ background: none #FFFFFF !important;
729
+ color: #00B5AD !important;
730
+ border-color: #00B5AD !important;
731
+ }
732
+ .ui.basic.teal.labels a.label:hover,
733
+ a.ui.basic.teal.label:hover {
734
+ background-color: #FFFFFF !important;
735
+ color: #009c95 !important;
736
+ border-color: #009c95 !important;
737
+ }
738
+
739
+ /*--- Blue ---*/
740
+
741
+ .ui.blue.labels .label,
742
+ .ui.blue.label {
743
+ background-color: #2185D0 !important;
744
+ border-color: #2185D0 !important;
745
+ color: #FFFFFF !important;
746
+ }
747
+
748
+ /* Link */
749
+ .ui.blue.labels .label:hover,
750
+ a.ui.blue.label:hover {
751
+ background-color: #1678c2 !important;
752
+ border-color: #1678c2 !important;
753
+ color: #FFFFFF !important;
754
+ }
755
+
756
+ /* Corner */
757
+ .ui.blue.corner.label,
758
+ .ui.blue.corner.label:hover {
759
+ background-color: transparent !important;
760
+ }
761
+
762
+ /* Ribbon */
763
+ .ui.blue.ribbon.label {
764
+ border-color: #1a69a4 !important;
765
+ }
766
+
767
+ /* Basic */
768
+ .ui.basic.blue.label {
769
+ background: none #FFFFFF !important;
770
+ color: #2185D0 !important;
771
+ border-color: #2185D0 !important;
772
+ }
773
+ .ui.basic.blue.labels a.label:hover,
774
+ a.ui.basic.blue.label:hover {
775
+ background-color: #FFFFFF !important;
776
+ color: #1678c2 !important;
777
+ border-color: #1678c2 !important;
778
+ }
779
+
780
+ /*--- Violet ---*/
781
+
782
+ .ui.violet.labels .label,
783
+ .ui.violet.label {
784
+ background-color: #6435C9 !important;
785
+ border-color: #6435C9 !important;
786
+ color: #FFFFFF !important;
787
+ }
788
+
789
+ /* Link */
790
+ .ui.violet.labels .label:hover,
791
+ a.ui.violet.label:hover {
792
+ background-color: #5829bb !important;
793
+ border-color: #5829bb !important;
794
+ color: #FFFFFF !important;
795
+ }
796
+
797
+ /* Corner */
798
+ .ui.violet.corner.label,
799
+ .ui.violet.corner.label:hover {
800
+ background-color: transparent !important;
801
+ }
802
+
803
+ /* Ribbon */
804
+ .ui.violet.ribbon.label {
805
+ border-color: #502aa1 !important;
806
+ }
807
+
808
+ /* Basic */
809
+ .ui.basic.violet.label {
810
+ background: none #FFFFFF !important;
811
+ color: #6435C9 !important;
812
+ border-color: #6435C9 !important;
813
+ }
814
+ .ui.basic.violet.labels a.label:hover,
815
+ a.ui.basic.violet.label:hover {
816
+ background-color: #FFFFFF !important;
817
+ color: #5829bb !important;
818
+ border-color: #5829bb !important;
819
+ }
820
+
821
+ /*--- Purple ---*/
822
+
823
+ .ui.purple.labels .label,
824
+ .ui.purple.label {
825
+ background-color: #A333C8 !important;
826
+ border-color: #A333C8 !important;
827
+ color: #FFFFFF !important;
828
+ }
829
+
830
+ /* Link */
831
+ .ui.purple.labels .label:hover,
832
+ a.ui.purple.label:hover {
833
+ background-color: #9627ba !important;
834
+ border-color: #9627ba !important;
835
+ color: #FFFFFF !important;
836
+ }
837
+
838
+ /* Corner */
839
+ .ui.purple.corner.label,
840
+ .ui.purple.corner.label:hover {
841
+ background-color: transparent !important;
842
+ }
843
+
844
+ /* Ribbon */
845
+ .ui.purple.ribbon.label {
846
+ border-color: #82299f !important;
847
+ }
848
+
849
+ /* Basic */
850
+ .ui.basic.purple.label {
851
+ background: none #FFFFFF !important;
852
+ color: #A333C8 !important;
853
+ border-color: #A333C8 !important;
854
+ }
855
+ .ui.basic.purple.labels a.label:hover,
856
+ a.ui.basic.purple.label:hover {
857
+ background-color: #FFFFFF !important;
858
+ color: #9627ba !important;
859
+ border-color: #9627ba !important;
860
+ }
861
+
862
+ /*--- Pink ---*/
863
+
864
+ .ui.pink.labels .label,
865
+ .ui.pink.label {
866
+ background-color: #E03997 !important;
867
+ border-color: #E03997 !important;
868
+ color: #FFFFFF !important;
869
+ }
870
+
871
+ /* Link */
872
+ .ui.pink.labels .label:hover,
873
+ a.ui.pink.label:hover {
874
+ background-color: #e61a8d !important;
875
+ border-color: #e61a8d !important;
876
+ color: #FFFFFF !important;
877
+ }
878
+
879
+ /* Corner */
880
+ .ui.pink.corner.label,
881
+ .ui.pink.corner.label:hover {
882
+ background-color: transparent !important;
883
+ }
884
+
885
+ /* Ribbon */
886
+ .ui.pink.ribbon.label {
887
+ border-color: #c71f7e !important;
888
+ }
889
+
890
+ /* Basic */
891
+ .ui.basic.pink.label {
892
+ background: none #FFFFFF !important;
893
+ color: #E03997 !important;
894
+ border-color: #E03997 !important;
895
+ }
896
+ .ui.basic.pink.labels a.label:hover,
897
+ a.ui.basic.pink.label:hover {
898
+ background-color: #FFFFFF !important;
899
+ color: #e61a8d !important;
900
+ border-color: #e61a8d !important;
901
+ }
902
+
903
+ /*--- Brown ---*/
904
+
905
+ .ui.brown.labels .label,
906
+ .ui.brown.label {
907
+ background-color: #A5673F !important;
908
+ border-color: #A5673F !important;
909
+ color: #FFFFFF !important;
910
+ }
911
+
912
+ /* Link */
913
+ .ui.brown.labels .label:hover,
914
+ a.ui.brown.label:hover {
915
+ background-color: #975b33 !important;
916
+ border-color: #975b33 !important;
917
+ color: #FFFFFF !important;
918
+ }
919
+
920
+ /* Corner */
921
+ .ui.brown.corner.label,
922
+ .ui.brown.corner.label:hover {
923
+ background-color: transparent !important;
924
+ }
925
+
926
+ /* Ribbon */
927
+ .ui.brown.ribbon.label {
928
+ border-color: #805031 !important;
929
+ }
930
+
931
+ /* Basic */
932
+ .ui.basic.brown.label {
933
+ background: none #FFFFFF !important;
934
+ color: #A5673F !important;
935
+ border-color: #A5673F !important;
936
+ }
937
+ .ui.basic.brown.labels a.label:hover,
938
+ a.ui.basic.brown.label:hover {
939
+ background-color: #FFFFFF !important;
940
+ color: #975b33 !important;
941
+ border-color: #975b33 !important;
942
+ }
943
+
944
+ /*--- Grey ---*/
945
+
946
+ .ui.grey.labels .label,
947
+ .ui.grey.label {
948
+ background-color: #767676 !important;
949
+ border-color: #767676 !important;
950
+ color: #FFFFFF !important;
951
+ }
952
+
953
+ /* Link */
954
+ .ui.grey.labels .label:hover,
955
+ a.ui.grey.label:hover {
956
+ background-color: #838383 !important;
957
+ border-color: #838383 !important;
958
+ color: #FFFFFF !important;
959
+ }
960
+
961
+ /* Corner */
962
+ .ui.grey.corner.label,
963
+ .ui.grey.corner.label:hover {
964
+ background-color: transparent !important;
965
+ }
966
+
967
+ /* Ribbon */
968
+ .ui.grey.ribbon.label {
969
+ border-color: #805031 !important;
970
+ }
971
+
972
+ /* Basic */
973
+ .ui.basic.grey.label {
974
+ background: none #FFFFFF !important;
975
+ color: #767676 !important;
976
+ border-color: #767676 !important;
977
+ }
978
+ .ui.basic.grey.labels a.label:hover,
979
+ a.ui.basic.grey.label:hover {
980
+ background-color: #FFFFFF !important;
981
+ color: #838383 !important;
982
+ border-color: #838383 !important;
983
+ }
984
+
985
+ /*--- Black ---*/
986
+
987
+ .ui.black.labels .label,
988
+ .ui.black.label {
989
+ background-color: #1B1C1D !important;
990
+ border-color: #1B1C1D !important;
991
+ color: #FFFFFF !important;
992
+ }
993
+
994
+ /* Link */
995
+ .ui.black.labels .label:hover,
996
+ a.ui.black.label:hover {
997
+ background-color: #27292a !important;
998
+ border-color: #27292a !important;
999
+ color: #FFFFFF !important;
1000
+ }
1001
+
1002
+ /* Corner */
1003
+ .ui.black.corner.label,
1004
+ .ui.black.corner.label:hover {
1005
+ background-color: transparent !important;
1006
+ }
1007
+
1008
+ /* Ribbon */
1009
+ .ui.black.ribbon.label {
1010
+ border-color: #805031 !important;
1011
+ }
1012
+
1013
+ /* Basic */
1014
+ .ui.basic.black.label {
1015
+ background: none #FFFFFF !important;
1016
+ color: #1B1C1D !important;
1017
+ border-color: #1B1C1D !important;
1018
+ }
1019
+ .ui.basic.black.labels a.label:hover,
1020
+ a.ui.basic.black.label:hover {
1021
+ background-color: #FFFFFF !important;
1022
+ color: #27292a !important;
1023
+ border-color: #27292a !important;
1024
+ }
1025
+
1026
+ /*-------------------
1027
+ Basic
1028
+ --------------------*/
1029
+
1030
+ .ui.basic.label {
1031
+ background: none #FFFFFF;
1032
+ border: 1px solid rgb(34 36 38 / 15%);
1033
+ color: rgb(0 0 0 / 87%);
1034
+ box-shadow: none;
1035
+ }
1036
+
1037
+ /* Link */
1038
+ a.ui.basic.label:hover {
1039
+ text-decoration: none;
1040
+ background: none #FFFFFF;
1041
+ color: #1e70bf;
1042
+ box-shadow: 1px solid rgb(34 36 38 / 15%);
1043
+ box-shadow: none;
1044
+ box-shadow: none;
1045
+ }
1046
+
1047
+ /* Pointing */
1048
+ .ui.basic.pointing.label::before {
1049
+ border-color: inherit;
1050
+ }
1051
+
1052
+ /*-------------------
1053
+ Fluid
1054
+ --------------------*/
1055
+
1056
+ .ui.label.fluid,
1057
+ .ui.fluid.labels > .label {
1058
+ width: 100%;
1059
+ box-sizing: border-box;
1060
+ }
1061
+
1062
+ /*-------------------
1063
+ Inverted
1064
+ --------------------*/
1065
+
1066
+ .ui.inverted.labels .label,
1067
+ .ui.inverted.label {
1068
+ color: rgb(255 255 255 / 90%) !important;
1069
+ }
1070
+
1071
+ /*-------------------
1072
+ Horizontal
1073
+ --------------------*/
1074
+
1075
+ .ui.horizontal.labels .label,
1076
+ .ui.horizontal.label {
1077
+ margin: 0em 0.5em 0em 0em;
1078
+ padding: 0.4em 0.833em;
1079
+ min-width: 3em;
1080
+ text-align: center;
1081
+ }
1082
+
1083
+ /*-------------------
1084
+ Circular
1085
+ --------------------*/
1086
+
1087
+ .ui.circular.labels .label,
1088
+ .ui.circular.label {
1089
+ min-width: 2em;
1090
+ min-height: 2em;
1091
+ padding: 0.5em !important;
1092
+ line-height: 1em;
1093
+ text-align: center;
1094
+ border-radius: 500rem;
1095
+ }
1096
+ .ui.empty.circular.labels .label,
1097
+ .ui.empty.circular.label {
1098
+ min-width: 0em;
1099
+ min-height: 0em;
1100
+ overflow: hidden;
1101
+ width: 0.5em;
1102
+ height: 0.5em;
1103
+ vertical-align: baseline;
1104
+ }
1105
+
1106
+ /*-------------------
1107
+ Pointing
1108
+ --------------------*/
1109
+
1110
+ .ui.pointing.label {
1111
+ position: relative;
1112
+ }
1113
+ .ui.attached.pointing.label {
1114
+ position: absolute;
1115
+ }
1116
+ .ui.pointing.label::before {
1117
+ background-color: inherit;
1118
+ background-image: inherit;
1119
+ border-width: none;
1120
+ border-style: solid;
1121
+ border-color: inherit;
1122
+ }
1123
+
1124
+ /* Arrow */
1125
+ .ui.pointing.label::before {
1126
+ position: absolute;
1127
+ content: '';
1128
+ transform: rotate(45deg);
1129
+ background-image: none;
1130
+ z-index: 2;
1131
+ width: 0.6666em;
1132
+ height: 0.6666em;
1133
+ transition: background 0.1s ease;
1134
+ }
1135
+
1136
+ /*--- Above ---*/
1137
+
1138
+ .ui.pointing.label,
1139
+ .ui[class*="pointing above"].label {
1140
+ margin-top: 1em;
1141
+ }
1142
+ .ui.pointing.label::before,
1143
+ .ui[class*="pointing above"].label::before {
1144
+ border-width: 1px 0px 0px 1px;
1145
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1146
+ top: 0%;
1147
+ left: 50%;
1148
+ }
1149
+
1150
+ /*--- Below ---*/
1151
+
1152
+ .ui[class*="bottom pointing"].label,
1153
+ .ui[class*="pointing below"].label {
1154
+ margin-top: 0em;
1155
+ margin-bottom: 1em;
1156
+ }
1157
+ .ui[class*="bottom pointing"].label::before,
1158
+ .ui[class*="pointing below"].label::before {
1159
+ border-width: 0px 1px 1px 0px;
1160
+ right: auto;
1161
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1162
+ top: 100%;
1163
+ left: 50%;
1164
+ }
1165
+
1166
+ /*--- Left ---*/
1167
+
1168
+ .ui[class*="left pointing"].label {
1169
+ margin-top: 0em;
1170
+ margin-left: 0.6666em;
1171
+ }
1172
+ .ui[class*="left pointing"].label::before {
1173
+ border-width: 0px 0px 1px 1px;
1174
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1175
+ inset: 50% auto auto 0em;
1176
+ }
1177
+
1178
+ /*--- Right ---*/
1179
+
1180
+ .ui[class*="right pointing"].label {
1181
+ margin-top: 0em;
1182
+ margin-right: 0.6666em;
1183
+ }
1184
+ .ui[class*="right pointing"].label::before {
1185
+ border-width: 1px 1px 0px 0px;
1186
+ transform: translateX(50%) translateY(-50%) rotate(45deg);
1187
+ inset: 50% 0% auto auto;
1188
+ }
1189
+
1190
+ /* Basic Pointing */
1191
+
1192
+ /*--- Above ---*/
1193
+
1194
+ .ui.basic.pointing.label::before,
1195
+ .ui.basic[class*="pointing above"].label::before {
1196
+ margin-top: -1px;
1197
+ }
1198
+
1199
+ /*--- Below ---*/
1200
+
1201
+ .ui.basic[class*="bottom pointing"].label::before,
1202
+ .ui.basic[class*="pointing below"].label::before {
1203
+ bottom: auto;
1204
+ top: 100%;
1205
+ margin-top: 1px;
1206
+ }
1207
+
1208
+ /*--- Left ---*/
1209
+
1210
+ .ui.basic[class*="left pointing"].label::before {
1211
+ top: 50%;
1212
+ left: -1px;
1213
+ }
1214
+
1215
+ /*--- Right ---*/
1216
+
1217
+ .ui.basic[class*="right pointing"].label::before {
1218
+ top: 50%;
1219
+ right: -1px;
1220
+ }
1221
+
1222
+ /*------------------
1223
+ Floating Label
1224
+ -------------------*/
1225
+
1226
+ .ui.floating.label {
1227
+ position: absolute;
1228
+ z-index: 100;
1229
+ top: -1em;
1230
+ left: 100%;
1231
+ margin: 0em 0em 0em -1.5em !important;
1232
+ }
1233
+
1234
+ /*-------------------
1235
+ Sizes
1236
+ --------------------*/
1237
+
1238
+ .ui.mini.labels .label,
1239
+ .ui.mini.label {
1240
+ font-size: 0.6428rem;
1241
+ }
1242
+ .ui.tiny.labels .label,
1243
+ .ui.tiny.label {
1244
+ font-size: 0.7143rem;
1245
+ }
1246
+ .ui.small.labels .label,
1247
+ .ui.small.label {
1248
+ font-size: 0.7857rem;
1249
+ }
1250
+ .ui.labels .label,
1251
+ .ui.label {
1252
+ font-size: 0.8571rem;
1253
+ }
1254
+ .ui.large.labels .label,
1255
+ .ui.large.label {
1256
+ font-size: 1rem;
1257
+ }
1258
+ .ui.big.labels .label,
1259
+ .ui.big.label {
1260
+ font-size: 1.2857rem;
1261
+ }
1262
+ .ui.huge.labels .label,
1263
+ .ui.huge.label {
1264
+ font-size: 1.4286rem;
1265
+ }
1266
+ .ui.massive.labels .label,
1267
+ .ui.massive.label {
1268
+ font-size: 1.7143rem;
1269
+ }
1270
+
1271
+
1272
+ /*******************************
1273
+ Theme Overrides
1274
+ *******************************/
1275
+
1276
+
1277
+
1278
+ /*******************************
1279
+ Site Overrides
1280
+ *******************************/
1281
+