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.

1550 lines
28 KiB

  1. /*
  2. * # Semantic - Icon
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2013 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*!
  12. * Font Awesome 3.2.1
  13. * the iconic font designed for Bootstrap
  14. * ------------------------------------------------------------------------------
  15. * The full suite of pictographic icons, examples, and documentation can be
  16. * found at http://fon.io. Stay up to date on Twitter at
  17. * http://twitter.com/fon.
  18. *
  19. * License
  20. * ------------------------------------------------------------------------------
  21. * - The Font Awesome font is licensed under SIL OFL 1.1 -
  22. * http://scripts.sil.org/OFL
  23. /*******************************
  24. Theme
  25. *******************************/
  26. /*
  27. */
  28. /*******************************
  29. Folders
  30. *******************************/
  31. /* Path to theme packages */
  32. /* Path to site override folder */
  33. /*******************************
  34. Themes
  35. *******************************/
  36. /* To override a theme for an individual element
  37. specify theme name below
  38. Be sure to update the user folder name (see README)
  39. */
  40. /* Global */
  41. /* Elements */
  42. /* Collections */
  43. /* Modules */
  44. /* Views */
  45. /*******************************
  46. Import Directives
  47. *******************************/
  48. /*------------------
  49. Load Default
  50. -------------------*/
  51. /*******************************
  52. Global Variables
  53. *******************************/
  54. /*-------------------
  55. Paths
  56. --------------------*/
  57. /*-------------------
  58. Page
  59. --------------------*/
  60. /*-------------------
  61. Breakpoints
  62. --------------------*/
  63. /*-------------------
  64. Fonts
  65. --------------------*/
  66. /*-------------------
  67. Icons
  68. --------------------*/
  69. /* Max Width of Icon */
  70. /*-------------------
  71. Easing
  72. --------------------*/
  73. /*******************************
  74. BG Colors
  75. *******************************/
  76. /*******************************
  77. Colors
  78. *******************************/
  79. /*--- Colors ---*/
  80. /*--- Neutrals ---*/
  81. /*--- Text Colors ---*/
  82. /* Preserve */
  83. /* Adjust for Legibility */
  84. /*--- Backgrounds ---*/
  85. /*-------------------
  86. Emotive Colors
  87. --------------------*/
  88. /* Positive / Negative */
  89. /* Messages */
  90. /*-------------------
  91. Text Colors
  92. --------------------*/
  93. /*-------------------
  94. Brand Colors
  95. --------------------*/
  96. /*-------------------
  97. Borders
  98. --------------------*/
  99. /*-------------------
  100. Sizes
  101. --------------------*/
  102. /*-------------------
  103. Transitions
  104. --------------------*/
  105. /*******************************
  106. States
  107. *******************************/
  108. /*-------------------
  109. Disabled
  110. --------------------*/
  111. /*-------------------
  112. Hover
  113. --------------------*/
  114. /*--- Colors ---*/
  115. /*--- Emotive ---*/
  116. /*--- Neutrals ---*/
  117. /*-------------------
  118. Down (:active)
  119. --------------------*/
  120. /*--- Colors ---*/
  121. /*--- Emotive ---*/
  122. /*--- Neutrals ---*/
  123. /*-------------------
  124. Active
  125. --------------------*/
  126. /*--- Standard ---*/
  127. /*--- Emotive ---*/
  128. /*--- Neutrals ---*/
  129. /*-------------------
  130. Globals Used
  131. --------------------*/
  132. /*
  133. @disabledOpacity
  134. */
  135. /*-------------------
  136. Icon Variables
  137. --------------------*/
  138. /*------------------
  139. Load Theme
  140. -------------------*/
  141. /*------------------
  142. Load Site
  143. -------------------*/
  144. /*******************************
  145. User Global Variables
  146. *******************************/
  147. /*******************************
  148. User Variable Overrides
  149. *******************************/
  150. /*------------------
  151. Override Mix-in
  152. -------------------*/
  153. /*******************************
  154. Icon
  155. *******************************/
  156. @font-face {
  157. font-family: 'Icons';
  158. src: url("../../themes/packages/default/assets/fonts/icons.eot");
  159. src: url("../../themes/packages/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("../../themes/packages/default/assets/fonts/icons.svg#icons") format('svg'), url("../../themes/packages/default/assets/fonts/icons.woff") format('woff'), url("../../themes/packages/default/assets/fonts/icons.ttf") format('truetype');
  160. font-style: normal;
  161. font-weight: normal;
  162. font-variant: normal;
  163. text-decoration: inherit;
  164. text-transform: none;
  165. }
  166. i.icon {
  167. display: inline-block;
  168. opacity: 0.75;
  169. margin: 0em 0.25em 0em 0em;
  170. width: 1.23em;
  171. height: 1em;
  172. font-family: 'Icons';
  173. font-style: normal;
  174. line-height: 1;
  175. font-weight: normal;
  176. text-decoration: inherit;
  177. text-align: center;
  178. speak: none;
  179. -webkit-box-sizing: border-box;
  180. -moz-box-sizing: border-box;
  181. box-sizing: border-box;
  182. font-smoothing: antialiased;
  183. -webkit-backface-visibility: hidden;
  184. backface-visibility: hidden;
  185. }
  186. /*******************************
  187. Types
  188. *******************************/
  189. /*--------------
  190. Loading
  191. ---------------*/
  192. i.icon.loading {
  193. -webkit-animation: icon-loading 2s linear infinite;
  194. animation: icon-loading 2s linear infinite;
  195. }
  196. @-webkit-keyframes icon-loading {
  197. from {
  198. -webkit-transform: rotate(0deg);
  199. transform: rotate(0deg);
  200. }
  201. to {
  202. -webkit-transform: rotate(360deg);
  203. transform: rotate(360deg);
  204. }
  205. }
  206. @keyframes icon-loading {
  207. from {
  208. -webkit-transform: rotate(0deg);
  209. transform: rotate(0deg);
  210. }
  211. to {
  212. -webkit-transform: rotate(360deg);
  213. transform: rotate(360deg);
  214. }
  215. }
  216. /*******************************
  217. States
  218. *******************************/
  219. i.icon.hover {
  220. opacity: 1;
  221. }
  222. i.icon.active {
  223. opacity: 1;
  224. }
  225. i.emphasized.icon {
  226. opacity: 1;
  227. }
  228. i.icon.disabled {
  229. opacity: 0.3;
  230. }
  231. /*******************************
  232. Variations
  233. *******************************/
  234. /*-------------------
  235. Link
  236. --------------------*/
  237. i.link.icon {
  238. cursor: pointer;
  239. opacity: 0.75;
  240. -webkit-transition: opacity 0.25s ease;
  241. transition: opacity 0.25s ease;
  242. }
  243. i.link.icon:hover {
  244. opacity: 1 !important;
  245. }
  246. /*-------------------
  247. Circular
  248. --------------------*/
  249. i.circular.icon {
  250. border-radius: 500em !important;
  251. padding: 0.5em 0.35em !important;
  252. -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  253. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  254. line-height: 1 !important;
  255. width: 2em !important;
  256. height: 2em !important;
  257. }
  258. i.circular.inverted.icon {
  259. border: none;
  260. -webkit-box-shadow: none;
  261. box-shadow: none;
  262. }
  263. /*-------------------
  264. Flipped
  265. --------------------*/
  266. i.flipped.icon,
  267. i.horizontally.flipped.icon {
  268. -webkit-transform: scale(-1, 1);
  269. -ms-transform: scale(-1, 1);
  270. transform: scale(-1, 1);
  271. }
  272. i.vertically.flipped.icon {
  273. -webkit-transform: scale(1, -1);
  274. -ms-transform: scale(1, -1);
  275. transform: scale(1, -1);
  276. }
  277. /*-------------------
  278. Rotated
  279. --------------------*/
  280. i.rotated.icon,
  281. i.right.rotated.icon,
  282. i.clockwise.rotated.icon {
  283. -webkit-transform: rotate(90deg);
  284. -ms-transform: rotate(90deg);
  285. transform: rotate(90deg);
  286. }
  287. i.left.rotated.icon,
  288. i.counterclockwise.rotated.icon {
  289. -webkit-transform: rotate(-90deg);
  290. -ms-transform: rotate(-90deg);
  291. transform: rotate(-90deg);
  292. }
  293. /*-------------------
  294. Square
  295. --------------------*/
  296. i.square.icon {
  297. width: 2em;
  298. height: 2em;
  299. padding: 2em !important;
  300. -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  301. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  302. vertical-align: baseline;
  303. }
  304. i.square.inverted.icon {
  305. border: none;
  306. -webkit-box-shadow: none;
  307. box-shadow: none;
  308. }
  309. /*-------------------
  310. Inverted
  311. --------------------*/
  312. i.inverted.icon {
  313. background-color: #222222;
  314. color: #FFFFFF;
  315. }
  316. /*-------------------
  317. Colors
  318. --------------------*/
  319. i.black.icon {
  320. color: #555555 !important;
  321. }
  322. i.blue.icon {
  323. color: #0074d9 !important;
  324. }
  325. i.green.icon {
  326. color: #2ecc40 !important;
  327. }
  328. i.orange.icon {
  329. color: #ff851b !important;
  330. }
  331. i.pink.icon {
  332. color: #d9499a !important;
  333. }
  334. i.purple.icon {
  335. color: #564f8a !important;
  336. }
  337. i.red.icon {
  338. color: #ff4136 !important;
  339. }
  340. i.teal.icon {
  341. color: #39cccc !important;
  342. }
  343. i.yellow.icon {
  344. color: #ffcb08 !important;
  345. }
  346. /*-------------------
  347. Inverted Colors
  348. --------------------*/
  349. i.inverted.black.icon {
  350. background-color: #555555 !important;
  351. color: #FFFFFF !important;
  352. }
  353. i.inverted.blue.icon {
  354. background-color: #0074d9 !important;
  355. color: #FFFFFF !important;
  356. }
  357. i.inverted.green.icon {
  358. background-color: #2ecc40 !important;
  359. color: #FFFFFF !important;
  360. }
  361. i.inverted.orange.icon {
  362. background-color: #ff851b !important;
  363. color: #FFFFFF !important;
  364. }
  365. i.inverted.pink.icon {
  366. background-color: #d9499a !important;
  367. color: #FFFFFF !important;
  368. }
  369. i.inverted.purple.icon {
  370. background-color: #564f8a !important;
  371. color: #FFFFFF !important;
  372. }
  373. i.inverted.red.icon {
  374. background-color: #ff4136 !important;
  375. color: #FFFFFF !important;
  376. }
  377. i.inverted.teal.icon {
  378. background-color: #39cccc !important;
  379. color: #FFFFFF !important;
  380. }
  381. i.inverted.yellow.icon {
  382. background-color: #ffcb08 !important;
  383. color: #FFFFFF !important;
  384. }
  385. /*-------------------
  386. Sizes
  387. --------------------*/
  388. i.small.icon {
  389. font-size: 0.875em;
  390. }
  391. i.icon {
  392. font-size: 1em;
  393. }
  394. i.large.icon {
  395. font-size: 1.5em;
  396. vertical-align: middle;
  397. }
  398. i.big.icon {
  399. font-size: 2em;
  400. vertical-align: middle;
  401. }
  402. i.huge.icon {
  403. font-size: 4em;
  404. vertical-align: middle;
  405. }
  406. i.massive.icon {
  407. font-size: 8em;
  408. vertical-align: middle;
  409. }
  410. /*******************************
  411. Overrides
  412. *******************************/
  413. i.icon.left:before {
  414. content: "\f060";
  415. }
  416. i.icon.right:before {
  417. content: "\f061";
  418. }
  419. i.icon.add.sign.box:before {
  420. content: "\f0fe";
  421. }
  422. i.icon.add.sign:before {
  423. content: "\f055";
  424. }
  425. i.icon.add:before {
  426. content: "\f067";
  427. }
  428. i.icon.adjust:before {
  429. content: "\f042";
  430. }
  431. i.icon.adn:before {
  432. content: "\f170";
  433. }
  434. i.icon.align.center:before {
  435. content: "\f037";
  436. }
  437. i.icon.align.justify:before {
  438. content: "\f039";
  439. }
  440. i.icon.align.left:before {
  441. content: "\f036";
  442. }
  443. i.icon.align.right:before {
  444. content: "\f038";
  445. }
  446. i.icon.ambulance:before {
  447. content: "\f0f9";
  448. }
  449. i.icon.anchor:before {
  450. content: "\f13d";
  451. }
  452. i.icon.android:before {
  453. content: "\f17b";
  454. }
  455. i.icon.angle.down:before {
  456. content: "\f107";
  457. }
  458. i.icon.angle.left:before {
  459. content: "\f104";
  460. }
  461. i.icon.angle.right:before {
  462. content: "\f105";
  463. }
  464. i.icon.angle.up:before {
  465. content: "\f106";
  466. }
  467. i.icon.apple:before {
  468. content: "\f179";
  469. }
  470. i.icon.archive:before {
  471. content: "\f187";
  472. }
  473. i.icon.arrow.down:before {
  474. content: "\f078";
  475. }
  476. i.icon.arrow.left:before {
  477. content: "\f053";
  478. }
  479. i.icon.arrow.right:before {
  480. content: "\f054";
  481. }
  482. i.icon.arrow.sign.down:before {
  483. content: "\f13a";
  484. }
  485. i.icon.arrow.sign.left:before {
  486. content: "\f137";
  487. }
  488. i.icon.arrow.sign.right:before {
  489. content: "\f138";
  490. }
  491. i.icon.arrow.sign.up:before {
  492. content: "\f139";
  493. }
  494. i.icon.arrow.up:before {
  495. content: "\f077";
  496. }
  497. i.icon.asterisk:before {
  498. content: "\f069";
  499. }
  500. i.icon.attachment:before {
  501. content: "\f0c6";
  502. }
  503. i.icon.attention:before {
  504. content: "\f06a";
  505. }
  506. i.icon.backward:before {
  507. content: "\f04a";
  508. }
  509. i.icon.ban.circle:before {
  510. content: "\f05e";
  511. }
  512. i.icon.bar.chart:before {
  513. content: "\f080";
  514. }
  515. i.icon.barcode:before {
  516. content: "\f02a";
  517. }
  518. i.icon.beer:before {
  519. content: "\f0fc";
  520. }
  521. i.icon.bell.outline:before {
  522. content: "\f0a2";
  523. }
  524. i.icon.bell:before {
  525. content: "\f0f3";
  526. }
  527. i.icon.bitbucket.sign:before {
  528. content: "\f172";
  529. }
  530. i.icon.bitbucket:before {
  531. content: "\f171";
  532. }
  533. i.icon.bitcoin:before {
  534. content: "\f15a";
  535. }
  536. i.icon.bold:before {
  537. content: "\f032";
  538. }
  539. i.icon.bolt:before {
  540. content: "\f0e7";
  541. }
  542. i.icon.book:before {
  543. content: "\f02d";
  544. }
  545. i.icon.bookmark.empty:before {
  546. content: "\f097";
  547. }
  548. i.icon.bookmark:before {
  549. content: "\f02e";
  550. }
  551. i.icon.box.arrow.down:before {
  552. content: "\f150";
  553. }
  554. i.icon.box.arrow.right:before {
  555. content: "\f152";
  556. }
  557. i.icon.box.arrow.up:before {
  558. content: "\f151";
  559. }
  560. i.icon.briefcase:before {
  561. content: "\f0b1";
  562. }
  563. i.icon.browser:before {
  564. content: "\f022";
  565. }
  566. i.icon.bug:before {
  567. content: "\f188";
  568. }
  569. i.icon.building:before {
  570. content: "\f0f7";
  571. }
  572. i.icon.bullhorn:before {
  573. content: "\f0a1";
  574. }
  575. i.icon.bullseye:before {
  576. content: "\f140";
  577. }
  578. i.icon.calendar.empty:before {
  579. content: "\f133";
  580. }
  581. i.icon.calendar:before {
  582. content: "\f073";
  583. }
  584. i.icon.camera.retro:before {
  585. content: "\f083";
  586. }
  587. i.icon.camera:before {
  588. content: "\f030";
  589. }
  590. i.icon.triangle.down:before {
  591. content: "\f0d7";
  592. }
  593. i.icon.triangle.left:before {
  594. content: "\f0d9";
  595. }
  596. i.icon.triangle.right:before {
  597. content: "\f0da";
  598. }
  599. i.icon.triangle.up:before {
  600. content: "\f0d8";
  601. }
  602. i.icon.cart:before {
  603. content: "\f07a";
  604. }
  605. i.icon.certificate:before {
  606. content: "\f0a3";
  607. }
  608. i.icon.chat.outline:before {
  609. content: "\f0e6";
  610. }
  611. i.icon.chat:before {
  612. content: "\f086";
  613. }
  614. i.icon.checkbox.empty:before {
  615. content: "\f096";
  616. }
  617. i.icon.checkbox.minus:before {
  618. content: "\f147";
  619. }
  620. i.icon.checked.checkbox:before {
  621. content: "\f046";
  622. }
  623. i.icon.checkmark.sign:before {
  624. content: "\f14a";
  625. }
  626. i.icon.checkmark:before {
  627. content: "\f00c";
  628. }
  629. i.icon.circle.blank:before {
  630. content: "\f10c";
  631. }
  632. i.icon.circle.down:before {
  633. content: "\f0ab";
  634. }
  635. i.icon.circle.left:before {
  636. content: "\f0a8";
  637. }
  638. i.icon.circle.right:before {
  639. content: "\f0a9";
  640. }
  641. i.icon.circle.up:before {
  642. content: "\f0aa";
  643. }
  644. i.icon.circle:before {
  645. content: "\f111";
  646. }
  647. i.icon.cloud.download:before {
  648. content: "\f0ed";
  649. }
  650. i.icon.cloud.upload:before {
  651. content: "\f0ee";
  652. }
  653. i.icon.cloud:before {
  654. content: "\f0c2";
  655. }
  656. i.icon.code.fork:before {
  657. content: "\f126";
  658. }
  659. i.icon.code:before {
  660. content: "\f121";
  661. }
  662. i.icon.coffee:before {
  663. content: "\f0f4";
  664. }
  665. i.icon.collapse:before {
  666. content: "\f117";
  667. }
  668. i.icon.comment.outline:before {
  669. content: "\f0e5";
  670. }
  671. i.icon.comment:before {
  672. content: "\f075";
  673. }
  674. i.icon.copy:before {
  675. content: "\f0c5";
  676. }
  677. i.icon.crop:before {
  678. content: "\f125";
  679. }
  680. i.icon.css3:before {
  681. content: "\f13c";
  682. }
  683. i.icon.cut:before {
  684. content: "\f0c4";
  685. }
  686. i.icon.dashboard:before {
  687. content: "\f0e4";
  688. }
  689. i.icon.desktop:before {
  690. content: "\f108";
  691. }
  692. i.icon.doctor:before {
  693. content: "\f0f0";
  694. }
  695. i.icon.dollar:before {
  696. content: "\f155";
  697. }
  698. i.icon.double.angle.down:before {
  699. content: "\f103";
  700. }
  701. i.icon.double.angle.left:before {
  702. content: "\f100";
  703. }
  704. i.icon.double.angle.right:before {
  705. content: "\f101";
  706. }
  707. i.icon.double.angle.up:before {
  708. content: "\f102";
  709. }
  710. i.icon.down:before {
  711. content: "\f063";
  712. }
  713. i.icon.download.disk:before {
  714. content: "\f019";
  715. }
  716. i.icon.download:before {
  717. content: "\f01a";
  718. }
  719. i.icon.dribbble:before {
  720. content: "\f17d";
  721. }
  722. i.icon.dropbox:before {
  723. content: "\f16b";
  724. }
  725. i.icon.edit.sign:before {
  726. content: "\f14b";
  727. }
  728. i.icon.edit:before {
  729. content: "\f044";
  730. }
  731. i.icon.eject:before {
  732. content: "\f052";
  733. }
  734. i.icon.ellipsis.horizontal:before {
  735. content: "\f141";
  736. }
  737. i.icon.ellipsis.vertical:before {
  738. content: "\f142";
  739. }
  740. i.icon.eraser:before {
  741. content: "\f12d";
  742. }
  743. i.icon.euro:before {
  744. content: "\f153";
  745. }
  746. i.icon.exchange:before {
  747. content: "\f0ec";
  748. }
  749. i.icon.exclamation:before {
  750. content: "\f12a";
  751. }
  752. i.icon.expand:before {
  753. content: "\f116";
  754. }
  755. i.icon.external.url.sign:before {
  756. content: "\f14c";
  757. }
  758. i.icon.external.url:before {
  759. content: "\f08e";
  760. }
  761. i.icon.facebook.sign:before {
  762. content: "\f082";
  763. }
  764. i.icon.facebook:before {
  765. content: "\f09a";
  766. }
  767. i.icon.facetime.video:before {
  768. content: "\f03d";
  769. }
  770. i.icon.fast.backward:before {
  771. content: "\f049";
  772. }
  773. i.icon.fast.forward:before {
  774. content: "\f050";
  775. }
  776. i.icon.female:before {
  777. content: "\f182";
  778. }
  779. i.icon.fighter.jet:before {
  780. content: "\f0fb";
  781. }
  782. i.icon.file.outline:before {
  783. content: "\f016";
  784. }
  785. i.icon.file.text.outline:before {
  786. content: "\f0f6";
  787. }
  788. i.icon.file.text:before {
  789. content: "\f15c";
  790. }
  791. i.icon.file:before {
  792. content: "\f15b";
  793. }
  794. i.icon.filter:before {
  795. content: "\f0b0";
  796. }
  797. i.icon.fire.extinguisher:before {
  798. content: "\f134";
  799. }
  800. i.icon.fire:before {
  801. content: "\f06d";
  802. }
  803. i.icon.flag.checkered:before {
  804. content: "\f11e";
  805. }
  806. i.icon.flag.empty:before {
  807. content: "\f11d";
  808. }
  809. i.icon.flag:before {
  810. content: "\f024";
  811. }
  812. i.icon.flickr:before {
  813. content: "\f16e";
  814. }
  815. i.icon.folder.open.outline:before {
  816. content: "\f115";
  817. }
  818. i.icon.folder.open:before {
  819. content: "\f07c";
  820. }
  821. i.icon.folder.outline:before {
  822. content: "\f114";
  823. }
  824. i.icon.folder:before {
  825. content: "\f07b";
  826. }
  827. i.icon.font:before {
  828. content: "\f031";
  829. }
  830. i.icon.food:before {
  831. content: "\f0f5";
  832. }
  833. i.icon.forward.mail:before {
  834. content: "\f064";
  835. }
  836. i.icon.forward:before {
  837. content: "\f04e";
  838. }
  839. i.icon.foursquare:before {
  840. content: "\f180";
  841. }
  842. i.icon.frown:before {
  843. content: "\f119";
  844. }
  845. i.icon.fullscreen:before {
  846. content: "\f0b2";
  847. }
  848. i.icon.gamepad:before {
  849. content: "\f11b";
  850. }
  851. i.icon.gift:before {
  852. content: "\f06b";
  853. }
  854. i.icon.github.alternate:before {
  855. content: "\f09b";
  856. }
  857. i.icon.github.sign:before {
  858. content: "\f092";
  859. }
  860. i.icon.github:before {
  861. content: "\f113";
  862. }
  863. i.icon.gittip:before {
  864. content: "\f184";
  865. }
  866. i.icon.glass:before {
  867. content: "\f000";
  868. }
  869. i.icon.globe:before {
  870. content: "\f0ac";
  871. }
  872. i.icon.google.plus.sign:before {
  873. content: "\f0d4";
  874. }
  875. i.icon.google.plus:before {
  876. content: "\f0d5";
  877. }
  878. i.icon.h.sign:before {
  879. content: "\f0fd";
  880. }
  881. i.icon.hand.down:before {
  882. content: "\f0a7";
  883. }
  884. i.icon.hand.left:before {
  885. content: "\f0a5";
  886. }
  887. i.icon.hand.right:before {
  888. content: "\f0a4";
  889. }
  890. i.icon.hand.up:before {
  891. content: "\f0a6";
  892. }
  893. i.icon.hdd:before {
  894. content: "\f0a0";
  895. }
  896. i.icon.headphones:before {
  897. content: "\f025";
  898. }
  899. i.icon.heart.empty:before {
  900. content: "\f08a";
  901. }
  902. i.icon.heart:before {
  903. content: "\f004";
  904. }
  905. i.icon.help:before {
  906. content: "\f059";
  907. }
  908. i.icon.hide:before {
  909. content: "\f070";
  910. }
  911. i.icon.home:before {
  912. content: "\f015";
  913. }
  914. i.icon.hospital:before {
  915. content: "\f0f8";
  916. }
  917. i.icon.html5:before {
  918. content: "\f13b";
  919. }
  920. i.icon.inbox:before {
  921. content: "\f01c";
  922. }
  923. i.icon.indent.left:before {
  924. content: "\f03b";
  925. }
  926. i.icon.indent.right:before {
  927. content: "\f03c";
  928. }
  929. i.icon.info.letter:before {
  930. content: "\f129";
  931. }
  932. i.icon.info:before {
  933. content: "\f05a";
  934. }
  935. i.icon.instagram:before {
  936. content: "\f16d";
  937. }
  938. i.icon.italic:before {
  939. content: "\f033";
  940. }
  941. i.icon.key:before {
  942. content: "\f084";
  943. }
  944. i.icon.keyboard:before {
  945. content: "\f11c";
  946. }
  947. i.icon.lab:before {
  948. content: "\f0c3";
  949. }
  950. i.icon.laptop:before {
  951. content: "\f109";
  952. }
  953. i.icon.layout.block:before {
  954. content: "\f009";
  955. }
  956. i.icon.layout.column:before {
  957. content: "\f0db";
  958. }
  959. i.icon.layout.grid:before {
  960. content: "\f00a";
  961. }
  962. i.icon.layout.list:before {
  963. content: "\f00b";
  964. }
  965. i.icon.leaf:before {
  966. content: "\f06c";
  967. }
  968. i.icon.legal:before {
  969. content: "\f0e3";
  970. }
  971. i.icon.lemon:before {
  972. content: "\f094";
  973. }
  974. i.icon.level.down:before {
  975. content: "\f149";
  976. }
  977. i.icon.level.up:before {
  978. content: "\f148";
  979. }
  980. i.icon.lightbulb:before {
  981. content: "\f0eb";
  982. }
  983. i.icon.linkedin.sign:before {
  984. content: "\f08c";
  985. }
  986. i.icon.linkedin:before {
  987. content: "\f0e1";
  988. }
  989. i.icon.linux:before {
  990. content: "\f17c";
  991. }
  992. i.icon.list.ordered:before {
  993. content: "\f0cb";
  994. }
  995. i.icon.list.unordered:before {
  996. content: "\f0ca";
  997. }
  998. i.icon.list:before {
  999. content: "\f03a";
  1000. }
  1001. i.icon.loading:before {
  1002. content: "\f110";
  1003. }
  1004. i.icon.location:before {
  1005. content: "\f124";
  1006. }
  1007. i.icon.lock:before {
  1008. content: "\f023";
  1009. }
  1010. i.icon.long.arrow.down:before {
  1011. content: "\f175";
  1012. }
  1013. i.icon.long.arrow.left:before {
  1014. content: "\f177";
  1015. }
  1016. i.icon.long.arrow.right:before {
  1017. content: "\f178";
  1018. }
  1019. i.icon.long.arrow.up:before {
  1020. content: "\f176";
  1021. }
  1022. i.icon.magic:before {
  1023. content: "\f0d0";
  1024. }
  1025. i.icon.magnet:before {
  1026. content: "\f076";
  1027. }
  1028. i.icon.mail.outline:before {
  1029. content: "\f003";
  1030. }
  1031. i.icon.mail.reply:before {
  1032. content: "\f112";
  1033. }
  1034. i.icon.mail:before {
  1035. content: "\f0e0";
  1036. }
  1037. i.icon.male:before {
  1038. content: "\f183";
  1039. }
  1040. i.icon.map.marker:before {
  1041. content: "\f041";
  1042. }
  1043. i.icon.map:before {
  1044. content: "\f14e";
  1045. }
  1046. i.icon.maxcdn:before {
  1047. content: "\f136";
  1048. }
  1049. i.icon.medkit:before {
  1050. content: "\f0fa";
  1051. }
  1052. i.icon.meh:before {
  1053. content: "\f11a";
  1054. }
  1055. i.icon.minus.sign.alternate:before {
  1056. content: "\f146";
  1057. }
  1058. i.icon.minus.sign:before {
  1059. content: "\f056";
  1060. }
  1061. i.icon.minus:before {
  1062. content: "\f068";
  1063. }
  1064. i.icon.mobile:before {
  1065. content: "\f10b";
  1066. }
  1067. i.icon.money:before {
  1068. content: "\f0d6";
  1069. }
  1070. i.icon.moon:before {
  1071. content: "\f186";
  1072. }
  1073. i.icon.move:before {
  1074. content: "\f047";
  1075. }
  1076. i.icon.music:before {
  1077. content: "\f001";
  1078. }
  1079. i.icon.mute:before {
  1080. content: "\f131";
  1081. }
  1082. i.icon.off:before {
  1083. content: "\f011";
  1084. }
  1085. i.icon.ok.circle:before {
  1086. content: "\f05d";
  1087. }
  1088. i.icon.ok.sign:before {
  1089. content: "\f058";
  1090. }
  1091. i.icon.paste:before {
  1092. content: "\f0ea";
  1093. }
  1094. i.icon.pause:before {
  1095. content: "\f04c";
  1096. }
  1097. i.icon.payment:before {
  1098. content: "\f09d";
  1099. }
  1100. i.icon.pencil:before {
  1101. content: "\f040";
  1102. }
  1103. i.icon.phone.sign:before {
  1104. content: "\f098";
  1105. }
  1106. i.icon.phone:before {
  1107. content: "\f095";
  1108. }
  1109. i.icon.photo:before {
  1110. content: "\f03e";
  1111. }
  1112. i.icon.pin:before {
  1113. content: "\f08d";
  1114. }
  1115. i.icon.pinterest.sign:before {
  1116. content: "\f0d3";
  1117. }
  1118. i.icon.pinterest:before {
  1119. content: "\f0d2";
  1120. }
  1121. i.icon.plane:before {
  1122. content: "\f072";
  1123. }
  1124. i.icon.play.circle:before {
  1125. content: "\f01d";
  1126. }
  1127. i.icon.play.sign:before {
  1128. content: "\f144";
  1129. }
  1130. i.icon.play:before {
  1131. content: "\f04b";
  1132. }
  1133. i.icon.pound:before {
  1134. content: "\f154";
  1135. }
  1136. i.icon.print:before {
  1137. content: "\f02f";
  1138. }
  1139. i.icon.puzzle.piece:before {
  1140. content: "\f12e";
  1141. }
  1142. i.icon.qr.code:before {
  1143. content: "\f029";
  1144. }
  1145. i.icon.question:before {
  1146. content: "\f128";
  1147. }
  1148. i.icon.quote.left:before {
  1149. content: "\f10d";
  1150. }
  1151. i.icon.quote.right:before {
  1152. content: "\f10e";
  1153. }
  1154. i.icon.refresh:before {
  1155. content: "\f021";
  1156. }
  1157. i.icon.remove.circle:before {
  1158. content: "\f05c";
  1159. }
  1160. i.icon.remove.sign:before {
  1161. content: "\f057";
  1162. }
  1163. i.icon.remove:before {
  1164. content: "\f00d";
  1165. }
  1166. i.icon.renren:before {
  1167. content: "\f18b";
  1168. }
  1169. i.icon.reorder:before {
  1170. content: "\f0c9";
  1171. }
  1172. i.icon.repeat:before {
  1173. content: "\f01e";
  1174. }
  1175. i.icon.reply.all.mail:before {
  1176. content: "\f122";
  1177. }
  1178. i.icon.resize.full:before {
  1179. content: "\f065";
  1180. }
  1181. i.icon.resize.horizontal:before {
  1182. content: "\f07e";
  1183. }
  1184. i.icon.resize.small:before {
  1185. content: "\f066";
  1186. }
  1187. i.icon.resize.vertical:before {
  1188. content: "\f07d";
  1189. }
  1190. i.icon.retweet:before {
  1191. content: "\f079";
  1192. }
  1193. i.icon.road:before {
  1194. content: "\f018";
  1195. }
  1196. i.icon.rocket:before {
  1197. content: "\f135";
  1198. }
  1199. i.icon.rss.sign:before {
  1200. content: "\f143";
  1201. }
  1202. i.icon.rss:before {
  1203. content: "\f09e";
  1204. }
  1205. i.icon.rupee:before {
  1206. content: "\f156";
  1207. }
  1208. i.icon.save:before {
  1209. content: "\f0c7";
  1210. }
  1211. i.icon.screenshot:before {
  1212. content: "\f05b";
  1213. }
  1214. i.icon.search:before {
  1215. content: "\f002";
  1216. }
  1217. i.icon.setting:before {
  1218. content: "\f013";
  1219. }
  1220. i.icon.settings:before {
  1221. content: "\f085";
  1222. }
  1223. i.icon.share.sign:before {
  1224. content: "\f14d";
  1225. }
  1226. i.icon.share:before {
  1227. content: "\f045";
  1228. }
  1229. i.icon.shield:before {
  1230. content: "\f132";
  1231. }
  1232. i.icon.shuffle:before {
  1233. content: "\f074";
  1234. }
  1235. i.icon.sign.in:before {
  1236. content: "\f090";
  1237. }
  1238. i.icon.sign.out:before {
  1239. content: "\f08b";
  1240. }
  1241. i.icon.sign:before {
  1242. content: "\f0c8";
  1243. }
  1244. i.icon.signal:before {
  1245. content: "\f012";
  1246. }
  1247. i.icon.sitemap:before {
  1248. content: "\f0e8";
  1249. }
  1250. i.icon.skype:before {
  1251. content: "\f17e";
  1252. }
  1253. i.icon.smile:before {
  1254. content: "\f118";
  1255. }
  1256. i.icon.sort.ascending:before {
  1257. content: "\f0de";
  1258. }
  1259. i.icon.sort.descending:before {
  1260. content: "\f0dd";
  1261. }
  1262. i.icon.sort.alphabet.descending:before {
  1263. content: "\f15e";
  1264. }
  1265. i.icon.sort.alphabet:before {
  1266. content: "\f15d";
  1267. }
  1268. i.icon.sort.attributes.descending:before {
  1269. content: "\f161";
  1270. }
  1271. i.icon.sort.attributes:before {
  1272. content: "\f160";
  1273. }
  1274. i.icon.sort.order.descending:before {
  1275. content: "\f163";
  1276. }
  1277. i.icon.sort.order:before {
  1278. content: "\f162";
  1279. }
  1280. i.icon.sort:before {
  1281. content: "\f0dc";
  1282. }
  1283. i.icon.stackexchange:before {
  1284. content: "\f16c";
  1285. }
  1286. i.icon.star.empty:before {
  1287. content: "\f006";
  1288. }
  1289. i.icon.star.half.empty:before {
  1290. content: "\f123";
  1291. }
  1292. i.icon.star.half.full:before,
  1293. i.icon.star.half:before {
  1294. content: "\f089";
  1295. }
  1296. i.icon.star:before {
  1297. content: "\f005";
  1298. }
  1299. i.icon.step.backward:before {
  1300. content: "\f048";
  1301. }
  1302. i.icon.step.forward:before {
  1303. content: "\f051";
  1304. }
  1305. i.icon.stethoscope:before {
  1306. content: "\f0f1";
  1307. }
  1308. i.icon.stop:before {
  1309. content: "\f04d";
  1310. }
  1311. i.icon.strikethrough:before {
  1312. content: "\f0cc";
  1313. }
  1314. i.icon.subscript:before {
  1315. content: "\f12c";
  1316. }
  1317. i.icon.suitcase:before {
  1318. content: "\f0f2";
  1319. }
  1320. i.icon.sun:before {
  1321. content: "\f185";
  1322. }
  1323. i.icon.superscript:before {
  1324. content: "\f12b";
  1325. }
  1326. i.icon.table:before {
  1327. content: "\f0ce";
  1328. }
  1329. i.icon.tablet:before {
  1330. content: "\f10a";
  1331. }
  1332. i.icon.tag:before {
  1333. content: "\f02b";
  1334. }
  1335. i.icon.tags:before {
  1336. content: "\f02c";
  1337. }
  1338. i.icon.tasks:before {
  1339. content: "\f0ae";
  1340. }
  1341. i.icon.terminal:before {
  1342. content: "\f120";
  1343. }
  1344. i.icon.text.height:before {
  1345. content: "\f034";
  1346. }
  1347. i.icon.text.width:before {
  1348. content: "\f035";
  1349. }
  1350. i.icon.thumbs.down.outline:before {
  1351. content: "\f088";
  1352. }
  1353. i.icon.thumbs.down:before {
  1354. content: "\f165";
  1355. }
  1356. i.icon.thumbs.up.outline:before {
  1357. content: "\f087";
  1358. }
  1359. i.icon.thumbs.up:before {
  1360. content: "\f164";
  1361. }
  1362. i.icon.ticket:before {
  1363. content: "\f145";
  1364. }
  1365. i.icon.time:before {
  1366. content: "\f017";
  1367. }
  1368. i.icon.tint:before {
  1369. content: "\f043";
  1370. }
  1371. i.icon.trash:before {
  1372. content: "\f014";
  1373. }
  1374. i.icon.trello:before {
  1375. content: "\f181";
  1376. }
  1377. i.icon.trophy:before {
  1378. content: "\f091";
  1379. }
  1380. i.icon.truck:before {
  1381. content: "\f0d1";
  1382. }
  1383. i.icon.tumblr.sign:before {
  1384. content: "\f174";
  1385. }
  1386. i.icon.tumblr:before {
  1387. content: "\f173";
  1388. }
  1389. i.icon.twitter.sign:before {
  1390. content: "\f081";
  1391. }
  1392. i.icon.twitter:before {
  1393. content: "\f099";
  1394. }
  1395. i.icon.umbrella:before {
  1396. content: "\f0e9";
  1397. }
  1398. i.icon.underline:before {
  1399. content: "\f0cd";
  1400. }
  1401. i.icon.undo:before {
  1402. content: "\f0e2";
  1403. }
  1404. i.icon.unhide:before {
  1405. content: "\f06e";
  1406. }
  1407. i.icon.unlink:before {
  1408. content: "\f127";
  1409. }
  1410. i.icon.unlock.alternate:before {
  1411. content: "\f13e";
  1412. }
  1413. i.icon.unlock:before {
  1414. content: "\f09c";
  1415. }
  1416. i.icon.unmute:before {
  1417. content: "\f130";
  1418. }
  1419. i.icon.up:before {
  1420. content: "\f062";
  1421. }
  1422. i.icon.upload.disk:before {
  1423. content: "\f093";
  1424. }
  1425. i.icon.upload:before {
  1426. content: "\f01b";
  1427. }
  1428. i.icon.url:before {
  1429. content: "\f0c1";
  1430. }
  1431. i.icon.user:before {
  1432. content: "\f007";
  1433. }
  1434. i.icon.users:before {
  1435. content: "\f0c0";
  1436. }
  1437. i.icon.video:before {
  1438. content: "\f008";
  1439. }
  1440. i.icon.vk:before {
  1441. content: "\f189";
  1442. }
  1443. i.icon.volume.down:before {
  1444. content: "\f027";
  1445. }
  1446. i.icon.volume.off:before {
  1447. content: "\f026";
  1448. }
  1449. i.icon.volume.up:before {
  1450. content: "\f028";
  1451. }
  1452. i.icon.warning:before {
  1453. content: "\f071";
  1454. }
  1455. i.icon.weibo:before {
  1456. content: "\f18a";
  1457. }
  1458. i.icon.windows:before {
  1459. content: "\f17a";
  1460. }
  1461. i.icon.won:before {
  1462. content: "\f159";
  1463. }
  1464. i.icon.wrench:before {
  1465. content: "\f0ad";
  1466. }
  1467. i.icon.xing.sign:before {
  1468. content: "\f169";
  1469. }
  1470. i.icon.xing:before {
  1471. content: "\f168";
  1472. }
  1473. i.icon.yen:before {
  1474. content: "\f157";
  1475. }
  1476. i.icon.youtube.play:before {
  1477. content: "\f16a";
  1478. }
  1479. i.icon.youtube.sign:before {
  1480. content: "\f166";
  1481. }
  1482. i.icon.youtube:before {
  1483. content: "\f167";
  1484. }
  1485. i.icon.yuan:before {
  1486. content: "\f158";
  1487. }
  1488. i.icon.zoom.in:before {
  1489. content: "\f00e";
  1490. }
  1491. i.icon.zoom.out:before {
  1492. content: "\f010";
  1493. }
  1494. /*--------------
  1495. Aliases
  1496. ---------------*/
  1497. i.icon.check:before {
  1498. content: "\f00c";
  1499. }
  1500. i.icon.close:before {
  1501. content: "\f00d";
  1502. }
  1503. i.icon.delete:before {
  1504. content: "\f00d";
  1505. }
  1506. i.icon.like:before {
  1507. content: "\f004";
  1508. }
  1509. i.icon.plus:before {
  1510. content: "\f067";
  1511. }
  1512. i.icon.signup:before {
  1513. content: "\f044";
  1514. }
  1515. i.icon.list.layout:before {
  1516. content: "\f0c9";
  1517. }
  1518. /*--------------
  1519. Spacing Fix
  1520. ---------------*/
  1521. /* stars are usually consecutive */
  1522. i.icon.star {
  1523. width: auto;
  1524. margin: 0em !important;
  1525. }
  1526. /* left side icons */
  1527. i.icon.left {
  1528. width: auto;
  1529. margin: 0em 0.5em 0em 0em;
  1530. }
  1531. /* right side icons */
  1532. i.icon.download,
  1533. i.icon.search,
  1534. i.icon.right {
  1535. width: auto;
  1536. margin: 0em 0em 0em 0.5em;
  1537. }
  1538. /*******************************
  1539. Overrides
  1540. *******************************/