fomantic-ui 2.9.1-beta.19 → 2.9.1-beta.20
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/.eslintrc.js +1 -0
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -96
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -8
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +4 -5
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +109 -152
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +39 -56
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +42 -53
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +45 -58
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +61 -90
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +33 -40
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +19 -25
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +49 -59
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +41 -58
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +62 -83
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +41 -58
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +29 -41
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +87 -117
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +4 -3
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1719 -1719
- package/dist/semantic.js +26 -26
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +1 -1
- package/package.json +8 -4
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1622
- package/src/definitions/elements/button.less +1723 -1737
- package/src/definitions/elements/container.less +209 -210
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +511 -512
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +661 -667
- package/src/definitions/elements/label.less +800 -799
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -747
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.less +91 -92
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.less +1577 -1591
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.less +443 -452
- package/src/definitions/modules/modal.less +459 -462
- package/src/definitions/modules/nag.less +134 -137
- package/src/definitions/modules/popup.less +738 -739
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.less +375 -383
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.less +464 -474
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.less +55 -56
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +269 -280
- package/src/theme.less +29 -32
- package/src/themes/default/globals/colors.less +589 -589
package/dist/components/grid.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Grid
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -29,10 +29,9 @@
|
|
29
29
|
padding: 0;
|
30
30
|
}
|
31
31
|
|
32
|
-
|
32
|
+
/* ----------------------
|
33
33
|
Remove Gutters
|
34
|
-
|
35
|
-
|
34
|
+
----------------------- */
|
36
35
|
.ui.grid {
|
37
36
|
margin-top: -1rem;
|
38
37
|
margin-bottom: -1rem;
|
@@ -53,10 +52,9 @@
|
|
53
52
|
margin-top: 1rem;
|
54
53
|
}
|
55
54
|
|
56
|
-
|
55
|
+
/* -------------------
|
57
56
|
Columns
|
58
|
-
|
59
|
-
|
57
|
+
-------------------- */
|
60
58
|
|
61
59
|
/* Standard 16 column */
|
62
60
|
.ui.grid > .column:not(.row),
|
@@ -73,10 +71,9 @@
|
|
73
71
|
padding-right: 1rem;
|
74
72
|
}
|
75
73
|
|
76
|
-
|
74
|
+
/* -------------------
|
77
75
|
Rows
|
78
|
-
|
79
|
-
|
76
|
+
-------------------- */
|
80
77
|
.ui.grid > .row {
|
81
78
|
position: relative;
|
82
79
|
display: -webkit-box;
|
@@ -100,10 +97,9 @@
|
|
100
97
|
padding-bottom: 1rem;
|
101
98
|
}
|
102
99
|
|
103
|
-
|
100
|
+
/* -------------------
|
104
101
|
Columns
|
105
|
-
|
106
|
-
|
102
|
+
-------------------- */
|
107
103
|
|
108
104
|
/* Vertical padding when no rows */
|
109
105
|
.ui.grid > .column:not(.row) {
|
@@ -115,19 +111,17 @@
|
|
115
111
|
margin-bottom: 0;
|
116
112
|
}
|
117
113
|
|
118
|
-
|
114
|
+
/* -------------------
|
119
115
|
Content
|
120
|
-
|
121
|
-
|
116
|
+
-------------------- */
|
122
117
|
.ui.grid > .row > img,
|
123
118
|
.ui.grid > .row > .column > img {
|
124
119
|
max-width: 100%;
|
125
120
|
}
|
126
121
|
|
127
|
-
|
122
|
+
/* -------------------
|
128
123
|
Loose Coupling
|
129
|
-
|
130
|
-
|
124
|
+
-------------------- */
|
131
125
|
|
132
126
|
/* Collapse Margin on Consecutive Grid */
|
133
127
|
.ui.grid > .ui.grid:first-child {
|
@@ -167,10 +161,9 @@
|
|
167
161
|
*******************************/
|
168
162
|
|
169
163
|
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
164
|
+
/* -----------------------
|
165
|
+
Page Grid
|
166
|
+
------------------------- */
|
174
167
|
@media only screen and (max-width: 767.98px) {
|
175
168
|
.ui.page.grid {
|
176
169
|
width: auto;
|
@@ -217,10 +210,9 @@
|
|
217
210
|
}
|
218
211
|
}
|
219
212
|
|
220
|
-
|
213
|
+
/* -------------------
|
221
214
|
Column Count
|
222
|
-
|
223
|
-
|
215
|
+
-------------------- */
|
224
216
|
|
225
217
|
/* Assume full width with one column */
|
226
218
|
.ui.grid > .column:only-child,
|
@@ -350,10 +342,9 @@
|
|
350
342
|
box-shadow: none;
|
351
343
|
}
|
352
344
|
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
345
|
+
/* -------------------
|
346
|
+
Column Width
|
347
|
+
-------------------- */
|
357
348
|
|
358
349
|
/* Sizing Combinations */
|
359
350
|
.ui.grid > .row > [class*="one wide"].column,
|
@@ -453,10 +444,9 @@
|
|
453
444
|
width: 100% !important;
|
454
445
|
}
|
455
446
|
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
447
|
+
/* ----------------------
|
448
|
+
Width per Device
|
449
|
+
----------------------- */
|
460
450
|
|
461
451
|
/* Mobile Sizing Combinations */
|
462
452
|
@media only screen and (min-width: 320px) and (max-width: 767.98px) {
|
@@ -958,10 +948,9 @@
|
|
958
948
|
}
|
959
949
|
}
|
960
950
|
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
951
|
+
/* ----------------------
|
952
|
+
Centered
|
953
|
+
----------------------- */
|
965
954
|
.ui.centered.grid,
|
966
955
|
.ui.centered.grid > .row,
|
967
956
|
.ui.grid > .centered.row {
|
@@ -982,10 +971,9 @@
|
|
982
971
|
margin-right: auto;
|
983
972
|
}
|
984
973
|
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
974
|
+
/* ----------------------
|
975
|
+
Relaxed
|
976
|
+
----------------------- */
|
989
977
|
.ui.relaxed.grid > .column:not(.row),
|
990
978
|
.ui.relaxed.grid > .row > .column,
|
991
979
|
.ui.grid > .relaxed.row > .column {
|
@@ -1011,10 +999,9 @@
|
|
1011
999
|
margin-right: 2.5rem;
|
1012
1000
|
}
|
1013
1001
|
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1002
|
+
/* ----------------------
|
1003
|
+
Padded
|
1004
|
+
----------------------- */
|
1018
1005
|
.ui.padded.grid:not(.vertically):not(.horizontally) {
|
1019
1006
|
margin: 0 !important;
|
1020
1007
|
}
|
@@ -1027,10 +1014,9 @@
|
|
1027
1014
|
margin-bottom: 0 !important;
|
1028
1015
|
}
|
1029
1016
|
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1017
|
+
/* ----------------------
|
1018
|
+
"Floated"
|
1019
|
+
----------------------- */
|
1034
1020
|
.ui.grid [class*="left floated"].column {
|
1035
1021
|
margin-right: auto;
|
1036
1022
|
}
|
@@ -1038,10 +1024,9 @@
|
|
1038
1024
|
margin-left: auto;
|
1039
1025
|
}
|
1040
1026
|
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1027
|
+
/* ----------------------
|
1028
|
+
Divided
|
1029
|
+
----------------------- */
|
1045
1030
|
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
|
1046
1031
|
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
|
1047
1032
|
-webkit-box-shadow: -1px 0 0 0 rgba(34, 36, 38, 0.15);
|
@@ -1139,10 +1124,9 @@
|
|
1139
1124
|
width: calc(100% - 5rem);
|
1140
1125
|
}
|
1141
1126
|
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1127
|
+
/* ----------------------
|
1128
|
+
Celled
|
1129
|
+
----------------------- */
|
1146
1130
|
.ui.celled.grid {
|
1147
1131
|
width: 100%;
|
1148
1132
|
margin: 1em 0;
|
@@ -1194,10 +1178,9 @@
|
|
1194
1178
|
box-shadow: none;
|
1195
1179
|
}
|
1196
1180
|
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1181
|
+
/* ----------------------
|
1182
|
+
Vertically Aligned
|
1183
|
+
----------------------- */
|
1201
1184
|
|
1202
1185
|
/* Top Aligned */
|
1203
1186
|
.ui[class*="top aligned"].grid > .column:not(.row),
|
@@ -1270,10 +1253,9 @@
|
|
1270
1253
|
flex-grow: 1;
|
1271
1254
|
}
|
1272
1255
|
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1256
|
+
/* ----------------------
|
1257
|
+
Horizontally Centered
|
1258
|
+
----------------------- */
|
1277
1259
|
|
1278
1260
|
/* Left Aligned */
|
1279
1261
|
.ui[class*="left aligned"].grid > .column,
|
@@ -1325,10 +1307,9 @@
|
|
1325
1307
|
hyphens: auto;
|
1326
1308
|
}
|
1327
1309
|
|
1328
|
-
|
1310
|
+
/* ----------------------
|
1329
1311
|
Colored
|
1330
|
-
|
1331
|
-
|
1312
|
+
----------------------- */
|
1332
1313
|
.ui.grid > .primary.row,
|
1333
1314
|
.ui.grid > .primary.column,
|
1334
1315
|
.ui.grid > .row > .primary.column {
|
@@ -1420,10 +1401,9 @@
|
|
1420
1401
|
color: #FFFFFF;
|
1421
1402
|
}
|
1422
1403
|
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1404
|
+
/* ----------------------
|
1405
|
+
Equal Width
|
1406
|
+
----------------------- */
|
1427
1407
|
.ui[class*="equal width"].grid > .column:not(.row),
|
1428
1408
|
.ui[class*="equal width"].grid > .row > .column,
|
1429
1409
|
.ui.grid > [class*="equal width"].row > .column {
|
@@ -1440,10 +1420,9 @@
|
|
1440
1420
|
flex-grow: 0;
|
1441
1421
|
}
|
1442
1422
|
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1423
|
+
/* ----------------------
|
1424
|
+
Reverse
|
1425
|
+
----------------------- */
|
1447
1426
|
|
1448
1427
|
/* Mobile */
|
1449
1428
|
@media only screen and (max-width: 767.98px) {
|
@@ -1596,10 +1575,9 @@
|
|
1596
1575
|
}
|
1597
1576
|
}
|
1598
1577
|
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1578
|
+
/* -------------------
|
1579
|
+
Doubling
|
1580
|
+
-------------------- */
|
1603
1581
|
|
1604
1582
|
/* Tablet Only */
|
1605
1583
|
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
|
@@ -1792,10 +1770,9 @@
|
|
1792
1770
|
}
|
1793
1771
|
}
|
1794
1772
|
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1773
|
+
/* -------------------
|
1774
|
+
Stackable
|
1775
|
+
-------------------- */
|
1799
1776
|
@media only screen and (max-width: 767.98px) {
|
1800
1777
|
.ui.ui.ui.ui.stackable.grid {
|
1801
1778
|
width: auto;
|
@@ -1868,10 +1845,9 @@
|
|
1868
1845
|
}
|
1869
1846
|
}
|
1870
1847
|
|
1871
|
-
|
1848
|
+
/* ----------------------
|
1872
1849
|
Only (Device)
|
1873
|
-
|
1874
|
-
|
1850
|
+
----------------------- */
|
1875
1851
|
|
1876
1852
|
/* These include arbitrary class repetitions for forced specificity */
|
1877
1853
|
|
@@ -1997,10 +1973,9 @@
|
|
1997
1973
|
}
|
1998
1974
|
}
|
1999
1975
|
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
|
1976
|
+
/* -----------------
|
1977
|
+
Compact
|
1978
|
+
----------------- */
|
2004
1979
|
.ui.ui.ui.compact.grid {
|
2005
1980
|
margin: -0.5rem;
|
2006
1981
|
}
|
@@ -2038,10 +2013,9 @@
|
|
2038
2013
|
padding: 1em;
|
2039
2014
|
}
|
2040
2015
|
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
2016
|
+
/* -----------------
|
2017
|
+
Very compact
|
2018
|
+
----------------- */
|
2045
2019
|
.ui.ui.ui[class*="very compact"].grid {
|
2046
2020
|
margin: -0.25rem;
|
2047
2021
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Header
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -32,10 +32,9 @@
|
|
32
32
|
margin-bottom: 0;
|
33
33
|
}
|
34
34
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
35
|
+
/* --------------
|
36
|
+
Sub Header
|
37
|
+
--------------- */
|
39
38
|
.ui.header .sub.header {
|
40
39
|
display: block;
|
41
40
|
font-weight: normal;
|
@@ -46,10 +45,9 @@
|
|
46
45
|
color: rgba(0, 0, 0, 0.6);
|
47
46
|
}
|
48
47
|
|
49
|
-
|
48
|
+
/* --------------
|
50
49
|
Icon
|
51
|
-
|
52
|
-
|
50
|
+
--------------- */
|
53
51
|
.ui.header > .icons,
|
54
52
|
.ui.header > i.icon {
|
55
53
|
display: table-cell;
|
@@ -67,10 +65,9 @@
|
|
67
65
|
margin-right: 0.75rem;
|
68
66
|
}
|
69
67
|
|
70
|
-
|
68
|
+
/* -------------------
|
71
69
|
Image
|
72
|
-
|
73
|
-
|
70
|
+
-------------------- */
|
74
71
|
.ui.header > .image:not(.icon),
|
75
72
|
.ui.header > img {
|
76
73
|
display: inline-block;
|
@@ -84,10 +81,9 @@
|
|
84
81
|
margin-right: 0.75rem;
|
85
82
|
}
|
86
83
|
|
87
|
-
|
84
|
+
/* --------------
|
88
85
|
Content
|
89
|
-
|
90
|
-
|
86
|
+
--------------- */
|
91
87
|
.ui.header .content {
|
92
88
|
display: inline-block;
|
93
89
|
vertical-align: top;
|
@@ -108,10 +104,9 @@
|
|
108
104
|
vertical-align: middle;
|
109
105
|
}
|
110
106
|
|
111
|
-
|
107
|
+
/* --------------
|
112
108
|
Loose Coupling
|
113
|
-
|
114
|
-
|
109
|
+
--------------- */
|
115
110
|
.ui.header .ui.label {
|
116
111
|
font-size: '';
|
117
112
|
margin-left: 0.5rem;
|
@@ -129,10 +124,9 @@
|
|
129
124
|
*******************************/
|
130
125
|
|
131
126
|
|
132
|
-
|
127
|
+
/* --------------
|
133
128
|
Page
|
134
|
-
|
135
|
-
|
129
|
+
--------------- */
|
136
130
|
h1.ui.header {
|
137
131
|
font-size: 2rem;
|
138
132
|
}
|
@@ -170,10 +164,9 @@ h6.ui.header .sub.header {
|
|
170
164
|
font-size: 0.92857143rem;
|
171
165
|
}
|
172
166
|
|
173
|
-
|
167
|
+
/* --------------
|
174
168
|
Content Heading
|
175
|
-
|
176
|
-
|
169
|
+
--------------- */
|
177
170
|
.ui.mini.header {
|
178
171
|
font-size: 0.85714286em;
|
179
172
|
}
|
@@ -240,10 +233,9 @@ h6.ui.header .sub.header {
|
|
240
233
|
font-size: 1.14285714em;
|
241
234
|
}
|
242
235
|
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
236
|
+
/* --------------
|
237
|
+
Sub Heading
|
238
|
+
--------------- */
|
247
239
|
.ui.sub.header {
|
248
240
|
padding: 0;
|
249
241
|
margin-bottom: 0.14285714rem;
|
@@ -253,10 +245,9 @@ h6.ui.header .sub.header {
|
|
253
245
|
color: '';
|
254
246
|
}
|
255
247
|
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
248
|
+
/* -------------------
|
249
|
+
Icon
|
250
|
+
-------------------- */
|
260
251
|
.ui.icon.header {
|
261
252
|
display: inline-block;
|
262
253
|
text-align: center;
|
@@ -324,10 +315,9 @@ h6.ui.header .sub.header {
|
|
324
315
|
*******************************/
|
325
316
|
|
326
317
|
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
318
|
+
/* -------------------
|
319
|
+
Inverted
|
320
|
+
-------------------- */
|
331
321
|
.ui.inverted.header {
|
332
322
|
color: #FFFFFF;
|
333
323
|
}
|
@@ -349,10 +339,9 @@ h6.ui.header .sub.header {
|
|
349
339
|
border-bottom: none;
|
350
340
|
}
|
351
341
|
|
352
|
-
|
342
|
+
/* -------------------
|
353
343
|
Colors
|
354
|
-
|
355
|
-
|
344
|
+
-------------------- */
|
356
345
|
.ui.primary.header {
|
357
346
|
color: #2185D0;
|
358
347
|
}
|
@@ -624,10 +613,9 @@ a.ui.inverted.black.header.header.header:hover {
|
|
624
613
|
border-bottom: 2px solid #545454;
|
625
614
|
}
|
626
615
|
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
616
|
+
/* -------------------
|
617
|
+
Aligned
|
618
|
+
-------------------- */
|
631
619
|
.ui.left.aligned.header {
|
632
620
|
text-align: left;
|
633
621
|
}
|
@@ -647,10 +635,9 @@ a.ui.inverted.black.header.header.header:hover {
|
|
647
635
|
width: 100%;
|
648
636
|
}
|
649
637
|
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
638
|
+
/* -------------------
|
639
|
+
Floated
|
640
|
+
-------------------- */
|
654
641
|
.ui.floated.header,
|
655
642
|
.ui[class*="left floated"].header {
|
656
643
|
float: left;
|
@@ -663,18 +650,16 @@ a.ui.inverted.black.header.header.header:hover {
|
|
663
650
|
margin-left: 0.5em;
|
664
651
|
}
|
665
652
|
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
653
|
+
/* -------------------
|
654
|
+
Fitted
|
655
|
+
-------------------- */
|
670
656
|
.ui.fitted.header {
|
671
657
|
padding: 0;
|
672
658
|
}
|
673
659
|
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
660
|
+
/* -------------------
|
661
|
+
Dividing
|
662
|
+
-------------------- */
|
678
663
|
.ui.dividing.header {
|
679
664
|
padding-bottom: 0.21428571rem;
|
680
665
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
@@ -689,10 +674,9 @@ a.ui.inverted.black.header.header.header:hover {
|
|
689
674
|
border-bottom-color: rgba(255, 255, 255, 0.1);
|
690
675
|
}
|
691
676
|
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
677
|
+
/* -------------------
|
678
|
+
Block
|
679
|
+
-------------------- */
|
696
680
|
.ui.block.header {
|
697
681
|
background: #F3F4F5;
|
698
682
|
padding: 0.78571429rem 1rem;
|
@@ -726,10 +710,9 @@ a.ui.inverted.black.header.header.header:hover {
|
|
726
710
|
font-size: 1.71428571rem;
|
727
711
|
}
|
728
712
|
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
713
|
+
/* -------------------
|
714
|
+
Attached
|
715
|
+
-------------------- */
|
733
716
|
.ui.attached.header {
|
734
717
|
background: #FFFFFF;
|
735
718
|
padding: 0.78571429rem 1rem;
|
@@ -778,10 +761,9 @@ a.ui.inverted.black.header.header.header:hover {
|
|
778
761
|
font-size: 1.71428571em;
|
779
762
|
}
|
780
763
|
|
781
|
-
|
764
|
+
/* -------------------
|
782
765
|
Sizing
|
783
|
-
|
784
|
-
|
766
|
+
-------------------- */
|
785
767
|
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
|
786
768
|
font-size: 1.28571429em;
|
787
769
|
}
|