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.

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