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.

927 lines
19 KiB

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