@ntlab/ntjs-assets 2.0.2 → 2.0.3
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/assets/js/bootstrap-icons/bootstrap-icons.svg +1 -1
- package/assets/js/bootstrap-icons/folder-plus.svg +2 -2
- package/assets/js/bootstrap-icons/font/bootstrap-icons.css +1981 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.json +1955 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.scss +1993 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/assets/js/bootstrap-icons/postcard-heart-fill.svg +1 -1
- package/assets/js/bootstrap-icons/trash.svg +2 -2
- package/assets/js/jquery/jquery.js +840 -1045
- package/assets/js/jquery/jquery.min.js +2 -2
- package/assets/js/jquery/jquery.min.map +1 -1
- package/assets/js/jquery/jquery.slim.js +834 -1039
- package/assets/js/jquery/jquery.slim.min.js +2 -2
- package/assets/js/jquery/jquery.slim.min.map +1 -1
- package/assets/js/popper.js/cjs/enums.js +1 -1
- package/assets/js/popper.js/cjs/popper-base.js +12 -170
- package/assets/js/popper.js/cjs/popper-base.js.map +1 -1
- package/assets/js/popper.js/cjs/popper-lite.js +14 -184
- package/assets/js/popper.js/cjs/popper-lite.js.map +1 -1
- package/assets/js/popper.js/cjs/popper.js +14 -197
- package/assets/js/popper.js/cjs/popper.js.map +1 -1
- package/assets/js/popper.js/esm/createPopper.js +6 -66
- package/assets/js/popper.js/esm/modifiers/arrow.js +1 -12
- package/assets/js/popper.js/esm/modifiers/computeStyles.js +2 -14
- package/assets/js/popper.js/esm/utils/computeAutoPlacement.js +0 -4
- package/assets/js/popper.js/esm/utils/userAgent.js +1 -1
- package/assets/js/popper.js/umd/enums.js +1 -1
- package/assets/js/popper.js/umd/enums.min.js +1 -1
- package/assets/js/popper.js/umd/popper-base.js +12 -170
- package/assets/js/popper.js/umd/popper-base.js.map +1 -1
- package/assets/js/popper.js/umd/popper-base.min.js +2 -2
- package/assets/js/popper.js/umd/popper-base.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.js +14 -184
- package/assets/js/popper.js/umd/popper-lite.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.min.js +2 -2
- package/assets/js/popper.js/umd/popper-lite.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper.js +14 -197
- package/assets/js/popper.js/umd/popper.js.map +1 -1
- package/assets/js/popper.js/umd/popper.min.js +2 -2
- package/assets/js/popper.js/umd/popper.min.js.map +1 -1
- package/assets/js/semantic-ui/components/accordion.css +196 -74
- package/assets/js/semantic-ui/components/accordion.js +570 -591
- package/assets/js/semantic-ui/components/accordion.min.css +4 -4
- package/assets/js/semantic-ui/components/accordion.min.js +6 -6
- package/assets/js/semantic-ui/components/ad.css +40 -51
- package/assets/js/semantic-ui/components/ad.min.css +4 -4
- package/assets/js/semantic-ui/components/api.js +1154 -1117
- package/assets/js/semantic-ui/components/api.min.js +6 -6
- package/assets/js/semantic-ui/components/breadcrumb.css +7 -7
- package/assets/js/semantic-ui/components/breadcrumb.min.css +4 -4
- package/assets/js/semantic-ui/components/button.css +895 -1227
- package/assets/js/semantic-ui/components/button.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.css +60 -33
- package/assets/js/semantic-ui/components/calendar.js +1952 -1575
- package/assets/js/semantic-ui/components/calendar.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.min.js +6 -6
- package/assets/js/semantic-ui/components/card.css +1004 -441
- package/assets/js/semantic-ui/components/card.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.css +275 -303
- package/assets/js/semantic-ui/components/checkbox.js +863 -855
- package/assets/js/semantic-ui/components/checkbox.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.min.js +6 -6
- package/assets/js/semantic-ui/components/comment.css +45 -63
- package/assets/js/semantic-ui/components/comment.min.css +4 -4
- package/assets/js/semantic-ui/components/container.css +98 -4
- package/assets/js/semantic-ui/components/container.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.css +95 -196
- package/assets/js/semantic-ui/components/dimmer.js +698 -717
- package/assets/js/semantic-ui/components/dimmer.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.min.js +6 -6
- package/assets/js/semantic-ui/components/divider.css +75 -93
- package/assets/js/semantic-ui/components/divider.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.css +490 -413
- package/assets/js/semantic-ui/components/dropdown.js +4203 -4068
- package/assets/js/semantic-ui/components/dropdown.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.min.js +6 -6
- package/assets/js/semantic-ui/components/embed.css +27 -38
- package/assets/js/semantic-ui/components/embed.js +647 -673
- package/assets/js/semantic-ui/components/embed.min.css +4 -4
- package/assets/js/semantic-ui/components/embed.min.js +6 -6
- package/assets/js/semantic-ui/components/emoji.css +11156 -9192
- package/assets/js/semantic-ui/components/emoji.min.css +3 -3
- package/assets/js/semantic-ui/components/feed.css +56 -78
- package/assets/js/semantic-ui/components/feed.min.css +4 -4
- package/assets/js/semantic-ui/components/flag.css +1037 -929
- package/assets/js/semantic-ui/components/flag.min.css +4 -4
- package/assets/js/semantic-ui/components/flyout.css +552 -0
- package/assets/js/semantic-ui/components/flyout.js +1567 -0
- package/assets/js/semantic-ui/components/flyout.min.css +9 -0
- package/assets/js/semantic-ui/components/flyout.min.js +11 -0
- package/assets/js/semantic-ui/components/form.css +536 -530
- package/assets/js/semantic-ui/components/form.js +2037 -1945
- package/assets/js/semantic-ui/components/form.min.css +4 -4
- package/assets/js/semantic-ui/components/form.min.js +6 -6
- package/assets/js/semantic-ui/components/grid.css +218 -345
- package/assets/js/semantic-ui/components/grid.min.css +4 -4
- package/assets/js/semantic-ui/components/header.css +137 -154
- package/assets/js/semantic-ui/components/header.min.css +4 -4
- package/assets/js/semantic-ui/components/icon.css +3000 -2750
- package/assets/js/semantic-ui/components/icon.min.css +4 -4
- package/assets/js/semantic-ui/components/image.css +54 -49
- package/assets/js/semantic-ui/components/image.min.css +4 -4
- package/assets/js/semantic-ui/components/input.css +1081 -227
- package/assets/js/semantic-ui/components/input.min.css +4 -4
- package/assets/js/semantic-ui/components/item.css +91 -138
- package/assets/js/semantic-ui/components/item.min.css +4 -4
- package/assets/js/semantic-ui/components/label.css +470 -481
- package/assets/js/semantic-ui/components/label.min.css +4 -4
- package/assets/js/semantic-ui/components/list.css +93 -114
- package/assets/js/semantic-ui/components/list.min.css +4 -4
- package/assets/js/semantic-ui/components/loader.css +452 -536
- package/assets/js/semantic-ui/components/loader.min.css +4 -4
- package/assets/js/semantic-ui/components/menu.css +408 -510
- package/assets/js/semantic-ui/components/menu.min.css +9 -1
- package/assets/js/semantic-ui/components/message.css +188 -213
- package/assets/js/semantic-ui/components/message.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.css +174 -166
- package/assets/js/semantic-ui/components/modal.js +1558 -1146
- package/assets/js/semantic-ui/components/modal.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.min.js +6 -6
- package/assets/js/semantic-ui/components/nag.css +183 -41
- package/assets/js/semantic-ui/components/nag.js +527 -467
- package/assets/js/semantic-ui/components/nag.min.css +4 -4
- package/assets/js/semantic-ui/components/nag.min.js +6 -6
- package/assets/js/semantic-ui/components/placeholder.css +62 -76
- package/assets/js/semantic-ui/components/placeholder.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.css +681 -312
- package/assets/js/semantic-ui/components/popup.js +1470 -1463
- package/assets/js/semantic-ui/components/popup.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.min.js +6 -6
- package/assets/js/semantic-ui/components/progress.css +149 -217
- package/assets/js/semantic-ui/components/progress.js +945 -1002
- package/assets/js/semantic-ui/components/progress.min.css +4 -4
- package/assets/js/semantic-ui/components/progress.min.js +6 -6
- package/assets/js/semantic-ui/components/rail.css +17 -22
- package/assets/js/semantic-ui/components/rail.min.css +3 -3
- package/assets/js/semantic-ui/components/rating.css +89 -184
- package/assets/js/semantic-ui/components/rating.js +509 -521
- package/assets/js/semantic-ui/components/rating.min.css +4 -4
- package/assets/js/semantic-ui/components/rating.min.js +6 -6
- package/assets/js/semantic-ui/components/reset.css +12 -17
- package/assets/js/semantic-ui/components/reset.min.css +4 -4
- package/assets/js/semantic-ui/components/reveal.css +46 -85
- package/assets/js/semantic-ui/components/reveal.min.css +4 -4
- package/assets/js/semantic-ui/components/search.css +157 -96
- package/assets/js/semantic-ui/components/search.js +1522 -1479
- package/assets/js/semantic-ui/components/search.min.css +4 -4
- package/assets/js/semantic-ui/components/search.min.js +6 -6
- package/assets/js/semantic-ui/components/segment.css +317 -249
- package/assets/js/semantic-ui/components/segment.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.css +16 -32
- package/assets/js/semantic-ui/components/shape.js +763 -812
- package/assets/js/semantic-ui/components/shape.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.min.js +6 -6
- package/assets/js/semantic-ui/components/sidebar.css +128 -216
- package/assets/js/semantic-ui/components/sidebar.js +1042 -1003
- package/assets/js/semantic-ui/components/sidebar.min.css +4 -4
- package/assets/js/semantic-ui/components/sidebar.min.js +6 -6
- package/assets/js/semantic-ui/components/site.css +123 -48
- package/assets/js/semantic-ui/components/site.js +438 -478
- package/assets/js/semantic-ui/components/site.min.css +4 -4
- package/assets/js/semantic-ui/components/site.min.js +6 -6
- package/assets/js/semantic-ui/components/slider.css +133 -141
- package/assets/js/semantic-ui/components/slider.js +1312 -1274
- package/assets/js/semantic-ui/components/slider.min.css +9 -1
- package/assets/js/semantic-ui/components/slider.min.js +6 -6
- package/assets/js/semantic-ui/components/state.js +640 -659
- package/assets/js/semantic-ui/components/state.min.js +6 -6
- package/assets/js/semantic-ui/components/statistic.css +83 -124
- package/assets/js/semantic-ui/components/statistic.min.css +4 -4
- package/assets/js/semantic-ui/components/step.css +118 -184
- package/assets/js/semantic-ui/components/step.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.css +3 -8
- package/assets/js/semantic-ui/components/sticky.js +849 -892
- package/assets/js/semantic-ui/components/sticky.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.min.js +6 -6
- package/assets/js/semantic-ui/components/tab.css +16 -20
- package/assets/js/semantic-ui/components/tab.js +896 -941
- package/assets/js/semantic-ui/components/tab.min.css +4 -4
- package/assets/js/semantic-ui/components/tab.min.js +6 -6
- package/assets/js/semantic-ui/components/table.css +2073 -884
- package/assets/js/semantic-ui/components/table.min.css +4 -4
- package/assets/js/semantic-ui/components/text.css +51 -30
- package/assets/js/semantic-ui/components/text.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.css +200 -137
- package/assets/js/semantic-ui/components/toast.js +912 -832
- package/assets/js/semantic-ui/components/toast.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.min.js +6 -6
- package/assets/js/semantic-ui/components/transition.css +371 -1282
- package/assets/js/semantic-ui/components/transition.js +999 -1074
- package/assets/js/semantic-ui/components/transition.min.css +4 -4
- package/assets/js/semantic-ui/components/transition.min.js +6 -6
- package/assets/js/semantic-ui/components/visibility.js +1215 -1247
- package/assets/js/semantic-ui/components/visibility.min.js +6 -6
- package/assets/js/semantic-ui/semantic.css +43777 -37429
- package/assets/js/semantic-ui/semantic.js +29152 -26694
- package/assets/js/semantic-ui/semantic.min.css +6 -399
- package/assets/js/semantic-ui/semantic.min.js +6 -6
- package/assets/js/semantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- package/assets/js/semantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/assets/js/socket.io/socket.io.esm.min.js +3 -3
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +841 -333
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +3 -3
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +3 -3
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/cdn.json +19 -4
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI - Label
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Label
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
line-height: 1;
|
|
19
19
|
vertical-align: baseline;
|
|
20
20
|
margin: 0 0.14285714em;
|
|
21
|
-
background-color: #
|
|
21
|
+
background-color: #e8e8e8;
|
|
22
22
|
background-image: none;
|
|
23
23
|
padding: 0.5833em 0.833em;
|
|
24
24
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
font-weight: bold;
|
|
27
27
|
border: 0 solid transparent;
|
|
28
28
|
border-radius: 0.28571429rem;
|
|
29
|
-
-webkit-transition: background 0.1s ease;
|
|
30
29
|
transition: background 0.1s ease;
|
|
31
30
|
}
|
|
32
31
|
.ui.label:first-child {
|
|
@@ -46,7 +45,6 @@ a.ui.label {
|
|
|
46
45
|
cursor: pointer;
|
|
47
46
|
color: inherit;
|
|
48
47
|
opacity: 0.5;
|
|
49
|
-
-webkit-transition: 0.1s opacity ease;
|
|
50
48
|
transition: 0.1s opacity ease;
|
|
51
49
|
}
|
|
52
50
|
.ui.label > a:hover {
|
|
@@ -61,7 +59,7 @@ a.ui.label {
|
|
|
61
59
|
}
|
|
62
60
|
|
|
63
61
|
/* Icon */
|
|
64
|
-
.ui.left
|
|
62
|
+
.ui.ui[class*="left icon"].label > .icon,
|
|
65
63
|
.ui.label > .icon {
|
|
66
64
|
width: auto;
|
|
67
65
|
margin: 0 0.75em 0 0;
|
|
@@ -85,7 +83,6 @@ a.ui.label {
|
|
|
85
83
|
cursor: pointer;
|
|
86
84
|
font-size: 0.92857143em;
|
|
87
85
|
opacity: 0.5;
|
|
88
|
-
-webkit-transition: background 0.1s ease;
|
|
89
86
|
transition: background 0.1s ease;
|
|
90
87
|
}
|
|
91
88
|
.ui.label > .close.icon:hover,
|
|
@@ -94,10 +91,14 @@ a.ui.label {
|
|
|
94
91
|
}
|
|
95
92
|
|
|
96
93
|
/* Backward compatible positioning */
|
|
97
|
-
.ui.label
|
|
98
|
-
.ui.label
|
|
94
|
+
.ui.label[class*="left icon"] > .close.icon,
|
|
95
|
+
.ui.label[class*="left icon"] > .delete.icon {
|
|
99
96
|
margin: 0 0.5em 0 0;
|
|
100
97
|
}
|
|
98
|
+
.ui.label[class*="left icon"] > .close.icon.right,
|
|
99
|
+
.ui.label[class*="left icon"] > .delete.icon.right {
|
|
100
|
+
margin: 0 0 0 0.5em;
|
|
101
|
+
}
|
|
101
102
|
.ui.label:not(.icon) > .close.icon,
|
|
102
103
|
.ui.label:not(.icon) > .delete.icon {
|
|
103
104
|
margin: 0 0 0 0.5em;
|
|
@@ -109,22 +110,20 @@ a.ui.label {
|
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
/* Right Side Icon */
|
|
112
|
-
.ui
|
|
113
|
+
.ui[class*="right icon"].label > .icon {
|
|
113
114
|
margin: 0 0 0 0.75em;
|
|
114
115
|
}
|
|
115
116
|
|
|
116
|
-
|
|
117
|
+
/* -------------------
|
|
117
118
|
Group
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
-------------------- */
|
|
120
120
|
.ui.labels > .label {
|
|
121
121
|
margin: 0 0.5em 0.5em 0;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
/* -------------------
|
|
125
125
|
Coupling
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
-------------------- */
|
|
128
127
|
.ui.header > .ui.label {
|
|
129
128
|
margin-top: -0.29165em;
|
|
130
129
|
}
|
|
@@ -154,6 +153,21 @@ a.ui.label {
|
|
|
154
153
|
margin-top: 0;
|
|
155
154
|
margin-bottom: 2rem !important;
|
|
156
155
|
}
|
|
156
|
+
.ui.segment:not(.basic) > .ui.top.attached.label {
|
|
157
|
+
margin-top: -1px;
|
|
158
|
+
}
|
|
159
|
+
.ui.segment:not(.basic) > .ui.bottom.attached.label {
|
|
160
|
+
margin-bottom: -1px;
|
|
161
|
+
}
|
|
162
|
+
.ui.segment:not(.basic) > .ui.attached.label:not(.right) {
|
|
163
|
+
margin-left: -1px;
|
|
164
|
+
}
|
|
165
|
+
.ui.segment:not(.basic) > .ui.right.attached.label {
|
|
166
|
+
margin-right: -1px;
|
|
167
|
+
}
|
|
168
|
+
.ui.segment:not(.basic) > .ui.attached.label:not(.left):not(.right) {
|
|
169
|
+
width: calc(100% + 2px);
|
|
170
|
+
}
|
|
157
171
|
|
|
158
172
|
|
|
159
173
|
/*******************************
|
|
@@ -161,17 +175,19 @@ a.ui.label {
|
|
|
161
175
|
*******************************/
|
|
162
176
|
|
|
163
177
|
.ui.image.label {
|
|
164
|
-
width: auto
|
|
178
|
+
width: auto;
|
|
165
179
|
margin-top: 0;
|
|
166
180
|
margin-bottom: 0;
|
|
167
181
|
max-width: 9999px;
|
|
168
182
|
vertical-align: baseline;
|
|
169
183
|
text-transform: none;
|
|
170
|
-
background: #
|
|
184
|
+
background: #e8e8e8;
|
|
171
185
|
padding: 0.5833em 0.833em 0.5833em 0.5em;
|
|
172
186
|
border-radius: 0.28571429rem;
|
|
173
|
-
|
|
174
|
-
|
|
187
|
+
box-shadow: none;
|
|
188
|
+
}
|
|
189
|
+
.ui.image.label.attached:not(.basic) {
|
|
190
|
+
padding: 0.5833em 0.833em 0.5833em 0.5em;
|
|
175
191
|
}
|
|
176
192
|
.ui.image.label img {
|
|
177
193
|
display: inline-block;
|
|
@@ -186,11 +202,18 @@ a.ui.label {
|
|
|
186
202
|
padding: 0.5833em 0.833em;
|
|
187
203
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
188
204
|
}
|
|
205
|
+
.ui.bottom.attached.image.label:not(.right) > img,
|
|
206
|
+
.ui.top.right.attached.image.label > img {
|
|
207
|
+
border-top-left-radius: 0;
|
|
208
|
+
}
|
|
209
|
+
.ui.top.attached.image.label:not(.right) > img,
|
|
210
|
+
.ui.bottom.right.attached.image.label > img {
|
|
211
|
+
border-bottom-left-radius: 0;
|
|
212
|
+
}
|
|
189
213
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
214
|
+
/* -------------------
|
|
215
|
+
Tag
|
|
216
|
+
-------------------- */
|
|
194
217
|
.ui.tag.labels .label,
|
|
195
218
|
.ui.tag.label {
|
|
196
219
|
margin-left: 1em;
|
|
@@ -198,55 +221,49 @@ a.ui.label {
|
|
|
198
221
|
padding-left: 1.5em;
|
|
199
222
|
padding-right: 1.5em;
|
|
200
223
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
201
|
-
-webkit-transition: none;
|
|
202
224
|
transition: none;
|
|
203
225
|
}
|
|
204
|
-
.ui.tag.labels .label
|
|
205
|
-
.ui.tag.label
|
|
226
|
+
.ui.tag.labels .label::before,
|
|
227
|
+
.ui.tag.label::before {
|
|
206
228
|
position: absolute;
|
|
207
|
-
|
|
208
|
-
transform: translateY(-50%) translateX(50%) rotate(-45deg);
|
|
229
|
+
transform: translateY(-50%) translateX(50%) rotate(-45deg);
|
|
209
230
|
top: 50%;
|
|
210
231
|
right: 100%;
|
|
211
|
-
content:
|
|
232
|
+
content: "";
|
|
212
233
|
background-color: inherit;
|
|
213
234
|
background-image: none;
|
|
214
235
|
width: 1.56em;
|
|
215
236
|
height: 1.56em;
|
|
216
|
-
-webkit-transition: none;
|
|
217
237
|
transition: none;
|
|
218
238
|
}
|
|
219
|
-
.ui.tag.labels .label
|
|
220
|
-
.ui.tag.label
|
|
239
|
+
.ui.tag.labels .label::after,
|
|
240
|
+
.ui.tag.label::after {
|
|
221
241
|
position: absolute;
|
|
222
|
-
content:
|
|
242
|
+
content: "";
|
|
223
243
|
top: 50%;
|
|
224
244
|
left: -0.25em;
|
|
225
245
|
margin-top: -0.25em;
|
|
226
|
-
background-color: #
|
|
246
|
+
background-color: #fff;
|
|
227
247
|
width: 0.5em;
|
|
228
248
|
height: 0.5em;
|
|
229
|
-
|
|
230
|
-
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
|
|
249
|
+
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
|
|
231
250
|
border-radius: 500rem;
|
|
232
251
|
}
|
|
233
|
-
.ui.basic.tag.labels .label
|
|
234
|
-
.ui.basic.tag.label
|
|
252
|
+
.ui.basic.tag.labels .label::before,
|
|
253
|
+
.ui.basic.tag.label::before {
|
|
235
254
|
border-color: inherit;
|
|
236
255
|
border-width: 1px 0 0 1px;
|
|
237
256
|
border-style: inherit;
|
|
238
257
|
right: calc(100% + 1px);
|
|
239
258
|
}
|
|
240
|
-
.ui.basic.tag.labels .label
|
|
241
|
-
.ui.basic.tag.label
|
|
242
|
-
|
|
243
|
-
box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
|
|
259
|
+
.ui.basic.tag.labels .label::after,
|
|
260
|
+
.ui.basic.tag.label::after {
|
|
261
|
+
box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
|
|
244
262
|
}
|
|
245
263
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
264
|
+
/* -------------------
|
|
265
|
+
Corner Label
|
|
266
|
+
-------------------- */
|
|
250
267
|
.ui.corner.label {
|
|
251
268
|
position: absolute;
|
|
252
269
|
top: 0;
|
|
@@ -254,11 +271,10 @@ a.ui.label {
|
|
|
254
271
|
margin: 0;
|
|
255
272
|
padding: 0;
|
|
256
273
|
text-align: center;
|
|
257
|
-
border-color: #
|
|
274
|
+
border-color: #e8e8e8;
|
|
258
275
|
width: 4em;
|
|
259
276
|
height: 4em;
|
|
260
277
|
z-index: 1;
|
|
261
|
-
-webkit-transition: border-color 0.1s ease;
|
|
262
278
|
transition: border-color 0.1s ease;
|
|
263
279
|
}
|
|
264
280
|
|
|
@@ -266,7 +282,7 @@ a.ui.label {
|
|
|
266
282
|
.ui.corner.label {
|
|
267
283
|
background-color: transparent !important;
|
|
268
284
|
}
|
|
269
|
-
.ui.corner.label
|
|
285
|
+
.ui.corner.label::after {
|
|
270
286
|
position: absolute;
|
|
271
287
|
content: "";
|
|
272
288
|
right: 0;
|
|
@@ -280,7 +296,6 @@ a.ui.label {
|
|
|
280
296
|
border-bottom: 4em solid transparent;
|
|
281
297
|
border-left: 0 solid transparent;
|
|
282
298
|
border-right-color: inherit;
|
|
283
|
-
-webkit-transition: border-color 0.1s ease;
|
|
284
299
|
transition: border-color 0.1s ease;
|
|
285
300
|
}
|
|
286
301
|
.ui.corner.label .icon {
|
|
@@ -295,11 +310,11 @@ a.ui.label {
|
|
|
295
310
|
|
|
296
311
|
/* Left Corner */
|
|
297
312
|
.ui.left.corner.label,
|
|
298
|
-
.ui.left.corner.label
|
|
313
|
+
.ui.left.corner.label::after {
|
|
299
314
|
right: auto;
|
|
300
315
|
left: 0;
|
|
301
316
|
}
|
|
302
|
-
.ui.left.corner.label
|
|
317
|
+
.ui.left.corner.label::after {
|
|
303
318
|
border-top: 4em solid transparent;
|
|
304
319
|
border-right: 4em solid transparent;
|
|
305
320
|
border-bottom: 0 solid transparent;
|
|
@@ -321,22 +336,20 @@ a.ui.label {
|
|
|
321
336
|
left: -1px;
|
|
322
337
|
}
|
|
323
338
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
339
|
+
/* -------------------
|
|
340
|
+
Ribbon
|
|
341
|
+
-------------------- */
|
|
328
342
|
.ui.ribbon.label {
|
|
329
343
|
position: relative;
|
|
330
344
|
margin: 0;
|
|
331
345
|
min-width: -webkit-max-content;
|
|
332
|
-
min-width: -moz-max-content;
|
|
333
346
|
min-width: max-content;
|
|
334
347
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
335
348
|
border-color: rgba(0, 0, 0, 0.15);
|
|
336
349
|
}
|
|
337
|
-
.ui.ribbon.label
|
|
350
|
+
.ui.ribbon.label::after {
|
|
338
351
|
position: absolute;
|
|
339
|
-
content:
|
|
352
|
+
content: "";
|
|
340
353
|
top: 100%;
|
|
341
354
|
left: 0;
|
|
342
355
|
background-color: transparent;
|
|
@@ -385,11 +398,10 @@ a.ui.label {
|
|
|
385
398
|
/* Right Ribbon */
|
|
386
399
|
.ui[class*="right ribbon"].label {
|
|
387
400
|
text-align: left;
|
|
388
|
-
|
|
389
|
-
transform: translateX(-100%);
|
|
401
|
+
transform: translateX(-100%);
|
|
390
402
|
border-radius: 0.28571429rem 0 0 0.28571429rem;
|
|
391
403
|
}
|
|
392
|
-
.ui[class*="right ribbon"].label
|
|
404
|
+
.ui[class*="right ribbon"].label::after {
|
|
393
405
|
left: auto;
|
|
394
406
|
right: 0;
|
|
395
407
|
border-style: solid;
|
|
@@ -423,10 +435,9 @@ a.ui.label {
|
|
|
423
435
|
padding-left: 0.833em;
|
|
424
436
|
}
|
|
425
437
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
438
|
+
/* -------------------
|
|
439
|
+
Attached
|
|
440
|
+
-------------------- */
|
|
430
441
|
.ui[class*="top attached"].label,
|
|
431
442
|
.ui.attached.label {
|
|
432
443
|
width: 100%;
|
|
@@ -444,7 +455,7 @@ a.ui.label {
|
|
|
444
455
|
}
|
|
445
456
|
.ui[class*="top left attached"].label {
|
|
446
457
|
width: auto;
|
|
447
|
-
margin-top: 0
|
|
458
|
+
margin-top: 0;
|
|
448
459
|
border-radius: 0.21428571rem 0 0.28571429rem 0;
|
|
449
460
|
}
|
|
450
461
|
.ui[class*="top right attached"].label {
|
|
@@ -474,77 +485,73 @@ a.ui.label {
|
|
|
474
485
|
*******************************/
|
|
475
486
|
|
|
476
487
|
|
|
477
|
-
|
|
488
|
+
/* -------------------
|
|
478
489
|
Disabled
|
|
479
|
-
|
|
480
|
-
|
|
490
|
+
-------------------- */
|
|
491
|
+
.ui.disabled.labels .label,
|
|
481
492
|
.ui.label.disabled {
|
|
482
|
-
opacity: 0.
|
|
493
|
+
opacity: 0.45;
|
|
494
|
+
pointer-events: none;
|
|
483
495
|
}
|
|
484
496
|
|
|
485
|
-
|
|
497
|
+
/* -------------------
|
|
486
498
|
Hover
|
|
487
|
-
|
|
488
|
-
|
|
499
|
+
-------------------- */
|
|
489
500
|
.ui.labels a.label:hover,
|
|
490
501
|
a.ui.label:hover {
|
|
491
|
-
background-color: #
|
|
492
|
-
border-color: #
|
|
502
|
+
background-color: #e0e0e0;
|
|
503
|
+
border-color: #e0e0e0;
|
|
493
504
|
background-image: none;
|
|
494
505
|
color: rgba(0, 0, 0, 0.8);
|
|
495
506
|
}
|
|
496
|
-
.ui.labels a.label:hover
|
|
497
|
-
a.ui.label:hover
|
|
507
|
+
.ui.labels a.label:hover::before,
|
|
508
|
+
a.ui.label:hover::before {
|
|
498
509
|
color: rgba(0, 0, 0, 0.8);
|
|
499
510
|
}
|
|
500
511
|
|
|
501
|
-
|
|
512
|
+
/* -------------------
|
|
502
513
|
Active
|
|
503
|
-
|
|
504
|
-
|
|
514
|
+
-------------------- */
|
|
505
515
|
.ui.active.label {
|
|
506
|
-
background-color: #
|
|
507
|
-
border-color: #
|
|
516
|
+
background-color: #d0d0d0;
|
|
517
|
+
border-color: #d0d0d0;
|
|
508
518
|
background-image: none;
|
|
509
519
|
color: rgba(0, 0, 0, 0.95);
|
|
510
520
|
}
|
|
511
|
-
.ui.active.label
|
|
512
|
-
background-color: #
|
|
521
|
+
.ui.active.label::before {
|
|
522
|
+
background-color: #d0d0d0;
|
|
513
523
|
background-image: none;
|
|
514
524
|
color: rgba(0, 0, 0, 0.95);
|
|
515
525
|
}
|
|
516
526
|
|
|
517
|
-
|
|
527
|
+
/* -------------------
|
|
518
528
|
Active Hover
|
|
519
|
-
|
|
520
|
-
|
|
529
|
+
-------------------- */
|
|
521
530
|
.ui.labels a.active.label:hover,
|
|
522
531
|
a.ui.active.label:hover {
|
|
523
|
-
background-color: #
|
|
524
|
-
border-color: #
|
|
532
|
+
background-color: #c8c8c8;
|
|
533
|
+
border-color: #c8c8c8;
|
|
525
534
|
background-image: none;
|
|
526
535
|
color: rgba(0, 0, 0, 0.95);
|
|
527
536
|
}
|
|
528
|
-
.ui.labels a.active.label:hover
|
|
529
|
-
a.ui.active.label:hover
|
|
530
|
-
background-color: #
|
|
537
|
+
.ui.labels a.active.label:hover::before,
|
|
538
|
+
a.ui.active.label:hover::before {
|
|
539
|
+
background-color: #c8c8c8;
|
|
531
540
|
background-image: none;
|
|
532
541
|
color: rgba(0, 0, 0, 0.95);
|
|
533
542
|
}
|
|
534
543
|
|
|
535
|
-
|
|
544
|
+
/* -------------------
|
|
536
545
|
Visible
|
|
537
|
-
|
|
538
|
-
|
|
546
|
+
-------------------- */
|
|
539
547
|
.ui.labels.visible .label,
|
|
540
548
|
.ui.label.visible:not(.dropdown) {
|
|
541
549
|
display: inline-block !important;
|
|
542
550
|
}
|
|
543
551
|
|
|
544
|
-
|
|
552
|
+
/* -------------------
|
|
545
553
|
Hidden
|
|
546
|
-
|
|
547
|
-
|
|
554
|
+
-------------------- */
|
|
548
555
|
.ui.labels.hidden .label,
|
|
549
556
|
.ui.label.hidden {
|
|
550
557
|
display: none !important;
|
|
@@ -556,49 +563,57 @@ a.ui.active.label:hover:before {
|
|
|
556
563
|
*******************************/
|
|
557
564
|
|
|
558
565
|
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
566
|
+
/* -------------------
|
|
567
|
+
Basic
|
|
568
|
+
-------------------- */
|
|
563
569
|
.ui.basic.labels .label,
|
|
564
570
|
.ui.basic.label {
|
|
565
|
-
background: none #
|
|
571
|
+
background: none #fff;
|
|
566
572
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
567
573
|
color: rgba(0, 0, 0, 0.87);
|
|
568
|
-
|
|
569
|
-
|
|
574
|
+
box-shadow: none;
|
|
575
|
+
padding-top: calc(0.5833em - 1px);
|
|
576
|
+
padding-bottom: calc(0.5833em - 1px);
|
|
577
|
+
padding-right: calc(0.833em - 1px);
|
|
578
|
+
}
|
|
579
|
+
.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label,
|
|
580
|
+
.ui.basic.label:not(.tag):not(.image):not(.ribbon) {
|
|
581
|
+
padding-left: calc(0.833em - 1px);
|
|
582
|
+
}
|
|
583
|
+
.ui.basic.image.label {
|
|
584
|
+
padding-left: calc(0.5em - 1px);
|
|
570
585
|
}
|
|
571
586
|
|
|
572
587
|
/* Link */
|
|
573
588
|
.ui.basic.labels a.label:hover,
|
|
574
589
|
a.ui.basic.label:hover {
|
|
575
590
|
text-decoration: none;
|
|
576
|
-
background: none #
|
|
591
|
+
background: none #fff;
|
|
577
592
|
color: #1e70bf;
|
|
578
|
-
|
|
579
|
-
box-shadow: none;
|
|
593
|
+
box-shadow: none;
|
|
580
594
|
}
|
|
581
595
|
|
|
582
596
|
/* Pointing */
|
|
583
|
-
.ui.basic.pointing.label
|
|
597
|
+
.ui.basic.pointing.label::before {
|
|
584
598
|
border-color: inherit;
|
|
585
599
|
}
|
|
586
600
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
601
|
+
/* -------------------
|
|
602
|
+
Fluid
|
|
603
|
+
-------------------- */
|
|
591
604
|
.ui.label.fluid,
|
|
592
605
|
.ui.fluid.labels > .label {
|
|
593
606
|
width: 100%;
|
|
594
|
-
|
|
595
|
-
|
|
607
|
+
box-sizing: border-box;
|
|
608
|
+
}
|
|
609
|
+
.ui.centered.labels .label,
|
|
610
|
+
.ui.centered.label {
|
|
611
|
+
text-align: center;
|
|
596
612
|
}
|
|
597
613
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
614
|
+
/* -------------------
|
|
615
|
+
Inverted
|
|
616
|
+
-------------------- */
|
|
602
617
|
.ui.inverted.labels .label,
|
|
603
618
|
.ui.inverted.label {
|
|
604
619
|
color: rgba(255, 255, 255, 0.9);
|
|
@@ -608,28 +623,26 @@ a.ui.basic.label:hover {
|
|
|
608
623
|
border-color: #b5b5b5;
|
|
609
624
|
}
|
|
610
625
|
.ui.inverted.corner.label:hover {
|
|
611
|
-
border-color: #
|
|
612
|
-
-webkit-transition: none;
|
|
626
|
+
border-color: #e8e8e8;
|
|
613
627
|
transition: none;
|
|
614
628
|
}
|
|
615
629
|
.ui.inverted.basic.labels .label,
|
|
616
630
|
.ui.inverted.basic.label,
|
|
617
631
|
.ui.inverted.basic.label:hover {
|
|
618
632
|
border-color: rgba(255, 255, 255, 0.5);
|
|
619
|
-
background: #
|
|
633
|
+
background: #1b1c1d;
|
|
620
634
|
}
|
|
621
635
|
.ui.inverted.basic.label:hover {
|
|
622
|
-
color: #
|
|
636
|
+
color: #4183c4;
|
|
623
637
|
}
|
|
624
638
|
|
|
625
|
-
|
|
639
|
+
/* -------------------
|
|
626
640
|
Colors
|
|
627
|
-
|
|
628
|
-
|
|
641
|
+
-------------------- */
|
|
629
642
|
.ui.primary.labels .label,
|
|
630
643
|
.ui.ui.ui.primary.label {
|
|
631
|
-
background-color: #
|
|
632
|
-
border-color: #
|
|
644
|
+
background-color: #2185d0;
|
|
645
|
+
border-color: #2185d0;
|
|
633
646
|
color: rgba(255, 255, 255, 0.9);
|
|
634
647
|
}
|
|
635
648
|
|
|
@@ -638,7 +651,7 @@ a.ui.basic.label:hover {
|
|
|
638
651
|
a.ui.ui.ui.primary.label:hover {
|
|
639
652
|
background-color: #1678c2;
|
|
640
653
|
border-color: #1678c2;
|
|
641
|
-
color: #
|
|
654
|
+
color: #fff;
|
|
642
655
|
}
|
|
643
656
|
|
|
644
657
|
/* Ribbon */
|
|
@@ -649,13 +662,13 @@ a.ui.ui.ui.primary.label:hover {
|
|
|
649
662
|
/* Basic */
|
|
650
663
|
.ui.basic.labels .primary.label,
|
|
651
664
|
.ui.ui.ui.basic.primary.label {
|
|
652
|
-
background: none #
|
|
653
|
-
border-color: #
|
|
654
|
-
color: #
|
|
665
|
+
background: none #fff;
|
|
666
|
+
border-color: #2185d0;
|
|
667
|
+
color: #2185d0;
|
|
655
668
|
}
|
|
656
669
|
.ui.basic.labels a.primary.label:hover,
|
|
657
670
|
a.ui.ui.ui.basic.primary.label:hover {
|
|
658
|
-
background: none #
|
|
671
|
+
background: none #fff;
|
|
659
672
|
border-color: #1678c2;
|
|
660
673
|
color: #1678c2;
|
|
661
674
|
}
|
|
@@ -663,9 +676,9 @@ a.ui.ui.ui.basic.primary.label:hover {
|
|
|
663
676
|
/* Inverted */
|
|
664
677
|
.ui.inverted.labels .primary.label,
|
|
665
678
|
.ui.ui.ui.inverted.primary.label {
|
|
666
|
-
background-color: #
|
|
667
|
-
border-color: #
|
|
668
|
-
color: #
|
|
679
|
+
background-color: #54c8ff;
|
|
680
|
+
border-color: #54c8ff;
|
|
681
|
+
color: #1b1c1d;
|
|
669
682
|
}
|
|
670
683
|
|
|
671
684
|
/* Inverted Link */
|
|
@@ -673,7 +686,7 @@ a.ui.ui.ui.basic.primary.label:hover {
|
|
|
673
686
|
a.ui.ui.ui.inverted.primary.label:hover {
|
|
674
687
|
background-color: #21b8ff;
|
|
675
688
|
border-color: #21b8ff;
|
|
676
|
-
color: #
|
|
689
|
+
color: #1b1c1d;
|
|
677
690
|
}
|
|
678
691
|
|
|
679
692
|
/* Inverted Ribbon */
|
|
@@ -684,34 +697,34 @@ a.ui.ui.ui.inverted.primary.label:hover {
|
|
|
684
697
|
/* Inverted Basic */
|
|
685
698
|
.ui.inverted.basic.labels .primary.label,
|
|
686
699
|
.ui.ui.ui.inverted.basic.primary.label {
|
|
687
|
-
background-color: #
|
|
688
|
-
border-color: #
|
|
689
|
-
color: #
|
|
700
|
+
background-color: #1b1c1d;
|
|
701
|
+
border-color: #54c8ff;
|
|
702
|
+
color: #54c8ff;
|
|
690
703
|
}
|
|
691
704
|
.ui.inverted.basic.labels a.primary.label:hover,
|
|
692
705
|
a.ui.ui.ui.inverted.basic.primary.label:hover {
|
|
693
706
|
border-color: #21b8ff;
|
|
694
|
-
background-color: #
|
|
707
|
+
background-color: #1b1c1d;
|
|
695
708
|
color: #21b8ff;
|
|
696
709
|
}
|
|
697
710
|
|
|
698
711
|
/* Inverted Basic Tags */
|
|
699
712
|
.ui.inverted.basic.tag.labels .primary.label,
|
|
700
713
|
.ui.ui.ui.inverted.primary.basic.tag.label {
|
|
701
|
-
border: 1px solid #
|
|
714
|
+
border: 1px solid #54c8ff;
|
|
702
715
|
}
|
|
703
|
-
.ui.inverted.basic.tag.labels .primary.label
|
|
704
|
-
.ui.ui.ui.inverted.primary.basic.tag.label
|
|
716
|
+
.ui.inverted.basic.tag.labels .primary.label::before,
|
|
717
|
+
.ui.ui.ui.inverted.primary.basic.tag.label::before {
|
|
705
718
|
border-color: inherit;
|
|
706
719
|
border-width: 1px 0 0 1px;
|
|
707
720
|
border-style: inherit;
|
|
708
|
-
background-color: #
|
|
721
|
+
background-color: #1b1c1d;
|
|
709
722
|
right: calc(100% + 1px);
|
|
710
723
|
}
|
|
711
724
|
.ui.secondary.labels .label,
|
|
712
725
|
.ui.ui.ui.secondary.label {
|
|
713
|
-
background-color: #
|
|
714
|
-
border-color: #
|
|
726
|
+
background-color: #1b1c1d;
|
|
727
|
+
border-color: #1b1c1d;
|
|
715
728
|
color: rgba(255, 255, 255, 0.9);
|
|
716
729
|
}
|
|
717
730
|
|
|
@@ -720,7 +733,7 @@ a.ui.ui.ui.inverted.basic.primary.label:hover {
|
|
|
720
733
|
a.ui.ui.ui.secondary.label:hover {
|
|
721
734
|
background-color: #27292a;
|
|
722
735
|
border-color: #27292a;
|
|
723
|
-
color: #
|
|
736
|
+
color: #fff;
|
|
724
737
|
}
|
|
725
738
|
|
|
726
739
|
/* Ribbon */
|
|
@@ -731,13 +744,13 @@ a.ui.ui.ui.secondary.label:hover {
|
|
|
731
744
|
/* Basic */
|
|
732
745
|
.ui.basic.labels .secondary.label,
|
|
733
746
|
.ui.ui.ui.basic.secondary.label {
|
|
734
|
-
background: none #
|
|
735
|
-
border-color: #
|
|
736
|
-
color: #
|
|
747
|
+
background: none #fff;
|
|
748
|
+
border-color: #1b1c1d;
|
|
749
|
+
color: #1b1c1d;
|
|
737
750
|
}
|
|
738
751
|
.ui.basic.labels a.secondary.label:hover,
|
|
739
752
|
a.ui.ui.ui.basic.secondary.label:hover {
|
|
740
|
-
background: none #
|
|
753
|
+
background: none #fff;
|
|
741
754
|
border-color: #27292a;
|
|
742
755
|
color: #27292a;
|
|
743
756
|
}
|
|
@@ -747,7 +760,7 @@ a.ui.ui.ui.basic.secondary.label:hover {
|
|
|
747
760
|
.ui.ui.ui.inverted.secondary.label {
|
|
748
761
|
background-color: #545454;
|
|
749
762
|
border-color: #545454;
|
|
750
|
-
color: #
|
|
763
|
+
color: #1b1c1d;
|
|
751
764
|
}
|
|
752
765
|
|
|
753
766
|
/* Inverted Link */
|
|
@@ -755,7 +768,7 @@ a.ui.ui.ui.basic.secondary.label:hover {
|
|
|
755
768
|
a.ui.ui.ui.inverted.secondary.label:hover {
|
|
756
769
|
background-color: #6e6e6e;
|
|
757
770
|
border-color: #6e6e6e;
|
|
758
|
-
color: #
|
|
771
|
+
color: #1b1c1d;
|
|
759
772
|
}
|
|
760
773
|
|
|
761
774
|
/* Inverted Ribbon */
|
|
@@ -766,14 +779,14 @@ a.ui.ui.ui.inverted.secondary.label:hover {
|
|
|
766
779
|
/* Inverted Basic */
|
|
767
780
|
.ui.inverted.basic.labels .secondary.label,
|
|
768
781
|
.ui.ui.ui.inverted.basic.secondary.label {
|
|
769
|
-
background-color: #
|
|
782
|
+
background-color: #1b1c1d;
|
|
770
783
|
border-color: #545454;
|
|
771
784
|
color: #545454;
|
|
772
785
|
}
|
|
773
786
|
.ui.inverted.basic.labels a.secondary.label:hover,
|
|
774
787
|
a.ui.ui.ui.inverted.basic.secondary.label:hover {
|
|
775
788
|
border-color: #6e6e6e;
|
|
776
|
-
background-color: #
|
|
789
|
+
background-color: #1b1c1d;
|
|
777
790
|
color: #6e6e6e;
|
|
778
791
|
}
|
|
779
792
|
|
|
@@ -782,19 +795,19 @@ a.ui.ui.ui.inverted.basic.secondary.label:hover {
|
|
|
782
795
|
.ui.ui.ui.inverted.secondary.basic.tag.label {
|
|
783
796
|
border: 1px solid #545454;
|
|
784
797
|
}
|
|
785
|
-
.ui.inverted.basic.tag.labels .secondary.label
|
|
786
|
-
.ui.ui.ui.inverted.secondary.basic.tag.label
|
|
798
|
+
.ui.inverted.basic.tag.labels .secondary.label::before,
|
|
799
|
+
.ui.ui.ui.inverted.secondary.basic.tag.label::before {
|
|
787
800
|
border-color: inherit;
|
|
788
801
|
border-width: 1px 0 0 1px;
|
|
789
802
|
border-style: inherit;
|
|
790
|
-
background-color: #
|
|
803
|
+
background-color: #1b1c1d;
|
|
791
804
|
right: calc(100% + 1px);
|
|
792
805
|
}
|
|
793
806
|
.ui.red.labels .label,
|
|
794
807
|
.ui.ui.ui.red.label {
|
|
795
|
-
background-color: #
|
|
796
|
-
border-color: #
|
|
797
|
-
color: #
|
|
808
|
+
background-color: #db2828;
|
|
809
|
+
border-color: #db2828;
|
|
810
|
+
color: #fff;
|
|
798
811
|
}
|
|
799
812
|
|
|
800
813
|
/* Link */
|
|
@@ -802,7 +815,7 @@ a.ui.ui.ui.inverted.basic.secondary.label:hover {
|
|
|
802
815
|
a.ui.ui.ui.red.label:hover {
|
|
803
816
|
background-color: #d01919;
|
|
804
817
|
border-color: #d01919;
|
|
805
|
-
color: #
|
|
818
|
+
color: #fff;
|
|
806
819
|
}
|
|
807
820
|
|
|
808
821
|
/* Ribbon */
|
|
@@ -813,13 +826,13 @@ a.ui.ui.ui.red.label:hover {
|
|
|
813
826
|
/* Basic */
|
|
814
827
|
.ui.basic.labels .red.label,
|
|
815
828
|
.ui.ui.ui.basic.red.label {
|
|
816
|
-
background: none #
|
|
817
|
-
border-color: #
|
|
818
|
-
color: #
|
|
829
|
+
background: none #fff;
|
|
830
|
+
border-color: #db2828;
|
|
831
|
+
color: #db2828;
|
|
819
832
|
}
|
|
820
833
|
.ui.basic.labels a.red.label:hover,
|
|
821
834
|
a.ui.ui.ui.basic.red.label:hover {
|
|
822
|
-
background: none #
|
|
835
|
+
background: none #fff;
|
|
823
836
|
border-color: #d01919;
|
|
824
837
|
color: #d01919;
|
|
825
838
|
}
|
|
@@ -827,9 +840,9 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
827
840
|
/* Inverted */
|
|
828
841
|
.ui.inverted.labels .red.label,
|
|
829
842
|
.ui.ui.ui.inverted.red.label {
|
|
830
|
-
background-color: #
|
|
831
|
-
border-color: #
|
|
832
|
-
color: #
|
|
843
|
+
background-color: #ff695e;
|
|
844
|
+
border-color: #ff695e;
|
|
845
|
+
color: #1b1c1d;
|
|
833
846
|
}
|
|
834
847
|
|
|
835
848
|
/* Inverted Link */
|
|
@@ -837,7 +850,7 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
837
850
|
a.ui.ui.ui.inverted.red.label:hover {
|
|
838
851
|
background-color: #ff392b;
|
|
839
852
|
border-color: #ff392b;
|
|
840
|
-
color: #
|
|
853
|
+
color: #1b1c1d;
|
|
841
854
|
}
|
|
842
855
|
|
|
843
856
|
/* Inverted Ribbon */
|
|
@@ -848,35 +861,35 @@ a.ui.ui.ui.inverted.red.label:hover {
|
|
|
848
861
|
/* Inverted Basic */
|
|
849
862
|
.ui.inverted.basic.labels .red.label,
|
|
850
863
|
.ui.ui.ui.inverted.basic.red.label {
|
|
851
|
-
background-color: #
|
|
852
|
-
border-color: #
|
|
853
|
-
color: #
|
|
864
|
+
background-color: #1b1c1d;
|
|
865
|
+
border-color: #ff695e;
|
|
866
|
+
color: #ff695e;
|
|
854
867
|
}
|
|
855
868
|
.ui.inverted.basic.labels a.red.label:hover,
|
|
856
869
|
a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
857
870
|
border-color: #ff392b;
|
|
858
|
-
background-color: #
|
|
871
|
+
background-color: #1b1c1d;
|
|
859
872
|
color: #ff392b;
|
|
860
873
|
}
|
|
861
874
|
|
|
862
875
|
/* Inverted Basic Tags */
|
|
863
876
|
.ui.inverted.basic.tag.labels .red.label,
|
|
864
877
|
.ui.ui.ui.inverted.red.basic.tag.label {
|
|
865
|
-
border: 1px solid #
|
|
878
|
+
border: 1px solid #ff695e;
|
|
866
879
|
}
|
|
867
|
-
.ui.inverted.basic.tag.labels .red.label
|
|
868
|
-
.ui.ui.ui.inverted.red.basic.tag.label
|
|
880
|
+
.ui.inverted.basic.tag.labels .red.label::before,
|
|
881
|
+
.ui.ui.ui.inverted.red.basic.tag.label::before {
|
|
869
882
|
border-color: inherit;
|
|
870
883
|
border-width: 1px 0 0 1px;
|
|
871
884
|
border-style: inherit;
|
|
872
|
-
background-color: #
|
|
885
|
+
background-color: #1b1c1d;
|
|
873
886
|
right: calc(100% + 1px);
|
|
874
887
|
}
|
|
875
888
|
.ui.orange.labels .label,
|
|
876
889
|
.ui.ui.ui.orange.label {
|
|
877
|
-
background-color: #
|
|
878
|
-
border-color: #
|
|
879
|
-
color: #
|
|
890
|
+
background-color: #f2711c;
|
|
891
|
+
border-color: #f2711c;
|
|
892
|
+
color: #fff;
|
|
880
893
|
}
|
|
881
894
|
|
|
882
895
|
/* Link */
|
|
@@ -884,7 +897,7 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
|
884
897
|
a.ui.ui.ui.orange.label:hover {
|
|
885
898
|
background-color: #f26202;
|
|
886
899
|
border-color: #f26202;
|
|
887
|
-
color: #
|
|
900
|
+
color: #fff;
|
|
888
901
|
}
|
|
889
902
|
|
|
890
903
|
/* Ribbon */
|
|
@@ -895,13 +908,13 @@ a.ui.ui.ui.orange.label:hover {
|
|
|
895
908
|
/* Basic */
|
|
896
909
|
.ui.basic.labels .orange.label,
|
|
897
910
|
.ui.ui.ui.basic.orange.label {
|
|
898
|
-
background: none #
|
|
899
|
-
border-color: #
|
|
900
|
-
color: #
|
|
911
|
+
background: none #fff;
|
|
912
|
+
border-color: #f2711c;
|
|
913
|
+
color: #f2711c;
|
|
901
914
|
}
|
|
902
915
|
.ui.basic.labels a.orange.label:hover,
|
|
903
916
|
a.ui.ui.ui.basic.orange.label:hover {
|
|
904
|
-
background: none #
|
|
917
|
+
background: none #fff;
|
|
905
918
|
border-color: #f26202;
|
|
906
919
|
color: #f26202;
|
|
907
920
|
}
|
|
@@ -909,9 +922,9 @@ a.ui.ui.ui.basic.orange.label:hover {
|
|
|
909
922
|
/* Inverted */
|
|
910
923
|
.ui.inverted.labels .orange.label,
|
|
911
924
|
.ui.ui.ui.inverted.orange.label {
|
|
912
|
-
background-color: #
|
|
913
|
-
border-color: #
|
|
914
|
-
color: #
|
|
925
|
+
background-color: #ff851b;
|
|
926
|
+
border-color: #ff851b;
|
|
927
|
+
color: #1b1c1d;
|
|
915
928
|
}
|
|
916
929
|
|
|
917
930
|
/* Inverted Link */
|
|
@@ -919,7 +932,7 @@ a.ui.ui.ui.basic.orange.label:hover {
|
|
|
919
932
|
a.ui.ui.ui.inverted.orange.label:hover {
|
|
920
933
|
background-color: #e76b00;
|
|
921
934
|
border-color: #e76b00;
|
|
922
|
-
color: #
|
|
935
|
+
color: #1b1c1d;
|
|
923
936
|
}
|
|
924
937
|
|
|
925
938
|
/* Inverted Ribbon */
|
|
@@ -930,35 +943,35 @@ a.ui.ui.ui.inverted.orange.label:hover {
|
|
|
930
943
|
/* Inverted Basic */
|
|
931
944
|
.ui.inverted.basic.labels .orange.label,
|
|
932
945
|
.ui.ui.ui.inverted.basic.orange.label {
|
|
933
|
-
background-color: #
|
|
934
|
-
border-color: #
|
|
935
|
-
color: #
|
|
946
|
+
background-color: #1b1c1d;
|
|
947
|
+
border-color: #ff851b;
|
|
948
|
+
color: #ff851b;
|
|
936
949
|
}
|
|
937
950
|
.ui.inverted.basic.labels a.orange.label:hover,
|
|
938
951
|
a.ui.ui.ui.inverted.basic.orange.label:hover {
|
|
939
952
|
border-color: #e76b00;
|
|
940
|
-
background-color: #
|
|
953
|
+
background-color: #1b1c1d;
|
|
941
954
|
color: #e76b00;
|
|
942
955
|
}
|
|
943
956
|
|
|
944
957
|
/* Inverted Basic Tags */
|
|
945
958
|
.ui.inverted.basic.tag.labels .orange.label,
|
|
946
959
|
.ui.ui.ui.inverted.orange.basic.tag.label {
|
|
947
|
-
border: 1px solid #
|
|
960
|
+
border: 1px solid #ff851b;
|
|
948
961
|
}
|
|
949
|
-
.ui.inverted.basic.tag.labels .orange.label
|
|
950
|
-
.ui.ui.ui.inverted.orange.basic.tag.label
|
|
962
|
+
.ui.inverted.basic.tag.labels .orange.label::before,
|
|
963
|
+
.ui.ui.ui.inverted.orange.basic.tag.label::before {
|
|
951
964
|
border-color: inherit;
|
|
952
965
|
border-width: 1px 0 0 1px;
|
|
953
966
|
border-style: inherit;
|
|
954
|
-
background-color: #
|
|
967
|
+
background-color: #1b1c1d;
|
|
955
968
|
right: calc(100% + 1px);
|
|
956
969
|
}
|
|
957
970
|
.ui.yellow.labels .label,
|
|
958
971
|
.ui.ui.ui.yellow.label {
|
|
959
|
-
background-color: #
|
|
960
|
-
border-color: #
|
|
961
|
-
color: #
|
|
972
|
+
background-color: #fbbd08;
|
|
973
|
+
border-color: #fbbd08;
|
|
974
|
+
color: #fff;
|
|
962
975
|
}
|
|
963
976
|
|
|
964
977
|
/* Link */
|
|
@@ -966,7 +979,7 @@ a.ui.ui.ui.inverted.basic.orange.label:hover {
|
|
|
966
979
|
a.ui.ui.ui.yellow.label:hover {
|
|
967
980
|
background-color: #eaae00;
|
|
968
981
|
border-color: #eaae00;
|
|
969
|
-
color: #
|
|
982
|
+
color: #fff;
|
|
970
983
|
}
|
|
971
984
|
|
|
972
985
|
/* Ribbon */
|
|
@@ -977,13 +990,13 @@ a.ui.ui.ui.yellow.label:hover {
|
|
|
977
990
|
/* Basic */
|
|
978
991
|
.ui.basic.labels .yellow.label,
|
|
979
992
|
.ui.ui.ui.basic.yellow.label {
|
|
980
|
-
background: none #
|
|
981
|
-
border-color: #
|
|
982
|
-
color: #
|
|
993
|
+
background: none #fff;
|
|
994
|
+
border-color: #fbbd08;
|
|
995
|
+
color: #fbbd08;
|
|
983
996
|
}
|
|
984
997
|
.ui.basic.labels a.yellow.label:hover,
|
|
985
998
|
a.ui.ui.ui.basic.yellow.label:hover {
|
|
986
|
-
background: none #
|
|
999
|
+
background: none #fff;
|
|
987
1000
|
border-color: #eaae00;
|
|
988
1001
|
color: #eaae00;
|
|
989
1002
|
}
|
|
@@ -991,9 +1004,9 @@ a.ui.ui.ui.basic.yellow.label:hover {
|
|
|
991
1004
|
/* Inverted */
|
|
992
1005
|
.ui.inverted.labels .yellow.label,
|
|
993
1006
|
.ui.ui.ui.inverted.yellow.label {
|
|
994
|
-
background-color: #
|
|
995
|
-
border-color: #
|
|
996
|
-
color: #
|
|
1007
|
+
background-color: #ffe21f;
|
|
1008
|
+
border-color: #ffe21f;
|
|
1009
|
+
color: #1b1c1d;
|
|
997
1010
|
}
|
|
998
1011
|
|
|
999
1012
|
/* Inverted Link */
|
|
@@ -1001,7 +1014,7 @@ a.ui.ui.ui.basic.yellow.label:hover {
|
|
|
1001
1014
|
a.ui.ui.ui.inverted.yellow.label:hover {
|
|
1002
1015
|
background-color: #ebcd00;
|
|
1003
1016
|
border-color: #ebcd00;
|
|
1004
|
-
color: #
|
|
1017
|
+
color: #1b1c1d;
|
|
1005
1018
|
}
|
|
1006
1019
|
|
|
1007
1020
|
/* Inverted Ribbon */
|
|
@@ -1012,35 +1025,35 @@ a.ui.ui.ui.inverted.yellow.label:hover {
|
|
|
1012
1025
|
/* Inverted Basic */
|
|
1013
1026
|
.ui.inverted.basic.labels .yellow.label,
|
|
1014
1027
|
.ui.ui.ui.inverted.basic.yellow.label {
|
|
1015
|
-
background-color: #
|
|
1016
|
-
border-color: #
|
|
1017
|
-
color: #
|
|
1028
|
+
background-color: #1b1c1d;
|
|
1029
|
+
border-color: #ffe21f;
|
|
1030
|
+
color: #ffe21f;
|
|
1018
1031
|
}
|
|
1019
1032
|
.ui.inverted.basic.labels a.yellow.label:hover,
|
|
1020
1033
|
a.ui.ui.ui.inverted.basic.yellow.label:hover {
|
|
1021
1034
|
border-color: #ebcd00;
|
|
1022
|
-
background-color: #
|
|
1035
|
+
background-color: #1b1c1d;
|
|
1023
1036
|
color: #ebcd00;
|
|
1024
1037
|
}
|
|
1025
1038
|
|
|
1026
1039
|
/* Inverted Basic Tags */
|
|
1027
1040
|
.ui.inverted.basic.tag.labels .yellow.label,
|
|
1028
1041
|
.ui.ui.ui.inverted.yellow.basic.tag.label {
|
|
1029
|
-
border: 1px solid #
|
|
1042
|
+
border: 1px solid #ffe21f;
|
|
1030
1043
|
}
|
|
1031
|
-
.ui.inverted.basic.tag.labels .yellow.label
|
|
1032
|
-
.ui.ui.ui.inverted.yellow.basic.tag.label
|
|
1044
|
+
.ui.inverted.basic.tag.labels .yellow.label::before,
|
|
1045
|
+
.ui.ui.ui.inverted.yellow.basic.tag.label::before {
|
|
1033
1046
|
border-color: inherit;
|
|
1034
1047
|
border-width: 1px 0 0 1px;
|
|
1035
1048
|
border-style: inherit;
|
|
1036
|
-
background-color: #
|
|
1049
|
+
background-color: #1b1c1d;
|
|
1037
1050
|
right: calc(100% + 1px);
|
|
1038
1051
|
}
|
|
1039
1052
|
.ui.olive.labels .label,
|
|
1040
1053
|
.ui.ui.ui.olive.label {
|
|
1041
|
-
background-color: #
|
|
1042
|
-
border-color: #
|
|
1043
|
-
color: #
|
|
1054
|
+
background-color: #b5cc18;
|
|
1055
|
+
border-color: #b5cc18;
|
|
1056
|
+
color: #fff;
|
|
1044
1057
|
}
|
|
1045
1058
|
|
|
1046
1059
|
/* Link */
|
|
@@ -1048,7 +1061,7 @@ a.ui.ui.ui.inverted.basic.yellow.label:hover {
|
|
|
1048
1061
|
a.ui.ui.ui.olive.label:hover {
|
|
1049
1062
|
background-color: #a7bd0d;
|
|
1050
1063
|
border-color: #a7bd0d;
|
|
1051
|
-
color: #
|
|
1064
|
+
color: #fff;
|
|
1052
1065
|
}
|
|
1053
1066
|
|
|
1054
1067
|
/* Ribbon */
|
|
@@ -1059,13 +1072,13 @@ a.ui.ui.ui.olive.label:hover {
|
|
|
1059
1072
|
/* Basic */
|
|
1060
1073
|
.ui.basic.labels .olive.label,
|
|
1061
1074
|
.ui.ui.ui.basic.olive.label {
|
|
1062
|
-
background: none #
|
|
1063
|
-
border-color: #
|
|
1064
|
-
color: #
|
|
1075
|
+
background: none #fff;
|
|
1076
|
+
border-color: #b5cc18;
|
|
1077
|
+
color: #b5cc18;
|
|
1065
1078
|
}
|
|
1066
1079
|
.ui.basic.labels a.olive.label:hover,
|
|
1067
1080
|
a.ui.ui.ui.basic.olive.label:hover {
|
|
1068
|
-
background: none #
|
|
1081
|
+
background: none #fff;
|
|
1069
1082
|
border-color: #a7bd0d;
|
|
1070
1083
|
color: #a7bd0d;
|
|
1071
1084
|
}
|
|
@@ -1073,9 +1086,9 @@ a.ui.ui.ui.basic.olive.label:hover {
|
|
|
1073
1086
|
/* Inverted */
|
|
1074
1087
|
.ui.inverted.labels .olive.label,
|
|
1075
1088
|
.ui.ui.ui.inverted.olive.label {
|
|
1076
|
-
background-color: #
|
|
1077
|
-
border-color: #
|
|
1078
|
-
color: #
|
|
1089
|
+
background-color: #d9e778;
|
|
1090
|
+
border-color: #d9e778;
|
|
1091
|
+
color: #1b1c1d;
|
|
1079
1092
|
}
|
|
1080
1093
|
|
|
1081
1094
|
/* Inverted Link */
|
|
@@ -1083,7 +1096,7 @@ a.ui.ui.ui.basic.olive.label:hover {
|
|
|
1083
1096
|
a.ui.ui.ui.inverted.olive.label:hover {
|
|
1084
1097
|
background-color: #d2e745;
|
|
1085
1098
|
border-color: #d2e745;
|
|
1086
|
-
color: #
|
|
1099
|
+
color: #1b1c1d;
|
|
1087
1100
|
}
|
|
1088
1101
|
|
|
1089
1102
|
/* Inverted Ribbon */
|
|
@@ -1094,35 +1107,35 @@ a.ui.ui.ui.inverted.olive.label:hover {
|
|
|
1094
1107
|
/* Inverted Basic */
|
|
1095
1108
|
.ui.inverted.basic.labels .olive.label,
|
|
1096
1109
|
.ui.ui.ui.inverted.basic.olive.label {
|
|
1097
|
-
background-color: #
|
|
1098
|
-
border-color: #
|
|
1099
|
-
color: #
|
|
1110
|
+
background-color: #1b1c1d;
|
|
1111
|
+
border-color: #d9e778;
|
|
1112
|
+
color: #d9e778;
|
|
1100
1113
|
}
|
|
1101
1114
|
.ui.inverted.basic.labels a.olive.label:hover,
|
|
1102
1115
|
a.ui.ui.ui.inverted.basic.olive.label:hover {
|
|
1103
1116
|
border-color: #d2e745;
|
|
1104
|
-
background-color: #
|
|
1117
|
+
background-color: #1b1c1d;
|
|
1105
1118
|
color: #d2e745;
|
|
1106
1119
|
}
|
|
1107
1120
|
|
|
1108
1121
|
/* Inverted Basic Tags */
|
|
1109
1122
|
.ui.inverted.basic.tag.labels .olive.label,
|
|
1110
1123
|
.ui.ui.ui.inverted.olive.basic.tag.label {
|
|
1111
|
-
border: 1px solid #
|
|
1124
|
+
border: 1px solid #d9e778;
|
|
1112
1125
|
}
|
|
1113
|
-
.ui.inverted.basic.tag.labels .olive.label
|
|
1114
|
-
.ui.ui.ui.inverted.olive.basic.tag.label
|
|
1126
|
+
.ui.inverted.basic.tag.labels .olive.label::before,
|
|
1127
|
+
.ui.ui.ui.inverted.olive.basic.tag.label::before {
|
|
1115
1128
|
border-color: inherit;
|
|
1116
1129
|
border-width: 1px 0 0 1px;
|
|
1117
1130
|
border-style: inherit;
|
|
1118
|
-
background-color: #
|
|
1131
|
+
background-color: #1b1c1d;
|
|
1119
1132
|
right: calc(100% + 1px);
|
|
1120
1133
|
}
|
|
1121
1134
|
.ui.green.labels .label,
|
|
1122
1135
|
.ui.ui.ui.green.label {
|
|
1123
|
-
background-color: #
|
|
1124
|
-
border-color: #
|
|
1125
|
-
color: #
|
|
1136
|
+
background-color: #21ba45;
|
|
1137
|
+
border-color: #21ba45;
|
|
1138
|
+
color: #fff;
|
|
1126
1139
|
}
|
|
1127
1140
|
|
|
1128
1141
|
/* Link */
|
|
@@ -1130,7 +1143,7 @@ a.ui.ui.ui.inverted.basic.olive.label:hover {
|
|
|
1130
1143
|
a.ui.ui.ui.green.label:hover {
|
|
1131
1144
|
background-color: #16ab39;
|
|
1132
1145
|
border-color: #16ab39;
|
|
1133
|
-
color: #
|
|
1146
|
+
color: #fff;
|
|
1134
1147
|
}
|
|
1135
1148
|
|
|
1136
1149
|
/* Ribbon */
|
|
@@ -1141,13 +1154,13 @@ a.ui.ui.ui.green.label:hover {
|
|
|
1141
1154
|
/* Basic */
|
|
1142
1155
|
.ui.basic.labels .green.label,
|
|
1143
1156
|
.ui.ui.ui.basic.green.label {
|
|
1144
|
-
background: none #
|
|
1145
|
-
border-color: #
|
|
1146
|
-
color: #
|
|
1157
|
+
background: none #fff;
|
|
1158
|
+
border-color: #21ba45;
|
|
1159
|
+
color: #21ba45;
|
|
1147
1160
|
}
|
|
1148
1161
|
.ui.basic.labels a.green.label:hover,
|
|
1149
1162
|
a.ui.ui.ui.basic.green.label:hover {
|
|
1150
|
-
background: none #
|
|
1163
|
+
background: none #fff;
|
|
1151
1164
|
border-color: #16ab39;
|
|
1152
1165
|
color: #16ab39;
|
|
1153
1166
|
}
|
|
@@ -1155,9 +1168,9 @@ a.ui.ui.ui.basic.green.label:hover {
|
|
|
1155
1168
|
/* Inverted */
|
|
1156
1169
|
.ui.inverted.labels .green.label,
|
|
1157
1170
|
.ui.ui.ui.inverted.green.label {
|
|
1158
|
-
background-color: #
|
|
1159
|
-
border-color: #
|
|
1160
|
-
color: #
|
|
1171
|
+
background-color: #2ecc40;
|
|
1172
|
+
border-color: #2ecc40;
|
|
1173
|
+
color: #1b1c1d;
|
|
1161
1174
|
}
|
|
1162
1175
|
|
|
1163
1176
|
/* Inverted Link */
|
|
@@ -1165,7 +1178,7 @@ a.ui.ui.ui.basic.green.label:hover {
|
|
|
1165
1178
|
a.ui.ui.ui.inverted.green.label:hover {
|
|
1166
1179
|
background-color: #1ea92e;
|
|
1167
1180
|
border-color: #1ea92e;
|
|
1168
|
-
color: #
|
|
1181
|
+
color: #1b1c1d;
|
|
1169
1182
|
}
|
|
1170
1183
|
|
|
1171
1184
|
/* Inverted Ribbon */
|
|
@@ -1176,35 +1189,35 @@ a.ui.ui.ui.inverted.green.label:hover {
|
|
|
1176
1189
|
/* Inverted Basic */
|
|
1177
1190
|
.ui.inverted.basic.labels .green.label,
|
|
1178
1191
|
.ui.ui.ui.inverted.basic.green.label {
|
|
1179
|
-
background-color: #
|
|
1180
|
-
border-color: #
|
|
1181
|
-
color: #
|
|
1192
|
+
background-color: #1b1c1d;
|
|
1193
|
+
border-color: #2ecc40;
|
|
1194
|
+
color: #2ecc40;
|
|
1182
1195
|
}
|
|
1183
1196
|
.ui.inverted.basic.labels a.green.label:hover,
|
|
1184
1197
|
a.ui.ui.ui.inverted.basic.green.label:hover {
|
|
1185
1198
|
border-color: #1ea92e;
|
|
1186
|
-
background-color: #
|
|
1199
|
+
background-color: #1b1c1d;
|
|
1187
1200
|
color: #1ea92e;
|
|
1188
1201
|
}
|
|
1189
1202
|
|
|
1190
1203
|
/* Inverted Basic Tags */
|
|
1191
1204
|
.ui.inverted.basic.tag.labels .green.label,
|
|
1192
1205
|
.ui.ui.ui.inverted.green.basic.tag.label {
|
|
1193
|
-
border: 1px solid #
|
|
1206
|
+
border: 1px solid #2ecc40;
|
|
1194
1207
|
}
|
|
1195
|
-
.ui.inverted.basic.tag.labels .green.label
|
|
1196
|
-
.ui.ui.ui.inverted.green.basic.tag.label
|
|
1208
|
+
.ui.inverted.basic.tag.labels .green.label::before,
|
|
1209
|
+
.ui.ui.ui.inverted.green.basic.tag.label::before {
|
|
1197
1210
|
border-color: inherit;
|
|
1198
1211
|
border-width: 1px 0 0 1px;
|
|
1199
1212
|
border-style: inherit;
|
|
1200
|
-
background-color: #
|
|
1213
|
+
background-color: #1b1c1d;
|
|
1201
1214
|
right: calc(100% + 1px);
|
|
1202
1215
|
}
|
|
1203
1216
|
.ui.teal.labels .label,
|
|
1204
1217
|
.ui.ui.ui.teal.label {
|
|
1205
|
-
background-color: #
|
|
1206
|
-
border-color: #
|
|
1207
|
-
color: #
|
|
1218
|
+
background-color: #00b5ad;
|
|
1219
|
+
border-color: #00b5ad;
|
|
1220
|
+
color: #fff;
|
|
1208
1221
|
}
|
|
1209
1222
|
|
|
1210
1223
|
/* Link */
|
|
@@ -1212,7 +1225,7 @@ a.ui.ui.ui.inverted.basic.green.label:hover {
|
|
|
1212
1225
|
a.ui.ui.ui.teal.label:hover {
|
|
1213
1226
|
background-color: #009c95;
|
|
1214
1227
|
border-color: #009c95;
|
|
1215
|
-
color: #
|
|
1228
|
+
color: #fff;
|
|
1216
1229
|
}
|
|
1217
1230
|
|
|
1218
1231
|
/* Ribbon */
|
|
@@ -1223,13 +1236,13 @@ a.ui.ui.ui.teal.label:hover {
|
|
|
1223
1236
|
/* Basic */
|
|
1224
1237
|
.ui.basic.labels .teal.label,
|
|
1225
1238
|
.ui.ui.ui.basic.teal.label {
|
|
1226
|
-
background: none #
|
|
1227
|
-
border-color: #
|
|
1228
|
-
color: #
|
|
1239
|
+
background: none #fff;
|
|
1240
|
+
border-color: #00b5ad;
|
|
1241
|
+
color: #00b5ad;
|
|
1229
1242
|
}
|
|
1230
1243
|
.ui.basic.labels a.teal.label:hover,
|
|
1231
1244
|
a.ui.ui.ui.basic.teal.label:hover {
|
|
1232
|
-
background: none #
|
|
1245
|
+
background: none #fff;
|
|
1233
1246
|
border-color: #009c95;
|
|
1234
1247
|
color: #009c95;
|
|
1235
1248
|
}
|
|
@@ -1237,9 +1250,9 @@ a.ui.ui.ui.basic.teal.label:hover {
|
|
|
1237
1250
|
/* Inverted */
|
|
1238
1251
|
.ui.inverted.labels .teal.label,
|
|
1239
1252
|
.ui.ui.ui.inverted.teal.label {
|
|
1240
|
-
background-color: #
|
|
1241
|
-
border-color: #
|
|
1242
|
-
color: #
|
|
1253
|
+
background-color: #6dffff;
|
|
1254
|
+
border-color: #6dffff;
|
|
1255
|
+
color: #1b1c1d;
|
|
1243
1256
|
}
|
|
1244
1257
|
|
|
1245
1258
|
/* Inverted Link */
|
|
@@ -1247,7 +1260,7 @@ a.ui.ui.ui.basic.teal.label:hover {
|
|
|
1247
1260
|
a.ui.ui.ui.inverted.teal.label:hover {
|
|
1248
1261
|
background-color: #3affff;
|
|
1249
1262
|
border-color: #3affff;
|
|
1250
|
-
color: #
|
|
1263
|
+
color: #1b1c1d;
|
|
1251
1264
|
}
|
|
1252
1265
|
|
|
1253
1266
|
/* Inverted Ribbon */
|
|
@@ -1258,35 +1271,35 @@ a.ui.ui.ui.inverted.teal.label:hover {
|
|
|
1258
1271
|
/* Inverted Basic */
|
|
1259
1272
|
.ui.inverted.basic.labels .teal.label,
|
|
1260
1273
|
.ui.ui.ui.inverted.basic.teal.label {
|
|
1261
|
-
background-color: #
|
|
1262
|
-
border-color: #
|
|
1263
|
-
color: #
|
|
1274
|
+
background-color: #1b1c1d;
|
|
1275
|
+
border-color: #6dffff;
|
|
1276
|
+
color: #6dffff;
|
|
1264
1277
|
}
|
|
1265
1278
|
.ui.inverted.basic.labels a.teal.label:hover,
|
|
1266
1279
|
a.ui.ui.ui.inverted.basic.teal.label:hover {
|
|
1267
1280
|
border-color: #3affff;
|
|
1268
|
-
background-color: #
|
|
1281
|
+
background-color: #1b1c1d;
|
|
1269
1282
|
color: #3affff;
|
|
1270
1283
|
}
|
|
1271
1284
|
|
|
1272
1285
|
/* Inverted Basic Tags */
|
|
1273
1286
|
.ui.inverted.basic.tag.labels .teal.label,
|
|
1274
1287
|
.ui.ui.ui.inverted.teal.basic.tag.label {
|
|
1275
|
-
border: 1px solid #
|
|
1288
|
+
border: 1px solid #6dffff;
|
|
1276
1289
|
}
|
|
1277
|
-
.ui.inverted.basic.tag.labels .teal.label
|
|
1278
|
-
.ui.ui.ui.inverted.teal.basic.tag.label
|
|
1290
|
+
.ui.inverted.basic.tag.labels .teal.label::before,
|
|
1291
|
+
.ui.ui.ui.inverted.teal.basic.tag.label::before {
|
|
1279
1292
|
border-color: inherit;
|
|
1280
1293
|
border-width: 1px 0 0 1px;
|
|
1281
1294
|
border-style: inherit;
|
|
1282
|
-
background-color: #
|
|
1295
|
+
background-color: #1b1c1d;
|
|
1283
1296
|
right: calc(100% + 1px);
|
|
1284
1297
|
}
|
|
1285
1298
|
.ui.blue.labels .label,
|
|
1286
1299
|
.ui.ui.ui.blue.label {
|
|
1287
|
-
background-color: #
|
|
1288
|
-
border-color: #
|
|
1289
|
-
color: #
|
|
1300
|
+
background-color: #2185d0;
|
|
1301
|
+
border-color: #2185d0;
|
|
1302
|
+
color: #fff;
|
|
1290
1303
|
}
|
|
1291
1304
|
|
|
1292
1305
|
/* Link */
|
|
@@ -1294,7 +1307,7 @@ a.ui.ui.ui.inverted.basic.teal.label:hover {
|
|
|
1294
1307
|
a.ui.ui.ui.blue.label:hover {
|
|
1295
1308
|
background-color: #1678c2;
|
|
1296
1309
|
border-color: #1678c2;
|
|
1297
|
-
color: #
|
|
1310
|
+
color: #fff;
|
|
1298
1311
|
}
|
|
1299
1312
|
|
|
1300
1313
|
/* Ribbon */
|
|
@@ -1305,13 +1318,13 @@ a.ui.ui.ui.blue.label:hover {
|
|
|
1305
1318
|
/* Basic */
|
|
1306
1319
|
.ui.basic.labels .blue.label,
|
|
1307
1320
|
.ui.ui.ui.basic.blue.label {
|
|
1308
|
-
background: none #
|
|
1309
|
-
border-color: #
|
|
1310
|
-
color: #
|
|
1321
|
+
background: none #fff;
|
|
1322
|
+
border-color: #2185d0;
|
|
1323
|
+
color: #2185d0;
|
|
1311
1324
|
}
|
|
1312
1325
|
.ui.basic.labels a.blue.label:hover,
|
|
1313
1326
|
a.ui.ui.ui.basic.blue.label:hover {
|
|
1314
|
-
background: none #
|
|
1327
|
+
background: none #fff;
|
|
1315
1328
|
border-color: #1678c2;
|
|
1316
1329
|
color: #1678c2;
|
|
1317
1330
|
}
|
|
@@ -1319,9 +1332,9 @@ a.ui.ui.ui.basic.blue.label:hover {
|
|
|
1319
1332
|
/* Inverted */
|
|
1320
1333
|
.ui.inverted.labels .blue.label,
|
|
1321
1334
|
.ui.ui.ui.inverted.blue.label {
|
|
1322
|
-
background-color: #
|
|
1323
|
-
border-color: #
|
|
1324
|
-
color: #
|
|
1335
|
+
background-color: #54c8ff;
|
|
1336
|
+
border-color: #54c8ff;
|
|
1337
|
+
color: #1b1c1d;
|
|
1325
1338
|
}
|
|
1326
1339
|
|
|
1327
1340
|
/* Inverted Link */
|
|
@@ -1329,7 +1342,7 @@ a.ui.ui.ui.basic.blue.label:hover {
|
|
|
1329
1342
|
a.ui.ui.ui.inverted.blue.label:hover {
|
|
1330
1343
|
background-color: #21b8ff;
|
|
1331
1344
|
border-color: #21b8ff;
|
|
1332
|
-
color: #
|
|
1345
|
+
color: #1b1c1d;
|
|
1333
1346
|
}
|
|
1334
1347
|
|
|
1335
1348
|
/* Inverted Ribbon */
|
|
@@ -1340,35 +1353,35 @@ a.ui.ui.ui.inverted.blue.label:hover {
|
|
|
1340
1353
|
/* Inverted Basic */
|
|
1341
1354
|
.ui.inverted.basic.labels .blue.label,
|
|
1342
1355
|
.ui.ui.ui.inverted.basic.blue.label {
|
|
1343
|
-
background-color: #
|
|
1344
|
-
border-color: #
|
|
1345
|
-
color: #
|
|
1356
|
+
background-color: #1b1c1d;
|
|
1357
|
+
border-color: #54c8ff;
|
|
1358
|
+
color: #54c8ff;
|
|
1346
1359
|
}
|
|
1347
1360
|
.ui.inverted.basic.labels a.blue.label:hover,
|
|
1348
1361
|
a.ui.ui.ui.inverted.basic.blue.label:hover {
|
|
1349
1362
|
border-color: #21b8ff;
|
|
1350
|
-
background-color: #
|
|
1363
|
+
background-color: #1b1c1d;
|
|
1351
1364
|
color: #21b8ff;
|
|
1352
1365
|
}
|
|
1353
1366
|
|
|
1354
1367
|
/* Inverted Basic Tags */
|
|
1355
1368
|
.ui.inverted.basic.tag.labels .blue.label,
|
|
1356
1369
|
.ui.ui.ui.inverted.blue.basic.tag.label {
|
|
1357
|
-
border: 1px solid #
|
|
1370
|
+
border: 1px solid #54c8ff;
|
|
1358
1371
|
}
|
|
1359
|
-
.ui.inverted.basic.tag.labels .blue.label
|
|
1360
|
-
.ui.ui.ui.inverted.blue.basic.tag.label
|
|
1372
|
+
.ui.inverted.basic.tag.labels .blue.label::before,
|
|
1373
|
+
.ui.ui.ui.inverted.blue.basic.tag.label::before {
|
|
1361
1374
|
border-color: inherit;
|
|
1362
1375
|
border-width: 1px 0 0 1px;
|
|
1363
1376
|
border-style: inherit;
|
|
1364
|
-
background-color: #
|
|
1377
|
+
background-color: #1b1c1d;
|
|
1365
1378
|
right: calc(100% + 1px);
|
|
1366
1379
|
}
|
|
1367
1380
|
.ui.violet.labels .label,
|
|
1368
1381
|
.ui.ui.ui.violet.label {
|
|
1369
|
-
background-color: #
|
|
1370
|
-
border-color: #
|
|
1371
|
-
color: #
|
|
1382
|
+
background-color: #6435c9;
|
|
1383
|
+
border-color: #6435c9;
|
|
1384
|
+
color: #fff;
|
|
1372
1385
|
}
|
|
1373
1386
|
|
|
1374
1387
|
/* Link */
|
|
@@ -1376,7 +1389,7 @@ a.ui.ui.ui.inverted.basic.blue.label:hover {
|
|
|
1376
1389
|
a.ui.ui.ui.violet.label:hover {
|
|
1377
1390
|
background-color: #5829bb;
|
|
1378
1391
|
border-color: #5829bb;
|
|
1379
|
-
color: #
|
|
1392
|
+
color: #fff;
|
|
1380
1393
|
}
|
|
1381
1394
|
|
|
1382
1395
|
/* Ribbon */
|
|
@@ -1387,13 +1400,13 @@ a.ui.ui.ui.violet.label:hover {
|
|
|
1387
1400
|
/* Basic */
|
|
1388
1401
|
.ui.basic.labels .violet.label,
|
|
1389
1402
|
.ui.ui.ui.basic.violet.label {
|
|
1390
|
-
background: none #
|
|
1391
|
-
border-color: #
|
|
1392
|
-
color: #
|
|
1403
|
+
background: none #fff;
|
|
1404
|
+
border-color: #6435c9;
|
|
1405
|
+
color: #6435c9;
|
|
1393
1406
|
}
|
|
1394
1407
|
.ui.basic.labels a.violet.label:hover,
|
|
1395
1408
|
a.ui.ui.ui.basic.violet.label:hover {
|
|
1396
|
-
background: none #
|
|
1409
|
+
background: none #fff;
|
|
1397
1410
|
border-color: #5829bb;
|
|
1398
1411
|
color: #5829bb;
|
|
1399
1412
|
}
|
|
@@ -1401,9 +1414,9 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
1401
1414
|
/* Inverted */
|
|
1402
1415
|
.ui.inverted.labels .violet.label,
|
|
1403
1416
|
.ui.ui.ui.inverted.violet.label {
|
|
1404
|
-
background-color: #
|
|
1405
|
-
border-color: #
|
|
1406
|
-
color: #
|
|
1417
|
+
background-color: #a291fb;
|
|
1418
|
+
border-color: #a291fb;
|
|
1419
|
+
color: #1b1c1d;
|
|
1407
1420
|
}
|
|
1408
1421
|
|
|
1409
1422
|
/* Inverted Link */
|
|
@@ -1411,7 +1424,7 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
1411
1424
|
a.ui.ui.ui.inverted.violet.label:hover {
|
|
1412
1425
|
background-color: #745aff;
|
|
1413
1426
|
border-color: #745aff;
|
|
1414
|
-
color: #
|
|
1427
|
+
color: #1b1c1d;
|
|
1415
1428
|
}
|
|
1416
1429
|
|
|
1417
1430
|
/* Inverted Ribbon */
|
|
@@ -1422,35 +1435,35 @@ a.ui.ui.ui.inverted.violet.label:hover {
|
|
|
1422
1435
|
/* Inverted Basic */
|
|
1423
1436
|
.ui.inverted.basic.labels .violet.label,
|
|
1424
1437
|
.ui.ui.ui.inverted.basic.violet.label {
|
|
1425
|
-
background-color: #
|
|
1426
|
-
border-color: #
|
|
1427
|
-
color: #
|
|
1438
|
+
background-color: #1b1c1d;
|
|
1439
|
+
border-color: #a291fb;
|
|
1440
|
+
color: #a291fb;
|
|
1428
1441
|
}
|
|
1429
1442
|
.ui.inverted.basic.labels a.violet.label:hover,
|
|
1430
1443
|
a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
1431
1444
|
border-color: #745aff;
|
|
1432
|
-
background-color: #
|
|
1445
|
+
background-color: #1b1c1d;
|
|
1433
1446
|
color: #745aff;
|
|
1434
1447
|
}
|
|
1435
1448
|
|
|
1436
1449
|
/* Inverted Basic Tags */
|
|
1437
1450
|
.ui.inverted.basic.tag.labels .violet.label,
|
|
1438
1451
|
.ui.ui.ui.inverted.violet.basic.tag.label {
|
|
1439
|
-
border: 1px solid #
|
|
1452
|
+
border: 1px solid #a291fb;
|
|
1440
1453
|
}
|
|
1441
|
-
.ui.inverted.basic.tag.labels .violet.label
|
|
1442
|
-
.ui.ui.ui.inverted.violet.basic.tag.label
|
|
1454
|
+
.ui.inverted.basic.tag.labels .violet.label::before,
|
|
1455
|
+
.ui.ui.ui.inverted.violet.basic.tag.label::before {
|
|
1443
1456
|
border-color: inherit;
|
|
1444
1457
|
border-width: 1px 0 0 1px;
|
|
1445
1458
|
border-style: inherit;
|
|
1446
|
-
background-color: #
|
|
1459
|
+
background-color: #1b1c1d;
|
|
1447
1460
|
right: calc(100% + 1px);
|
|
1448
1461
|
}
|
|
1449
1462
|
.ui.purple.labels .label,
|
|
1450
1463
|
.ui.ui.ui.purple.label {
|
|
1451
|
-
background-color: #
|
|
1452
|
-
border-color: #
|
|
1453
|
-
color: #
|
|
1464
|
+
background-color: #a333c8;
|
|
1465
|
+
border-color: #a333c8;
|
|
1466
|
+
color: #fff;
|
|
1454
1467
|
}
|
|
1455
1468
|
|
|
1456
1469
|
/* Link */
|
|
@@ -1458,7 +1471,7 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
|
1458
1471
|
a.ui.ui.ui.purple.label:hover {
|
|
1459
1472
|
background-color: #9627ba;
|
|
1460
1473
|
border-color: #9627ba;
|
|
1461
|
-
color: #
|
|
1474
|
+
color: #fff;
|
|
1462
1475
|
}
|
|
1463
1476
|
|
|
1464
1477
|
/* Ribbon */
|
|
@@ -1469,13 +1482,13 @@ a.ui.ui.ui.purple.label:hover {
|
|
|
1469
1482
|
/* Basic */
|
|
1470
1483
|
.ui.basic.labels .purple.label,
|
|
1471
1484
|
.ui.ui.ui.basic.purple.label {
|
|
1472
|
-
background: none #
|
|
1473
|
-
border-color: #
|
|
1474
|
-
color: #
|
|
1485
|
+
background: none #fff;
|
|
1486
|
+
border-color: #a333c8;
|
|
1487
|
+
color: #a333c8;
|
|
1475
1488
|
}
|
|
1476
1489
|
.ui.basic.labels a.purple.label:hover,
|
|
1477
1490
|
a.ui.ui.ui.basic.purple.label:hover {
|
|
1478
|
-
background: none #
|
|
1491
|
+
background: none #fff;
|
|
1479
1492
|
border-color: #9627ba;
|
|
1480
1493
|
color: #9627ba;
|
|
1481
1494
|
}
|
|
@@ -1483,9 +1496,9 @@ a.ui.ui.ui.basic.purple.label:hover {
|
|
|
1483
1496
|
/* Inverted */
|
|
1484
1497
|
.ui.inverted.labels .purple.label,
|
|
1485
1498
|
.ui.ui.ui.inverted.purple.label {
|
|
1486
|
-
background-color: #
|
|
1487
|
-
border-color: #
|
|
1488
|
-
color: #
|
|
1499
|
+
background-color: #dc73ff;
|
|
1500
|
+
border-color: #dc73ff;
|
|
1501
|
+
color: #1b1c1d;
|
|
1489
1502
|
}
|
|
1490
1503
|
|
|
1491
1504
|
/* Inverted Link */
|
|
@@ -1493,7 +1506,7 @@ a.ui.ui.ui.basic.purple.label:hover {
|
|
|
1493
1506
|
a.ui.ui.ui.inverted.purple.label:hover {
|
|
1494
1507
|
background-color: #cf40ff;
|
|
1495
1508
|
border-color: #cf40ff;
|
|
1496
|
-
color: #
|
|
1509
|
+
color: #1b1c1d;
|
|
1497
1510
|
}
|
|
1498
1511
|
|
|
1499
1512
|
/* Inverted Ribbon */
|
|
@@ -1504,35 +1517,35 @@ a.ui.ui.ui.inverted.purple.label:hover {
|
|
|
1504
1517
|
/* Inverted Basic */
|
|
1505
1518
|
.ui.inverted.basic.labels .purple.label,
|
|
1506
1519
|
.ui.ui.ui.inverted.basic.purple.label {
|
|
1507
|
-
background-color: #
|
|
1508
|
-
border-color: #
|
|
1509
|
-
color: #
|
|
1520
|
+
background-color: #1b1c1d;
|
|
1521
|
+
border-color: #dc73ff;
|
|
1522
|
+
color: #dc73ff;
|
|
1510
1523
|
}
|
|
1511
1524
|
.ui.inverted.basic.labels a.purple.label:hover,
|
|
1512
1525
|
a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
1513
1526
|
border-color: #cf40ff;
|
|
1514
|
-
background-color: #
|
|
1527
|
+
background-color: #1b1c1d;
|
|
1515
1528
|
color: #cf40ff;
|
|
1516
1529
|
}
|
|
1517
1530
|
|
|
1518
1531
|
/* Inverted Basic Tags */
|
|
1519
1532
|
.ui.inverted.basic.tag.labels .purple.label,
|
|
1520
1533
|
.ui.ui.ui.inverted.purple.basic.tag.label {
|
|
1521
|
-
border: 1px solid #
|
|
1534
|
+
border: 1px solid #dc73ff;
|
|
1522
1535
|
}
|
|
1523
|
-
.ui.inverted.basic.tag.labels .purple.label
|
|
1524
|
-
.ui.ui.ui.inverted.purple.basic.tag.label
|
|
1536
|
+
.ui.inverted.basic.tag.labels .purple.label::before,
|
|
1537
|
+
.ui.ui.ui.inverted.purple.basic.tag.label::before {
|
|
1525
1538
|
border-color: inherit;
|
|
1526
1539
|
border-width: 1px 0 0 1px;
|
|
1527
1540
|
border-style: inherit;
|
|
1528
|
-
background-color: #
|
|
1541
|
+
background-color: #1b1c1d;
|
|
1529
1542
|
right: calc(100% + 1px);
|
|
1530
1543
|
}
|
|
1531
1544
|
.ui.pink.labels .label,
|
|
1532
1545
|
.ui.ui.ui.pink.label {
|
|
1533
|
-
background-color: #
|
|
1534
|
-
border-color: #
|
|
1535
|
-
color: #
|
|
1546
|
+
background-color: #e03997;
|
|
1547
|
+
border-color: #e03997;
|
|
1548
|
+
color: #fff;
|
|
1536
1549
|
}
|
|
1537
1550
|
|
|
1538
1551
|
/* Link */
|
|
@@ -1540,7 +1553,7 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
|
1540
1553
|
a.ui.ui.ui.pink.label:hover {
|
|
1541
1554
|
background-color: #e61a8d;
|
|
1542
1555
|
border-color: #e61a8d;
|
|
1543
|
-
color: #
|
|
1556
|
+
color: #fff;
|
|
1544
1557
|
}
|
|
1545
1558
|
|
|
1546
1559
|
/* Ribbon */
|
|
@@ -1551,13 +1564,13 @@ a.ui.ui.ui.pink.label:hover {
|
|
|
1551
1564
|
/* Basic */
|
|
1552
1565
|
.ui.basic.labels .pink.label,
|
|
1553
1566
|
.ui.ui.ui.basic.pink.label {
|
|
1554
|
-
background: none #
|
|
1555
|
-
border-color: #
|
|
1556
|
-
color: #
|
|
1567
|
+
background: none #fff;
|
|
1568
|
+
border-color: #e03997;
|
|
1569
|
+
color: #e03997;
|
|
1557
1570
|
}
|
|
1558
1571
|
.ui.basic.labels a.pink.label:hover,
|
|
1559
1572
|
a.ui.ui.ui.basic.pink.label:hover {
|
|
1560
|
-
background: none #
|
|
1573
|
+
background: none #fff;
|
|
1561
1574
|
border-color: #e61a8d;
|
|
1562
1575
|
color: #e61a8d;
|
|
1563
1576
|
}
|
|
@@ -1565,9 +1578,9 @@ a.ui.ui.ui.basic.pink.label:hover {
|
|
|
1565
1578
|
/* Inverted */
|
|
1566
1579
|
.ui.inverted.labels .pink.label,
|
|
1567
1580
|
.ui.ui.ui.inverted.pink.label {
|
|
1568
|
-
background-color: #
|
|
1569
|
-
border-color: #
|
|
1570
|
-
color: #
|
|
1581
|
+
background-color: #ff8edf;
|
|
1582
|
+
border-color: #ff8edf;
|
|
1583
|
+
color: #1b1c1d;
|
|
1571
1584
|
}
|
|
1572
1585
|
|
|
1573
1586
|
/* Inverted Link */
|
|
@@ -1575,7 +1588,7 @@ a.ui.ui.ui.basic.pink.label:hover {
|
|
|
1575
1588
|
a.ui.ui.ui.inverted.pink.label:hover {
|
|
1576
1589
|
background-color: #ff5bd1;
|
|
1577
1590
|
border-color: #ff5bd1;
|
|
1578
|
-
color: #
|
|
1591
|
+
color: #1b1c1d;
|
|
1579
1592
|
}
|
|
1580
1593
|
|
|
1581
1594
|
/* Inverted Ribbon */
|
|
@@ -1586,35 +1599,35 @@ a.ui.ui.ui.inverted.pink.label:hover {
|
|
|
1586
1599
|
/* Inverted Basic */
|
|
1587
1600
|
.ui.inverted.basic.labels .pink.label,
|
|
1588
1601
|
.ui.ui.ui.inverted.basic.pink.label {
|
|
1589
|
-
background-color: #
|
|
1590
|
-
border-color: #
|
|
1591
|
-
color: #
|
|
1602
|
+
background-color: #1b1c1d;
|
|
1603
|
+
border-color: #ff8edf;
|
|
1604
|
+
color: #ff8edf;
|
|
1592
1605
|
}
|
|
1593
1606
|
.ui.inverted.basic.labels a.pink.label:hover,
|
|
1594
1607
|
a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
1595
1608
|
border-color: #ff5bd1;
|
|
1596
|
-
background-color: #
|
|
1609
|
+
background-color: #1b1c1d;
|
|
1597
1610
|
color: #ff5bd1;
|
|
1598
1611
|
}
|
|
1599
1612
|
|
|
1600
1613
|
/* Inverted Basic Tags */
|
|
1601
1614
|
.ui.inverted.basic.tag.labels .pink.label,
|
|
1602
1615
|
.ui.ui.ui.inverted.pink.basic.tag.label {
|
|
1603
|
-
border: 1px solid #
|
|
1616
|
+
border: 1px solid #ff8edf;
|
|
1604
1617
|
}
|
|
1605
|
-
.ui.inverted.basic.tag.labels .pink.label
|
|
1606
|
-
.ui.ui.ui.inverted.pink.basic.tag.label
|
|
1618
|
+
.ui.inverted.basic.tag.labels .pink.label::before,
|
|
1619
|
+
.ui.ui.ui.inverted.pink.basic.tag.label::before {
|
|
1607
1620
|
border-color: inherit;
|
|
1608
1621
|
border-width: 1px 0 0 1px;
|
|
1609
1622
|
border-style: inherit;
|
|
1610
|
-
background-color: #
|
|
1623
|
+
background-color: #1b1c1d;
|
|
1611
1624
|
right: calc(100% + 1px);
|
|
1612
1625
|
}
|
|
1613
1626
|
.ui.brown.labels .label,
|
|
1614
1627
|
.ui.ui.ui.brown.label {
|
|
1615
|
-
background-color: #
|
|
1616
|
-
border-color: #
|
|
1617
|
-
color: #
|
|
1628
|
+
background-color: #a5673f;
|
|
1629
|
+
border-color: #a5673f;
|
|
1630
|
+
color: #fff;
|
|
1618
1631
|
}
|
|
1619
1632
|
|
|
1620
1633
|
/* Link */
|
|
@@ -1622,7 +1635,7 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
|
1622
1635
|
a.ui.ui.ui.brown.label:hover {
|
|
1623
1636
|
background-color: #975b33;
|
|
1624
1637
|
border-color: #975b33;
|
|
1625
|
-
color: #
|
|
1638
|
+
color: #fff;
|
|
1626
1639
|
}
|
|
1627
1640
|
|
|
1628
1641
|
/* Ribbon */
|
|
@@ -1633,13 +1646,13 @@ a.ui.ui.ui.brown.label:hover {
|
|
|
1633
1646
|
/* Basic */
|
|
1634
1647
|
.ui.basic.labels .brown.label,
|
|
1635
1648
|
.ui.ui.ui.basic.brown.label {
|
|
1636
|
-
background: none #
|
|
1637
|
-
border-color: #
|
|
1638
|
-
color: #
|
|
1649
|
+
background: none #fff;
|
|
1650
|
+
border-color: #a5673f;
|
|
1651
|
+
color: #a5673f;
|
|
1639
1652
|
}
|
|
1640
1653
|
.ui.basic.labels a.brown.label:hover,
|
|
1641
1654
|
a.ui.ui.ui.basic.brown.label:hover {
|
|
1642
|
-
background: none #
|
|
1655
|
+
background: none #fff;
|
|
1643
1656
|
border-color: #975b33;
|
|
1644
1657
|
color: #975b33;
|
|
1645
1658
|
}
|
|
@@ -1647,9 +1660,9 @@ a.ui.ui.ui.basic.brown.label:hover {
|
|
|
1647
1660
|
/* Inverted */
|
|
1648
1661
|
.ui.inverted.labels .brown.label,
|
|
1649
1662
|
.ui.ui.ui.inverted.brown.label {
|
|
1650
|
-
background-color: #
|
|
1651
|
-
border-color: #
|
|
1652
|
-
color: #
|
|
1663
|
+
background-color: #d67c1c;
|
|
1664
|
+
border-color: #d67c1c;
|
|
1665
|
+
color: #1b1c1d;
|
|
1653
1666
|
}
|
|
1654
1667
|
|
|
1655
1668
|
/* Inverted Link */
|
|
@@ -1657,7 +1670,7 @@ a.ui.ui.ui.basic.brown.label:hover {
|
|
|
1657
1670
|
a.ui.ui.ui.inverted.brown.label:hover {
|
|
1658
1671
|
background-color: #b0620f;
|
|
1659
1672
|
border-color: #b0620f;
|
|
1660
|
-
color: #
|
|
1673
|
+
color: #1b1c1d;
|
|
1661
1674
|
}
|
|
1662
1675
|
|
|
1663
1676
|
/* Inverted Ribbon */
|
|
@@ -1668,35 +1681,35 @@ a.ui.ui.ui.inverted.brown.label:hover {
|
|
|
1668
1681
|
/* Inverted Basic */
|
|
1669
1682
|
.ui.inverted.basic.labels .brown.label,
|
|
1670
1683
|
.ui.ui.ui.inverted.basic.brown.label {
|
|
1671
|
-
background-color: #
|
|
1672
|
-
border-color: #
|
|
1673
|
-
color: #
|
|
1684
|
+
background-color: #1b1c1d;
|
|
1685
|
+
border-color: #d67c1c;
|
|
1686
|
+
color: #d67c1c;
|
|
1674
1687
|
}
|
|
1675
1688
|
.ui.inverted.basic.labels a.brown.label:hover,
|
|
1676
1689
|
a.ui.ui.ui.inverted.basic.brown.label:hover {
|
|
1677
1690
|
border-color: #b0620f;
|
|
1678
|
-
background-color: #
|
|
1691
|
+
background-color: #1b1c1d;
|
|
1679
1692
|
color: #b0620f;
|
|
1680
1693
|
}
|
|
1681
1694
|
|
|
1682
1695
|
/* Inverted Basic Tags */
|
|
1683
1696
|
.ui.inverted.basic.tag.labels .brown.label,
|
|
1684
1697
|
.ui.ui.ui.inverted.brown.basic.tag.label {
|
|
1685
|
-
border: 1px solid #
|
|
1698
|
+
border: 1px solid #d67c1c;
|
|
1686
1699
|
}
|
|
1687
|
-
.ui.inverted.basic.tag.labels .brown.label
|
|
1688
|
-
.ui.ui.ui.inverted.brown.basic.tag.label
|
|
1700
|
+
.ui.inverted.basic.tag.labels .brown.label::before,
|
|
1701
|
+
.ui.ui.ui.inverted.brown.basic.tag.label::before {
|
|
1689
1702
|
border-color: inherit;
|
|
1690
1703
|
border-width: 1px 0 0 1px;
|
|
1691
1704
|
border-style: inherit;
|
|
1692
|
-
background-color: #
|
|
1705
|
+
background-color: #1b1c1d;
|
|
1693
1706
|
right: calc(100% + 1px);
|
|
1694
1707
|
}
|
|
1695
1708
|
.ui.grey.labels .label,
|
|
1696
1709
|
.ui.ui.ui.grey.label {
|
|
1697
1710
|
background-color: #767676;
|
|
1698
1711
|
border-color: #767676;
|
|
1699
|
-
color: #
|
|
1712
|
+
color: #fff;
|
|
1700
1713
|
}
|
|
1701
1714
|
|
|
1702
1715
|
/* Link */
|
|
@@ -1704,7 +1717,7 @@ a.ui.ui.ui.inverted.basic.brown.label:hover {
|
|
|
1704
1717
|
a.ui.ui.ui.grey.label:hover {
|
|
1705
1718
|
background-color: #838383;
|
|
1706
1719
|
border-color: #838383;
|
|
1707
|
-
color: #
|
|
1720
|
+
color: #fff;
|
|
1708
1721
|
}
|
|
1709
1722
|
|
|
1710
1723
|
/* Ribbon */
|
|
@@ -1715,13 +1728,13 @@ a.ui.ui.ui.grey.label:hover {
|
|
|
1715
1728
|
/* Basic */
|
|
1716
1729
|
.ui.basic.labels .grey.label,
|
|
1717
1730
|
.ui.ui.ui.basic.grey.label {
|
|
1718
|
-
background: none #
|
|
1731
|
+
background: none #fff;
|
|
1719
1732
|
border-color: #767676;
|
|
1720
1733
|
color: #767676;
|
|
1721
1734
|
}
|
|
1722
1735
|
.ui.basic.labels a.grey.label:hover,
|
|
1723
1736
|
a.ui.ui.ui.basic.grey.label:hover {
|
|
1724
|
-
background: none #
|
|
1737
|
+
background: none #fff;
|
|
1725
1738
|
border-color: #838383;
|
|
1726
1739
|
color: #838383;
|
|
1727
1740
|
}
|
|
@@ -1729,9 +1742,9 @@ a.ui.ui.ui.basic.grey.label:hover {
|
|
|
1729
1742
|
/* Inverted */
|
|
1730
1743
|
.ui.inverted.labels .grey.label,
|
|
1731
1744
|
.ui.ui.ui.inverted.grey.label {
|
|
1732
|
-
background-color: #
|
|
1733
|
-
border-color: #
|
|
1734
|
-
color: #
|
|
1745
|
+
background-color: #dcddde;
|
|
1746
|
+
border-color: #dcddde;
|
|
1747
|
+
color: #1b1c1d;
|
|
1735
1748
|
}
|
|
1736
1749
|
|
|
1737
1750
|
/* Inverted Link */
|
|
@@ -1739,7 +1752,7 @@ a.ui.ui.ui.basic.grey.label:hover {
|
|
|
1739
1752
|
a.ui.ui.ui.inverted.grey.label:hover {
|
|
1740
1753
|
background-color: #c2c4c5;
|
|
1741
1754
|
border-color: #c2c4c5;
|
|
1742
|
-
color: #
|
|
1755
|
+
color: #fff;
|
|
1743
1756
|
}
|
|
1744
1757
|
|
|
1745
1758
|
/* Inverted Ribbon */
|
|
@@ -1750,34 +1763,34 @@ a.ui.ui.ui.inverted.grey.label:hover {
|
|
|
1750
1763
|
/* Inverted Basic */
|
|
1751
1764
|
.ui.inverted.basic.labels .grey.label,
|
|
1752
1765
|
.ui.ui.ui.inverted.basic.grey.label {
|
|
1753
|
-
background-color: #
|
|
1754
|
-
border-color: #
|
|
1766
|
+
background-color: #1b1c1d;
|
|
1767
|
+
border-color: #dcddde;
|
|
1755
1768
|
color: rgba(255, 255, 255, 0.9);
|
|
1756
1769
|
}
|
|
1757
1770
|
.ui.inverted.basic.labels a.grey.label:hover,
|
|
1758
1771
|
a.ui.ui.ui.inverted.basic.grey.label:hover {
|
|
1759
1772
|
border-color: #c2c4c5;
|
|
1760
|
-
background-color: #
|
|
1773
|
+
background-color: #1b1c1d;
|
|
1761
1774
|
}
|
|
1762
1775
|
|
|
1763
1776
|
/* Inverted Basic Tags */
|
|
1764
1777
|
.ui.inverted.basic.tag.labels .grey.label,
|
|
1765
1778
|
.ui.ui.ui.inverted.grey.basic.tag.label {
|
|
1766
|
-
border: 1px solid #
|
|
1779
|
+
border: 1px solid #dcddde;
|
|
1767
1780
|
}
|
|
1768
|
-
.ui.inverted.basic.tag.labels .grey.label
|
|
1769
|
-
.ui.ui.ui.inverted.grey.basic.tag.label
|
|
1781
|
+
.ui.inverted.basic.tag.labels .grey.label::before,
|
|
1782
|
+
.ui.ui.ui.inverted.grey.basic.tag.label::before {
|
|
1770
1783
|
border-color: inherit;
|
|
1771
1784
|
border-width: 1px 0 0 1px;
|
|
1772
1785
|
border-style: inherit;
|
|
1773
|
-
background-color: #
|
|
1786
|
+
background-color: #1b1c1d;
|
|
1774
1787
|
right: calc(100% + 1px);
|
|
1775
1788
|
}
|
|
1776
1789
|
.ui.black.labels .label,
|
|
1777
1790
|
.ui.ui.ui.black.label {
|
|
1778
|
-
background-color: #
|
|
1779
|
-
border-color: #
|
|
1780
|
-
color: #
|
|
1791
|
+
background-color: #1b1c1d;
|
|
1792
|
+
border-color: #1b1c1d;
|
|
1793
|
+
color: #fff;
|
|
1781
1794
|
}
|
|
1782
1795
|
|
|
1783
1796
|
/* Link */
|
|
@@ -1785,7 +1798,7 @@ a.ui.ui.ui.inverted.basic.grey.label:hover {
|
|
|
1785
1798
|
a.ui.ui.ui.black.label:hover {
|
|
1786
1799
|
background-color: #27292a;
|
|
1787
1800
|
border-color: #27292a;
|
|
1788
|
-
color: #
|
|
1801
|
+
color: #fff;
|
|
1789
1802
|
}
|
|
1790
1803
|
|
|
1791
1804
|
/* Ribbon */
|
|
@@ -1796,13 +1809,13 @@ a.ui.ui.ui.black.label:hover {
|
|
|
1796
1809
|
/* Basic */
|
|
1797
1810
|
.ui.basic.labels .black.label,
|
|
1798
1811
|
.ui.ui.ui.basic.black.label {
|
|
1799
|
-
background: none #
|
|
1800
|
-
border-color: #
|
|
1801
|
-
color: #
|
|
1812
|
+
background: none #fff;
|
|
1813
|
+
border-color: #1b1c1d;
|
|
1814
|
+
color: #1b1c1d;
|
|
1802
1815
|
}
|
|
1803
1816
|
.ui.basic.labels a.black.label:hover,
|
|
1804
1817
|
a.ui.ui.ui.basic.black.label:hover {
|
|
1805
|
-
background: none #
|
|
1818
|
+
background: none #fff;
|
|
1806
1819
|
border-color: #27292a;
|
|
1807
1820
|
color: #27292a;
|
|
1808
1821
|
}
|
|
@@ -1812,7 +1825,7 @@ a.ui.ui.ui.basic.black.label:hover {
|
|
|
1812
1825
|
.ui.ui.ui.inverted.black.label {
|
|
1813
1826
|
background-color: #545454;
|
|
1814
1827
|
border-color: #545454;
|
|
1815
|
-
color: #
|
|
1828
|
+
color: #1b1c1d;
|
|
1816
1829
|
}
|
|
1817
1830
|
|
|
1818
1831
|
/* Inverted Link */
|
|
@@ -1820,7 +1833,7 @@ a.ui.ui.ui.basic.black.label:hover {
|
|
|
1820
1833
|
a.ui.ui.ui.inverted.black.label:hover {
|
|
1821
1834
|
background-color: #000000;
|
|
1822
1835
|
border-color: #000000;
|
|
1823
|
-
color: #
|
|
1836
|
+
color: #fff;
|
|
1824
1837
|
}
|
|
1825
1838
|
|
|
1826
1839
|
/* Inverted Ribbon */
|
|
@@ -1831,14 +1844,14 @@ a.ui.ui.ui.inverted.black.label:hover {
|
|
|
1831
1844
|
/* Inverted Basic */
|
|
1832
1845
|
.ui.inverted.basic.labels .black.label,
|
|
1833
1846
|
.ui.ui.ui.inverted.basic.black.label {
|
|
1834
|
-
background-color: #
|
|
1847
|
+
background-color: #1b1c1d;
|
|
1835
1848
|
border-color: #545454;
|
|
1836
1849
|
color: rgba(255, 255, 255, 0.9);
|
|
1837
1850
|
}
|
|
1838
1851
|
.ui.inverted.basic.labels a.black.label:hover,
|
|
1839
1852
|
a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
1840
1853
|
border-color: #000000;
|
|
1841
|
-
background-color: #
|
|
1854
|
+
background-color: #1b1c1d;
|
|
1842
1855
|
}
|
|
1843
1856
|
|
|
1844
1857
|
/* Inverted Basic Tags */
|
|
@@ -1846,19 +1859,18 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
1846
1859
|
.ui.ui.ui.inverted.black.basic.tag.label {
|
|
1847
1860
|
border: 1px solid #545454;
|
|
1848
1861
|
}
|
|
1849
|
-
.ui.inverted.basic.tag.labels .black.label
|
|
1850
|
-
.ui.ui.ui.inverted.black.basic.tag.label
|
|
1862
|
+
.ui.inverted.basic.tag.labels .black.label::before,
|
|
1863
|
+
.ui.ui.ui.inverted.black.basic.tag.label::before {
|
|
1851
1864
|
border-color: inherit;
|
|
1852
1865
|
border-width: 1px 0 0 1px;
|
|
1853
1866
|
border-style: inherit;
|
|
1854
|
-
background-color: #
|
|
1867
|
+
background-color: #1b1c1d;
|
|
1855
1868
|
right: calc(100% + 1px);
|
|
1856
1869
|
}
|
|
1857
1870
|
|
|
1858
|
-
|
|
1871
|
+
/* -------------------
|
|
1859
1872
|
Horizontal
|
|
1860
|
-
|
|
1861
|
-
|
|
1873
|
+
-------------------- */
|
|
1862
1874
|
.ui.horizontal.labels .label,
|
|
1863
1875
|
.ui.horizontal.label {
|
|
1864
1876
|
margin: 0 0.5em 0 0;
|
|
@@ -1867,10 +1879,9 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
1867
1879
|
text-align: center;
|
|
1868
1880
|
}
|
|
1869
1881
|
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1882
|
+
/* -------------------
|
|
1883
|
+
Circular
|
|
1884
|
+
-------------------- */
|
|
1874
1885
|
.ui.circular.labels .label,
|
|
1875
1886
|
.ui.circular.label {
|
|
1876
1887
|
min-width: 2em;
|
|
@@ -1890,17 +1901,16 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
1890
1901
|
vertical-align: baseline;
|
|
1891
1902
|
}
|
|
1892
1903
|
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1904
|
+
/* -------------------
|
|
1905
|
+
Pointing
|
|
1906
|
+
-------------------- */
|
|
1897
1907
|
.ui.pointing.label {
|
|
1898
1908
|
position: relative;
|
|
1899
1909
|
}
|
|
1900
1910
|
.ui.attached.pointing.label {
|
|
1901
1911
|
position: absolute;
|
|
1902
1912
|
}
|
|
1903
|
-
.ui.pointing.label
|
|
1913
|
+
.ui.pointing.label::before {
|
|
1904
1914
|
background-color: inherit;
|
|
1905
1915
|
background-image: inherit;
|
|
1906
1916
|
border-width: 0;
|
|
@@ -1909,78 +1919,67 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
1909
1919
|
}
|
|
1910
1920
|
|
|
1911
1921
|
/* Arrow */
|
|
1912
|
-
.ui.pointing.label
|
|
1922
|
+
.ui.pointing.label::before {
|
|
1913
1923
|
position: absolute;
|
|
1914
|
-
content:
|
|
1915
|
-
|
|
1916
|
-
transform: rotate(45deg);
|
|
1924
|
+
content: "";
|
|
1925
|
+
transform: rotate(45deg);
|
|
1917
1926
|
background-image: none;
|
|
1918
1927
|
z-index: 2;
|
|
1919
1928
|
width: 0.6666em;
|
|
1920
1929
|
height: 0.6666em;
|
|
1921
|
-
-webkit-transition: none;
|
|
1922
1930
|
transition: none;
|
|
1923
1931
|
}
|
|
1924
1932
|
|
|
1925
|
-
|
|
1926
|
-
|
|
1933
|
+
/* --- Above --- */
|
|
1927
1934
|
.ui.pointing.label,
|
|
1928
1935
|
.ui[class*="pointing above"].label {
|
|
1929
1936
|
margin-top: 1em;
|
|
1930
1937
|
}
|
|
1931
|
-
.ui.pointing.label
|
|
1932
|
-
.ui[class*="pointing above"].label
|
|
1938
|
+
.ui.pointing.label::before,
|
|
1939
|
+
.ui[class*="pointing above"].label::before {
|
|
1933
1940
|
border-width: 1px 0 0 1px;
|
|
1934
|
-
|
|
1935
|
-
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1941
|
+
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1936
1942
|
top: 0;
|
|
1937
1943
|
left: 50%;
|
|
1938
1944
|
}
|
|
1939
1945
|
|
|
1940
|
-
|
|
1941
|
-
|
|
1946
|
+
/* --- Below --- */
|
|
1942
1947
|
.ui[class*="bottom pointing"].label,
|
|
1943
1948
|
.ui[class*="pointing below"].label {
|
|
1944
1949
|
margin-top: 0;
|
|
1945
1950
|
margin-bottom: 1em;
|
|
1946
1951
|
}
|
|
1947
|
-
.ui[class*="bottom pointing"].label
|
|
1948
|
-
.ui[class*="pointing below"].label
|
|
1952
|
+
.ui[class*="bottom pointing"].label::before,
|
|
1953
|
+
.ui[class*="pointing below"].label::before {
|
|
1949
1954
|
border-width: 0 1px 1px 0;
|
|
1950
|
-
top: auto;
|
|
1951
1955
|
right: auto;
|
|
1952
|
-
|
|
1953
|
-
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1956
|
+
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1954
1957
|
top: 100%;
|
|
1955
1958
|
left: 50%;
|
|
1956
1959
|
}
|
|
1957
1960
|
|
|
1958
|
-
|
|
1959
|
-
|
|
1961
|
+
/* --- Left --- */
|
|
1960
1962
|
.ui[class*="left pointing"].label {
|
|
1961
1963
|
margin-top: 0;
|
|
1962
1964
|
margin-left: 0.6666em;
|
|
1963
1965
|
}
|
|
1964
|
-
.ui[class*="left pointing"].label
|
|
1966
|
+
.ui[class*="left pointing"].label::before {
|
|
1965
1967
|
border-width: 0 0 1px 1px;
|
|
1966
|
-
|
|
1967
|
-
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1968
|
+
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1968
1969
|
bottom: auto;
|
|
1969
1970
|
right: auto;
|
|
1970
1971
|
top: 50%;
|
|
1971
1972
|
left: 0;
|
|
1972
1973
|
}
|
|
1973
1974
|
|
|
1974
|
-
|
|
1975
|
-
|
|
1975
|
+
/* --- Right --- */
|
|
1976
1976
|
.ui[class*="right pointing"].label {
|
|
1977
1977
|
margin-top: 0;
|
|
1978
1978
|
margin-right: 0.6666em;
|
|
1979
1979
|
}
|
|
1980
|
-
.ui[class*="right pointing"].label
|
|
1980
|
+
.ui[class*="right pointing"].label::before {
|
|
1981
1981
|
border-width: 1px 1px 0 0;
|
|
1982
|
-
|
|
1983
|
-
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
1982
|
+
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
1984
1983
|
top: 50%;
|
|
1985
1984
|
right: 0;
|
|
1986
1985
|
bottom: auto;
|
|
@@ -1989,72 +1988,62 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
1989
1988
|
|
|
1990
1989
|
/* Basic Pointing */
|
|
1991
1990
|
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
.ui.basic
|
|
1995
|
-
.ui.basic[class*="pointing above"].label:before {
|
|
1991
|
+
/* --- Above --- */
|
|
1992
|
+
.ui.basic.pointing.label::before,
|
|
1993
|
+
.ui.basic[class*="pointing above"].label::before {
|
|
1996
1994
|
margin-top: -1px;
|
|
1997
1995
|
}
|
|
1998
1996
|
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
.ui.basic[class*="
|
|
2002
|
-
.ui.basic[class*="pointing below"].label:before {
|
|
1997
|
+
/* --- Below --- */
|
|
1998
|
+
.ui.basic[class*="bottom pointing"].label::before,
|
|
1999
|
+
.ui.basic[class*="pointing below"].label::before {
|
|
2003
2000
|
bottom: auto;
|
|
2004
2001
|
top: 100%;
|
|
2005
2002
|
margin-top: 1px;
|
|
2006
2003
|
}
|
|
2007
2004
|
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
.ui.basic[class*="left pointing"].label:before {
|
|
2005
|
+
/* --- Left --- */
|
|
2006
|
+
.ui.basic[class*="left pointing"].label::before {
|
|
2011
2007
|
top: 50%;
|
|
2012
2008
|
left: -1px;
|
|
2013
2009
|
}
|
|
2014
2010
|
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
.ui.basic[class*="right pointing"].label:before {
|
|
2011
|
+
/* --- Right --- */
|
|
2012
|
+
.ui.basic[class*="right pointing"].label::before {
|
|
2018
2013
|
top: 50%;
|
|
2019
2014
|
right: -1px;
|
|
2020
2015
|
}
|
|
2021
2016
|
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2017
|
+
/* ------------------
|
|
2018
|
+
Floating Label
|
|
2019
|
+
------------------- */
|
|
2026
2020
|
.ui.floating.label {
|
|
2027
2021
|
position: absolute;
|
|
2028
2022
|
z-index: 100;
|
|
2029
2023
|
top: -1em;
|
|
2030
2024
|
right: 0;
|
|
2031
2025
|
white-space: nowrap;
|
|
2032
|
-
|
|
2033
|
-
transform: translateX(50%);
|
|
2026
|
+
transform: translateX(50%);
|
|
2034
2027
|
}
|
|
2035
2028
|
.ui.right.aligned.floating.label {
|
|
2036
|
-
|
|
2037
|
-
transform: translateX(1.2em);
|
|
2029
|
+
transform: translateX(1.2em);
|
|
2038
2030
|
}
|
|
2039
2031
|
.ui.left.floating.label {
|
|
2040
2032
|
left: 0;
|
|
2041
2033
|
right: auto;
|
|
2042
|
-
|
|
2043
|
-
transform: translateX(-50%);
|
|
2034
|
+
transform: translateX(-50%);
|
|
2044
2035
|
}
|
|
2045
2036
|
.ui.left.aligned.floating.label {
|
|
2046
|
-
|
|
2047
|
-
transform: translateX(-1.2em);
|
|
2037
|
+
transform: translateX(-1.2em);
|
|
2048
2038
|
}
|
|
2049
2039
|
.ui.bottom.floating.label {
|
|
2050
2040
|
top: auto;
|
|
2051
2041
|
bottom: -1em;
|
|
2052
2042
|
}
|
|
2053
2043
|
|
|
2054
|
-
|
|
2044
|
+
/* -------------------
|
|
2055
2045
|
Sizes
|
|
2056
|
-
|
|
2057
|
-
|
|
2046
|
+
-------------------- */
|
|
2058
2047
|
.ui.labels .label,
|
|
2059
2048
|
.ui.label {
|
|
2060
2049
|
font-size: 0.85714286rem;
|