semantic-ui 0.0.1
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.
- checksums.yaml +7 -0
- data/lib/semantic-ui.rb +8 -0
- data/lib/semantic-ui/version.rb +5 -0
- data/vendor/assets/fonts/icons.eot +0 -0
- data/vendor/assets/fonts/icons.svg +450 -0
- data/vendor/assets/fonts/icons.ttf +0 -0
- data/vendor/assets/fonts/icons.woff +0 -0
- data/vendor/assets/images/loader-large-inverted.gif +0 -0
- data/vendor/assets/images/loader-large.gif +0 -0
- data/vendor/assets/images/loader-medium-inverted.gif +0 -0
- data/vendor/assets/images/loader-medium.gif +0 -0
- data/vendor/assets/images/loader-mini-inverted.gif +0 -0
- data/vendor/assets/images/loader-mini.gif +0 -0
- data/vendor/assets/images/loader-small-inverted.gif +0 -0
- data/vendor/assets/images/loader-small.gif +0 -0
- data/vendor/assets/javascripts/modules/accordion.js +411 -0
- data/vendor/assets/javascripts/modules/behavior/api.js +666 -0
- data/vendor/assets/javascripts/modules/behavior/colorize.js +271 -0
- data/vendor/assets/javascripts/modules/behavior/form.js +703 -0
- data/vendor/assets/javascripts/modules/behavior/state.js +752 -0
- data/vendor/assets/javascripts/modules/chatroom.js +766 -0
- data/vendor/assets/javascripts/modules/checkbox.js +348 -0
- data/vendor/assets/javascripts/modules/dimmer.js +524 -0
- data/vendor/assets/javascripts/modules/dropdown.js +707 -0
- data/vendor/assets/javascripts/modules/modal.js +478 -0
- data/vendor/assets/javascripts/modules/nag.js +542 -0
- data/vendor/assets/javascripts/modules/popup.js +721 -0
- data/vendor/assets/javascripts/modules/rating.js +358 -0
- data/vendor/assets/javascripts/modules/search.js +769 -0
- data/vendor/assets/javascripts/modules/shape.js +776 -0
- data/vendor/assets/javascripts/modules/sidebar.js +489 -0
- data/vendor/assets/javascripts/modules/tab.js +674 -0
- data/vendor/assets/javascripts/modules/transition.js +650 -0
- data/vendor/assets/javascripts/modules/video.js +459 -0
- data/vendor/assets/javascripts/semantic-ui.js +1 -0
- data/vendor/assets/stylesheets/collections/breadcrumb.less +79 -0
- data/vendor/assets/stylesheets/collections/form.less +536 -0
- data/vendor/assets/stylesheets/collections/grid.less +655 -0
- data/vendor/assets/stylesheets/collections/menu.less +1765 -0
- data/vendor/assets/stylesheets/collections/message.less +337 -0
- data/vendor/assets/stylesheets/collections/table.less +532 -0
- data/vendor/assets/stylesheets/elements/button.less +1190 -0
- data/vendor/assets/stylesheets/elements/divider.less +200 -0
- data/vendor/assets/stylesheets/elements/header.less +325 -0
- data/vendor/assets/stylesheets/elements/icon.less +484 -0
- data/vendor/assets/stylesheets/elements/image.less +170 -0
- data/vendor/assets/stylesheets/elements/input.less +300 -0
- data/vendor/assets/stylesheets/elements/label.less +824 -0
- data/vendor/assets/stylesheets/elements/loader.less +178 -0
- data/vendor/assets/stylesheets/elements/progress.less +353 -0
- data/vendor/assets/stylesheets/elements/segment.less +465 -0
- data/vendor/assets/stylesheets/elements/step.less +294 -0
- data/vendor/assets/stylesheets/modules/accordion.less +135 -0
- data/vendor/assets/stylesheets/modules/chatroom.less +271 -0
- data/vendor/assets/stylesheets/modules/checkbox.less +380 -0
- data/vendor/assets/stylesheets/modules/dimmer.less +230 -0
- data/vendor/assets/stylesheets/modules/dropdown.less +506 -0
- data/vendor/assets/stylesheets/modules/modal.less +160 -0
- data/vendor/assets/stylesheets/modules/nag.less +175 -0
- data/vendor/assets/stylesheets/modules/popup.less +238 -0
- data/vendor/assets/stylesheets/modules/rating.less +151 -0
- data/vendor/assets/stylesheets/modules/reveal.less +367 -0
- data/vendor/assets/stylesheets/modules/search.less +275 -0
- data/vendor/assets/stylesheets/modules/shape.less +115 -0
- data/vendor/assets/stylesheets/modules/sidebar.less +147 -0
- data/vendor/assets/stylesheets/modules/tab.less +59 -0
- data/vendor/assets/stylesheets/modules/transition.less +839 -0
- data/vendor/assets/stylesheets/modules/video.less +99 -0
- data/vendor/assets/stylesheets/semantic-ui.less +1 -0
- data/vendor/assets/stylesheets/views/comment.less +221 -0
- data/vendor/assets/stylesheets/views/feed.less +151 -0
- data/vendor/assets/stylesheets/views/item.less +641 -0
- data/vendor/assets/stylesheets/views/list.less +508 -0
- data/vendor/assets/stylesheets/views/statistic.css +27 -0
- metadata +187 -0
@@ -0,0 +1,824 @@
|
|
1
|
+
/*
|
2
|
+
* # Semantic Label - Flat
|
3
|
+
* http://github.com/quirkyinc/semantic
|
4
|
+
*
|
5
|
+
*
|
6
|
+
* Copyright 2013 Contributors
|
7
|
+
* Released under the MIT license
|
8
|
+
* http://opensource.org/licenses/MIT
|
9
|
+
*
|
10
|
+
* Released: April 26 2013
|
11
|
+
*/
|
12
|
+
|
13
|
+
/*******************************
|
14
|
+
Label
|
15
|
+
*******************************/
|
16
|
+
|
17
|
+
.ui.label {
|
18
|
+
display: inline-block;
|
19
|
+
vertical-align: middle;
|
20
|
+
|
21
|
+
margin: -0.25em 0.25em 0em;
|
22
|
+
|
23
|
+
background-color: #E8E8E8;
|
24
|
+
border-color: #E8E8E8;
|
25
|
+
|
26
|
+
padding: 0.5em 0.8em;
|
27
|
+
color: rgba(0, 0, 0, 0.65);
|
28
|
+
|
29
|
+
text-transform: uppercase;
|
30
|
+
font-weight: normal;
|
31
|
+
|
32
|
+
-webkit-border-radius: 0.325em;
|
33
|
+
-moz-border-radius: 0.325em;
|
34
|
+
border-radius: 0.325em;
|
35
|
+
|
36
|
+
-webkit-box-sizing: border-box;
|
37
|
+
-moz-box-sizing: border-box;
|
38
|
+
-ms-box-sizing: border-box;
|
39
|
+
box-sizing: border-box;
|
40
|
+
|
41
|
+
-webkit-transition:
|
42
|
+
background 0.1s linear
|
43
|
+
;
|
44
|
+
-moz-transition:
|
45
|
+
background 0.1s linear
|
46
|
+
;
|
47
|
+
-o-transition:
|
48
|
+
background 0.1s linear
|
49
|
+
;
|
50
|
+
-ms-transition:
|
51
|
+
background 0.1s linear
|
52
|
+
;
|
53
|
+
transition:
|
54
|
+
background 0.1s linear
|
55
|
+
;
|
56
|
+
}
|
57
|
+
|
58
|
+
.ui.label:first-child {
|
59
|
+
margin-left: 0em;
|
60
|
+
}
|
61
|
+
.ui.label:last-child {
|
62
|
+
margin-right: 0em;
|
63
|
+
}
|
64
|
+
|
65
|
+
|
66
|
+
/* Link */
|
67
|
+
a.ui.label {
|
68
|
+
cursor: pointer;
|
69
|
+
}
|
70
|
+
|
71
|
+
/* Detail */
|
72
|
+
.ui.label .detail {
|
73
|
+
display: inline-block;
|
74
|
+
margin-left: 0.5em;
|
75
|
+
font-weight: bold;
|
76
|
+
opacity: 0.8;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* Icon */
|
80
|
+
.ui.label .icon {
|
81
|
+
width: auto;
|
82
|
+
}
|
83
|
+
|
84
|
+
/* Removable label */
|
85
|
+
.ui.label .delete.icon {
|
86
|
+
cursor: pointer;
|
87
|
+
margin: 0em 0em 0em 0.5em;
|
88
|
+
opacity: 0.7;
|
89
|
+
|
90
|
+
-webkit-transition:
|
91
|
+
background 0.1s linear
|
92
|
+
;
|
93
|
+
-moz-transition:
|
94
|
+
background 0.1s linear
|
95
|
+
;
|
96
|
+
-o-transition:
|
97
|
+
background 0.1s linear
|
98
|
+
;
|
99
|
+
-ms-transition:
|
100
|
+
background 0.1s linear
|
101
|
+
;
|
102
|
+
transition:
|
103
|
+
background 0.1s linear
|
104
|
+
;
|
105
|
+
}
|
106
|
+
.ui.label .delete.icon:hover {
|
107
|
+
opacity: 0.99;
|
108
|
+
}
|
109
|
+
|
110
|
+
/*******************************
|
111
|
+
Types
|
112
|
+
*******************************/
|
113
|
+
|
114
|
+
.ui.image.label {
|
115
|
+
width: auto !important;
|
116
|
+
margin-top: 0em;
|
117
|
+
margin-bottom: 0em;
|
118
|
+
|
119
|
+
padding-top: 0.4em;
|
120
|
+
padding-bottom: 0.4em;
|
121
|
+
|
122
|
+
line-height: 1.5em;
|
123
|
+
vertical-align: baseline;
|
124
|
+
text-transform: none;
|
125
|
+
|
126
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
|
127
|
+
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
|
128
|
+
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
|
129
|
+
}
|
130
|
+
.ui.image.label img {
|
131
|
+
display: inline-block;
|
132
|
+
height: 2.5em;
|
133
|
+
margin: -0.4em 0.8em -0.4em -0.8em;
|
134
|
+
vertical-align: top;
|
135
|
+
|
136
|
+
-moz-border-radius: 0.325em 0em 0em 0.325em;
|
137
|
+
-webkit-border-radius: 0.325em 0em 0em 0.325em;
|
138
|
+
border-radius: 0.325em 0em 0em 0.325em;
|
139
|
+
}
|
140
|
+
|
141
|
+
/*******************************
|
142
|
+
States
|
143
|
+
*******************************/
|
144
|
+
|
145
|
+
/*-------------------
|
146
|
+
Disabled
|
147
|
+
--------------------*/
|
148
|
+
|
149
|
+
.ui.label.disabled {
|
150
|
+
opacity: 0.5;
|
151
|
+
}
|
152
|
+
|
153
|
+
|
154
|
+
/*-------------------
|
155
|
+
Hover
|
156
|
+
--------------------*/
|
157
|
+
|
158
|
+
a.ui.labels .label:hover,
|
159
|
+
a.ui.label:hover {
|
160
|
+
background-color: #E0E0E0;
|
161
|
+
border-color: #E0E0E0;
|
162
|
+
color: rgba(0, 0, 0, 0.7);
|
163
|
+
}
|
164
|
+
.ui.labels a.label:hover:before,
|
165
|
+
a.ui.label:hover:before {
|
166
|
+
background-color: #E0E0E0;
|
167
|
+
color: rgba(0, 0, 0, 0.7);
|
168
|
+
}
|
169
|
+
|
170
|
+
/*-------------------
|
171
|
+
Visible
|
172
|
+
--------------------*/
|
173
|
+
|
174
|
+
.ui.labels.visible .label,
|
175
|
+
.ui.label.visible {
|
176
|
+
display: inline-block !important;
|
177
|
+
}
|
178
|
+
|
179
|
+
/*-------------------
|
180
|
+
Hidden
|
181
|
+
--------------------*/
|
182
|
+
|
183
|
+
.ui.labels.hidden .label,
|
184
|
+
.ui.label.hidden {
|
185
|
+
display: none !important;
|
186
|
+
}
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
/*******************************
|
191
|
+
Variations
|
192
|
+
*******************************/
|
193
|
+
|
194
|
+
|
195
|
+
/*-------------------
|
196
|
+
Tag
|
197
|
+
--------------------*/
|
198
|
+
|
199
|
+
.ui.tag.labels .label,
|
200
|
+
.ui.tag.label {
|
201
|
+
margin-left: 1em;
|
202
|
+
position: relative;
|
203
|
+
padding: 0.33em 1.3em 0.33em 1.4em;
|
204
|
+
|
205
|
+
-webkit-border-radius: 0px 3px 3px 0px;
|
206
|
+
-moz-border-radius: 0px 3px 3px 0px;
|
207
|
+
border-radius: 0px 3px 3px 0px;
|
208
|
+
}
|
209
|
+
.ui.tag.labels .label:before,
|
210
|
+
.ui.tag.label:before {
|
211
|
+
position: absolute;
|
212
|
+
top: 0.3em;
|
213
|
+
left: 0.3em;
|
214
|
+
content: '';
|
215
|
+
|
216
|
+
margin-left: -1em;
|
217
|
+
background-image: none;
|
218
|
+
|
219
|
+
width: 1.5em;
|
220
|
+
height: 1.5em;
|
221
|
+
|
222
|
+
-webkit-transform: rotate(45deg);
|
223
|
+
-moz-transform: rotate(45deg);
|
224
|
+
transform: rotate(45deg);
|
225
|
+
|
226
|
+
-webkit-transition:
|
227
|
+
background 0.1s linear
|
228
|
+
;
|
229
|
+
-moz-transition:
|
230
|
+
background 0.1s linear
|
231
|
+
;
|
232
|
+
-o-transition:
|
233
|
+
background 0.1s linear
|
234
|
+
;
|
235
|
+
-ms-transition:
|
236
|
+
background 0.1s linear
|
237
|
+
;
|
238
|
+
transition:
|
239
|
+
background 0.1s linear
|
240
|
+
;
|
241
|
+
}
|
242
|
+
|
243
|
+
|
244
|
+
.ui.tag.labels .label:after,
|
245
|
+
.ui.tag.label:after {
|
246
|
+
position: absolute;
|
247
|
+
content: '';
|
248
|
+
top: 50%;
|
249
|
+
left: -0.25em;
|
250
|
+
|
251
|
+
margin-top: -0.3em;
|
252
|
+
background-color: #FFFFFF;
|
253
|
+
width: 0.55em;
|
254
|
+
height: 0.55em;
|
255
|
+
|
256
|
+
-webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
|
257
|
+
-moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
|
258
|
+
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
|
259
|
+
|
260
|
+
-moz-border-radius: 100px 100px 100px 100px;
|
261
|
+
-webkit-border-radius: 100px 100px 100px 100px;
|
262
|
+
border-radius: 100px 100px 100px 100px;
|
263
|
+
}
|
264
|
+
/*-------------------
|
265
|
+
Ribbon
|
266
|
+
--------------------*/
|
267
|
+
|
268
|
+
.ui.ribbon.label {
|
269
|
+
position: relative;
|
270
|
+
left: -2rem;
|
271
|
+
padding-left: 2rem;
|
272
|
+
-webkit-border-radius: 0px 4px 4px 0px;
|
273
|
+
-moz-border-radius: 0px 4px 4px 0px;
|
274
|
+
border-radius: 0px 4px 4px 0px;
|
275
|
+
}
|
276
|
+
|
277
|
+
.ui.ribbon.label:after {
|
278
|
+
position: absolute;
|
279
|
+
content: "";
|
280
|
+
|
281
|
+
top: 100%;
|
282
|
+
left: 0%;
|
283
|
+
|
284
|
+
border-top: 0em solid transparent;
|
285
|
+
border-right-width: 1em;
|
286
|
+
border-right-color: inherit;
|
287
|
+
border-right-style: solid;
|
288
|
+
border-bottom: 1em solid transparent;
|
289
|
+
border-left: 0em solid transparent;
|
290
|
+
|
291
|
+
width: 0em;
|
292
|
+
height: 0em;
|
293
|
+
}
|
294
|
+
|
295
|
+
/*-------------------
|
296
|
+
Attached
|
297
|
+
--------------------*/
|
298
|
+
|
299
|
+
.ui.top.attached.label,
|
300
|
+
.ui.attached.label {
|
301
|
+
width: 100%;
|
302
|
+
position: absolute;
|
303
|
+
margin: 0em;
|
304
|
+
top: 0em;
|
305
|
+
left: 0em;
|
306
|
+
-webkit-border-radius: 4px 4px 0em 0em;
|
307
|
+
-moz-border-radius: 4px 4px 0em 0em;
|
308
|
+
border-radius: 4px 4px 0em 0em;
|
309
|
+
}
|
310
|
+
.ui.bottom.attached.label {
|
311
|
+
top: auto;
|
312
|
+
bottom: 0em;
|
313
|
+
|
314
|
+
-webkit-border-radius: 0em 0em 4px 4px;
|
315
|
+
-moz-border-radius: 0em 0em 4px 4px;
|
316
|
+
border-radius: 0em 0em 4px 4px;
|
317
|
+
}
|
318
|
+
|
319
|
+
.ui.top.left.attached.label {
|
320
|
+
width: auto;
|
321
|
+
margin-top: 0em !important;
|
322
|
+
|
323
|
+
-webkit-border-radius: 4px 0em 4px 0em;
|
324
|
+
-moz-border-radius: 4px 0em 4px 0em;
|
325
|
+
border-radius: 4px 0em 4px 0em;
|
326
|
+
}
|
327
|
+
|
328
|
+
.ui.top.right.attached.label {
|
329
|
+
width: auto;
|
330
|
+
left: auto;
|
331
|
+
right: 0em;
|
332
|
+
|
333
|
+
-webkit-border-radius: 0em 4px 0em 4px;
|
334
|
+
-moz-border-radius: 0em 4px 0em 4px;
|
335
|
+
border-radius: 0em 4px 0em 4px;
|
336
|
+
}
|
337
|
+
.ui.bottom.left.attached.label {
|
338
|
+
width: auto;
|
339
|
+
top: auto;
|
340
|
+
bottom: 0em;
|
341
|
+
|
342
|
+
-webkit-border-radius: 4px 0em 0em 4px;
|
343
|
+
-moz-border-radius: 4px 0em 0em 4px;
|
344
|
+
border-radius: 4px 0em 0em 4px;
|
345
|
+
}
|
346
|
+
.ui.bottom.right.attached.label {
|
347
|
+
top: auto;
|
348
|
+
bottom: 0em;
|
349
|
+
left: auto;
|
350
|
+
right: 0em;
|
351
|
+
width: auto;
|
352
|
+
-webkit-border-radius: 4px 0em 4px 0em;
|
353
|
+
-moz-border-radius: 4px 0em 4px 0em;
|
354
|
+
border-radius: 4px 0em 4px 0em;
|
355
|
+
}
|
356
|
+
|
357
|
+
/*-------------------
|
358
|
+
Corner Label
|
359
|
+
--------------------*/
|
360
|
+
|
361
|
+
.ui.corner.label {
|
362
|
+
background-color: transparent;
|
363
|
+
position: absolute;
|
364
|
+
top: 0em;
|
365
|
+
right: 0em;
|
366
|
+
z-index: 10;
|
367
|
+
margin: 0em;
|
368
|
+
|
369
|
+
font-size: 0.9em;
|
370
|
+
width: 1.75em;
|
371
|
+
height: 1.75em;
|
372
|
+
padding: 0em;
|
373
|
+
|
374
|
+
text-align: center;
|
375
|
+
|
376
|
+
-webkit-transition: color 0.2s ease;
|
377
|
+
-moz-transition: color 0.2s ease;
|
378
|
+
-o-transition: color 0.2s ease;
|
379
|
+
-ms-transition: color 0.2s ease;
|
380
|
+
transition: color 0.2s ease;
|
381
|
+
}
|
382
|
+
.ui.corner.label:after {
|
383
|
+
position: absolute;
|
384
|
+
content: "";
|
385
|
+
right: 0em;
|
386
|
+
top: 0em;
|
387
|
+
z-index: -1;
|
388
|
+
|
389
|
+
width: 0em;
|
390
|
+
height: 0em;
|
391
|
+
|
392
|
+
border-top: 0em solid transparent;
|
393
|
+
border-right: 2.75em solid transparent;
|
394
|
+
border-bottom: 2.75em solid transparent;
|
395
|
+
border-left: 0em solid transparent;
|
396
|
+
|
397
|
+
border-right-color: inherit;
|
398
|
+
|
399
|
+
-webkit-transition: border-color 0.2s ease;
|
400
|
+
-moz-transition: border-color 0.2s ease;
|
401
|
+
-o-transition: border-color 0.2s ease;
|
402
|
+
-ms-transition: border-color 0.2s ease;
|
403
|
+
transition: border-color 0.2s ease;
|
404
|
+
}
|
405
|
+
|
406
|
+
.ui.corner.label .icon {
|
407
|
+
margin: 0.35em 0em;
|
408
|
+
vertical-align: top;
|
409
|
+
}
|
410
|
+
.ui.corner.label .text {
|
411
|
+
display: inline-block;
|
412
|
+
margin: 0.7em 0em 0em 0em;
|
413
|
+
width: 2.5em;
|
414
|
+
|
415
|
+
font-size: 0.7em;
|
416
|
+
text-align: center;
|
417
|
+
|
418
|
+
-webkit-transform: rotate(45deg);
|
419
|
+
-moz-transform: rotate(45deg);
|
420
|
+
-o-transform: rotate(45deg);
|
421
|
+
-ms-transform: rotate(45deg);
|
422
|
+
transform: rotate(45deg);
|
423
|
+
}
|
424
|
+
|
425
|
+
/* Left Corner */
|
426
|
+
.ui.left.corner.label,
|
427
|
+
.ui.left.corner.label:after {
|
428
|
+
right: auto;
|
429
|
+
left: 0em;
|
430
|
+
}
|
431
|
+
.ui.left.corner.label:after {
|
432
|
+
border-top: 2.75em solid transparent;
|
433
|
+
border-right: 2.75em solid transparent;
|
434
|
+
border-bottom: 0em solid transparent;
|
435
|
+
border-left: 0em solid transparent;
|
436
|
+
|
437
|
+
border-top-color: inherit;
|
438
|
+
}
|
439
|
+
.ui.left.corner.label .text {
|
440
|
+
-webkit-transform: rotate(-45deg);
|
441
|
+
-moz-transform: rotate(-45deg);
|
442
|
+
-o-transform: rotate(-45deg);
|
443
|
+
-ms-transform: rotate(-45deg);
|
444
|
+
transform: rotate(-45deg);
|
445
|
+
}
|
446
|
+
|
447
|
+
|
448
|
+
/* Hover */
|
449
|
+
.ui.corner.label:hover {
|
450
|
+
background-color: transparent;
|
451
|
+
}
|
452
|
+
|
453
|
+
|
454
|
+
/*-------------------
|
455
|
+
Fluid
|
456
|
+
--------------------*/
|
457
|
+
|
458
|
+
.ui.label.fluid,
|
459
|
+
.ui.fluid.labels > .label {
|
460
|
+
width: 100%;
|
461
|
+
-webkit-box-sizing: border-box;
|
462
|
+
-moz-box-sizing: border-box;
|
463
|
+
-ms-box-sizing: border-box;
|
464
|
+
box-sizing: border-box;
|
465
|
+
}
|
466
|
+
|
467
|
+
/*-------------------
|
468
|
+
Inverted
|
469
|
+
--------------------*/
|
470
|
+
|
471
|
+
.ui.inverted.labels .label,
|
472
|
+
.ui.inverted.label {
|
473
|
+
color: #FFFFFF !important;
|
474
|
+
}
|
475
|
+
|
476
|
+
/*-------------------
|
477
|
+
Colors
|
478
|
+
--------------------*/
|
479
|
+
|
480
|
+
/*--- Black ---*/
|
481
|
+
.ui.black.labels .label,
|
482
|
+
.ui.black.label {
|
483
|
+
background-color: #5C6166 !important;
|
484
|
+
border-color: #5C6166 !important;
|
485
|
+
color: #FFFFFF !important;
|
486
|
+
}
|
487
|
+
.ui.labels .black.label:before,
|
488
|
+
.ui.black.labels .label:before,
|
489
|
+
.ui.black.label:before {
|
490
|
+
background-color: #5C6166 !important;
|
491
|
+
}
|
492
|
+
/* Hover */
|
493
|
+
a.ui.black.labels .label:hover,
|
494
|
+
a.ui.black.label:hover {
|
495
|
+
background-color: #888888 !important;
|
496
|
+
border-color: #888888 !important;
|
497
|
+
}
|
498
|
+
.ui.labels a.black.label:hover:before,
|
499
|
+
.ui.black.labels a.label:hover:before,
|
500
|
+
a.ui.black.label:hover:before {
|
501
|
+
background-color: #888888 !important;
|
502
|
+
}
|
503
|
+
|
504
|
+
/* Corner */
|
505
|
+
.ui.black.corner.label,
|
506
|
+
.ui.black.corner.label:hover {
|
507
|
+
background-color: transparent !important;
|
508
|
+
}
|
509
|
+
|
510
|
+
|
511
|
+
/*--- Green ---*/
|
512
|
+
.ui.green.labels .label,
|
513
|
+
.ui.green.label {
|
514
|
+
background-color: #A1CF64 !important;
|
515
|
+
border-color: #A1CF64 !important;
|
516
|
+
color: #FFFFFF !important;
|
517
|
+
}
|
518
|
+
.ui.labels .green.label:before,
|
519
|
+
.ui.green.labels .label:before,
|
520
|
+
.ui.green.label:before {
|
521
|
+
background-color: #A1CF64 !important;
|
522
|
+
}
|
523
|
+
|
524
|
+
/* Hover */
|
525
|
+
a.ui.green.labels .label:hover,
|
526
|
+
a.ui.green.label:hover {
|
527
|
+
background-color: #89B84C !important;
|
528
|
+
border-color: #89B84C !important;
|
529
|
+
}
|
530
|
+
.ui.labels a.green.label:hover:before,
|
531
|
+
.ui.green.labels a.label:hover:before,
|
532
|
+
a.ui.green.label:hover:before {
|
533
|
+
background-color: #89B84C !important;
|
534
|
+
}
|
535
|
+
|
536
|
+
/* Corner */
|
537
|
+
.ui.green.corner.label,
|
538
|
+
.ui.green.corner.label:hover {
|
539
|
+
background-color: transparent !important;
|
540
|
+
}
|
541
|
+
|
542
|
+
|
543
|
+
/*--- Red ---*/
|
544
|
+
.ui.red.labels .label,
|
545
|
+
.ui.red.label {
|
546
|
+
background-color: #D95C5C !important;
|
547
|
+
border-color: #D95C5C !important;
|
548
|
+
color: #FFFFFF !important;
|
549
|
+
}
|
550
|
+
.ui.labels .red.label:before,
|
551
|
+
.ui.red.labels .label:before,
|
552
|
+
.ui.red.label:before {
|
553
|
+
background-color: #D95C5C !important;
|
554
|
+
}
|
555
|
+
/* Corner */
|
556
|
+
.ui.red.corner.label,
|
557
|
+
.ui.red.corner.label:hover {
|
558
|
+
background-color: transparent !important;
|
559
|
+
}
|
560
|
+
|
561
|
+
/* Hover */
|
562
|
+
a.ui.red.labels .label:hover,
|
563
|
+
a.ui.red.label:hover{
|
564
|
+
background-color: #DE3859 !important;
|
565
|
+
border-color: #DE3859 !important;
|
566
|
+
color: #FFFFFF !important;
|
567
|
+
}
|
568
|
+
.ui.labels a.red.label:hover:before,
|
569
|
+
.ui.red.labels a.label:hover:before,
|
570
|
+
a.ui.red.label:hover:before {
|
571
|
+
background-color: #DE3859 !important;
|
572
|
+
}
|
573
|
+
|
574
|
+
|
575
|
+
/*--- Blue ---*/
|
576
|
+
.ui.blue.labels .label,
|
577
|
+
.ui.blue.label {
|
578
|
+
background-color: #6ECFF5 !important;
|
579
|
+
border-color: #6ECFF5 !important;
|
580
|
+
color: #FFFFFF !important;
|
581
|
+
}
|
582
|
+
.ui.labels .blue.label:before,
|
583
|
+
.ui.blue.labels .label:before,
|
584
|
+
.ui.blue.label:before {
|
585
|
+
background-color: #6ECFF5 !important;
|
586
|
+
}
|
587
|
+
/* Hover */
|
588
|
+
a.ui.blue.labels .label:hover,
|
589
|
+
.ui.blue.labels a.label:hover,
|
590
|
+
a.ui.blue.label:hover {
|
591
|
+
background-color: #1AB8F3 !important;
|
592
|
+
border-color: #1AB8F3 !important;
|
593
|
+
color: #FFFFFF !important;
|
594
|
+
}
|
595
|
+
.ui.labels a.blue.label:hover:before,
|
596
|
+
.ui.blue.labels a.label:hover:before,
|
597
|
+
a.ui.blue.label:hover:before {
|
598
|
+
background-color: #1AB8F3 !important;
|
599
|
+
}
|
600
|
+
/* Corner */
|
601
|
+
.ui.blue.corner.label,
|
602
|
+
.ui.blue.corner.label:hover {
|
603
|
+
background-color: transparent !important;
|
604
|
+
}
|
605
|
+
|
606
|
+
/*--- Purple ---*/
|
607
|
+
.ui.purple.labels .label,
|
608
|
+
.ui.purple.label {
|
609
|
+
background-color: #564F8A !important;
|
610
|
+
border-color: #564F8A !important;
|
611
|
+
color: #FFFFFF !important;
|
612
|
+
}
|
613
|
+
.ui.labels .purple.label:before,
|
614
|
+
.ui.purple.labels .label:before,
|
615
|
+
.ui.purple.label:before {
|
616
|
+
background-color: #564F8A !important;
|
617
|
+
}
|
618
|
+
/* Hover */
|
619
|
+
a.ui.purple.labels .label:hover,
|
620
|
+
.ui.purple.labels a.label:hover,
|
621
|
+
a.ui.purple.label:hover {
|
622
|
+
background-color: #3E3773 !important;
|
623
|
+
border-color: #3E3773 !important;
|
624
|
+
color: #FFFFFF !important;
|
625
|
+
}
|
626
|
+
.ui.labels a.purple.label:hover:before,
|
627
|
+
.ui.purple.labels a.label:hover:before,
|
628
|
+
a.ui.purple.label:hover:before {
|
629
|
+
background-color: #3E3773 !important;
|
630
|
+
}
|
631
|
+
/* Corner */
|
632
|
+
.ui.purple.corner.label,
|
633
|
+
.ui.purple.corner.label:hover {
|
634
|
+
background-color: transparent !important;
|
635
|
+
}
|
636
|
+
|
637
|
+
|
638
|
+
/*--- Pink ---*/
|
639
|
+
.ui.teal.labels .label,
|
640
|
+
.ui.teal.label {
|
641
|
+
background-color: #00B5AD !important;
|
642
|
+
border-color: #00B5AD !important;
|
643
|
+
color: #FFFFFF !important;
|
644
|
+
}
|
645
|
+
.ui.labels .teal.label:before,
|
646
|
+
.ui.teal.labels .label:before,
|
647
|
+
.ui.teal.label:before {
|
648
|
+
background-color: #00B5AD !important;
|
649
|
+
}
|
650
|
+
/* Hover */
|
651
|
+
a.ui.teal.labels .label:hover,
|
652
|
+
.ui.teal.labels a.label:hover,
|
653
|
+
a.ui.teal.label:hover {
|
654
|
+
background-color: #009A93 !important;
|
655
|
+
border-color: #009A93 !important;
|
656
|
+
color: #FFFFFF !important;
|
657
|
+
}
|
658
|
+
.ui.labels a.teal.label:hover:before,
|
659
|
+
.ui.teal.labels a.label:hover:before,
|
660
|
+
a.ui.teal.label:hover:before {
|
661
|
+
background-color: #009A93 !important;
|
662
|
+
}
|
663
|
+
/* Corner */
|
664
|
+
.ui.teal.corner.label,
|
665
|
+
.ui.teal.corner.label:hover {
|
666
|
+
background-color: transparent !important;
|
667
|
+
}
|
668
|
+
|
669
|
+
/*-------------------
|
670
|
+
Horizontal
|
671
|
+
--------------------*/
|
672
|
+
|
673
|
+
.ui.horizontal.labels .label,
|
674
|
+
.ui.horizontal.label {
|
675
|
+
margin: -0.125em 0.5em -0.125em 0em;
|
676
|
+
|
677
|
+
padding: 0.35em 1em;
|
678
|
+
min-width: 6em;
|
679
|
+
text-align: center;
|
680
|
+
}
|
681
|
+
|
682
|
+
|
683
|
+
/*-------------------
|
684
|
+
Circular
|
685
|
+
--------------------*/
|
686
|
+
|
687
|
+
.ui.circular.labels .label,
|
688
|
+
.ui.circular.label {
|
689
|
+
min-height: 1em;
|
690
|
+
max-height: 2em;
|
691
|
+
|
692
|
+
padding: 0.5em !important;
|
693
|
+
|
694
|
+
line-height: 1em;
|
695
|
+
text-align: center;
|
696
|
+
|
697
|
+
-webkit-border-radius: 500rem;
|
698
|
+
-moz-border-radius: 500rem;
|
699
|
+
border-radius: 500rem;
|
700
|
+
}
|
701
|
+
|
702
|
+
/*-------------------
|
703
|
+
Pointing
|
704
|
+
--------------------*/
|
705
|
+
|
706
|
+
.ui.pointing.label {
|
707
|
+
position: relative;
|
708
|
+
}
|
709
|
+
.ui.attached.pointing.label {
|
710
|
+
position: absolute;
|
711
|
+
}
|
712
|
+
|
713
|
+
.ui.pointing.label:before {
|
714
|
+
position: absolute;
|
715
|
+
content: "";
|
716
|
+
|
717
|
+
width: 0.6em;
|
718
|
+
height: 0.6em;
|
719
|
+
|
720
|
+
background-image: none;
|
721
|
+
|
722
|
+
-webkit-transform: rotate(45deg);
|
723
|
+
-moz-transform: rotate(45deg);
|
724
|
+
transform: rotate(45deg);
|
725
|
+
z-index: 2;
|
726
|
+
|
727
|
+
-webkit-transition:
|
728
|
+
background 0.1s linear
|
729
|
+
;
|
730
|
+
-moz-transition:
|
731
|
+
background 0.1s linear
|
732
|
+
;
|
733
|
+
-o-transition:
|
734
|
+
background 0.1s linear
|
735
|
+
;
|
736
|
+
-ms-transition:
|
737
|
+
background 0.1s linear
|
738
|
+
;
|
739
|
+
transition:
|
740
|
+
background 0.1s linear
|
741
|
+
;
|
742
|
+
}
|
743
|
+
/*--- Above ---*/
|
744
|
+
.ui.pointing.label:before {
|
745
|
+
background-color: #E8E8E8;
|
746
|
+
}
|
747
|
+
.ui.pointing.label,
|
748
|
+
.ui.pointing.above.label {
|
749
|
+
margin-top: 1em;
|
750
|
+
}
|
751
|
+
.ui.pointing.label:before,
|
752
|
+
.ui.pointing.above.label:before {
|
753
|
+
margin-left: -0.3em;
|
754
|
+
top: -0.3em;
|
755
|
+
left: 50%;
|
756
|
+
}
|
757
|
+
/*--- Below ---*/
|
758
|
+
.ui.pointing.below.label {
|
759
|
+
margin-top: 0em;
|
760
|
+
margin-bottom: 1em;
|
761
|
+
}
|
762
|
+
.ui.pointing.below.label:before {
|
763
|
+
margin-left: -0.3em;
|
764
|
+
top: auto;
|
765
|
+
right: auto;
|
766
|
+
bottom: -0.3em;
|
767
|
+
left: 50%;
|
768
|
+
}
|
769
|
+
/*--- Left ---*/
|
770
|
+
.ui.pointing.left.label {
|
771
|
+
margin-top: 0em;
|
772
|
+
margin-left: 1em;
|
773
|
+
}
|
774
|
+
.ui.pointing.left.label:before {
|
775
|
+
margin-top: -0.3em;
|
776
|
+
bottom: auto;
|
777
|
+
right: auto;
|
778
|
+
top: 50%;
|
779
|
+
left: 0em;
|
780
|
+
}
|
781
|
+
/*--- Right ---*/
|
782
|
+
.ui.pointing.right.label {
|
783
|
+
margin-top: 0em;
|
784
|
+
margin-right: 1em;
|
785
|
+
}
|
786
|
+
.ui.pointing.right.label:before {
|
787
|
+
margin-top: -0.3em;
|
788
|
+
right: -0.3em;
|
789
|
+
top: 50%;
|
790
|
+
bottom: auto;
|
791
|
+
left: auto;
|
792
|
+
}
|
793
|
+
|
794
|
+
/*------------------
|
795
|
+
Floating Label
|
796
|
+
-------------------*/
|
797
|
+
|
798
|
+
.ui.floating.label {
|
799
|
+
position: absolute;
|
800
|
+
z-index: 100;
|
801
|
+
top: -1em;
|
802
|
+
left: 100%;
|
803
|
+
margin: 0em 0em 0em -1.5em !important;
|
804
|
+
}
|
805
|
+
|
806
|
+
/*-------------------
|
807
|
+
Sizes
|
808
|
+
--------------------*/
|
809
|
+
|
810
|
+
.ui.small.labels .label,
|
811
|
+
.ui.small.label {
|
812
|
+
font-size: 0.75rem;
|
813
|
+
}
|
814
|
+
.ui.label {
|
815
|
+
font-size: 0.8125rem;
|
816
|
+
}
|
817
|
+
.ui.large.labels .label,
|
818
|
+
.ui.large.label {
|
819
|
+
font-size: 0.875rem;
|
820
|
+
}
|
821
|
+
.ui.huge.labels .label,
|
822
|
+
.ui.huge.label {
|
823
|
+
font-size: 1rem;
|
824
|
+
}
|