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.

1020 lines
23 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
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 - Label
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributor
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*--- Light Colors ---*/
  53. /*-------------------
  54. Page
  55. --------------------*/
  56. /* Used to match floats with text */
  57. /*-------------------
  58. Background Colors
  59. --------------------*/
  60. /* Used for differentiating neutrals */
  61. /* Used for differentiating layers */
  62. /*-------------------
  63. Grid
  64. --------------------*/
  65. /*-------------------
  66. Breakpoints
  67. --------------------*/
  68. /*******************************
  69. Power-User
  70. *******************************/
  71. /*-------------------
  72. Icons
  73. --------------------*/
  74. /* Max Width of Icon */
  75. /*-------------------
  76. Easing
  77. --------------------*/
  78. /*--- Neutrals ---*/
  79. /*--- Colored Backgrounds ---*/
  80. /*--- Colored Text ---*/
  81. /*--- Colored Headers ---*/
  82. /*-------------------
  83. Emotive Colors
  84. --------------------*/
  85. /* Mood */
  86. /* Solid Background Color */
  87. /* Status */
  88. /* Darkened Headers */
  89. /*-------------------
  90. Neutral Text
  91. --------------------*/
  92. /*-------------------
  93. Brand Colors
  94. --------------------*/
  95. /*-------------------
  96. Grid Columns
  97. --------------------*/
  98. /*-------------------
  99. Borders
  100. --------------------*/
  101. /*-------------------
  102. Sizes
  103. --------------------*/
  104. /*-------------------
  105. Transitions
  106. --------------------*/
  107. /*******************************
  108. States
  109. *******************************/
  110. /*-------------------
  111. Disabled
  112. --------------------*/
  113. /*-------------------
  114. Hover
  115. --------------------*/
  116. /*--- Colors ---*/
  117. /*--- Emotive ---*/
  118. /*--- Neutrals ---*/
  119. /*-------------------
  120. Down (:active)
  121. --------------------*/
  122. /*--- Colors ---*/
  123. /*--- Emotive ---*/
  124. /*--- Neutrals ---*/
  125. /*-------------------
  126. Active
  127. --------------------*/
  128. /*--- Standard ---*/
  129. /*--- Emotive ---*/
  130. /*--- Neutrals ---*/
  131. /*******************************
  132. Label
  133. *******************************/
  134. /*-------------------
  135. Element
  136. --------------------*/
  137. /* Group */
  138. /*-------------------
  139. Parts
  140. --------------------*/
  141. /*-------------------
  142. Types
  143. --------------------*/
  144. /* Image Label */
  145. /* Computed Values */
  146. /*-------------------
  147. States
  148. --------------------*/
  149. /*-------------------
  150. Variations
  151. --------------------*/
  152. /* Tag */
  153. /* Ribbon */
  154. /* Attached */
  155. /* Corner */
  156. /* Corner Text */
  157. /* Horizontal */
  158. /* Circular Padding */
  159. /* Pointing */
  160. /* Floating */
  161. /*-------------------
  162. Group
  163. --------------------*/
  164. /* Sizing */
  165. /*------------------
  166. Load Theme
  167. -------------------*/
  168. /*------------------
  169. Load Site
  170. -------------------*/
  171. /*******************************
  172. User Global Variables
  173. *******************************/
  174. /*******************************
  175. User Variable Overrides
  176. *******************************/
  177. /*------------------
  178. Override Mix-in
  179. -------------------*/
  180. /*******************************
  181. Label
  182. *******************************/
  183. .ui.label {
  184. display: inline-block;
  185. vertical-align: baseline;
  186. line-height: 1;
  187. margin: 0em 0.125em;
  188. background-color: #e8e8e8;
  189. border-color: #e8e8e8;
  190. background-image: none;
  191. padding: 0.6em 0.8em;
  192. color: rgba(0, 0, 0, 0.6);
  193. text-transform: none;
  194. font-weight: bold;
  195. border-radius: 0.325em;
  196. box-sizing: border-box;
  197. -webkit-transition: background 0.1s linear
  198. ;
  199. transition: background 0.1s linear
  200. ;
  201. }
  202. .ui.label:first-child {
  203. margin-left: 0em;
  204. }
  205. .ui.label:last-child {
  206. margin-right: 0em;
  207. }
  208. /* Link */
  209. a.ui.label {
  210. cursor: pointer;
  211. }
  212. /* Inside Link */
  213. .ui.label a {
  214. cursor: pointer;
  215. color: inherit;
  216. opacity: 0.8;
  217. -webkit-transition: 0.25s opacity ease;
  218. transition: 0.25s opacity ease;
  219. }
  220. .ui.label a:hover {
  221. opacity: 1;
  222. }
  223. /* Icon */
  224. .ui.label .icon {
  225. width: auto;
  226. margin: 0em 0.75em 0em 0em;
  227. }
  228. /* Detail */
  229. .ui.label .detail {
  230. display: inline-block;
  231. margin-left: 1em;
  232. font-weight: bold;
  233. opacity: 0.8;
  234. }
  235. .ui.label .detail .icon {
  236. margin: 0em 0.25em 0em 0em;
  237. }
  238. /* Removable label */
  239. .ui.label .close.icon,
  240. .ui.label .delete.icon {
  241. cursor: pointer;
  242. margin-right: 0em;
  243. margin-left: 0.5em;
  244. opacity: 0.8;
  245. -webkit-transition: background 0.1s linear
  246. ;
  247. transition: background 0.1s linear
  248. ;
  249. }
  250. .ui.label .delete.icon:hover {
  251. opacity: 1;
  252. }
  253. /*-------------------
  254. Group
  255. --------------------*/
  256. .ui.labels .label {
  257. margin: 0em 0.5em 0.75em 0em;
  258. }
  259. /*-------------------
  260. Coupling
  261. --------------------*/
  262. /* Padding on next content after a label */
  263. .ui.top.attached.label:first-child + * {
  264. margin-top: 2rem;
  265. }
  266. .ui.bottom.attached.label:first-child ~ :last-child {
  267. margin-top: 0em;
  268. margin-bottom: 2rem;
  269. }
  270. /*******************************
  271. Types
  272. *******************************/
  273. .ui.image.label {
  274. width: auto !important;
  275. margin-top: 0em;
  276. margin-bottom: 0em;
  277. max-width: 9999px;
  278. vertical-align: baseline;
  279. text-transform: none;
  280. background: #e8e8e8;
  281. padding: 0.6em 0.8em 0.6em 0.5em;
  282. border-radius: 0.325em;
  283. box-shadow: none;
  284. }
  285. .ui.image.label img {
  286. display: inline-block;
  287. vertical-align: top;
  288. height: 2.2em;
  289. margin: -0.6em 0.5em -0.6em -0.5em;
  290. border-radius: 0.325em;
  291. }
  292. .ui.image.label .detail {
  293. background: rgba(0, 0, 0, 0.1);
  294. margin: -0.6em -0.8em -0.6em 0.5em;
  295. padding: 0.6em 0.8em;
  296. border-radius: 0em 0.325em 0.325em 0em;
  297. }
  298. /*-------------------
  299. Tag
  300. --------------------*/
  301. .ui.tag.labels .label,
  302. .ui.tag.label {
  303. margin-left: 1em;
  304. position: relative;
  305. padding-left: 1.5em;
  306. padding-right: 1.5em;
  307. border-radius: 0em 0.325em 0.325em 0em;
  308. }
  309. .ui.tag.labels .label:before,
  310. .ui.tag.label:before {
  311. position: absolute;
  312. top: 50%;
  313. right: 100%;
  314. content: '';
  315. background-color: #e8e8e8;
  316. background-image: none;
  317. width: 1.56em;
  318. height: 1.56em;
  319. -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  320. -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  321. transform: translateY(-50%) translateX(50%) rotate(-45deg);
  322. -webkit-transition: background 0.1s linear
  323. ;
  324. transition: background 0.1s linear
  325. ;
  326. }
  327. .ui.tag.labels .label:after,
  328. .ui.tag.label:after {
  329. position: absolute;
  330. content: '';
  331. top: 50%;
  332. left: -0.25em;
  333. margin-top: -0.25em;
  334. background-color: #ffffff !important;
  335. width: 0.5em;
  336. height: 0.5em;
  337. box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  338. border-radius: 500rem;
  339. }
  340. /*-------------------
  341. Corner Label
  342. --------------------*/
  343. .ui.corner.label {
  344. position: absolute;
  345. top: 0em;
  346. right: 0em;
  347. z-index: 10;
  348. margin: 0em;
  349. width: 3.25em;
  350. height: 3.25em;
  351. padding: 0em;
  352. text-align: center;
  353. -webkit-transition: color 0.25s ease;
  354. transition: color 0.25s ease;
  355. }
  356. /* Icon Label */
  357. .ui.corner.label {
  358. background-color: transparent !important;
  359. }
  360. .ui.corner.label:after {
  361. position: absolute;
  362. content: "";
  363. right: 0em;
  364. top: 0em;
  365. z-index: -1;
  366. width: 0em;
  367. height: 0em;
  368. background-color: transparent !important;
  369. border-top: 0em solid transparent;
  370. border-right: 3.25em solid transparent;
  371. border-bottom: 3.25em solid transparent;
  372. border-left: 0em solid transparent;
  373. border-right-color: inherit;
  374. -webkit-transition: border-color 0.25s ease;
  375. transition: border-color 0.25s ease;
  376. }
  377. .ui.corner.label .icon {
  378. position: relative;
  379. top: 0.4em;
  380. left: 0.75em;
  381. font-size: 1em;
  382. margin: 0em;
  383. }
  384. /* Text Label
  385. .ui.text.corner.label {
  386. font-weight: @cornerTextWeight;
  387. text-align: center;
  388. padding: 0.25em 0;
  389. top: 1.1em;
  390. transform: rotate(45deg);
  391. width: 4em;
  392. height: auto;
  393. }
  394. .ui.left.text.corner.label {
  395. transform: rotate(-45deg);
  396. }
  397. .ui.text.corner.label:before,
  398. .ui.text.corner.label:after {
  399. position: absolute;
  400. content: '';
  401. top: 0em;
  402. width: 0em;
  403. height: 0em;
  404. }
  405. .ui.text.corner.label:before {
  406. left: auto;
  407. right: 100%;
  408. border-top: 0em solid transparent;
  409. border-right-width: @ribbonTriangleSize;
  410. border-right-color: inherit;
  411. border-right-style: solid;
  412. border-bottom: @ribbonTriangleSize solid transparent;
  413. border-left: 0em solid transparent;
  414. }
  415. .ui.text.corner.label:after {
  416. left: 100%;
  417. right: auto;
  418. border-top: 0em solid transparent;
  419. border-right-width: @ribbonTriangleSize;
  420. border-right-color: inherit;
  421. border-right-style: solid;
  422. border-bottom: @ribbonTriangleSize solid transparent;
  423. border-left: 0em solid transparent;
  424. }
  425. */
  426. /* Left Corner */
  427. .ui.left.corner.label,
  428. .ui.left.corner.label:after {
  429. right: auto;
  430. left: 0em;
  431. }
  432. .ui.left.corner.label:after {
  433. border-top: 3.25em solid transparent;
  434. border-right: 3.25em solid transparent;
  435. border-bottom: 0em solid transparent;
  436. border-left: 0em solid transparent;
  437. border-top-color: inherit;
  438. }
  439. .ui.left.corner.label .icon {
  440. left: -0.75em;
  441. }
  442. /* Segment */
  443. .ui.segment > .ui.corner.label {
  444. top: -1px;
  445. right: -1px;
  446. }
  447. .ui.segment > .ui.left.corner.label {
  448. right: auto;
  449. left: -1px;
  450. }
  451. /* Input */
  452. .ui.input > .ui.corner.label {
  453. top: 1px;
  454. right: 1px;
  455. }
  456. .ui.input > .ui.right.corner.label {
  457. right: auto;
  458. left: 1px;
  459. }
  460. /*-------------------
  461. Ribbon
  462. --------------------*/
  463. .ui.ribbon.label {
  464. position: relative;
  465. margin: 0em;
  466. left: -2rem;
  467. padding-left: 2rem;
  468. border-radius: 0em 0.325em 0.325em 0em;
  469. border-color: rgba(0, 0, 0, 0.15);
  470. }
  471. .ui.ribbon.label:after {
  472. position: absolute;
  473. content: "";
  474. top: 100%;
  475. left: 0%;
  476. background-color: transparent !important;
  477. border-top: 0em solid transparent;
  478. border-right-width: 1.3em;
  479. border-right-color: inherit;
  480. border-right-style: solid;
  481. border-bottom: 1.3em solid transparent;
  482. border-left: 0em solid transparent;
  483. width: 0em;
  484. height: 0em;
  485. }
  486. /*-------------------
  487. Attached
  488. --------------------*/
  489. .ui.top.attached.label,
  490. .ui.attached.label {
  491. width: 100%;
  492. position: absolute;
  493. margin: 0em;
  494. top: 0em;
  495. left: 0em;
  496. padding: 0.75em 1em;
  497. border-radius: 0.325em 0.325em 0em 0em;
  498. }
  499. .ui.bottom.attached.label {
  500. top: auto;
  501. bottom: 0em;
  502. border-radius: 0em 0em 0.325em 0.325em;
  503. }
  504. .ui.top.left.attached.label {
  505. width: auto;
  506. margin-top: 0em !important;
  507. border-radius: 0.325em 0em 0.325em 0em;
  508. }
  509. .ui.top.right.attached.label {
  510. width: auto;
  511. left: auto;
  512. right: 0em;
  513. border-radius: 0em 0.325em 0em 0.325em;
  514. }
  515. .ui.bottom.left.attached.label {
  516. width: auto;
  517. top: auto;
  518. bottom: 0em;
  519. border-radius: 0em 0em 0.325em 0.325em;
  520. }
  521. .ui.bottom.right.attached.label {
  522. top: auto;
  523. bottom: 0em;
  524. left: auto;
  525. right: 0em;
  526. width: auto;
  527. border-radius: 0.325em 0em 0.325em 0em;
  528. }
  529. /*******************************
  530. States
  531. *******************************/
  532. /*-------------------
  533. Disabled
  534. --------------------*/
  535. .ui.label.disabled {
  536. opacity: 0.5;
  537. }
  538. /*-------------------
  539. Hover
  540. --------------------*/
  541. a.ui.labels .label:hover,
  542. a.ui.label:hover {
  543. background-color: #e0e0e0;
  544. border-color: #e0e0e0;
  545. background-image: none;
  546. color: rgba(0, 0, 0, 0.8);
  547. }
  548. .ui.labels a.label:hover:before,
  549. a.ui.label:hover:before {
  550. background-color: #e0e0e0;
  551. background-image: none;
  552. color: rgba(0, 0, 0, 0.8);
  553. }
  554. /*-------------------
  555. Visible
  556. --------------------*/
  557. .ui.labels.visible .label,
  558. .ui.label.visible {
  559. display: inline-block !important;
  560. }
  561. /*-------------------
  562. Hidden
  563. --------------------*/
  564. .ui.labels.hidden .label,
  565. .ui.label.hidden {
  566. display: none !important;
  567. }
  568. /*******************************
  569. Variations
  570. *******************************/
  571. /*-------------------
  572. Colors
  573. --------------------*/
  574. /*--- Black ---*/
  575. .ui.black.labels .label,
  576. .ui.black.label {
  577. background-color: #17181d !important;
  578. border-color: #17181d !important;
  579. color: #ffffff !important;
  580. }
  581. .ui.labels .black.label:before,
  582. .ui.black.labels .label:before,
  583. .ui.black.label:before {
  584. background-color: #17181d !important;
  585. }
  586. a.ui.black.labels .label:hover,
  587. a.ui.black.label:hover {
  588. background-color: #272831 !important;
  589. border-color: #272831 !important;
  590. }
  591. .ui.labels a.black.label:hover:before,
  592. .ui.black.labels a.label:hover:before,
  593. a.ui.black.label:hover:before {
  594. background-color: #272831 !important;
  595. }
  596. .ui.black.corner.label,
  597. .ui.black.corner.label:hover {
  598. background-color: transparent !important;
  599. }
  600. .ui.black.ribbon.label {
  601. border-color: #17181d !important;
  602. }
  603. /*--- Blue ---*/
  604. .ui.blue.labels .label,
  605. .ui.blue.label {
  606. background-color: #3b83c0 !important;
  607. border-color: #3b83c0 !important;
  608. color: #ffffff !important;
  609. }
  610. .ui.labels .blue.label:before,
  611. .ui.blue.labels .label:before,
  612. .ui.blue.label:before {
  613. background-color: #3b83c0 !important;
  614. }
  615. a.ui.blue.labels .label:hover,
  616. .ui.blue.labels a.label:hover,
  617. a.ui.blue.label:hover {
  618. background-color: #5494cb !important;
  619. border-color: #5494cb !important;
  620. color: #ffffff !important;
  621. }
  622. .ui.labels a.blue.label:hover:before,
  623. .ui.blue.labels a.label:hover:before,
  624. a.ui.blue.label:hover:before {
  625. background-color: #5494cb !important;
  626. }
  627. .ui.blue.corner.label,
  628. .ui.blue.corner.label:hover {
  629. background-color: transparent !important;
  630. }
  631. .ui.blue.ribbon.label {
  632. border-color: #3b83c0 !important;
  633. }
  634. /*--- Green ---*/
  635. .ui.green.labels .label,
  636. .ui.green.label {
  637. background-color: #5bbd72 !important;
  638. border-color: #5bbd72 !important;
  639. color: #ffffff !important;
  640. }
  641. .ui.labels .green.label:before,
  642. .ui.green.labels .label:before,
  643. .ui.green.label:before {
  644. background-color: #5bbd72 !important;
  645. }
  646. a.ui.green.labels .label:hover,
  647. a.ui.green.label:hover {
  648. background-color: #74c788 !important;
  649. border-color: #74c788 !important;
  650. }
  651. .ui.labels a.green.label:hover:before,
  652. .ui.green.labels a.label:hover:before,
  653. a.ui.green.label:hover:before {
  654. background-color: #74c788 !important;
  655. }
  656. .ui.green.corner.label,
  657. .ui.green.corner.label:hover {
  658. background-color: transparent !important;
  659. }
  660. .ui.green.ribbon.label {
  661. border-color: #5bbd72 !important;
  662. }
  663. /*--- Orange ---*/
  664. .ui.orange.labels .label,
  665. .ui.orange.label {
  666. background-color: #e07b53 !important;
  667. border-color: #e07b53 !important;
  668. color: #ffffff !important;
  669. }
  670. .ui.labels .orange.label:before,
  671. .ui.orange.labels .label:before,
  672. .ui.orange.label:before {
  673. background-color: #e07b53 !important;
  674. }
  675. a.ui.orange.labels .label:hover,
  676. .ui.orange.labels a.label:hover,
  677. a.ui.orange.label:hover {
  678. background-color: #e59271 !important;
  679. border-color: #e59271 !important;
  680. color: #ffffff !important;
  681. }
  682. .ui.labels a.orange.label:hover:before,
  683. .ui.orange.labels a.label:hover:before,
  684. a.ui.orange.label:hover:before {
  685. background-color: #e59271 !important;
  686. }
  687. .ui.orange.corner.label,
  688. .ui.orange.corner.label:hover {
  689. background-color: transparent !important;
  690. }
  691. .ui.orange.ribbon.label {
  692. border-color: #e07b53 !important;
  693. }
  694. /*--- Pink ---*/
  695. .ui.pink.labels .label,
  696. .ui.pink.label {
  697. background-color: #d9499a !important;
  698. border-color: #d9499a !important;
  699. color: #ffffff !important;
  700. }
  701. .ui.labels .pink.label:before,
  702. .ui.pink.labels .label:before,
  703. .ui.pink.label:before {
  704. background-color: #d9499a !important;
  705. }
  706. a.ui.pink.labels .label:hover,
  707. .ui.pink.labels a.label:hover,
  708. a.ui.pink.label:hover {
  709. background-color: #df67aa !important;
  710. border-color: #df67aa !important;
  711. color: #ffffff !important;
  712. }
  713. .ui.labels a.pink.label:hover:before,
  714. .ui.pink.labels a.label:hover:before,
  715. a.ui.pink.label:hover:before {
  716. background-color: #df67aa !important;
  717. }
  718. .ui.pink.corner.label,
  719. .ui.pink.corner.label:hover {
  720. background-color: transparent !important;
  721. }
  722. .ui.pink.ribbon.label {
  723. border-color: #d9499a !important;
  724. }
  725. /*--- Purple ---*/
  726. .ui.purple.labels .label,
  727. .ui.purple.label {
  728. background-color: #564f8a !important;
  729. border-color: #564f8a !important;
  730. color: #ffffff !important;
  731. }
  732. .ui.labels .purple.label:before,
  733. .ui.purple.labels .label:before,
  734. .ui.purple.label:before {
  735. background-color: #564f8a !important;
  736. }
  737. a.ui.purple.labels .label:hover,
  738. .ui.purple.labels a.label:hover,
  739. a.ui.purple.label:hover {
  740. background-color: #645ca1 !important;
  741. border-color: #645ca1 !important;
  742. color: #ffffff !important;
  743. }
  744. .ui.labels a.purple.label:hover:before,
  745. .ui.purple.labels a.label:hover:before,
  746. a.ui.purple.label:hover:before {
  747. background-color: #645ca1 !important;
  748. }
  749. .ui.purple.corner.label,
  750. .ui.purple.corner.label:hover {
  751. background-color: transparent !important;
  752. }
  753. .ui.purple.ribbon.label {
  754. border-color: #564f8a !important;
  755. }
  756. /*--- Red ---*/
  757. .ui.red.labels .label,
  758. .ui.red.label {
  759. background-color: #d95c5c !important;
  760. border-color: #d95c5c !important;
  761. color: #ffffff !important;
  762. }
  763. .ui.labels .red.label:before,
  764. .ui.red.labels .label:before,
  765. .ui.red.label:before {
  766. background-color: #d95c5c !important;
  767. }
  768. .ui.red.corner.label,
  769. .ui.red.corner.label:hover {
  770. background-color: transparent !important;
  771. }
  772. a.ui.red.labels .label:hover,
  773. a.ui.red.label:hover {
  774. background-color: #e07979 !important;
  775. border-color: #e07979 !important;
  776. color: #ffffff !important;
  777. }
  778. .ui.labels a.red.label:hover:before,
  779. .ui.red.labels a.label:hover:before,
  780. a.ui.red.label:hover:before {
  781. background-color: #e07979 !important;
  782. }
  783. .ui.red.ribbon.label {
  784. border-color: #d95c5c !important;
  785. }
  786. /*--- Teal ---*/
  787. .ui.teal.labels .label,
  788. .ui.teal.label {
  789. background-color: #00b5ad !important;
  790. border-color: #00b5ad !important;
  791. color: #ffffff !important;
  792. }
  793. .ui.labels .teal.label:before,
  794. .ui.teal.labels .label:before,
  795. .ui.teal.label:before {
  796. background-color: #00b5ad !important;
  797. }
  798. a.ui.teal.labels .label:hover,
  799. .ui.teal.labels a.label:hover,
  800. a.ui.teal.label:hover {
  801. background-color: #00d9cf !important;
  802. border-color: #00d9cf !important;
  803. color: #ffffff !important;
  804. }
  805. .ui.labels a.teal.label:hover:before,
  806. .ui.teal.labels a.label:hover:before,
  807. a.ui.teal.label:hover:before {
  808. background-color: #00d9cf !important;
  809. }
  810. .ui.teal.corner.label,
  811. .ui.teal.corner.label:hover {
  812. background-color: transparent !important;
  813. }
  814. .ui.teal.ribbon.label {
  815. border-color: #00b5ad !important;
  816. }
  817. /*--- Yellow ---*/
  818. .ui.yellow.labels .label,
  819. .ui.yellow.label {
  820. background-color: #e9bd16 !important;
  821. border-color: #e9bd16 !important;
  822. color: #ffffff !important;
  823. }
  824. .ui.labels .yellow.label:before,
  825. .ui.yellow.labels .label:before,
  826. .ui.yellow.label:before {
  827. background-color: #e9bd16 !important;
  828. }
  829. a.ui.yellow.labels .label:hover,
  830. .ui.yellow.labels a.label:hover,
  831. a.ui.yellow.label:hover {
  832. background-color: #ecc637 !important;
  833. border-color: #ecc637 !important;
  834. color: #ffffff !important;
  835. }
  836. .ui.labels a.yellow.label:hover:before,
  837. .ui.yellow.labels a.label:hover:before,
  838. a.ui.yellow.label:hover:before {
  839. background-color: #ecc637 !important;
  840. }
  841. .ui.yellow.corner.label,
  842. .ui.yellow.corner.label:hover {
  843. background-color: transparent !important;
  844. }
  845. .ui.yellow.ribbon.label {
  846. border-color: #e9bd16 !important;
  847. }
  848. /*-------------------
  849. Fluid
  850. --------------------*/
  851. .ui.label.fluid,
  852. .ui.fluid.labels > .label {
  853. width: 100%;
  854. box-sizing: border-box;
  855. }
  856. /*-------------------
  857. Inverted
  858. --------------------*/
  859. .ui.inverted.labels .label,
  860. .ui.inverted.label {
  861. color: #ffffff !important;
  862. }
  863. /*-------------------
  864. Horizontal
  865. --------------------*/
  866. .ui.horizontal.labels .label,
  867. .ui.horizontal.label {
  868. margin: 0em 0.5em 0em 0em;
  869. padding: 0.4em 0.8em;
  870. min-width: 3em;
  871. text-align: center;
  872. }
  873. /*-------------------
  874. Circular
  875. --------------------*/
  876. .ui.circular.labels .label,
  877. .ui.circular.label {
  878. min-width: 2em;
  879. min-height: 2em;
  880. padding: 0.5em !important;
  881. line-height: 1em;
  882. text-align: center;
  883. border-radius: 500rem;
  884. }
  885. .ui.empty.circular.labels .label,
  886. .ui.empty.circular.label {
  887. min-width: 0em;
  888. min-height: 0em;
  889. overflow: hidden;
  890. width: 0.5em;
  891. height: 0.5em;
  892. vertical-align: baseline;
  893. }
  894. /*-------------------
  895. Pointing
  896. --------------------*/
  897. .ui.pointing.label {
  898. position: relative;
  899. }
  900. .ui.attached.pointing.label {
  901. position: absolute;
  902. }
  903. .ui.pointing.label:before {
  904. position: absolute;
  905. content: '';
  906. width: 0.6em;
  907. height: 0.6em;
  908. background-image: none;
  909. -webkit-transform: rotate(45deg);
  910. -ms-transform: rotate(45deg);
  911. transform: rotate(45deg);
  912. z-index: 2;
  913. -webkit-transition: background 0.1s linear
  914. ;
  915. transition: background 0.1s linear
  916. ;
  917. }
  918. /*--- Above ---*/
  919. .ui.pointing.label:before {
  920. background-color: #e8e8e8;
  921. background-image: none;
  922. }
  923. .ui.pointing.label,
  924. .ui.pointing.above.label {
  925. margin-top: 1em;
  926. }
  927. .ui.pointing.label:before,
  928. .ui.pointing.above.label:before {
  929. margin-left: -0.3em;
  930. top: -0.3em;
  931. left: 50%;
  932. }
  933. /*--- Below ---*/
  934. .ui.pointing.below.label {
  935. margin-top: 0em;
  936. margin-bottom: 1em;
  937. }
  938. .ui.pointing.below.label:before {
  939. margin-left: -0.3em;
  940. top: auto;
  941. right: auto;
  942. bottom: -0.3em;
  943. left: 50%;
  944. }
  945. /*--- Left ---*/
  946. .ui.pointing.left.label {
  947. margin-top: 0em;
  948. margin-left: 1em;
  949. }
  950. .ui.pointing.left.label:before {
  951. margin-top: -0.3em;
  952. bottom: auto;
  953. right: auto;
  954. top: 50%;
  955. left: 0em;
  956. }
  957. /*--- Right ---*/
  958. .ui.pointing.right.label {
  959. margin-top: 0em;
  960. margin-right: 1em;
  961. }
  962. .ui.pointing.right.label:before {
  963. margin-top: -0.3em;
  964. right: -0.3em;
  965. top: 50%;
  966. bottom: auto;
  967. left: auto;
  968. }
  969. /*------------------
  970. Floating Label
  971. -------------------*/
  972. .ui.floating.label {
  973. position: absolute;
  974. z-index: 100;
  975. top: -1em;
  976. left: 100%;
  977. margin: 0em 0em 0em -1.5em !important;
  978. }
  979. /*-------------------
  980. Sizes
  981. --------------------*/
  982. .ui.mini.labels .label,
  983. .ui.mini.label {
  984. font-size: 0.7rem;
  985. }
  986. .ui.tiny.labels .label,
  987. .ui.tiny.label {
  988. font-size: 0.75rem;
  989. }
  990. .ui.small.labels .label,
  991. .ui.small.label {
  992. font-size: 0.8rem;
  993. }
  994. .ui.labels .label,
  995. .ui.label {
  996. font-size: 0.875rem;
  997. }
  998. .ui.large.labels .label,
  999. .ui.large.label {
  1000. font-size: 1rem;
  1001. }
  1002. .ui.huge.labels .label,
  1003. .ui.huge.label {
  1004. font-size: 1.25rem;
  1005. }
  1006. /*******************************
  1007. Overrides
  1008. *******************************/
  1009. /*******************************
  1010. Overrides
  1011. *******************************/