You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
677 lines
13 KiB
677 lines
13 KiB
.ui.label {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: -.25em .25em 0;
|
|
background-color: #E8E8E8;
|
|
border-color: #E8E8E8;
|
|
padding: .5em .8em;
|
|
color: rgba(0,0,0,.65);
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
border-radius: .325em;
|
|
-moz-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
.ui.label:first-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.ui.label:last-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
a.ui.label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ui.label .detail {
|
|
display: inline-block;
|
|
margin-right: .5em;
|
|
font-weight: 700;
|
|
opacity: .8;
|
|
}
|
|
|
|
.ui.label .icon {
|
|
width: auto;
|
|
}
|
|
|
|
.ui.label .delete.icon {
|
|
cursor: pointer;
|
|
margin: 0 .5em 0 0;
|
|
opacity: .7;
|
|
-webkit-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
.ui.label .delete.icon:hover {
|
|
opacity: .99;
|
|
}
|
|
|
|
.ui.segment>.attached.label:first-child+* {
|
|
margin-top: 2.5em;
|
|
}
|
|
|
|
.ui.segment>.bottom.attached.label:first-child~:last-child {
|
|
margin-top: 0;
|
|
margin-bottom: 2.5em;
|
|
}
|
|
|
|
.ui.image.label {
|
|
width: auto!important;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-top: .4em;
|
|
padding-bottom: .4em;
|
|
line-height: 1.5em;
|
|
vertical-align: baseline;
|
|
text-transform: none;
|
|
box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
|
|
}
|
|
|
|
.ui.image.label img {
|
|
display: inline-block;
|
|
height: 2.25em;
|
|
margin: -.4em -.8em -.4em .8em;
|
|
vertical-align: top;
|
|
border-radius: 0 .325em .325em 0;
|
|
}
|
|
|
|
.ui.label.disabled {
|
|
opacity: .5;
|
|
}
|
|
|
|
a.ui.labels .label:hover,
|
|
a.ui.label:hover {
|
|
background-color: #E0E0E0;
|
|
border-color: #E0E0E0;
|
|
color: rgba(0,0,0,.7);
|
|
}
|
|
|
|
.ui.labels a.label:hover:before,
|
|
a.ui.label:hover:before {
|
|
background-color: #E0E0E0;
|
|
color: rgba(0,0,0,.7);
|
|
}
|
|
|
|
.ui.labels.visible .label,
|
|
.ui.label.visible {
|
|
display: inline-block!important;
|
|
}
|
|
|
|
.ui.labels.hidden .label,
|
|
.ui.label.hidden {
|
|
display: none!important;
|
|
}
|
|
|
|
.ui.tag.labels .label,
|
|
.ui.tag.label {
|
|
margin-right: 1em;
|
|
position: relative;
|
|
padding: .33em 1.4em .33em 1.3em;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
|
|
.ui.tag.labels .label:before,
|
|
.ui.tag.label:before {
|
|
position: absolute;
|
|
top: .3em;
|
|
right: .3em;
|
|
content: '';
|
|
margin-right: -1em;
|
|
background-image: none;
|
|
width: 1.5em;
|
|
height: 1.5em;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
.ui.tag.labels .label:after,
|
|
.ui.tag.label:after {
|
|
position: absolute;
|
|
content: '';
|
|
top: 50%;
|
|
right: -.25em;
|
|
margin-top: -.3em;
|
|
background-color: #FFF;
|
|
width: .55em;
|
|
height: .55em;
|
|
box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
|
|
border-radius: 100px;
|
|
}
|
|
|
|
.ui.ribbon.label {
|
|
position: relative;
|
|
margin: 0 .2em;
|
|
right: -2rem;
|
|
padding-right: 2rem;
|
|
border-radius: 4px 0 0 4px;
|
|
border-color: rgba(0,0,0,.15);
|
|
}
|
|
|
|
.ui.ribbon.label:after {
|
|
position: absolute;
|
|
content: "";
|
|
top: 100%;
|
|
right: 0;
|
|
border-top: 0 solid transparent;
|
|
border-left-width: 1em;
|
|
border-left-color: inherit;
|
|
border-left-style: solid;
|
|
border-bottom: 1em solid transparent;
|
|
border-right: 0 solid transparent;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.ui.top.attached.label,
|
|
.ui.attached.label {
|
|
width: 100%;
|
|
position: absolute;
|
|
margin: 0;
|
|
top: 0;
|
|
right: 0;
|
|
padding: .75em 1em;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
|
|
.ui.bottom.attached.label {
|
|
top: auto;
|
|
bottom: 0;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
|
|
.ui.top.left.attached.label {
|
|
width: auto;
|
|
margin-top: 0!important;
|
|
border-radius: 0 4px;
|
|
}
|
|
|
|
.ui.top.right.attached.label {
|
|
width: auto;
|
|
right: auto;
|
|
left: 0;
|
|
border-radius: 4px 0;
|
|
}
|
|
|
|
.ui.bottom.left.attached.label {
|
|
width: auto;
|
|
top: auto;
|
|
bottom: 0;
|
|
border-radius: 0 4px 4px 0;
|
|
}
|
|
|
|
.ui.bottom.right.attached.label {
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
left: 0;
|
|
width: auto;
|
|
border-radius: 0 4px;
|
|
}
|
|
|
|
.ui.corner.label {
|
|
background-color: transparent;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
margin: 0;
|
|
font-size: .8125em;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
padding: 0;
|
|
text-align: center;
|
|
-webkit-transition: color .2s ease;
|
|
transition: color .2s ease;
|
|
}
|
|
|
|
.ui.corner.label:after {
|
|
position: absolute;
|
|
content: "";
|
|
left: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 0 solid transparent;
|
|
border-left: 3em solid transparent;
|
|
border-bottom: 3em solid transparent;
|
|
border-right: 0 solid transparent;
|
|
border-left-color: inherit;
|
|
-webkit-transition: border-color .2s ease;
|
|
transition: border-color .2s ease;
|
|
}
|
|
|
|
.ui.corner.label .icon {
|
|
margin: .4em .7em 0 0;
|
|
}
|
|
|
|
.ui.corner.label .text {
|
|
display: inline-block;
|
|
font-weight: 700;
|
|
margin: .5em .6em 0 0;
|
|
width: 2.5em;
|
|
font-size: .82em;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.ui.left.corner.label,
|
|
.ui.left.corner.label:after {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.ui.left.corner.label:after {
|
|
border-top: 3em solid transparent;
|
|
border-left: 3em solid transparent;
|
|
border-bottom: 0 solid transparent;
|
|
border-right: 0 solid transparent;
|
|
border-top-color: inherit;
|
|
}
|
|
|
|
.ui.left.corner.label .icon {
|
|
margin: .4em -.7em 0 0;
|
|
}
|
|
|
|
.ui.left.corner.label .text {
|
|
margin: .5em -.6em 0 0;
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.ui.corner.label:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.ui.label.fluid,
|
|
.ui.fluid.labels>.label {
|
|
width: 100%;
|
|
-moz-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.ui.inverted.labels .label,
|
|
.ui.inverted.label {
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.black.labels .label,
|
|
.ui.black.label {
|
|
background-color: #5C6166!important;
|
|
border-color: #5C6166!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .black.label:before,
|
|
.ui.black.labels .label:before,
|
|
.ui.black.label:before {
|
|
background-color: #5C6166!important;
|
|
}
|
|
|
|
a.ui.black.labels .label:hover,
|
|
a.ui.black.label:hover {
|
|
background-color: #333!important;
|
|
border-color: #333!important;
|
|
}
|
|
|
|
.ui.labels a.black.label:hover:before,
|
|
.ui.black.labels a.label:hover:before,
|
|
a.ui.black.label:hover:before {
|
|
background-color: #333!important;
|
|
}
|
|
|
|
.ui.black.corner.label,
|
|
.ui.black.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.black.ribbon.label {
|
|
border-color: #333!important;
|
|
}
|
|
|
|
.ui.green.labels .label,
|
|
.ui.green.label {
|
|
background-color: #A1CF64!important;
|
|
border-color: #A1CF64!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .green.label:before,
|
|
.ui.green.labels .label:before,
|
|
.ui.green.label:before {
|
|
background-color: #A1CF64!important;
|
|
}
|
|
|
|
a.ui.green.labels .label:hover,
|
|
a.ui.green.label:hover {
|
|
background-color: #89B84C!important;
|
|
border-color: #89B84C!important;
|
|
}
|
|
|
|
.ui.labels a.green.label:hover:before,
|
|
.ui.green.labels a.label:hover:before,
|
|
a.ui.green.label:hover:before {
|
|
background-color: #89B84C!important;
|
|
}
|
|
|
|
.ui.green.corner.label,
|
|
.ui.green.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.green.ribbon.label {
|
|
border-color: #89B84C!important;
|
|
}
|
|
|
|
.ui.red.labels .label,
|
|
.ui.red.label {
|
|
background-color: #D95C5C!important;
|
|
border-color: #D95C5C!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .red.label:before,
|
|
.ui.red.labels .label:before,
|
|
.ui.red.label:before {
|
|
background-color: #D95C5C!important;
|
|
}
|
|
|
|
.ui.red.corner.label,
|
|
.ui.red.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
a.ui.red.labels .label:hover,
|
|
a.ui.red.label:hover {
|
|
background-color: #DE3859!important;
|
|
border-color: #DE3859!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels a.red.label:hover:before,
|
|
.ui.red.labels a.label:hover:before,
|
|
a.ui.red.label:hover:before {
|
|
background-color: #DE3859!important;
|
|
}
|
|
|
|
.ui.red.ribbon.label {
|
|
border-color: #DE3859!important;
|
|
}
|
|
|
|
.ui.blue.labels .label,
|
|
.ui.blue.label {
|
|
background-color: #6ECFF5!important;
|
|
border-color: #6ECFF5!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .blue.label:before,
|
|
.ui.blue.labels .label:before,
|
|
.ui.blue.label:before {
|
|
background-color: #6ECFF5!important;
|
|
}
|
|
|
|
a.ui.blue.labels .label:hover,
|
|
.ui.blue.labels a.label:hover,
|
|
a.ui.blue.label:hover {
|
|
background-color: #1AB8F3!important;
|
|
border-color: #1AB8F3!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels a.blue.label:hover:before,
|
|
.ui.blue.labels a.label:hover:before,
|
|
a.ui.blue.label:hover:before {
|
|
background-color: #1AB8F3!important;
|
|
}
|
|
|
|
.ui.blue.corner.label,
|
|
.ui.blue.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.blue.ribbon.label {
|
|
border-color: #1AB8F3!important;
|
|
}
|
|
|
|
.ui.purple.labels .label,
|
|
.ui.purple.label {
|
|
background-color: #564F8A!important;
|
|
border-color: #564F8A!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .purple.label:before,
|
|
.ui.purple.labels .label:before,
|
|
.ui.purple.label:before {
|
|
background-color: #564F8A!important;
|
|
}
|
|
|
|
a.ui.purple.labels .label:hover,
|
|
.ui.purple.labels a.label:hover,
|
|
a.ui.purple.label:hover {
|
|
background-color: #3E3773!important;
|
|
border-color: #3E3773!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels a.purple.label:hover:before,
|
|
.ui.purple.labels a.label:hover:before,
|
|
a.ui.purple.label:hover:before {
|
|
background-color: #3E3773!important;
|
|
}
|
|
|
|
.ui.purple.corner.label,
|
|
.ui.purple.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.purple.ribbon.label {
|
|
border-color: #3E3773!important;
|
|
}
|
|
|
|
.ui.orange.labels .label,
|
|
.ui.orange.label {
|
|
background-color: #F05940!important;
|
|
border-color: #F05940!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .orange.label:before,
|
|
.ui.orange.labels .label:before,
|
|
.ui.orange.label:before {
|
|
background-color: #F05940!important;
|
|
}
|
|
|
|
a.ui.orange.labels .label:hover,
|
|
.ui.orange.labels a.label:hover,
|
|
a.ui.orange.label:hover {
|
|
background-color: #FF4121!important;
|
|
border-color: #FF4121!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels a.orange.label:hover:before,
|
|
.ui.orange.labels a.label:hover:before,
|
|
a.ui.orange.label:hover:before {
|
|
background-color: #FF4121!important;
|
|
}
|
|
|
|
.ui.orange.corner.label,
|
|
.ui.orange.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.orange.ribbon.label {
|
|
border-color: #FF4121!important;
|
|
}
|
|
|
|
.ui.teal.labels .label,
|
|
.ui.teal.label {
|
|
background-color: #00B5AD!important;
|
|
border-color: #00B5AD!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels .teal.label:before,
|
|
.ui.teal.labels .label:before,
|
|
.ui.teal.label:before {
|
|
background-color: #00B5AD!important;
|
|
}
|
|
|
|
a.ui.teal.labels .label:hover,
|
|
.ui.teal.labels a.label:hover,
|
|
a.ui.teal.label:hover {
|
|
background-color: #009A93!important;
|
|
border-color: #009A93!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.ui.labels a.teal.label:hover:before,
|
|
.ui.teal.labels a.label:hover:before,
|
|
a.ui.teal.label:hover:before {
|
|
background-color: #009A93!important;
|
|
}
|
|
|
|
.ui.teal.corner.label,
|
|
.ui.teal.corner.label:hover {
|
|
background-color: transparent!important;
|
|
}
|
|
|
|
.ui.teal.ribbon.label {
|
|
border-color: #009A93!important;
|
|
}
|
|
|
|
.ui.horizontal.labels .label,
|
|
.ui.horizontal.label {
|
|
margin: -.125em 0 -.125em .5em;
|
|
padding: .35em 1em;
|
|
min-width: 6em;
|
|
text-align: center;
|
|
}
|
|
|
|
.ui.circular.labels .label,
|
|
.ui.circular.label {
|
|
min-height: 1em;
|
|
max-height: 2em;
|
|
padding: .5em!important;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
border-radius: 500rem;
|
|
}
|
|
|
|
.ui.pointing.label {
|
|
position: relative;
|
|
}
|
|
|
|
.ui.attached.pointing.label {
|
|
position: absolute;
|
|
}
|
|
|
|
.ui.pointing.label:before {
|
|
position: absolute;
|
|
content: "";
|
|
width: .6em;
|
|
height: .6em;
|
|
background-image: none;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
z-index: 2;
|
|
-webkit-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
.ui.pointing.label:before {
|
|
background-color: #E8E8E8;
|
|
}
|
|
|
|
.ui.pointing.label,
|
|
.ui.pointing.above.label {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.ui.pointing.label:before,
|
|
.ui.pointing.above.label:before {
|
|
margin-right: -.3em;
|
|
top: -.3em;
|
|
right: 50%;
|
|
}
|
|
|
|
.ui.pointing.below.label {
|
|
margin-top: 0;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.ui.pointing.below.label:before {
|
|
margin-right: -.3em;
|
|
top: auto;
|
|
left: auto;
|
|
bottom: -.3em;
|
|
right: 50%;
|
|
}
|
|
|
|
.ui.pointing.left.label {
|
|
margin-top: 0;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.ui.pointing.left.label:before {
|
|
margin-top: -.3em;
|
|
bottom: auto;
|
|
left: auto;
|
|
top: 50%;
|
|
right: 0;
|
|
}
|
|
|
|
.ui.pointing.right.label {
|
|
margin-top: 0;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.ui.pointing.right.label:before {
|
|
margin-top: -.3em;
|
|
left: -.3em;
|
|
top: 50%;
|
|
bottom: auto;
|
|
right: auto;
|
|
}
|
|
|
|
.ui.floating.label {
|
|
position: absolute;
|
|
z-index: 100;
|
|
top: -1em;
|
|
right: 100%;
|
|
margin: 0 -1.5em 0 0!important;
|
|
}
|
|
|
|
.ui.small.labels .label,
|
|
.ui.small.label {
|
|
font-size: .75rem;
|
|
}
|
|
|
|
.ui.label {
|
|
font-size: .8125rem;
|
|
}
|
|
|
|
.ui.large.labels .label,
|
|
.ui.large.label {
|
|
font-size: .875rem;
|
|
}
|
|
|
|
.ui.huge.labels .label,
|
|
.ui.huge.label {
|
|
font-size: 1rem;
|
|
}
|