@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,1108 @@
1
+ /*!
2
+ * # Semantic UI 2.4.1 - Table
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
+ Table
14
+ *******************************/
15
+
16
+
17
+ /* Prototype */
18
+ .ui.table {
19
+ width: 100%;
20
+ background: #FFFFFF;
21
+ margin: 1em 0em;
22
+ border: 1px solid rgb(34 36 38 / 15%);
23
+ box-shadow: none;
24
+ border-radius: 0.2857rem;
25
+ text-align: left;
26
+ color: rgb(0 0 0 / 87%);
27
+ border-collapse: separate;
28
+ border-spacing: 0px;
29
+ }
30
+ .ui.table:first-child {
31
+ margin-top: 0em;
32
+ }
33
+ .ui.table:last-child {
34
+ margin-bottom: 0em;
35
+ }
36
+
37
+
38
+ /*******************************
39
+ Parts
40
+ *******************************/
41
+
42
+
43
+ /* Table Content */
44
+ .ui.table th,
45
+ .ui.table td {
46
+ transition: background 0.1s ease, color 0.1s ease;
47
+ }
48
+
49
+ /* Headers */
50
+ .ui.table thead {
51
+ box-shadow: none;
52
+ }
53
+ .ui.table thead th {
54
+ cursor: auto;
55
+ background: #F9FAFB;
56
+ text-align: inherit;
57
+ color: rgb(0 0 0 / 87%);
58
+ padding: 0.9285em 0.7857em;
59
+ vertical-align: inherit;
60
+ font-style: none;
61
+ font-weight: bold;
62
+ text-transform: none;
63
+ border-bottom: 1px solid rgb(34 36 38 / 10%);
64
+ border-left: none;
65
+ }
66
+ .ui.table thead tr > th:first-child {
67
+ border-left: none;
68
+ }
69
+ .ui.table thead tr:first-child > th:first-child {
70
+ border-radius: 0.2857rem 0em 0em;
71
+ }
72
+ .ui.table thead tr:first-child > th:last-child {
73
+ border-radius: 0em 0.2857rem 0em 0em;
74
+ }
75
+ .ui.table thead tr:first-child > th:only-child {
76
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
77
+ }
78
+
79
+ /* Footer */
80
+ .ui.table tfoot {
81
+ box-shadow: none;
82
+ }
83
+ .ui.table tfoot th {
84
+ cursor: auto;
85
+ border-top: 1px solid rgb(34 36 38 / 15%);
86
+ background: #F9FAFB;
87
+ text-align: inherit;
88
+ color: rgb(0 0 0 / 87%);
89
+ padding: 0.7857em;
90
+ vertical-align: middle;
91
+ font-style: normal;
92
+ font-weight: normal;
93
+ text-transform: none;
94
+ }
95
+ .ui.table tfoot tr > th:first-child {
96
+ border-left: none;
97
+ }
98
+ .ui.table tfoot tr:first-child > th:first-child {
99
+ border-radius: 0em 0em 0em 0.2857rem;
100
+ }
101
+ .ui.table tfoot tr:first-child > th:last-child {
102
+ border-radius: 0em 0em 0.2857rem;
103
+ }
104
+ .ui.table tfoot tr:first-child > th:only-child {
105
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
106
+ }
107
+
108
+ /* Table Row */
109
+ .ui.table tr td {
110
+ border-top: 1px solid rgb(34 36 38 / 10%);
111
+ }
112
+ .ui.table tr:first-child td {
113
+ border-top: none;
114
+ }
115
+
116
+ /* Repeated tbody */
117
+ .ui.table tbody + tbody tr:first-child td {
118
+ border-top: 1px solid rgb(34 36 38 / 10%);
119
+ }
120
+
121
+ /* Table Cells */
122
+ .ui.table td {
123
+ padding: 0.7857em;
124
+ text-align: inherit;
125
+ }
126
+
127
+ /* Icons */
128
+ .ui.table > .icon {
129
+ vertical-align: baseline;
130
+ }
131
+ .ui.table > .icon:only-child {
132
+ margin: 0em;
133
+ }
134
+
135
+ /* Table Segment */
136
+ .ui.table.segment {
137
+ padding: 0em;
138
+ }
139
+ .ui.table.segment::after {
140
+ display: none;
141
+ }
142
+ .ui.table.segment.stacked::after {
143
+ display: block;
144
+ }
145
+
146
+ /* Responsive */
147
+
148
+ @media (width <= 767px) {
149
+ .ui.table:not(.unstackable) {
150
+ width: 100%;
151
+ }
152
+ .ui.table:not(.unstackable) tbody,
153
+ .ui.table:not(.unstackable) tr,
154
+ .ui.table:not(.unstackable) tr > th,
155
+ .ui.table:not(.unstackable) tr > td {
156
+ width: auto !important;
157
+ display: block !important;
158
+ }
159
+ .ui.table:not(.unstackable) {
160
+ padding: 0em;
161
+ }
162
+ .ui.table:not(.unstackable) thead {
163
+ display: block;
164
+ }
165
+ .ui.table:not(.unstackable) tfoot {
166
+ display: block;
167
+ }
168
+ .ui.table:not(.unstackable) tr {
169
+ padding-top: 1em;
170
+ padding-bottom: 1em;
171
+ box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 10%) inset !important;
172
+ }
173
+ .ui.table:not(.unstackable) tr > th,
174
+ .ui.table:not(.unstackable) tr > td {
175
+ background: none;
176
+ border: none !important;
177
+ padding: 0.25em 0.75em !important;
178
+ box-shadow: none !important;
179
+ }
180
+ .ui.table:not(.unstackable) th:first-child,
181
+ .ui.table:not(.unstackable) td:first-child {
182
+ font-weight: bold;
183
+ }
184
+
185
+ /* Definition Table */
186
+ .ui.definition.table:not(.unstackable) thead th:first-child {
187
+ box-shadow: none !important;
188
+ }
189
+ }
190
+
191
+
192
+ /*******************************
193
+ Coupling
194
+ *******************************/
195
+
196
+
197
+ /* UI Image */
198
+ .ui.table th .image,
199
+ .ui.table th .image img,
200
+ .ui.table td .image,
201
+ .ui.table td .image img {
202
+ max-width: none;
203
+ }
204
+
205
+
206
+ /*******************************
207
+ Types
208
+ *******************************/
209
+
210
+
211
+ /*--------------
212
+ Complex
213
+ ---------------*/
214
+
215
+ .ui.structured.table {
216
+ border-collapse: collapse;
217
+ }
218
+ .ui.structured.table thead th {
219
+ border-left: none;
220
+ border-right: none;
221
+ }
222
+ .ui.structured.sortable.table thead th {
223
+ border-left: 1px solid rgb(34 36 38 / 15%);
224
+ border-right: 1px solid rgb(34 36 38 / 15%);
225
+ }
226
+ .ui.structured.basic.table th {
227
+ border-left: none;
228
+ border-right: none;
229
+ }
230
+ .ui.structured.celled.table tr th,
231
+ .ui.structured.celled.table tr td {
232
+ border-left: 1px solid rgb(34 36 38 / 10%);
233
+ border-right: 1px solid rgb(34 36 38 / 10%);
234
+ }
235
+
236
+ /*--------------
237
+ Definition
238
+ ---------------*/
239
+
240
+ .ui.definition.table thead:not(.full-width) th:first-child {
241
+ pointer-events: none;
242
+ background: transparent;
243
+ font-weight: normal;
244
+ color: rgb(0 0 0 / 40%);
245
+ box-shadow: -1px -1px 0px 1px #FFFFFF;
246
+ }
247
+ .ui.definition.table tfoot:not(.full-width) th:first-child {
248
+ pointer-events: none;
249
+ background: transparent;
250
+ font-weight: rgb(0 0 0 / 40%);
251
+ color: normal;
252
+ box-shadow: 1px 1px 0px 1px #FFFFFF;
253
+ }
254
+
255
+ /* Remove Border */
256
+ .ui.celled.definition.table thead:not(.full-width) th:first-child {
257
+ box-shadow: 0px -1px 0px 1px #FFFFFF;
258
+ }
259
+ .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
260
+ box-shadow: 0px 1px 0px 1px #FFFFFF;
261
+ }
262
+
263
+ /* Highlight Defining Column */
264
+ .ui.definition.table tr td:first-child:not(.ignored),
265
+ .ui.definition.table tr td.definition {
266
+ background: rgb(0 0 0 / 3%);
267
+ font-weight: bold;
268
+ color: rgb(0 0 0 / 95%);
269
+ text-transform: '';
270
+ box-shadow: '';
271
+ text-align: '';
272
+ font-size: 1em;
273
+ padding-left: '';
274
+ padding-right: '';
275
+ }
276
+
277
+ /* Fix 2nd Column */
278
+ .ui.definition.table thead:not(.full-width) th:nth-child(2) {
279
+ border-left: 1px solid rgb(34 36 38 / 15%);
280
+ }
281
+ .ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
282
+ border-left: 1px solid rgb(34 36 38 / 15%);
283
+ }
284
+ .ui.definition.table td:nth-child(2) {
285
+ border-left: 1px solid rgb(34 36 38 / 15%);
286
+ }
287
+
288
+
289
+ /*******************************
290
+ States
291
+ *******************************/
292
+
293
+
294
+ /*--------------
295
+ Positive
296
+ ---------------*/
297
+
298
+ .ui.table tr.positive,
299
+ .ui.table td.positive {
300
+ box-shadow: 0px 0px 0px #A3C293 inset;
301
+ }
302
+ .ui.table tr.positive,
303
+ .ui.table td.positive {
304
+ background: #FCFFF5 !important;
305
+ color: #2C662D !important;
306
+ }
307
+
308
+ /*--------------
309
+ Negative
310
+ ---------------*/
311
+
312
+ .ui.table tr.negative,
313
+ .ui.table td.negative {
314
+ box-shadow: 0px 0px 0px #E0B4B4 inset;
315
+ }
316
+ .ui.table tr.negative,
317
+ .ui.table td.negative {
318
+ background: #FFF6F6 !important;
319
+ color: #9F3A38 !important;
320
+ }
321
+
322
+ /*--------------
323
+ Error
324
+ ---------------*/
325
+
326
+ .ui.table tr.error,
327
+ .ui.table td.error {
328
+ box-shadow: 0px 0px 0px #E0B4B4 inset;
329
+ }
330
+ .ui.table tr.error,
331
+ .ui.table td.error {
332
+ background: #FFF6F6 !important;
333
+ color: #9F3A38 !important;
334
+ }
335
+
336
+ /*--------------
337
+ Warning
338
+ ---------------*/
339
+
340
+ .ui.table tr.warning,
341
+ .ui.table td.warning {
342
+ box-shadow: 0px 0px 0px #C9BA9B inset;
343
+ }
344
+ .ui.table tr.warning,
345
+ .ui.table td.warning {
346
+ background: #FFFAF3 !important;
347
+ color: #573A08 !important;
348
+ }
349
+
350
+ /*--------------
351
+ Active
352
+ ---------------*/
353
+
354
+ .ui.table tr.active,
355
+ .ui.table td.active {
356
+ box-shadow: 0px 0px 0px rgb(0 0 0 / 87%) inset;
357
+ }
358
+ .ui.table tr.active,
359
+ .ui.table td.active {
360
+ background: #E0E0E0 !important;
361
+ color: rgb(0 0 0 / 87%) !important;
362
+ }
363
+
364
+ /*--------------
365
+ Disabled
366
+ ---------------*/
367
+
368
+ .ui.table tr.disabled td,
369
+ .ui.table tr td.disabled,
370
+ .ui.table tr.disabled:hover,
371
+ .ui.table tr:hover td.disabled {
372
+ pointer-events: none;
373
+ color: rgb(40 40 40 / 30%);
374
+ }
375
+
376
+
377
+ /*******************************
378
+ Variations
379
+ *******************************/
380
+
381
+
382
+ /*--------------
383
+ Stackable
384
+ ---------------*/
385
+
386
+ @media (width <= 991px) {
387
+ .ui[class*="tablet stackable"].table,
388
+ .ui[class*="tablet stackable"].table tbody,
389
+ .ui[class*="tablet stackable"].table tr,
390
+ .ui[class*="tablet stackable"].table tr > th,
391
+ .ui[class*="tablet stackable"].table tr > td {
392
+ width: 100% !important;
393
+ display: block !important;
394
+ }
395
+ .ui[class*="tablet stackable"].table {
396
+ padding: 0em;
397
+ }
398
+ .ui[class*="tablet stackable"].table thead {
399
+ display: block;
400
+ }
401
+ .ui[class*="tablet stackable"].table tfoot {
402
+ display: block;
403
+ }
404
+ .ui[class*="tablet stackable"].table tr {
405
+ padding-top: 1em;
406
+ padding-bottom: 1em;
407
+ box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 10%) inset !important;
408
+ }
409
+ .ui[class*="tablet stackable"].table tr > th,
410
+ .ui[class*="tablet stackable"].table tr > td {
411
+ background: none;
412
+ border: none !important;
413
+ padding: 0.25em 0.75em;
414
+ box-shadow: none !important;
415
+ }
416
+
417
+ /* Definition Table */
418
+ .ui.definition[class*="tablet stackable"].table thead th:first-child {
419
+ box-shadow: none !important;
420
+ }
421
+ }
422
+
423
+ /*--------------
424
+ Text Alignment
425
+ ---------------*/
426
+
427
+ .ui.table[class*="left aligned"],
428
+ .ui.table [class*="left aligned"] {
429
+ text-align: left;
430
+ }
431
+ .ui.table[class*="center aligned"],
432
+ .ui.table [class*="center aligned"] {
433
+ text-align: center;
434
+ }
435
+ .ui.table[class*="right aligned"],
436
+ .ui.table [class*="right aligned"] {
437
+ text-align: right;
438
+ }
439
+
440
+ /*------------------
441
+ Vertical Alignment
442
+ ------------------*/
443
+
444
+ .ui.table[class*="top aligned"],
445
+ .ui.table [class*="top aligned"] {
446
+ vertical-align: top;
447
+ }
448
+ .ui.table[class*="middle aligned"],
449
+ .ui.table [class*="middle aligned"] {
450
+ vertical-align: middle;
451
+ }
452
+ .ui.table[class*="bottom aligned"],
453
+ .ui.table [class*="bottom aligned"] {
454
+ vertical-align: bottom;
455
+ }
456
+
457
+ /*--------------
458
+ Collapsing
459
+ ---------------*/
460
+
461
+ .ui.table th.collapsing,
462
+ .ui.table td.collapsing {
463
+ width: 1px;
464
+ white-space: nowrap;
465
+ }
466
+
467
+ /*--------------
468
+ Fixed
469
+ ---------------*/
470
+
471
+ .ui.fixed.table {
472
+ table-layout: fixed;
473
+ }
474
+ .ui.fixed.table th,
475
+ .ui.fixed.table td {
476
+ overflow: hidden;
477
+ text-overflow: ellipsis;
478
+ }
479
+
480
+ /*--------------
481
+ Selectable
482
+ ---------------*/
483
+
484
+ .ui.selectable.table tbody tr:hover,
485
+ .ui.table tbody tr td.selectable:hover {
486
+ background: rgb(0 0 0 / 5%) !important;
487
+ color: rgb(0 0 0 / 95%) !important;
488
+ }
489
+ .ui.selectable.inverted.table tbody tr:hover,
490
+ .ui.inverted.table tbody tr td.selectable:hover {
491
+ background: rgb(255 255 255 / 8%) !important;
492
+ color: #ffffff !important;
493
+ }
494
+
495
+ /* Selectable Cell Link */
496
+ .ui.table tbody tr td.selectable {
497
+ padding: 0em;
498
+ }
499
+ .ui.table tbody tr td.selectable > a:not(.ui) {
500
+ display: block;
501
+ color: inherit;
502
+ padding: 0.7857em;
503
+ }
504
+
505
+ /* Other States */
506
+ .ui.selectable.table tr.error:hover,
507
+ .ui.table tr td.selectable.error:hover,
508
+ .ui.selectable.table tr:hover td.error {
509
+ background: #ffe7e7 !important;
510
+ color: #943634 !important;
511
+ }
512
+ .ui.selectable.table tr.warning:hover,
513
+ .ui.table tr td.selectable.warning:hover,
514
+ .ui.selectable.table tr:hover td.warning {
515
+ background: #fff4e4 !important;
516
+ color: #493107 !important;
517
+ }
518
+ .ui.selectable.table tr.active:hover,
519
+ .ui.table tr td.selectable.active:hover,
520
+ .ui.selectable.table tr:hover td.active {
521
+ background: #E0E0E0 !important;
522
+ color: rgb(0 0 0 / 87%) !important;
523
+ }
524
+ .ui.selectable.table tr.positive:hover,
525
+ .ui.table tr td.selectable.positive:hover,
526
+ .ui.selectable.table tr:hover td.positive {
527
+ background: #f7ffe6 !important;
528
+ color: #275b28 !important;
529
+ }
530
+ .ui.selectable.table tr.negative:hover,
531
+ .ui.table tr td.selectable.negative:hover,
532
+ .ui.selectable.table tr:hover td.negative {
533
+ background: #ffe7e7 !important;
534
+ color: #943634 !important;
535
+ }
536
+
537
+ /*-------------------
538
+ Attached
539
+ --------------------*/
540
+
541
+
542
+ /* Middle */
543
+ .ui.attached.table {
544
+ top: 0px;
545
+ bottom: 0px;
546
+ border-radius: 0px;
547
+ margin: 0em -1px;
548
+ width: calc(100% - (-1px * 2));
549
+ max-width: calc(100% - (-1px * 2));
550
+ box-shadow: none;
551
+ border: 1px solid #D4D4D5;
552
+ }
553
+ .ui.attached + .ui.attached.table:not(.top) {
554
+ border-top: none;
555
+ }
556
+
557
+ /* Top */
558
+ .ui[class*="top attached"].table {
559
+ bottom: 0px;
560
+ margin-bottom: 0em;
561
+ top: 0px;
562
+ margin-top: 1em;
563
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
564
+ }
565
+ .ui.table[class*="top attached"]:first-child {
566
+ margin-top: 0em;
567
+ }
568
+
569
+ /* Bottom */
570
+ .ui[class*="bottom attached"].table {
571
+ bottom: 0px;
572
+ margin-top: 0em;
573
+ top: 0px;
574
+ margin-bottom: 1em;
575
+ box-shadow: none, none;
576
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
577
+ }
578
+ .ui[class*="bottom attached"].table:last-child {
579
+ margin-bottom: 0em;
580
+ }
581
+
582
+ /*--------------
583
+ Striped
584
+ ---------------*/
585
+
586
+
587
+ /* Table Striping */
588
+ .ui.striped.table > tr:nth-child(2n),
589
+ .ui.striped.table tbody tr:nth-child(2n) {
590
+ background-color: rgb(0 0 50 / 2%);
591
+ }
592
+
593
+ /* Stripes */
594
+ .ui.inverted.striped.table > tr:nth-child(2n),
595
+ .ui.inverted.striped.table tbody tr:nth-child(2n) {
596
+ background-color: rgb(255 255 255 / 5%);
597
+ }
598
+
599
+ /* Allow striped active hover */
600
+ .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
601
+ background: #EFEFEF !important;
602
+ color: rgb(0 0 0 / 95%) !important;
603
+ }
604
+
605
+ /*--------------
606
+ Single Line
607
+ ---------------*/
608
+
609
+ .ui.table[class*="single line"],
610
+ .ui.table [class*="single line"] {
611
+ white-space: nowrap;
612
+ }
613
+ .ui.table[class*="single line"],
614
+ .ui.table [class*="single line"] {
615
+ white-space: nowrap;
616
+ }
617
+
618
+ /*-------------------
619
+ Colors
620
+ --------------------*/
621
+
622
+
623
+ /* Red */
624
+ .ui.red.table {
625
+ border-top: 0.2em solid #DB2828;
626
+ }
627
+ .ui.inverted.red.table {
628
+ background-color: #DB2828 !important;
629
+ color: #FFFFFF !important;
630
+ }
631
+
632
+ /* Orange */
633
+ .ui.orange.table {
634
+ border-top: 0.2em solid #F2711C;
635
+ }
636
+ .ui.inverted.orange.table {
637
+ background-color: #F2711C !important;
638
+ color: #FFFFFF !important;
639
+ }
640
+
641
+ /* Yellow */
642
+ .ui.yellow.table {
643
+ border-top: 0.2em solid #FBBD08;
644
+ }
645
+ .ui.inverted.yellow.table {
646
+ background-color: #FBBD08 !important;
647
+ color: #FFFFFF !important;
648
+ }
649
+
650
+ /* Olive */
651
+ .ui.olive.table {
652
+ border-top: 0.2em solid #B5CC18;
653
+ }
654
+ .ui.inverted.olive.table {
655
+ background-color: #B5CC18 !important;
656
+ color: #FFFFFF !important;
657
+ }
658
+
659
+ /* Green */
660
+ .ui.green.table {
661
+ border-top: 0.2em solid #21BA45;
662
+ }
663
+ .ui.inverted.green.table {
664
+ background-color: #21BA45 !important;
665
+ color: #FFFFFF !important;
666
+ }
667
+
668
+ /* Teal */
669
+ .ui.teal.table {
670
+ border-top: 0.2em solid #00B5AD;
671
+ }
672
+ .ui.inverted.teal.table {
673
+ background-color: #00B5AD !important;
674
+ color: #FFFFFF !important;
675
+ }
676
+
677
+ /* Blue */
678
+ .ui.blue.table {
679
+ border-top: 0.2em solid #2185D0;
680
+ }
681
+ .ui.inverted.blue.table {
682
+ background-color: #2185D0 !important;
683
+ color: #FFFFFF !important;
684
+ }
685
+
686
+ /* Violet */
687
+ .ui.violet.table {
688
+ border-top: 0.2em solid #6435C9;
689
+ }
690
+ .ui.inverted.violet.table {
691
+ background-color: #6435C9 !important;
692
+ color: #FFFFFF !important;
693
+ }
694
+
695
+ /* Purple */
696
+ .ui.purple.table {
697
+ border-top: 0.2em solid #A333C8;
698
+ }
699
+ .ui.inverted.purple.table {
700
+ background-color: #A333C8 !important;
701
+ color: #FFFFFF !important;
702
+ }
703
+
704
+ /* Pink */
705
+ .ui.pink.table {
706
+ border-top: 0.2em solid #E03997;
707
+ }
708
+ .ui.inverted.pink.table {
709
+ background-color: #E03997 !important;
710
+ color: #FFFFFF !important;
711
+ }
712
+
713
+ /* Brown */
714
+ .ui.brown.table {
715
+ border-top: 0.2em solid #A5673F;
716
+ }
717
+ .ui.inverted.brown.table {
718
+ background-color: #A5673F !important;
719
+ color: #FFFFFF !important;
720
+ }
721
+
722
+ /* Grey */
723
+ .ui.grey.table {
724
+ border-top: 0.2em solid #767676;
725
+ }
726
+ .ui.inverted.grey.table {
727
+ background-color: #767676 !important;
728
+ color: #FFFFFF !important;
729
+ }
730
+
731
+ /* Black */
732
+ .ui.black.table {
733
+ border-top: 0.2em solid #1B1C1D;
734
+ }
735
+ .ui.inverted.black.table {
736
+ background-color: #1B1C1D !important;
737
+ color: #FFFFFF !important;
738
+ }
739
+
740
+ /*--------------
741
+ Column Count
742
+ ---------------*/
743
+
744
+
745
+ /* Grid Based */
746
+ .ui.one.column.table td {
747
+ width: 100%;
748
+ }
749
+ .ui.two.column.table td {
750
+ width: 50%;
751
+ }
752
+ .ui.three.column.table td {
753
+ width: 33.3333%;
754
+ }
755
+ .ui.four.column.table td {
756
+ width: 25%;
757
+ }
758
+ .ui.five.column.table td {
759
+ width: 20%;
760
+ }
761
+ .ui.six.column.table td {
762
+ width: 16.66666667%;
763
+ }
764
+ .ui.seven.column.table td {
765
+ width: 14.28571429%;
766
+ }
767
+ .ui.eight.column.table td {
768
+ width: 12.5%;
769
+ }
770
+ .ui.nine.column.table td {
771
+ width: 11.11111111%;
772
+ }
773
+ .ui.ten.column.table td {
774
+ width: 10%;
775
+ }
776
+ .ui.eleven.column.table td {
777
+ width: 9.09090909%;
778
+ }
779
+ .ui.twelve.column.table td {
780
+ width: 8.33333333%;
781
+ }
782
+ .ui.thirteen.column.table td {
783
+ width: 7.69230769%;
784
+ }
785
+ .ui.fourteen.column.table td {
786
+ width: 7.14285714%;
787
+ }
788
+ .ui.fifteen.column.table td {
789
+ width: 6.66666667%;
790
+ }
791
+ .ui.sixteen.column.table td {
792
+ width: 6.25%;
793
+ }
794
+
795
+ /* Column Width */
796
+ .ui.table th.one.wide,
797
+ .ui.table td.one.wide {
798
+ width: 6.25%;
799
+ }
800
+ .ui.table th.two.wide,
801
+ .ui.table td.two.wide {
802
+ width: 12.5%;
803
+ }
804
+ .ui.table th.three.wide,
805
+ .ui.table td.three.wide {
806
+ width: 18.75%;
807
+ }
808
+ .ui.table th.four.wide,
809
+ .ui.table td.four.wide {
810
+ width: 25%;
811
+ }
812
+ .ui.table th.five.wide,
813
+ .ui.table td.five.wide {
814
+ width: 31.25%;
815
+ }
816
+ .ui.table th.six.wide,
817
+ .ui.table td.six.wide {
818
+ width: 37.5%;
819
+ }
820
+ .ui.table th.seven.wide,
821
+ .ui.table td.seven.wide {
822
+ width: 43.75%;
823
+ }
824
+ .ui.table th.eight.wide,
825
+ .ui.table td.eight.wide {
826
+ width: 50%;
827
+ }
828
+ .ui.table th.nine.wide,
829
+ .ui.table td.nine.wide {
830
+ width: 56.25%;
831
+ }
832
+ .ui.table th.ten.wide,
833
+ .ui.table td.ten.wide {
834
+ width: 62.5%;
835
+ }
836
+ .ui.table th.eleven.wide,
837
+ .ui.table td.eleven.wide {
838
+ width: 68.75%;
839
+ }
840
+ .ui.table th.twelve.wide,
841
+ .ui.table td.twelve.wide {
842
+ width: 75%;
843
+ }
844
+ .ui.table th.thirteen.wide,
845
+ .ui.table td.thirteen.wide {
846
+ width: 81.25%;
847
+ }
848
+ .ui.table th.fourteen.wide,
849
+ .ui.table td.fourteen.wide {
850
+ width: 87.5%;
851
+ }
852
+ .ui.table th.fifteen.wide,
853
+ .ui.table td.fifteen.wide {
854
+ width: 93.75%;
855
+ }
856
+ .ui.table th.sixteen.wide,
857
+ .ui.table td.sixteen.wide {
858
+ width: 100%;
859
+ }
860
+
861
+ /*--------------
862
+ Sortable
863
+ ---------------*/
864
+
865
+ .ui.sortable.table thead th {
866
+ cursor: pointer;
867
+ white-space: nowrap;
868
+ border-left: 1px solid rgb(34 36 38 / 15%);
869
+ color: rgb(0 0 0 / 87%);
870
+ }
871
+ .ui.sortable.table thead th:first-child {
872
+ border-left: none;
873
+ }
874
+ .ui.sortable.table thead th.sorted,
875
+ .ui.sortable.table thead th.sorted:hover {
876
+ user-select: none;
877
+ }
878
+ .ui.sortable.table thead th::after {
879
+ display: none;
880
+ font-style: normal;
881
+ font-weight: normal;
882
+ text-decoration: inherit;
883
+ content: '';
884
+ height: 1em;
885
+ width: auto;
886
+ opacity: 0.8;
887
+ margin: 0em 0em 0em 0.5em;
888
+ font-family: Icons;
889
+ }
890
+ .ui.sortable.table thead th.ascending::after {
891
+ content: '\f0d8';
892
+ }
893
+ .ui.sortable.table thead th.descending::after {
894
+ content: '\f0d7';
895
+ }
896
+
897
+ /* Hover */
898
+ .ui.sortable.table th.disabled:hover {
899
+ cursor: auto;
900
+ color: rgb(40 40 40 / 30%);
901
+ }
902
+ .ui.sortable.table thead th:hover {
903
+ background: rgb(0 0 0 / 5%);
904
+ color: rgb(0 0 0 / 80%);
905
+ }
906
+
907
+ /* Sorted */
908
+ .ui.sortable.table thead th.sorted {
909
+ background: rgb(0 0 0 / 5%);
910
+ color: rgb(0 0 0 / 95%);
911
+ }
912
+ .ui.sortable.table thead th.sorted::after {
913
+ display: inline-block;
914
+ }
915
+
916
+ /* Sorted Hover */
917
+ .ui.sortable.table thead th.sorted:hover {
918
+ background: rgb(0 0 0 / 5%);
919
+ color: rgb(0 0 0 / 95%);
920
+ }
921
+
922
+ /* Inverted */
923
+ .ui.inverted.sortable.table thead th.sorted {
924
+ background: rgb(255 255 255 / 15%) linear-gradient(transparent, rgb(0 0 0 / 5%));
925
+ color: #ffffff;
926
+ }
927
+ .ui.inverted.sortable.table thead th:hover {
928
+ background: rgb(255 255 255 / 8%) linear-gradient(transparent, rgb(0 0 0 / 5%));
929
+ color: #ffffff;
930
+ }
931
+ .ui.inverted.sortable.table thead th {
932
+ border-left-color: transparent;
933
+ border-right-color: transparent;
934
+ }
935
+
936
+ /*--------------
937
+ Inverted
938
+ ---------------*/
939
+
940
+
941
+ /* Text Color */
942
+ .ui.inverted.table {
943
+ background: #333333;
944
+ color: rgb(255 255 255 / 90%);
945
+ border: none;
946
+ }
947
+ .ui.inverted.table th {
948
+ background-color: rgb(0 0 0 / 15%);
949
+ border-color: rgb(255 255 255 / 10%) !important;
950
+ color: rgb(255 255 255 / 90%) !important;
951
+ }
952
+ .ui.inverted.table tr td {
953
+ border-color: rgb(255 255 255 / 10%) !important;
954
+ }
955
+ .ui.inverted.table tr.disabled td,
956
+ .ui.inverted.table tr td.disabled,
957
+ .ui.inverted.table tr.disabled:hover td,
958
+ .ui.inverted.table tr:hover td.disabled {
959
+ pointer-events: none;
960
+ color: rgb(225 225 225 / 30%);
961
+ }
962
+
963
+ /* Definition */
964
+ .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
965
+ .ui.inverted.definition.table thead:not(.full-width) th:first-child {
966
+ background: #FFFFFF;
967
+ }
968
+ .ui.inverted.definition.table tr td:first-child {
969
+ background: rgb(255 255 255 / 2%);
970
+ color: #ffffff;
971
+ }
972
+
973
+ /*--------------
974
+ Collapsing
975
+ ---------------*/
976
+
977
+ .ui.collapsing.table {
978
+ width: auto;
979
+ }
980
+
981
+ /*--------------
982
+ Basic
983
+ ---------------*/
984
+
985
+ .ui.basic.table {
986
+ background: transparent;
987
+ border: 1px solid rgb(34 36 38 / 15%);
988
+ box-shadow: none;
989
+ }
990
+ .ui.basic.table thead,
991
+ .ui.basic.table tfoot {
992
+ box-shadow: none;
993
+ }
994
+ .ui.basic.table th {
995
+ background: transparent;
996
+ border-left: none;
997
+ }
998
+ .ui.basic.table tbody tr {
999
+ border-bottom: 1px solid rgb(0 0 0 / 10%);
1000
+ }
1001
+ .ui.basic.table td {
1002
+ background: transparent;
1003
+ }
1004
+ .ui.basic.striped.table tbody tr:nth-child(2n) {
1005
+ background-color: rgb(0 0 0 / 5%) !important;
1006
+ }
1007
+
1008
+ /* Very Basic */
1009
+ .ui[class*="very basic"].table {
1010
+ border: none;
1011
+ }
1012
+ .ui[class*="very basic"].table:not(.sortable, .striped) th,
1013
+ .ui[class*="very basic"].table:not(.sortable, .striped) td {
1014
+ padding: '';
1015
+ }
1016
+ .ui[class*="very basic"].table:not(.sortable, .striped) th:first-child,
1017
+ .ui[class*="very basic"].table:not(.sortable, .striped) td:first-child {
1018
+ padding-left: 0em;
1019
+ }
1020
+ .ui[class*="very basic"].table:not(.sortable, .striped) th:last-child,
1021
+ .ui[class*="very basic"].table:not(.sortable, .striped) td:last-child {
1022
+ padding-right: 0em;
1023
+ }
1024
+ .ui[class*="very basic"].table:not(.sortable, .striped) thead tr:first-child th {
1025
+ padding-top: 0em;
1026
+ }
1027
+
1028
+ /*--------------
1029
+ Celled
1030
+ ---------------*/
1031
+
1032
+ .ui.celled.table tr th,
1033
+ .ui.celled.table tr td {
1034
+ border-left: 1px solid rgb(34 36 38 / 10%);
1035
+ }
1036
+ .ui.celled.table tr th:first-child,
1037
+ .ui.celled.table tr td:first-child {
1038
+ border-left: none;
1039
+ }
1040
+
1041
+ /*--------------
1042
+ Padded
1043
+ ---------------*/
1044
+
1045
+ .ui.padded.table th {
1046
+ padding-left: 1em;
1047
+ padding-right: 1em;
1048
+ }
1049
+ .ui.padded.table th,
1050
+ .ui.padded.table td {
1051
+ padding: 1em;
1052
+ }
1053
+
1054
+ /* Very */
1055
+ .ui[class*="very padded"].table th {
1056
+ padding-left: 1.5em;
1057
+ padding-right: 1.5em;
1058
+ }
1059
+ .ui[class*="very padded"].table td {
1060
+ padding: 1.5em;
1061
+ }
1062
+
1063
+ /*--------------
1064
+ Compact
1065
+ ---------------*/
1066
+
1067
+ .ui.compact.table th {
1068
+ padding-left: 0.7em;
1069
+ padding-right: 0.7em;
1070
+ }
1071
+ .ui.compact.table td {
1072
+ padding: 0.5em 0.7em;
1073
+ }
1074
+
1075
+ /* Very */
1076
+ .ui[class*="very compact"].table th {
1077
+ padding-left: 0.6em;
1078
+ padding-right: 0.6em;
1079
+ }
1080
+ .ui[class*="very compact"].table td {
1081
+ padding: 0.4em 0.6em;
1082
+ }
1083
+
1084
+ /*--------------
1085
+ Sizes
1086
+ ---------------*/
1087
+
1088
+
1089
+ /* Small */
1090
+ .ui.small.table {
1091
+ font-size: 0.9em;
1092
+ }
1093
+
1094
+ /* Standard */
1095
+ .ui.table {
1096
+ font-size: 1em;
1097
+ }
1098
+
1099
+ /* Large */
1100
+ .ui.large.table {
1101
+ font-size: 1.1em;
1102
+ }
1103
+
1104
+
1105
+ /*******************************
1106
+ Site Overrides
1107
+ *******************************/
1108
+