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.

2207 lines
39 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
  1. /*
  2. * # Semantic - Icon
  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. * 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. Site Settings
  53. *******************************/
  54. /*-------------------
  55. Paths
  56. --------------------*/
  57. /*-------------------
  58. Fonts
  59. --------------------*/
  60. /*-------------------
  61. Site Colors
  62. --------------------*/
  63. /*--- Colors ---*/
  64. /*-------------------
  65. Page
  66. --------------------*/
  67. /*-------------------
  68. Background Colors
  69. --------------------*/
  70. /* Used for differentiating neutrals */
  71. /* Used for differentiating layers */
  72. /*-------------------
  73. Grid
  74. --------------------*/
  75. /*-------------------
  76. Breakpoints
  77. --------------------*/
  78. /*******************************
  79. Power-User
  80. *******************************/
  81. /*-------------------
  82. Icons
  83. --------------------*/
  84. /* Max Width of Icon */
  85. /*-------------------
  86. Easing
  87. --------------------*/
  88. /*--- Light Variations ---*/
  89. /*--- Neutrals ---*/
  90. /*--- Colored Backgrounds ---*/
  91. /*--- Colored Text ---*/
  92. /*--- Colored Headers ---*/
  93. /*-------------------
  94. Emotive Colors
  95. --------------------*/
  96. /* Mood */
  97. /* Solid Background Color */
  98. /* Status */
  99. /* Darkened Headers */
  100. /*-------------------
  101. Neutral Text
  102. --------------------*/
  103. /*-------------------
  104. Brand Colors
  105. --------------------*/
  106. /*-------------------
  107. Grid Columns
  108. --------------------*/
  109. /*-------------------
  110. Borders
  111. --------------------*/
  112. /*-------------------
  113. Sizes
  114. --------------------*/
  115. /*-------------------
  116. Transitions
  117. --------------------*/
  118. /*******************************
  119. States
  120. *******************************/
  121. /*-------------------
  122. Disabled
  123. --------------------*/
  124. /*-------------------
  125. Hover
  126. --------------------*/
  127. /*--- Colors ---*/
  128. /*--- Emotive ---*/
  129. /*--- Neutrals ---*/
  130. /*-------------------
  131. Down (:active)
  132. --------------------*/
  133. /*--- Colors ---*/
  134. /*--- Emotive ---*/
  135. /*--- Neutrals ---*/
  136. /*-------------------
  137. Active
  138. --------------------*/
  139. /*--- Standard ---*/
  140. /*--- Emotive ---*/
  141. /*--- Neutrals ---*/
  142. /*******************************
  143. Icon
  144. *******************************/
  145. /*-------------------
  146. Icon Variables
  147. --------------------*/
  148. /*------------------
  149. Load Theme
  150. -------------------*/
  151. /*------------------
  152. Load Site
  153. -------------------*/
  154. /*******************************
  155. User Global Variables
  156. *******************************/
  157. /*******************************
  158. User Variable Overrides
  159. *******************************/
  160. /*------------------
  161. Override Mix-in
  162. -------------------*/
  163. /*******************************
  164. Icon
  165. *******************************/
  166. @font-face {
  167. font-family: 'Icons';
  168. src: url("../../themes/packages/default/assets/fonts/icons.eot");
  169. 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');
  170. font-style: normal;
  171. font-weight: normal;
  172. font-variant: normal;
  173. text-decoration: inherit;
  174. text-transform: none;
  175. }
  176. i.icon {
  177. display: inline-block;
  178. opacity: 0.75;
  179. margin: 0em 0.25rem 0em 0em;
  180. width: 1.23em;
  181. height: 0.9em;
  182. font-family: 'Icons';
  183. font-style: normal;
  184. line-height: 1;
  185. font-weight: normal;
  186. text-decoration: inherit;
  187. text-align: center;
  188. speak: none;
  189. font-smoothing: antialiased;
  190. -moz-osx-font-smoothing: grayscale;
  191. -webkit-backface-visibility: hidden;
  192. backface-visibility: hidden;
  193. }
  194. /*******************************
  195. Types
  196. *******************************/
  197. /*--------------
  198. Loading
  199. ---------------*/
  200. i.icon.loading {
  201. height: 1em;
  202. -webkit-animation: icon-loading 2s linear infinite;
  203. animation: icon-loading 2s linear infinite;
  204. }
  205. @-webkit-keyframes icon-loading {
  206. from {
  207. -webkit-transform: rotate(0deg);
  208. transform: rotate(0deg);
  209. }
  210. to {
  211. -webkit-transform: rotate(360deg);
  212. transform: rotate(360deg);
  213. }
  214. }
  215. @keyframes icon-loading {
  216. from {
  217. -webkit-transform: rotate(0deg);
  218. transform: rotate(0deg);
  219. }
  220. to {
  221. -webkit-transform: rotate(360deg);
  222. transform: rotate(360deg);
  223. }
  224. }
  225. /*******************************
  226. States
  227. *******************************/
  228. i.icon.hover {
  229. opacity: 1;
  230. }
  231. i.icon.active {
  232. opacity: 1;
  233. }
  234. i.emphasized.icon {
  235. opacity: 1;
  236. }
  237. i.icon.disabled {
  238. opacity: 0.3;
  239. }
  240. /*******************************
  241. Variations
  242. *******************************/
  243. /*-------------------
  244. Link
  245. --------------------*/
  246. i.link.icon {
  247. cursor: pointer;
  248. opacity: 0.75;
  249. -webkit-transition: opacity 0.25s ease;
  250. transition: opacity 0.25s ease;
  251. }
  252. i.link.icon:hover {
  253. opacity: 1 !important;
  254. }
  255. /*-------------------
  256. Circular
  257. --------------------*/
  258. i.circular.icon {
  259. border-radius: 500em !important;
  260. padding: 0.5em 0.35em !important;
  261. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  262. line-height: 1 !important;
  263. width: 2em !important;
  264. height: 2em !important;
  265. }
  266. i.circular.inverted.icon {
  267. border: none;
  268. box-shadow: none;
  269. }
  270. /*-------------------
  271. Flipped
  272. --------------------*/
  273. i.flipped.icon,
  274. i.horizontally.flipped.icon {
  275. -webkit-transform: scale(-1, 1);
  276. -ms-transform: scale(-1, 1);
  277. transform: scale(-1, 1);
  278. }
  279. i.vertically.flipped.icon {
  280. -webkit-transform: scale(1, -1);
  281. -ms-transform: scale(1, -1);
  282. transform: scale(1, -1);
  283. }
  284. /*-------------------
  285. Rotated
  286. --------------------*/
  287. i.rotated.icon,
  288. i.right.rotated.icon,
  289. i.clockwise.rotated.icon {
  290. -webkit-transform: rotate(90deg);
  291. -ms-transform: rotate(90deg);
  292. transform: rotate(90deg);
  293. }
  294. i.left.rotated.icon,
  295. i.counterclockwise.rotated.icon {
  296. -webkit-transform: rotate(-90deg);
  297. -ms-transform: rotate(-90deg);
  298. transform: rotate(-90deg);
  299. }
  300. /*-------------------
  301. Bordered
  302. --------------------*/
  303. i.bordered.icon {
  304. width: 2em;
  305. height: 2em;
  306. padding: 0.55em 0.385em !important;
  307. box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  308. vertical-align: baseline;
  309. }
  310. i.bordered.inverted.icon {
  311. border: none;
  312. box-shadow: none;
  313. }
  314. /*-------------------
  315. Colors
  316. --------------------*/
  317. i.white.icon {
  318. color: #ffffff !important;
  319. }
  320. i.black.icon {
  321. color: #191919 !important;
  322. }
  323. i.blue.icon {
  324. color: #0074d9 !important;
  325. }
  326. i.green.icon {
  327. color: #2ecc40 !important;
  328. }
  329. i.orange.icon {
  330. color: #ff851b !important;
  331. }
  332. i.pink.icon {
  333. color: #d9499a !important;
  334. }
  335. i.purple.icon {
  336. color: #a24096 !important;
  337. }
  338. i.red.icon {
  339. color: #ff4136 !important;
  340. }
  341. i.teal.icon {
  342. color: #39cccc !important;
  343. }
  344. i.yellow.icon {
  345. color: #ffcb08 !important;
  346. }
  347. /*-------------------
  348. Inverted
  349. --------------------*/
  350. i.inverted.icon {
  351. color: #ffffff;
  352. }
  353. i.inverted.black.icon {
  354. color: #333333 !important;
  355. }
  356. i.inverted.blue.icon {
  357. color: #54c8ff !important;
  358. }
  359. i.inverted.green.icon {
  360. color: #2ecc40 !important;
  361. }
  362. i.inverted.orange.icon {
  363. color: #ff851b !important;
  364. }
  365. i.inverted.pink.icon {
  366. color: #ff8edf !important;
  367. }
  368. i.inverted.purple.icon {
  369. color: #cdc6ff !important;
  370. }
  371. i.inverted.red.icon {
  372. color: #ff695e !important;
  373. }
  374. i.inverted.teal.icon {
  375. color: #6dffff !important;
  376. }
  377. i.inverted.yellow.icon {
  378. color: #ffe21f !important;
  379. }
  380. /* Inverted Circular */
  381. i.inverted.circular.icon {
  382. background-color: #222222 !important;
  383. color: #FFFFFF !important;
  384. }
  385. i.inverted.circular.black.icon {
  386. background-color: #191919 !important;
  387. color: #FFFFFF !important;
  388. }
  389. i.inverted.circular.blue.icon {
  390. background-color: #0074d9 !important;
  391. color: #FFFFFF !important;
  392. }
  393. i.inverted.circular.green.icon {
  394. background-color: #2ecc40 !important;
  395. color: #FFFFFF !important;
  396. }
  397. i.inverted.circular.orange.icon {
  398. background-color: #ff851b !important;
  399. color: #FFFFFF !important;
  400. }
  401. i.inverted.circular.pink.icon {
  402. background-color: #d9499a !important;
  403. color: #FFFFFF !important;
  404. }
  405. i.inverted.circular.purple.icon {
  406. background-color: #a24096 !important;
  407. color: #FFFFFF !important;
  408. }
  409. i.inverted.circular.red.icon {
  410. background-color: #ff4136 !important;
  411. color: #FFFFFF !important;
  412. }
  413. i.inverted.circular.teal.icon {
  414. background-color: #39cccc !important;
  415. color: #FFFFFF !important;
  416. }
  417. i.inverted.circular.yellow.icon {
  418. background-color: #ffcb08 !important;
  419. color: #FFFFFF !important;
  420. }
  421. /*-------------------
  422. Sizes
  423. --------------------*/
  424. i.small.icon {
  425. font-size: 0.875em;
  426. }
  427. i.icon {
  428. font-size: 1em;
  429. }
  430. i.large.icon {
  431. font-size: 1.5em;
  432. vertical-align: middle;
  433. }
  434. i.big.icon {
  435. font-size: 2em;
  436. vertical-align: middle;
  437. }
  438. i.huge.icon {
  439. font-size: 4em;
  440. vertical-align: middle;
  441. }
  442. i.massive.icon {
  443. font-size: 8em;
  444. vertical-align: middle;
  445. }
  446. /*
  447. * # Semantic - Icon
  448. * http://github.com/jlukic/semantic-ui/
  449. *
  450. *
  451. * Copyright 2014 Contributor
  452. * Released under the MIT license
  453. * http://opensource.org/licenses/MIT
  454. *
  455. */
  456. /*
  457. * Font Awesome 4.0.3
  458. * the iconic font designed for Bootstrap
  459. * ------------------------------------------------------------------------------
  460. * The full suite of pictographic icons, examples, and documentation can be
  461. * found at http://fon.io. Stay up to date on Twitter at
  462. * http://twitter.com/fon.
  463. *
  464. * License
  465. * ------------------------------------------------------------------------------
  466. * - The Font Awesome font is licensed under SIL OFL 1.1 -
  467. * http://scripts.sil.org/OFL
  468. /*******************************
  469. Semantic-UI integration of font-awesome :
  470. ///class names are separated
  471. i.icon.circle => i.icon.circle
  472. i.icon.circle-o => i.icon.circle.outline
  473. //abbreviation are replaced by full letters:
  474. i.icon.ellipsis-h => i.icon.ellipsis.horizontal
  475. i.icon.ellipsis-v => i.icon.ellipsis.vertical
  476. .alpha => .i.icon.alphabet
  477. .asc => .i.icon.ascending
  478. .desc => .i.icon.descending
  479. .alt =>.alternate
  480. ASCII order is conserved for easier maintenance.
  481. Icons that only have one style 'outline', 'square' etc do not require this class
  482. for instance `lemon icon` not `lemon outline icon` since there is only one lemon
  483. *******************************/
  484. /*******************************
  485. Icons
  486. *******************************/
  487. /* Web Content */
  488. i.icon.search:before {
  489. content: "\f002";
  490. }
  491. i.icon.mail.outline:before {
  492. content: "\f003";
  493. }
  494. i.icon.external.link:before {
  495. content: "\f08e";
  496. }
  497. i.icon.wifi:before {
  498. content: "\f012";
  499. }
  500. i.icon.setting:before {
  501. content: "\f013";
  502. }
  503. i.icon.home:before {
  504. content: "\f015";
  505. }
  506. i.icon.inbox:before {
  507. content: "\f01c";
  508. }
  509. i.icon.browser:before {
  510. content: "\f022";
  511. }
  512. i.icon.tag:before {
  513. content: "\f02b";
  514. }
  515. i.icon.tags:before {
  516. content: "\f02c";
  517. }
  518. i.icon.calendar:before {
  519. content: "\f073";
  520. }
  521. i.icon.comment:before {
  522. content: "\f075";
  523. }
  524. i.icon.comments:before {
  525. content: "\f086";
  526. }
  527. i.icon.shop:before {
  528. content: "\f07a";
  529. }
  530. i.icon.privacy:before {
  531. content: "\f084";
  532. }
  533. i.icon.settings:before {
  534. content: "\f085";
  535. }
  536. i.icon.trophy:before {
  537. content: "\f091";
  538. }
  539. i.icon.payment:before {
  540. content: "\f09d";
  541. }
  542. i.icon.feed:before {
  543. content: "\f09e";
  544. }
  545. i.icon.alarm.outline:before {
  546. content: "\f0a2";
  547. }
  548. i.icon.tasks:before {
  549. content: "\f0ae";
  550. }
  551. i.icon.cloud:before {
  552. content: "\f0c2";
  553. }
  554. i.icon.lab:before {
  555. content: "\f0c3";
  556. }
  557. i.icon.mail:before {
  558. content: "\f0e0";
  559. }
  560. i.icon.idea:before {
  561. content: "\f0eb";
  562. }
  563. i.icon.dashboard:before {
  564. content: "\f0e4";
  565. }
  566. i.icon.sitemap:before {
  567. content: "\f0e8";
  568. }
  569. i.icon.alarm:before {
  570. content: "\f0f3";
  571. }
  572. i.icon.terminal:before {
  573. content: "\f120";
  574. }
  575. i.icon.code:before {
  576. content: "\f121";
  577. }
  578. i.icon.protect:before {
  579. content: "\f132";
  580. }
  581. i.icon.calendar.outline:before {
  582. content: "\f133";
  583. }
  584. i.icon.ticket:before {
  585. content: "\f145";
  586. }
  587. i.icon.external.link.square:before {
  588. content: "\f14c";
  589. }
  590. i.icon.map:before {
  591. content: "\f14e";
  592. }
  593. i.icon.bug:before {
  594. content: "\f188";
  595. }
  596. i.icon.mail.square:before {
  597. content: "\f199";
  598. }
  599. i.icon.history:before {
  600. content: "\f1da";
  601. }
  602. i.icon.options:before {
  603. content: "\f1de";
  604. }
  605. i.icon.comment.outline:before {
  606. content: "\f0e5";
  607. }
  608. i.icon.comments.outline:before {
  609. content: "\f0e6";
  610. }
  611. /* User Actions */
  612. i.icon.download:before {
  613. content: "\f019";
  614. }
  615. i.icon.repeat:before {
  616. content: "\f01e";
  617. }
  618. i.icon.refresh:before {
  619. content: "\f021";
  620. }
  621. i.icon.lock:before {
  622. content: "\f023";
  623. }
  624. i.icon.bookmark:before {
  625. content: "\f02e";
  626. }
  627. i.icon.print:before {
  628. content: "\f02f";
  629. }
  630. i.icon.write:before {
  631. content: "\f040";
  632. }
  633. i.icon.theme:before {
  634. content: "\f043";
  635. }
  636. i.icon.adjust:before {
  637. content: "\f042";
  638. }
  639. i.icon.edit:before {
  640. content: "\f044";
  641. }
  642. i.icon.external.share:before {
  643. content: "\f045";
  644. }
  645. i.icon.ban:before {
  646. content: "\f05e";
  647. }
  648. i.icon.mail.forward:before {
  649. content: "\f064";
  650. }
  651. i.icon.share:before {
  652. content: "\f064";
  653. }
  654. i.icon.expand:before {
  655. content: "\f065";
  656. }
  657. i.icon.compress:before {
  658. content: "\f066";
  659. }
  660. i.icon.unhide:before {
  661. content: "\f06e";
  662. }
  663. i.icon.hide:before {
  664. content: "\f070";
  665. }
  666. i.icon.random:before {
  667. content: "\f074";
  668. }
  669. i.icon.retweet:before {
  670. content: "\f079";
  671. }
  672. i.icon.sign.out:before {
  673. content: "\f08b";
  674. }
  675. i.icon.pin:before {
  676. content: "\f08d";
  677. }
  678. i.icon.sign.in:before {
  679. content: "\f090";
  680. }
  681. i.icon.upload:before {
  682. content: "\f093";
  683. }
  684. i.icon.call:before {
  685. content: "\f095";
  686. }
  687. i.icon.call.square:before {
  688. content: "\f098";
  689. }
  690. i.icon.remove.bookmark:before {
  691. content: "\f097";
  692. }
  693. i.icon.unlock:before {
  694. content: "\f09c";
  695. }
  696. i.icon.configure:before {
  697. content: "\f0ad";
  698. }
  699. i.icon.filter:before {
  700. content: "\f0b0";
  701. }
  702. i.icon.wizard:before {
  703. content: "\f0d0";
  704. }
  705. i.icon.undo:before {
  706. content: "\f0e2";
  707. }
  708. i.icon.exchange:before {
  709. content: "\f0ec";
  710. }
  711. i.icon.cloud.download:before {
  712. content: "\f0ed";
  713. }
  714. i.icon.cloud.upload:before {
  715. content: "\f0ee";
  716. }
  717. i.icon.reply:before {
  718. content: "\f112";
  719. }
  720. i.icon.reply.all:before {
  721. content: "\f122";
  722. }
  723. i.icon.erase:before {
  724. content: "\f12d";
  725. }
  726. i.icon.unlock.alternate:before {
  727. content: "\f13e";
  728. }
  729. i.icon.archive:before {
  730. content: "\f187";
  731. }
  732. i.icon.translate:before {
  733. content: "\f1ab";
  734. }
  735. i.icon.recycle:before {
  736. content: "\f1b8";
  737. }
  738. i.icon.send:before {
  739. content: "\f1d8";
  740. }
  741. i.icon.send.outline:before {
  742. content: "\f1d9";
  743. }
  744. i.icon.share.alternate:before {
  745. content: "\f1e0";
  746. }
  747. i.icon.share.alternate.square:before {
  748. content: "\f1e1";
  749. }
  750. i.icon.wait:before {
  751. content: "\f017";
  752. }
  753. i.icon.write.square:before {
  754. content: "\f14b";
  755. }
  756. i.icon.share.square:before {
  757. content: "\f14d";
  758. }
  759. /* Messages */
  760. i.icon.help.circle:before {
  761. content: "\f059";
  762. }
  763. i.icon.info.circle:before {
  764. content: "\f05a";
  765. }
  766. i.icon.warning:before {
  767. content: "\f12a";
  768. }
  769. i.icon.warning.circle:before {
  770. content: "\f06a";
  771. }
  772. i.icon.warning.sign:before {
  773. content: "\f071";
  774. }
  775. i.icon.help:before {
  776. content: "\f128";
  777. }
  778. i.icon.info:before {
  779. content: "\f129";
  780. }
  781. i.icon.announcement:before {
  782. content: "\f0a1";
  783. }
  784. /* Users */
  785. i.icon.users:before {
  786. content: "\f0c0";
  787. }
  788. i.icon.doctor:before {
  789. content: "\f0f0";
  790. }
  791. i.icon.female:before {
  792. content: "\f182";
  793. }
  794. i.icon.male:before {
  795. content: "\f183";
  796. }
  797. i.icon.child:before {
  798. content: "\f1ae";
  799. }
  800. i.icon.user:before {
  801. content: "\f007";
  802. }
  803. i.icon.handicap:before {
  804. content: "\f193";
  805. }
  806. i.icon.student:before {
  807. content: "\f19d";
  808. }
  809. /* View Adjustment */
  810. i.icon.grid.layout:before {
  811. content: "\f00a";
  812. }
  813. i.icon.list.layout:before {
  814. content: "\f00b";
  815. }
  816. i.icon.block.layout:before {
  817. content: "\f009";
  818. }
  819. i.icon.zoom:before {
  820. content: "\f00e";
  821. }
  822. i.icon.zoom.out:before {
  823. content: "\f010";
  824. }
  825. i.icon.resize.vertical:before {
  826. content: "\f07d";
  827. }
  828. i.icon.resize.horizontal:before {
  829. content: "\f07e";
  830. }
  831. i.icon.maximize:before {
  832. content: "\f0b2";
  833. }
  834. i.icon.crop:before {
  835. content: "\f125";
  836. }
  837. /* Literal Objects */
  838. i.icon.cocktail:before {
  839. content: "\f000";
  840. }
  841. i.icon.road:before {
  842. content: "\f018";
  843. }
  844. i.icon.flag:before {
  845. content: "\f024";
  846. }
  847. i.icon.book:before {
  848. content: "\f02d";
  849. }
  850. i.icon.gift:before {
  851. content: "\f06b";
  852. }
  853. i.icon.leaf:before {
  854. content: "\f06c";
  855. }
  856. i.icon.fire:before {
  857. content: "\f06d";
  858. }
  859. i.icon.plane:before {
  860. content: "\f072";
  861. }
  862. i.icon.magnet:before {
  863. content: "\f076";
  864. }
  865. i.icon.legal:before {
  866. content: "\f0e3";
  867. }
  868. i.icon.lemon:before {
  869. content: "\f094";
  870. }
  871. i.icon.world:before {
  872. content: "\f0ac";
  873. }
  874. i.icon.travel:before {
  875. content: "\f0b1";
  876. }
  877. i.icon.shipping:before {
  878. content: "\f0d1";
  879. }
  880. i.icon.money:before {
  881. content: "\f0d6";
  882. }
  883. i.icon.lightning:before {
  884. content: "\f0e7";
  885. }
  886. i.icon.rain:before {
  887. content: "\f0e9";
  888. }
  889. i.icon.treatment:before {
  890. content: "\f0f1";
  891. }
  892. i.icon.suitcase:before {
  893. content: "\f0f2";
  894. }
  895. i.icon.bar:before {
  896. content: "\f0fc";
  897. }
  898. i.icon.flag.outline:before {
  899. content: "\f11d";
  900. }
  901. i.icon.flag.checkered:before {
  902. content: "\f11e";
  903. }
  904. i.icon.puzzle:before {
  905. content: "\f12e";
  906. }
  907. i.icon.fire.extinguisher:before {
  908. content: "\f134";
  909. }
  910. i.icon.rocket:before {
  911. content: "\f135";
  912. }
  913. i.icon.anchor:before {
  914. content: "\f13d";
  915. }
  916. i.icon.bullseye:before {
  917. content: "\f140";
  918. }
  919. i.icon.sun:before {
  920. content: "\f185";
  921. }
  922. i.icon.moon:before {
  923. content: "\f186";
  924. }
  925. i.icon.fax:before {
  926. content: "\f1ac";
  927. }
  928. i.icon.life.ring:before {
  929. content: "\f1cd";
  930. }
  931. i.icon.bomb:before {
  932. content: "\f1e2";
  933. }
  934. /* Shapes */
  935. i.icon.crosshairs:before {
  936. content: "\f05b";
  937. }
  938. i.icon.asterisk:before {
  939. content: "\f069";
  940. }
  941. i.icon.certificate:before {
  942. content: "\f0a3";
  943. }
  944. i.icon.circle:before {
  945. content: "\f111";
  946. }
  947. i.icon.quote.left:before {
  948. content: "\f10d";
  949. }
  950. i.icon.quote.right:before {
  951. content: "\f10e";
  952. }
  953. i.icon.ellipsis.horizontal:before {
  954. content: "\f141";
  955. }
  956. i.icon.ellipsis.vertical:before {
  957. content: "\f142";
  958. }
  959. i.icon.cube:before {
  960. content: "\f1b2";
  961. }
  962. i.icon.cubes:before {
  963. content: "\f1b3";
  964. }
  965. i.icon.circle.notched:before {
  966. content: "\f1ce";
  967. }
  968. i.icon.circle.thin:before {
  969. content: "\f1db";
  970. }
  971. /* Item Selection */
  972. i.icon.checkmark:before {
  973. content: "\f00c";
  974. }
  975. i.icon.remove:before {
  976. content: "\f00d";
  977. }
  978. i.icon.checkmark.box:before {
  979. content: "\f046";
  980. }
  981. i.icon.move:before {
  982. content: "\f047";
  983. }
  984. i.icon.add.circle:before {
  985. content: "\f055";
  986. }
  987. i.icon.minus.circle:before {
  988. content: "\f056";
  989. }
  990. i.icon.remove.circle:before {
  991. content: "\f057";
  992. }
  993. i.icon.check.circle:before {
  994. content: "\f058";
  995. }
  996. i.icon.remove.circle.outline:before {
  997. content: "\f05c";
  998. }
  999. i.icon.check.circle.outline:before {
  1000. content: "\f05d";
  1001. }
  1002. i.icon.plus:before {
  1003. content: "\f067";
  1004. }
  1005. i.icon.minus:before {
  1006. content: "\f068";
  1007. }
  1008. i.icon.add.square:before {
  1009. content: "\f0fe";
  1010. }
  1011. i.icon.radio:before {
  1012. content: "\f10c";
  1013. }
  1014. i.icon.selected.radio:before {
  1015. content: "\f192";
  1016. }
  1017. i.icon.minus.square:before {
  1018. content: "\f146";
  1019. }
  1020. i.icon.minus.square.outline:before {
  1021. content: "\f147";
  1022. }
  1023. i.icon.check.square:before {
  1024. content: "\f14a";
  1025. }
  1026. i.icon.plus.square.outline:before {
  1027. content: "\f196";
  1028. }
  1029. /* Media */
  1030. i.icon.film:before {
  1031. content: "\f008";
  1032. }
  1033. i.icon.sound:before {
  1034. content: "\f025";
  1035. }
  1036. i.icon.photo:before {
  1037. content: "\f030";
  1038. }
  1039. i.icon.bar.chart:before {
  1040. content: "\f080";
  1041. }
  1042. i.icon.camera.retro:before {
  1043. content: "\f083";
  1044. }
  1045. /* Pointers */
  1046. i.icon.arrow.circle.outline.down:before {
  1047. content: "\f01a";
  1048. }
  1049. i.icon.arrow.circle.outline.up:before {
  1050. content: "\f01b";
  1051. }
  1052. i.icon.chevron.left:before {
  1053. content: "\f053";
  1054. }
  1055. i.icon.chevron.right:before {
  1056. content: "\f054";
  1057. }
  1058. i.icon.arrow.left:before {
  1059. content: "\f060";
  1060. }
  1061. i.icon.arrow.right:before {
  1062. content: "\f061";
  1063. }
  1064. i.icon.arrow.up:before {
  1065. content: "\f062";
  1066. }
  1067. i.icon.arrow.down:before {
  1068. content: "\f063";
  1069. }
  1070. i.icon.chevron.up:before {
  1071. content: "\f077";
  1072. }
  1073. i.icon.chevron.down:before {
  1074. content: "\f078";
  1075. }
  1076. i.icon.pointing.right:before {
  1077. content: "\f0a4";
  1078. }
  1079. i.icon.pointing.left:before {
  1080. content: "\f0a5";
  1081. }
  1082. i.icon.pointing.up:before {
  1083. content: "\f0a6";
  1084. }
  1085. i.icon.pointing.down:before {
  1086. content: "\f0a7";
  1087. }
  1088. i.icon.arrow.circle.left:before {
  1089. content: "\f0a8";
  1090. }
  1091. i.icon.arrow.circle.right:before {
  1092. content: "\f0a9";
  1093. }
  1094. i.icon.arrow.circle.up:before {
  1095. content: "\f0aa";
  1096. }
  1097. i.icon.arrow.circle.down:before {
  1098. content: "\f0ab";
  1099. }
  1100. i.icon.caret.down:before {
  1101. content: "\f0d7";
  1102. }
  1103. i.icon.caret.up:before {
  1104. content: "\f0d8";
  1105. }
  1106. i.icon.caret.left:before {
  1107. content: "\f0d9";
  1108. }
  1109. i.icon.caret.right:before {
  1110. content: "\f0da";
  1111. }
  1112. i.icon.angle.double.left:before {
  1113. content: "\f100";
  1114. }
  1115. i.icon.angle.double.right:before {
  1116. content: "\f101";
  1117. }
  1118. i.icon.angle.double.up:before {
  1119. content: "\f102";
  1120. }
  1121. i.icon.angle.double.down:before {
  1122. content: "\f103";
  1123. }
  1124. i.icon.angle.left:before {
  1125. content: "\f104";
  1126. }
  1127. i.icon.angle.right:before {
  1128. content: "\f105";
  1129. }
  1130. i.icon.angle.up:before {
  1131. content: "\f106";
  1132. }
  1133. i.icon.angle.down:before {
  1134. content: "\f107";
  1135. }
  1136. i.icon.chevron.circle.left:before {
  1137. content: "\f137";
  1138. }
  1139. i.icon.chevron.circle.right:before {
  1140. content: "\f138";
  1141. }
  1142. i.icon.chevron.circle.up:before {
  1143. content: "\f139";
  1144. }
  1145. i.icon.chevron.circle.down:before {
  1146. content: "\f13a";
  1147. }
  1148. i.icon.toggle.down:before {
  1149. content: "\f150";
  1150. }
  1151. i.icon.toggle.up:before {
  1152. content: "\f151";
  1153. }
  1154. i.icon.toggle.right:before {
  1155. content: "\f152";
  1156. }
  1157. i.icon.long.arrow.down:before {
  1158. content: "\f175";
  1159. }
  1160. i.icon.long.arrow.up:before {
  1161. content: "\f176";
  1162. }
  1163. i.icon.long.arrow.left:before {
  1164. content: "\f177";
  1165. }
  1166. i.icon.long.arrow.right:before {
  1167. content: "\f178";
  1168. }
  1169. i.icon.arrow.circle.outline.right:before {
  1170. content: "\f18e";
  1171. }
  1172. i.icon.arrow.circle.outline.left:before {
  1173. content: "\f190";
  1174. }
  1175. i.icon.toggle.left:before {
  1176. content: "\f191";
  1177. }
  1178. /* Computer */
  1179. i.icon.power:before {
  1180. content: "\f011";
  1181. }
  1182. i.icon.trash:before {
  1183. content: "\f014";
  1184. }
  1185. i.icon.disk.outline:before {
  1186. content: "\f0a0";
  1187. }
  1188. i.icon.desktop:before {
  1189. content: "\f108";
  1190. }
  1191. i.icon.laptop:before {
  1192. content: "\f109";
  1193. }
  1194. i.icon.tablet:before {
  1195. content: "\f10a";
  1196. }
  1197. i.icon.mobile:before {
  1198. content: "\f10b";
  1199. }
  1200. i.icon.game:before {
  1201. content: "\f11b";
  1202. }
  1203. i.icon.keyboard:before {
  1204. content: "\f11c";
  1205. }
  1206. /* File System */
  1207. i.icon.folder:before {
  1208. content: "\f07b";
  1209. }
  1210. i.icon.folder.open:before {
  1211. content: "\f07c";
  1212. }
  1213. i.icon.level.up:before {
  1214. content: "\f148";
  1215. }
  1216. i.icon.level.down:before {
  1217. content: "\f149";
  1218. }
  1219. i.icon.file:before {
  1220. content: "\f15b";
  1221. }
  1222. i.icon.file.outline:before {
  1223. content: "\f016";
  1224. }
  1225. i.icon.file.text:before {
  1226. content: "\f15c";
  1227. }
  1228. i.icon.file.text.outline:before {
  1229. content: "\f0f6";
  1230. }
  1231. i.icon.folder.outline:before {
  1232. content: "\f114";
  1233. }
  1234. i.icon.folder.open.outline:before {
  1235. content: "\f115";
  1236. }
  1237. i.icon.file.pdf.outline:before {
  1238. content: "\f1c1";
  1239. }
  1240. i.icon.file.word.outline:before {
  1241. content: "\f1c2";
  1242. }
  1243. i.icon.file.excel.outline:before {
  1244. content: "\f1c3";
  1245. }
  1246. i.icon.file.powerpoint.outline:before {
  1247. content: "\f1c4";
  1248. }
  1249. i.icon.file.image.outline:before {
  1250. content: "\f1c5";
  1251. }
  1252. i.icon.file.archive.outline:before {
  1253. content: "\f1c6";
  1254. }
  1255. i.icon.file.audio.outline:before {
  1256. content: "\f1c7";
  1257. }
  1258. i.icon.file.video.outline:before {
  1259. content: "\f1c8";
  1260. }
  1261. i.icon.file.code.outline:before {
  1262. content: "\f1c9";
  1263. }
  1264. /* Technologies */
  1265. i.icon.barcode:before {
  1266. content: "\f02a";
  1267. }
  1268. i.icon.qrcode:before {
  1269. content: "\f029";
  1270. }
  1271. i.icon.fork:before {
  1272. content: "\f126";
  1273. }
  1274. i.icon.html5:before {
  1275. content: "\f13b";
  1276. }
  1277. i.icon.css3:before {
  1278. content: "\f13c";
  1279. }
  1280. i.icon.rss.square:before {
  1281. content: "\f143";
  1282. }
  1283. i.icon.openid:before {
  1284. content: "\f19b";
  1285. }
  1286. i.icon.database:before {
  1287. content: "\f1c0";
  1288. }
  1289. /* Rating */
  1290. i.icon.heart:before {
  1291. content: "\f004";
  1292. }
  1293. i.icon.star:before {
  1294. content: "\f005";
  1295. }
  1296. i.icon.empty.star:before {
  1297. content: "\f006";
  1298. }
  1299. i.icon.thumbs.outline.up:before {
  1300. content: "\f087";
  1301. }
  1302. i.icon.thumbs.outline.down:before {
  1303. content: "\f088";
  1304. }
  1305. i.icon.star.half:before {
  1306. content: "\f089";
  1307. }
  1308. i.icon.empty.heart:before {
  1309. content: "\f08a";
  1310. }
  1311. i.icon.smile:before {
  1312. content: "\f118";
  1313. }
  1314. i.icon.frown:before {
  1315. content: "\f119";
  1316. }
  1317. i.icon.meh:before {
  1318. content: "\f11a";
  1319. }
  1320. i.icon.star.half.empty:before {
  1321. content: "\f123";
  1322. }
  1323. i.icon.thumbs.up:before {
  1324. content: "\f164";
  1325. }
  1326. i.icon.thumbs.down:before {
  1327. content: "\f165";
  1328. }
  1329. /* Audio */
  1330. i.icon.music:before {
  1331. content: "\f001";
  1332. }
  1333. i.icon.video.play.outline:before {
  1334. content: "\f01d";
  1335. }
  1336. i.icon.volume.off:before {
  1337. content: "\f026";
  1338. }
  1339. i.icon.volume.down:before {
  1340. content: "\f027";
  1341. }
  1342. i.icon.volume.up:before {
  1343. content: "\f028";
  1344. }
  1345. i.icon.record:before {
  1346. content: "\f03d";
  1347. }
  1348. i.icon.step.backward:before {
  1349. content: "\f048";
  1350. }
  1351. i.icon.fast.backward:before {
  1352. content: "\f049";
  1353. }
  1354. i.icon.backward:before {
  1355. content: "\f04a";
  1356. }
  1357. i.icon.play:before {
  1358. content: "\f04b";
  1359. }
  1360. i.icon.pause:before {
  1361. content: "\f04c";
  1362. }
  1363. i.icon.stop:before {
  1364. content: "\f04d";
  1365. }
  1366. i.icon.forward:before {
  1367. content: "\f04e";
  1368. }
  1369. i.icon.fast.forward:before {
  1370. content: "\f050";
  1371. }
  1372. i.icon.step.forward:before {
  1373. content: "\f051";
  1374. }
  1375. i.icon.eject:before {
  1376. content: "\f052";
  1377. }
  1378. i.icon.unmute:before {
  1379. content: "\f130";
  1380. }
  1381. i.icon.mute:before {
  1382. content: "\f131";
  1383. }
  1384. i.icon.video.play:before {
  1385. content: "\f144";
  1386. }
  1387. /* Map & Locations */
  1388. i.icon.marker:before {
  1389. content: "\f041";
  1390. }
  1391. i.icon.coffee:before {
  1392. content: "\f0f4";
  1393. }
  1394. i.icon.food:before {
  1395. content: "\f0f5";
  1396. }
  1397. i.icon.building.outline:before {
  1398. content: "\f0f7";
  1399. }
  1400. i.icon.hospital:before {
  1401. content: "\f0f8";
  1402. }
  1403. i.icon.emergency:before {
  1404. content: "\f0f9";
  1405. }
  1406. i.icon.first.aid:before {
  1407. content: "\f0fa";
  1408. }
  1409. i.icon.military:before {
  1410. content: "\f0fb";
  1411. }
  1412. i.icon.h:before {
  1413. content: "\f0fd";
  1414. }
  1415. i.icon.location.arrow:before {
  1416. content: "\f124";
  1417. }
  1418. i.icon.space.shuttle:before {
  1419. content: "\f197";
  1420. }
  1421. i.icon.university:before {
  1422. content: "\f19c";
  1423. }
  1424. i.icon.building:before {
  1425. content: "\f1ad";
  1426. }
  1427. i.icon.paw:before {
  1428. content: "\f1b0";
  1429. }
  1430. i.icon.spoon:before {
  1431. content: "\f1b1";
  1432. }
  1433. i.icon.car:before {
  1434. content: "\f1b9";
  1435. }
  1436. i.icon.taxi:before {
  1437. content: "\f1ba";
  1438. }
  1439. i.icon.tree:before {
  1440. content: "\f1bb";
  1441. }
  1442. /* Tables */
  1443. i.icon.table:before {
  1444. content: "\f0ce";
  1445. }
  1446. i.icon.columns:before {
  1447. content: "\f0db";
  1448. }
  1449. i.icon.sort:before {
  1450. content: "\f0dc";
  1451. }
  1452. i.icon.sort.ascending:before {
  1453. content: "\f0dd";
  1454. }
  1455. i.icon.sort.descending:before {
  1456. content: "\f0de";
  1457. }
  1458. i.icon.sort.alphabet.ascending:before {
  1459. content: "\f15d";
  1460. }
  1461. i.icon.sort.alphabet.descending:before {
  1462. content: "\f15e";
  1463. }
  1464. i.icon.sort.content.ascending:before {
  1465. content: "\f160";
  1466. }
  1467. i.icon.sort.content.descending:before {
  1468. content: "\f161";
  1469. }
  1470. i.icon.sort.numeric.ascending:before {
  1471. content: "\f162";
  1472. }
  1473. i.icon.sort.numeric.descending:before {
  1474. content: "\f163";
  1475. }
  1476. /* Text Editor */
  1477. i.icon.font:before {
  1478. content: "\f031";
  1479. }
  1480. i.icon.bold:before {
  1481. content: "\f032";
  1482. }
  1483. i.icon.italic:before {
  1484. content: "\f033";
  1485. }
  1486. i.icon.text.height:before {
  1487. content: "\f034";
  1488. }
  1489. i.icon.text.width:before {
  1490. content: "\f035";
  1491. }
  1492. i.icon.align.left:before {
  1493. content: "\f036";
  1494. }
  1495. i.icon.align.center:before {
  1496. content: "\f037";
  1497. }
  1498. i.icon.align.right:before {
  1499. content: "\f038";
  1500. }
  1501. i.icon.align.justify:before {
  1502. content: "\f039";
  1503. }
  1504. i.icon.list:before {
  1505. content: "\f03a";
  1506. }
  1507. i.icon.outdent:before {
  1508. content: "\f03b";
  1509. }
  1510. i.icon.indent:before {
  1511. content: "\f03c";
  1512. }
  1513. i.icon.linkify:before {
  1514. content: "\f0c1";
  1515. }
  1516. i.icon.cut:before {
  1517. content: "\f0c4";
  1518. }
  1519. i.icon.copy:before {
  1520. content: "\f0c5";
  1521. }
  1522. i.icon.attach:before {
  1523. content: "\f0c6";
  1524. }
  1525. i.icon.save:before {
  1526. content: "\f0c7";
  1527. }
  1528. i.icon.content:before {
  1529. content: "\f0c9";
  1530. }
  1531. i.icon.unordered.list:before {
  1532. content: "\f0ca";
  1533. }
  1534. i.icon.ordered.list:before {
  1535. content: "\f0cb";
  1536. }
  1537. i.icon.strikethrough:before {
  1538. content: "\f0cc";
  1539. }
  1540. i.icon.underline:before {
  1541. content: "\f0cd";
  1542. }
  1543. i.icon.paste:before {
  1544. content: "\f0ea";
  1545. }
  1546. i.icon.unlink:before {
  1547. content: "\f127";
  1548. }
  1549. i.icon.superscript:before {
  1550. content: "\f12b";
  1551. }
  1552. i.icon.subscript:before {
  1553. content: "\f12c";
  1554. }
  1555. i.icon.header:before {
  1556. content: "\f1dc";
  1557. }
  1558. i.icon.paragraph:before {
  1559. content: "\f1dd";
  1560. }
  1561. /* Currency */
  1562. i.icon.euro:before {
  1563. content: "\f153";
  1564. }
  1565. i.icon.pound:before {
  1566. content: "\f154";
  1567. }
  1568. i.icon.dollar:before {
  1569. content: "\f155";
  1570. }
  1571. i.icon.rupee:before {
  1572. content: "\f156";
  1573. }
  1574. i.icon.yen:before {
  1575. content: "\f157";
  1576. }
  1577. i.icon.ruble:before {
  1578. content: "\f158";
  1579. }
  1580. i.icon.won:before {
  1581. content: "\f159";
  1582. }
  1583. i.icon.lira:before {
  1584. content: "\f195";
  1585. }
  1586. /* Networks and Websites*/
  1587. i.icon.twitter.square:before {
  1588. content: "\f081";
  1589. }
  1590. i.icon.facebook.square:before {
  1591. content: "\f082";
  1592. }
  1593. i.icon.linkedin.square:before {
  1594. content: "\f08c";
  1595. }
  1596. i.icon.github.square:before {
  1597. content: "\f092";
  1598. }
  1599. i.icon.twitter:before {
  1600. content: "\f099";
  1601. }
  1602. i.icon.facebook:before {
  1603. content: "\f09a";
  1604. }
  1605. i.icon.github:before {
  1606. content: "\f09b";
  1607. }
  1608. i.icon.pinterest:before {
  1609. content: "\f0d2";
  1610. }
  1611. i.icon.pinterest.square:before {
  1612. content: "\f0d3";
  1613. }
  1614. i.icon.google.plus.square:before {
  1615. content: "\f0d4";
  1616. }
  1617. i.icon.google.plus:before {
  1618. content: "\f0d5";
  1619. }
  1620. i.icon.linkedin:before {
  1621. content: "\f0e1";
  1622. }
  1623. i.icon.github.alternate:before {
  1624. content: "\f113";
  1625. }
  1626. i.icon.maxcdn:before {
  1627. content: "\f136";
  1628. }
  1629. i.icon.bitcoin:before {
  1630. content: "\f15a";
  1631. }
  1632. i.icon.youtube.square:before {
  1633. content: "\f166";
  1634. }
  1635. i.icon.youtube:before {
  1636. content: "\f167";
  1637. }
  1638. i.icon.xing:before {
  1639. content: "\f168";
  1640. }
  1641. i.icon.xing.square:before {
  1642. content: "\f169";
  1643. }
  1644. i.icon.youtube.play:before {
  1645. content: "\f16a";
  1646. }
  1647. i.icon.dropbox:before {
  1648. content: "\f16b";
  1649. }
  1650. i.icon.stack.overflow:before {
  1651. content: "\f16c";
  1652. }
  1653. i.icon.instagram:before {
  1654. content: "\f16d";
  1655. }
  1656. i.icon.flickr:before {
  1657. content: "\f16e";
  1658. }
  1659. i.icon.adn:before {
  1660. content: "\f170";
  1661. }
  1662. i.icon.bitbucket:before {
  1663. content: "\f171";
  1664. }
  1665. i.icon.bitbucket.square:before {
  1666. content: "\f172";
  1667. }
  1668. i.icon.tumblr:before {
  1669. content: "\f173";
  1670. }
  1671. i.icon.tumblr.square:before {
  1672. content: "\f174";
  1673. }
  1674. i.icon.apple:before {
  1675. content: "\f179";
  1676. }
  1677. i.icon.windows:before {
  1678. content: "\f17a";
  1679. }
  1680. i.icon.android:before {
  1681. content: "\f17b";
  1682. }
  1683. i.icon.linux:before {
  1684. content: "\f17c";
  1685. }
  1686. i.icon.dribbble:before {
  1687. content: "\f17d";
  1688. }
  1689. i.icon.skype:before {
  1690. content: "\f17e";
  1691. }
  1692. i.icon.foursquare:before {
  1693. content: "\f180";
  1694. }
  1695. i.icon.trello:before {
  1696. content: "\f181";
  1697. }
  1698. i.icon.gittip:before {
  1699. content: "\f184";
  1700. }
  1701. i.icon.vk:before {
  1702. content: "\f189";
  1703. }
  1704. i.icon.weibo:before {
  1705. content: "\f18a";
  1706. }
  1707. i.icon.renren:before {
  1708. content: "\f18b";
  1709. }
  1710. i.icon.pagelines:before {
  1711. content: "\f18c";
  1712. }
  1713. i.icon.stack.exchange:before {
  1714. content: "\f18d";
  1715. }
  1716. i.icon.vimeo:before {
  1717. content: "\f194";
  1718. }
  1719. i.icon.slack:before {
  1720. content: "\f198";
  1721. }
  1722. i.icon.wordpress:before {
  1723. content: "\f19a";
  1724. }
  1725. i.icon.yahoo:before {
  1726. content: "\f19e";
  1727. }
  1728. i.icon.google:before {
  1729. content: "\f1a0";
  1730. }
  1731. i.icon.reddit:before {
  1732. content: "\f1a1";
  1733. }
  1734. i.icon.reddit.square:before {
  1735. content: "\f1a2";
  1736. }
  1737. i.icon.stumbleupon.circle:before {
  1738. content: "\f1a3";
  1739. }
  1740. i.icon.stumbleupon:before {
  1741. content: "\f1a4";
  1742. }
  1743. i.icon.delicious:before {
  1744. content: "\f1a5";
  1745. }
  1746. i.icon.digg:before {
  1747. content: "\f1a6";
  1748. }
  1749. i.icon.pied.piper:before {
  1750. content: "\f1a7";
  1751. }
  1752. i.icon.pied.piper.alternate:before {
  1753. content: "\f1a8";
  1754. }
  1755. i.icon.drupal:before {
  1756. content: "\f1a9";
  1757. }
  1758. i.icon.joomla:before {
  1759. content: "\f1aa";
  1760. }
  1761. i.icon.behance:before {
  1762. content: "\f1b4";
  1763. }
  1764. i.icon.behance.square:before {
  1765. content: "\f1b5";
  1766. }
  1767. i.icon.steam:before {
  1768. content: "\f1b6";
  1769. }
  1770. i.icon.steam.square:before {
  1771. content: "\f1b7";
  1772. }
  1773. i.icon.spotify:before {
  1774. content: "\f1bc";
  1775. }
  1776. i.icon.deviantart:before {
  1777. content: "\f1bd";
  1778. }
  1779. i.icon.soundcloud:before {
  1780. content: "\f1be";
  1781. }
  1782. i.icon.vine:before {
  1783. content: "\f1ca";
  1784. }
  1785. i.icon.codepen:before {
  1786. content: "\f1cb";
  1787. }
  1788. i.icon.jsfiddle:before {
  1789. content: "\f1cc";
  1790. }
  1791. i.icon.rebel:before {
  1792. content: "\f1d0";
  1793. }
  1794. i.icon.empire:before {
  1795. content: "\f1d1";
  1796. }
  1797. i.icon.git.square:before {
  1798. content: "\f1d2";
  1799. }
  1800. i.icon.git:before {
  1801. content: "\f1d3";
  1802. }
  1803. i.icon.hacker.news:before {
  1804. content: "\f1d4";
  1805. }
  1806. i.icon.tencent.weibo:before {
  1807. content: "\f1d5";
  1808. }
  1809. i.icon.qq:before {
  1810. content: "\f1d6";
  1811. }
  1812. i.icon.wechat:before {
  1813. content: "\f1d7";
  1814. }
  1815. /*******************************
  1816. Aliases
  1817. *******************************/
  1818. i.icon.like:before {
  1819. content: "\f004";
  1820. }
  1821. i.icon.video:before {
  1822. content: "\f008";
  1823. }
  1824. i.icon.sidebar:before {
  1825. content: "\f00b";
  1826. }
  1827. i.icon.check:before {
  1828. content: "\f00c";
  1829. }
  1830. i.icon.remove:before {
  1831. content: "\f00d";
  1832. }
  1833. i.icon.close:before {
  1834. content: "\f00d";
  1835. }
  1836. i.icon.cancel:before {
  1837. content: "\f00d";
  1838. }
  1839. i.icon.delete:before {
  1840. content: "\f00d";
  1841. }
  1842. i.icon.x:before {
  1843. content: "\f00d";
  1844. }
  1845. i.icon.zoom.in:before {
  1846. content: "\f00e";
  1847. }
  1848. i.icon.magnify:before {
  1849. content: "\f00e";
  1850. }
  1851. i.icon.shutdown:before {
  1852. content: "\f011";
  1853. }
  1854. i.icon.signal:before {
  1855. content: "\f012";
  1856. }
  1857. i.icon.clock:before {
  1858. content: "\f017";
  1859. }
  1860. i.icon.time:before {
  1861. content: "\f017";
  1862. }
  1863. i.icon.play.circle.outline:before {
  1864. content: "\f01d";
  1865. }
  1866. i.icon.clockwise:before {
  1867. content: "\f01e";
  1868. }
  1869. i.icon.headphone:before {
  1870. content: "\f025";
  1871. }
  1872. i.icon.volume.off:before {
  1873. content: "\f026";
  1874. }
  1875. i.icon.camera:before {
  1876. content: "\f030";
  1877. }
  1878. i.icon.video.camera:before {
  1879. content: "\f03d";
  1880. }
  1881. i.icon.picture:before {
  1882. content: "\f03e";
  1883. }
  1884. i.icon.pencil:before {
  1885. content: "\f040";
  1886. }
  1887. i.icon.compose:before {
  1888. content: "\f040";
  1889. }
  1890. i.icon.point:before {
  1891. content: "\f041";
  1892. }
  1893. i.icon.tint:before {
  1894. content: "\f043";
  1895. }
  1896. i.icon.signup:before {
  1897. content: "\f044";
  1898. }
  1899. i.icon.plus.circle:before {
  1900. content: "\f055";
  1901. }
  1902. i.icon.minus.circle:before {
  1903. content: "\f056";
  1904. }
  1905. i.icon.dont:before {
  1906. content: "\f05e";
  1907. }
  1908. i.icon.minimize:before {
  1909. content: "\f066";
  1910. }
  1911. i.icon.add:before {
  1912. content: "\f067";
  1913. }
  1914. i.icon.eye:before {
  1915. content: "\f06e";
  1916. }
  1917. i.icon.attention:before {
  1918. content: "\f06a";
  1919. }
  1920. i.icon.plane:before {
  1921. content: "\f072";
  1922. }
  1923. i.icon.shuffle:before {
  1924. content: "\f074";
  1925. }
  1926. i.icon.talk:before {
  1927. content: "\f075";
  1928. }
  1929. i.icon.chat:before {
  1930. content: "\f075";
  1931. }
  1932. i.icon.shopping.cart:before {
  1933. content: "\f07a";
  1934. }
  1935. i.icon.bar.graph:before {
  1936. content: "\f080";
  1937. }
  1938. i.icon.key:before {
  1939. content: "\f084";
  1940. }
  1941. i.icon.privacy:before {
  1942. content: "\f084";
  1943. }
  1944. i.icon.cogs:before {
  1945. content: "\f085";
  1946. }
  1947. i.icon.discussions:before {
  1948. content: "\f086";
  1949. }
  1950. i.icon.like.outline:before {
  1951. content: "\f087";
  1952. }
  1953. i.icon.dislike.outline:before {
  1954. content: "\f088";
  1955. }
  1956. i.icon.heart.outline:before {
  1957. content: "\f08a";
  1958. }
  1959. i.icon.log.out:before {
  1960. content: "\f08b";
  1961. }
  1962. i.icon.thumb.tack:before {
  1963. content: "\f08d";
  1964. }
  1965. i.icon.winner:before {
  1966. content: "\f091";
  1967. }
  1968. i.icon.bookmark.outline:before {
  1969. content: "\f097";
  1970. }
  1971. i.icon.phone.square:before {
  1972. content: "\f098";
  1973. }
  1974. i.icon.phone.square:before {
  1975. content: "\f098";
  1976. }
  1977. i.icon.credit.card:before {
  1978. content: "\f09d";
  1979. }
  1980. i.icon.rss:before {
  1981. content: "\f09e";
  1982. }
  1983. i.icon.hdd.outline:before {
  1984. content: "\f0a0";
  1985. }
  1986. i.icon.bullhorn:before {
  1987. content: "\f0a1";
  1988. }
  1989. i.icon.bell:before {
  1990. content: "\f0f3";
  1991. }
  1992. i.icon.hand.outline.right:before {
  1993. content: "\f0a4";
  1994. }
  1995. i.icon.hand.outline.left:before {
  1996. content: "\f0a5";
  1997. }
  1998. i.icon.hand.outline.up:before {
  1999. content: "\f0a6";
  2000. }
  2001. i.icon.hand.outline.down:before {
  2002. content: "\f0a7";
  2003. }
  2004. i.icon.globe:before {
  2005. content: "\f0ac";
  2006. }
  2007. i.icon.wrench:before {
  2008. content: "\f0ad";
  2009. }
  2010. i.icon.briefcase:before {
  2011. content: "\f0b1";
  2012. }
  2013. i.icon.group:before {
  2014. content: "\f0c0";
  2015. }
  2016. i.icon.flask:before {
  2017. content: "\f0c3";
  2018. }
  2019. i.icon.bars:before {
  2020. content: "\f0c9";
  2021. }
  2022. i.icon.list.ul:before {
  2023. content: "\f0ca";
  2024. }
  2025. i.icon.list.ol:before {
  2026. content: "\f0cb";
  2027. }
  2028. i.icon.numbered.list:before {
  2029. content: "\f0cb";
  2030. }
  2031. i.icon.magic:before {
  2032. content: "\f0d0";
  2033. }
  2034. i.icon.truck:before {
  2035. content: "\f0d1";
  2036. }
  2037. i.icon.currency:before {
  2038. content: "\f0d6";
  2039. }
  2040. i.icon.triangle.down:before {
  2041. content: "\f0d7";
  2042. }
  2043. i.icon.dropdown:before {
  2044. content: "\f0d7";
  2045. }
  2046. i.icon.triangle.up:before {
  2047. content: "\f0d8";
  2048. }
  2049. i.icon.triangle.left:before {
  2050. content: "\f0d9";
  2051. }
  2052. i.icon.triangle.right:before {
  2053. content: "\f0da";
  2054. }
  2055. i.icon.envelope:before {
  2056. content: "\f0e0";
  2057. }
  2058. i.icon.conversation:before {
  2059. content: "\f0e6";
  2060. }
  2061. i.icon.lightning:before {
  2062. content: "\f0e7";
  2063. }
  2064. i.icon.umbrella:before {
  2065. content: "\f0e9";
  2066. }
  2067. i.icon.lightbulb:before {
  2068. content: "\f0eb";
  2069. }
  2070. i.icon.suitcase:before {
  2071. content: "\f0f2";
  2072. }
  2073. i.icon.bell.outline:before {
  2074. content: "\f0a2";
  2075. }
  2076. i.icon.ambulance:before {
  2077. content: "\f0f9";
  2078. }
  2079. i.icon.medkit:before {
  2080. content: "\f0fa";
  2081. }
  2082. i.icon.fighter.jet:before {
  2083. content: "\f0fb";
  2084. }
  2085. i.icon.beer:before {
  2086. content: "\f0fc";
  2087. }
  2088. i.icon.plus.square:before {
  2089. content: "\f0fe";
  2090. }
  2091. i.icon.computer:before {
  2092. content: "\f108";
  2093. }
  2094. i.icon.circle.outline:before {
  2095. content: "\f10c";
  2096. }
  2097. i.icon.spinner:before {
  2098. content: "\f110";
  2099. }
  2100. i.icon.gamepad:before {
  2101. content: "\f11b";
  2102. }
  2103. i.icon.star.half.full:before {
  2104. content: "\f123";
  2105. }
  2106. i.icon.remove.link:before {
  2107. content: "\f127";
  2108. }
  2109. i.icon.question:before {
  2110. content: "\f128";
  2111. }
  2112. i.icon.attention:before {
  2113. content: "\f12a";
  2114. }
  2115. i.icon.eraser:before {
  2116. content: "\f12d";
  2117. }
  2118. i.icon.microphone:before {
  2119. content: "\f130";
  2120. }
  2121. i.icon.microphone.slash:before {
  2122. content: "\f131";
  2123. }
  2124. i.icon.shield:before {
  2125. content: "\f132";
  2126. }
  2127. i.icon.target:before {
  2128. content: "\f140";
  2129. }
  2130. i.icon.play.circle:before {
  2131. content: "\f144";
  2132. }
  2133. i.icon.pencil.square:before {
  2134. content: "\f14b";
  2135. }
  2136. i.icon.compass:before {
  2137. content: "\f14e";
  2138. }
  2139. i.icon.eur:before {
  2140. content: "\f153";
  2141. }
  2142. i.icon.gbp:before {
  2143. content: "\f154";
  2144. }
  2145. i.icon.usd:before {
  2146. content: "\f155";
  2147. }
  2148. i.icon.inr:before {
  2149. content: "\f156";
  2150. }
  2151. i.icon.cny:before,
  2152. i.icon.rmb:before,
  2153. i.icon.jpy:before {
  2154. content: "\f157";
  2155. }
  2156. i.icon.rouble:before,
  2157. i.icon.rub:before {
  2158. content: "\f158";
  2159. }
  2160. i.icon.won:before,
  2161. i.icon.krw:before {
  2162. content: "\f159";
  2163. }
  2164. i.icon.btc:before {
  2165. content: "\f15a";
  2166. }
  2167. i.icon.try:before {
  2168. content: "\f195";
  2169. }
  2170. i.icon.zip:before {
  2171. content: "\f187";
  2172. }
  2173. i.icon.dot.circle.outline:before {
  2174. content: "\f192";
  2175. }
  2176. i.icon.sliders:before {
  2177. content: "\f1de";
  2178. }
  2179. i.icon.graduation:before {
  2180. content: "\f19d";
  2181. }
  2182. i.icon.\33d:before {
  2183. content: "\f1b2";
  2184. }
  2185. i.icon.weixin:before {
  2186. content: "\f1d7";
  2187. }
  2188. /*******************************
  2189. Overrides
  2190. *******************************/