icons.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. /*!
  2. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3. *
  4. * CASCADE FRAMEWORK 1.0
  5. *
  6. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  7. *
  8. *
  9. * Copyright 2013, John Slegers
  10. * Released under the MIT license
  11. * http://jslegers.github.com/cascadeframework/license.html
  12. *
  13. *
  14. * This means you can use Cascade Framework for any project,
  15. * whether commercial or not.
  16. *
  17. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  18. *
  19. *
  20. * Cascade Framework also contains the following goodies,
  21. * which all have the same or similar 'permissive licenses :
  22. *
  23. *
  24. * Includes polyfills by Joshua Bell
  25. * http://www.calormen.com/polyfill/
  26. * Released in public domain
  27. *
  28. *
  29. * Includes Google ExplorerCanvas
  30. * https://code.google.com/p/explorercanvas/
  31. * Released under the Apache 2.0 license
  32. *
  33. *
  34. * Includes Google Prettify
  35. * https://code.google.com/p/google-code-prettify/
  36. * Released under the Apache 2.0 license
  37. *
  38. *
  39. * Includes Yepnope
  40. * http://yepnopejs.com/
  41. * Released under the WTFPL license
  42. *
  43. *
  44. * Includes Modernizr
  45. * http://modernizr.com/
  46. * Released under the MIT license
  47. *
  48. *
  49. * Includes lodash
  50. * http://lodash.com/
  51. * Released under the MIT license
  52. *
  53. *
  54. * Includes jQuery
  55. * http://jquery.com/
  56. * Released under the MIT license
  57. *
  58. *
  59. * Includes jQuery Easing plugin
  60. * http://gsgd.co.uk/sandbox/jquery/easing/
  61. * Released under the BSD license
  62. *
  63. *
  64. * Includes jQuery Flot plugin
  65. * http://www.flotcharts.org/
  66. * Released under the MIT license
  67. *
  68. *
  69. * Includes the Font Awesome webfont
  70. * http://fortawesome.github.com/Font-Awesome/
  71. * Released under the SIL Open Font License
  72. *
  73. *
  74. *
  75. *
  76. *
  77. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  78. *
  79. * Cascade Framework was inspired by many articles and projects
  80. *
  81. * Especially these authors are worth mentioning :
  82. *
  83. * Nicolle Sullivan
  84. * Jonathan Snook
  85. * Chris Coyier
  86. * Eric Meyer
  87. * Nicolas Gallagher
  88. * Paul Irish
  89. * Mark Otto
  90. * Jacob Thornton
  91. *
  92. *
  93. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  94. * Date: 2013-03-15
  95. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  96. */
  97. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  98. readers do not read off random characters that represent icons */
  99. .icon-glass:before {
  100. content: "\f000";
  101. }
  102. .icon-music:before {
  103. content: "\f001";
  104. }
  105. .icon-search:before {
  106. content: "\f002";
  107. }
  108. .icon-envelope-alt:before {
  109. content: "\f003";
  110. }
  111. .icon-heart:before {
  112. content: "\f004";
  113. }
  114. .icon-star:before {
  115. content: "\f005";
  116. }
  117. .icon-star-empty:before {
  118. content: "\f006";
  119. }
  120. .icon-user:before {
  121. content: "\f007";
  122. }
  123. .icon-film:before {
  124. content: "\f008";
  125. }
  126. .icon-th-large:before {
  127. content: "\f009";
  128. }
  129. .icon-th:before {
  130. content: "\f00a";
  131. }
  132. .icon-th-list:before {
  133. content: "\f00b";
  134. }
  135. .icon-ok:before {
  136. content: "\f00c";
  137. }
  138. .icon-remove:before {
  139. content: "\f00d";
  140. }
  141. .icon-zoom-in:before {
  142. content: "\f00e";
  143. }
  144. .icon-zoom-out:before {
  145. content: "\f010";
  146. }
  147. .icon-power-off:before,
  148. .icon-off:before {
  149. content: "\f011";
  150. }
  151. .icon-signal:before {
  152. content: "\f012";
  153. }
  154. .icon-gear:before,
  155. .icon-cog:before {
  156. content: "\f013";
  157. }
  158. .icon-trash:before {
  159. content: "\f014";
  160. }
  161. .icon-home:before {
  162. content: "\f015";
  163. }
  164. .icon-file-alt:before {
  165. content: "\f016";
  166. }
  167. .icon-time:before {
  168. content: "\f017";
  169. }
  170. .icon-road:before {
  171. content: "\f018";
  172. }
  173. .icon-download-alt:before {
  174. content: "\f019";
  175. }
  176. .icon-download:before {
  177. content: "\f01a";
  178. }
  179. .icon-upload:before {
  180. content: "\f01b";
  181. }
  182. .icon-inbox:before {
  183. content: "\f01c";
  184. }
  185. .icon-play-circle:before {
  186. content: "\f01d";
  187. }
  188. .icon-rotate-right:before,
  189. .icon-repeat:before {
  190. content: "\f01e";
  191. }
  192. .icon-refresh:before {
  193. content: "\f021";
  194. }
  195. .icon-list-alt:before {
  196. content: "\f022";
  197. }
  198. .icon-lock:before {
  199. content: "\f023";
  200. }
  201. .icon-flag:before {
  202. content: "\f024";
  203. }
  204. .icon-headphones:before {
  205. content: "\f025";
  206. }
  207. .icon-volume-off:before {
  208. content: "\f026";
  209. }
  210. .icon-volume-down:before {
  211. content: "\f027";
  212. }
  213. .icon-volume-up:before {
  214. content: "\f028";
  215. }
  216. .icon-qrcode:before {
  217. content: "\f029";
  218. }
  219. .icon-barcode:before {
  220. content: "\f02a";
  221. }
  222. .icon-tag:before {
  223. content: "\f02b";
  224. }
  225. .icon-tags:before {
  226. content: "\f02c";
  227. }
  228. .icon-book:before {
  229. content: "\f02d";
  230. }
  231. .icon-bookmark:before {
  232. content: "\f02e";
  233. }
  234. .icon-print:before {
  235. content: "\f02f";
  236. }
  237. .icon-camera:before {
  238. content: "\f030";
  239. }
  240. .icon-font:before {
  241. content: "\f031";
  242. }
  243. .icon-bold:before {
  244. content: "\f032";
  245. }
  246. .icon-italic:before {
  247. content: "\f033";
  248. }
  249. .icon-text-height:before {
  250. content: "\f034";
  251. }
  252. .icon-text-width:before {
  253. content: "\f035";
  254. }
  255. .icon-align-left:before {
  256. content: "\f036";
  257. }
  258. .icon-align-center:before {
  259. content: "\f037";
  260. }
  261. .icon-align-right:before {
  262. content: "\f038";
  263. }
  264. .icon-align-justify:before {
  265. content: "\f039";
  266. }
  267. .icon-list:before {
  268. content: "\f03a";
  269. }
  270. .icon-indent-left:before {
  271. content: "\f03b";
  272. }
  273. .icon-indent-right:before {
  274. content: "\f03c";
  275. }
  276. .icon-facetime-video:before {
  277. content: "\f03d";
  278. }
  279. .icon-picture:before {
  280. content: "\f03e";
  281. }
  282. .icon-pencil:before {
  283. content: "\f040";
  284. }
  285. .icon-map-marker:before {
  286. content: "\f041";
  287. }
  288. .icon-adjust:before {
  289. content: "\f042";
  290. }
  291. .icon-tint:before {
  292. content: "\f043";
  293. }
  294. .icon-edit:before {
  295. content: "\f044";
  296. }
  297. .icon-share:before {
  298. content: "\f045";
  299. }
  300. .icon-check:before {
  301. content: "\f046";
  302. }
  303. .icon-move:before {
  304. content: "\f047";
  305. }
  306. .icon-step-backward:before {
  307. content: "\f048";
  308. }
  309. .icon-fast-backward:before {
  310. content: "\f049";
  311. }
  312. .icon-backward:before {
  313. content: "\f04a";
  314. }
  315. .icon-play:before {
  316. content: "\f04b";
  317. }
  318. .icon-pause:before {
  319. content: "\f04c";
  320. }
  321. .icon-stop:before {
  322. content: "\f04d";
  323. }
  324. .icon-forward:before {
  325. content: "\f04e";
  326. }
  327. .icon-fast-forward:before {
  328. content: "\f050";
  329. }
  330. .icon-step-forward:before {
  331. content: "\f051";
  332. }
  333. .icon-eject:before {
  334. content: "\f052";
  335. }
  336. .icon-chevron-left:before {
  337. content: "\f053";
  338. }
  339. .icon-chevron-right:before {
  340. content: "\f054";
  341. }
  342. .icon-plus-sign:before {
  343. content: "\f055";
  344. }
  345. .icon-minus-sign:before {
  346. content: "\f056";
  347. }
  348. .icon-remove-sign:before {
  349. content: "\f057";
  350. }
  351. .icon-ok-sign:before {
  352. content: "\f058";
  353. }
  354. .icon-question-sign:before {
  355. content: "\f059";
  356. }
  357. .icon-info-sign:before {
  358. content: "\f05a";
  359. }
  360. .icon-screenshot:before {
  361. content: "\f05b";
  362. }
  363. .icon-remove-circle:before {
  364. content: "\f05c";
  365. }
  366. .icon-ok-circle:before {
  367. content: "\f05d";
  368. }
  369. .icon-ban-circle:before {
  370. content: "\f05e";
  371. }
  372. .icon-arrow-left:before {
  373. content: "\f060";
  374. }
  375. .icon-arrow-right:before {
  376. content: "\f061";
  377. }
  378. .icon-arrow-up:before {
  379. content: "\f062";
  380. }
  381. .icon-arrow-down:before {
  382. content: "\f063";
  383. }
  384. .icon-mail-forward:before,
  385. .icon-share-alt:before {
  386. content: "\f064";
  387. }
  388. .icon-resize-full:before {
  389. content: "\f065";
  390. }
  391. .icon-resize-small:before {
  392. content: "\f066";
  393. }
  394. .icon-plus:before {
  395. content: "\f067";
  396. }
  397. .icon-minus:before {
  398. content: "\f068";
  399. }
  400. .icon-asterisk:before {
  401. content: "\f069";
  402. }
  403. .icon-exclamation-sign:before {
  404. content: "\f06a";
  405. }
  406. .icon-gift:before {
  407. content: "\f06b";
  408. }
  409. .icon-leaf:before {
  410. content: "\f06c";
  411. }
  412. .icon-fire:before {
  413. content: "\f06d";
  414. }
  415. .icon-eye-open:before {
  416. content: "\f06e";
  417. }
  418. .icon-eye-close:before {
  419. content: "\f070";
  420. }
  421. .icon-warning-sign:before {
  422. content: "\f071";
  423. }
  424. .icon-plane:before {
  425. content: "\f072";
  426. }
  427. .icon-calendar:before {
  428. content: "\f073";
  429. }
  430. .icon-random:before {
  431. content: "\f074";
  432. }
  433. .icon-comment:before {
  434. content: "\f075";
  435. }
  436. .icon-magnet:before {
  437. content: "\f076";
  438. }
  439. .icon-chevron-up:before {
  440. content: "\f077";
  441. }
  442. .icon-chevron-down:before {
  443. content: "\f078";
  444. }
  445. .icon-retweet:before {
  446. content: "\f079";
  447. }
  448. .icon-shopping-cart:before {
  449. content: "\f07a";
  450. }
  451. .icon-folder-close:before {
  452. content: "\f07b";
  453. }
  454. .icon-folder-open:before {
  455. content: "\f07c";
  456. }
  457. .icon-resize-vertical:before {
  458. content: "\f07d";
  459. }
  460. .icon-resize-horizontal:before {
  461. content: "\f07e";
  462. }
  463. .icon-bar-chart:before {
  464. content: "\f080";
  465. }
  466. .icon-twitter-sign:before {
  467. content: "\f081";
  468. }
  469. .icon-facebook-sign:before {
  470. content: "\f082";
  471. }
  472. .icon-camera-retro:before {
  473. content: "\f083";
  474. }
  475. .icon-key:before {
  476. content: "\f084";
  477. }
  478. .icon-gears:before,
  479. .icon-cogs:before {
  480. content: "\f085";
  481. }
  482. .icon-comments:before {
  483. content: "\f086";
  484. }
  485. .icon-thumbs-up-alt:before {
  486. content: "\f087";
  487. }
  488. .icon-thumbs-down-alt:before {
  489. content: "\f088";
  490. }
  491. .icon-star-half:before {
  492. content: "\f089";
  493. }
  494. .icon-heart-empty:before {
  495. content: "\f08a";
  496. }
  497. .icon-signout:before {
  498. content: "\f08b";
  499. }
  500. .icon-linkedin-sign:before {
  501. content: "\f08c";
  502. }
  503. .icon-pushpin:before {
  504. content: "\f08d";
  505. }
  506. .icon-external-link:before {
  507. content: "\f08e";
  508. }
  509. .icon-signin:before {
  510. content: "\f090";
  511. }
  512. .icon-trophy:before {
  513. content: "\f091";
  514. }
  515. .icon-github-sign:before {
  516. content: "\f092";
  517. }
  518. .icon-upload-alt:before {
  519. content: "\f093";
  520. }
  521. .icon-lemon:before {
  522. content: "\f094";
  523. }
  524. .icon-phone:before {
  525. content: "\f095";
  526. }
  527. .icon-unchecked:before,
  528. .icon-check-empty:before {
  529. content: "\f096";
  530. }
  531. .icon-bookmark-empty:before {
  532. content: "\f097";
  533. }
  534. .icon-phone-sign:before {
  535. content: "\f098";
  536. }
  537. .icon-twitter:before {
  538. content: "\f099";
  539. }
  540. .icon-facebook:before {
  541. content: "\f09a";
  542. }
  543. .icon-github:before {
  544. content: "\f09b";
  545. }
  546. .icon-unlock:before {
  547. content: "\f09c";
  548. }
  549. .icon-credit-card:before {
  550. content: "\f09d";
  551. }
  552. .icon-rss:before {
  553. content: "\f09e";
  554. }
  555. .icon-hdd:before {
  556. content: "\f0a0";
  557. }
  558. .icon-bullhorn:before {
  559. content: "\f0a1";
  560. }
  561. .icon-bell:before {
  562. content: "\f0a2";
  563. }
  564. .icon-certificate:before {
  565. content: "\f0a3";
  566. }
  567. .icon-hand-right:before {
  568. content: "\f0a4";
  569. }
  570. .icon-hand-left:before {
  571. content: "\f0a5";
  572. }
  573. .icon-hand-up:before {
  574. content: "\f0a6";
  575. }
  576. .icon-hand-down:before {
  577. content: "\f0a7";
  578. }
  579. .icon-circle-arrow-left:before {
  580. content: "\f0a8";
  581. }
  582. .icon-circle-arrow-right:before {
  583. content: "\f0a9";
  584. }
  585. .icon-circle-arrow-up:before {
  586. content: "\f0aa";
  587. }
  588. .icon-circle-arrow-down:before {
  589. content: "\f0ab";
  590. }
  591. .icon-globe:before {
  592. content: "\f0ac";
  593. }
  594. .icon-wrench:before {
  595. content: "\f0ad";
  596. }
  597. .icon-tasks:before {
  598. content: "\f0ae";
  599. }
  600. .icon-filter:before {
  601. content: "\f0b0";
  602. }
  603. .icon-briefcase:before {
  604. content: "\f0b1";
  605. }
  606. .icon-fullscreen:before {
  607. content: "\f0b2";
  608. }
  609. .icon-group:before {
  610. content: "\f0c0";
  611. }
  612. .icon-link:before {
  613. content: "\f0c1";
  614. }
  615. .icon-cloud:before {
  616. content: "\f0c2";
  617. }
  618. .icon-beaker:before {
  619. content: "\f0c3";
  620. }
  621. .icon-cut:before {
  622. content: "\f0c4";
  623. }
  624. .icon-copy:before {
  625. content: "\f0c5";
  626. }
  627. .icon-paperclip:before,
  628. .icon-paper-clip:before {
  629. content: "\f0c6";
  630. }
  631. .icon-save:before {
  632. content: "\f0c7";
  633. }
  634. .icon-sign-blank:before {
  635. content: "\f0c8";
  636. }
  637. .icon-reorder:before {
  638. content: "\f0c9";
  639. }
  640. .icon-list-ul:before {
  641. content: "\f0ca";
  642. }
  643. .icon-list-ol:before {
  644. content: "\f0cb";
  645. }
  646. .icon-strikethrough:before {
  647. content: "\f0cc";
  648. }
  649. .icon-underline:before {
  650. content: "\f0cd";
  651. }
  652. .icon-table:before {
  653. content: "\f0ce";
  654. }
  655. .icon-magic:before {
  656. content: "\f0d0";
  657. }
  658. .icon-truck:before {
  659. content: "\f0d1";
  660. }
  661. .icon-pinterest:before {
  662. content: "\f0d2";
  663. }
  664. .icon-pinterest-sign:before {
  665. content: "\f0d3";
  666. }
  667. .icon-google-plus-sign:before {
  668. content: "\f0d4";
  669. }
  670. .icon-google-plus:before {
  671. content: "\f0d5";
  672. }
  673. .icon-money:before {
  674. content: "\f0d6";
  675. }
  676. .icon-caret-down:before,.icon-collapse:before {
  677. content: "\f0d7";
  678. }
  679. .icon-caret-up:before {
  680. content: "\f0d8";
  681. }
  682. .icon-caret-left:before {
  683. content: "\f0d9";
  684. }
  685. .icon-caret-right:before,.collapsed .icon-collapse:before {
  686. content: "\f0da";
  687. }
  688. .icon-columns:before {
  689. content: "\f0db";
  690. }
  691. .icon-sort:before {
  692. content: "\f0dc";
  693. }
  694. .icon-sort-down:before {
  695. content: "\f0dd";
  696. }
  697. .icon-sort-up:before {
  698. content: "\f0de";
  699. }
  700. .icon-envelope:before {
  701. content: "\f0e0";
  702. }
  703. .icon-linkedin:before {
  704. content: "\f0e1";
  705. }
  706. .icon-rotate-left:before,
  707. .icon-undo:before {
  708. content: "\f0e2";
  709. }
  710. .icon-legal:before {
  711. content: "\f0e3";
  712. }
  713. .icon-dashboard:before {
  714. content: "\f0e4";
  715. }
  716. .icon-comment-alt:before {
  717. content: "\f0e5";
  718. }
  719. .icon-comments-alt:before {
  720. content: "\f0e6";
  721. }
  722. .icon-bolt:before {
  723. content: "\f0e7";
  724. }
  725. .icon-sitemap:before {
  726. content: "\f0e8";
  727. }
  728. .icon-umbrella:before {
  729. content: "\f0e9";
  730. }
  731. .icon-paste:before {
  732. content: "\f0ea";
  733. }
  734. .icon-lightbulb:before {
  735. content: "\f0eb";
  736. }
  737. .icon-exchange:before {
  738. content: "\f0ec";
  739. }
  740. .icon-cloud-download:before {
  741. content: "\f0ed";
  742. }
  743. .icon-cloud-upload:before {
  744. content: "\f0ee";
  745. }
  746. .icon-user-md:before {
  747. content: "\f0f0";
  748. }
  749. .icon-stethoscope:before {
  750. content: "\f0f1";
  751. }
  752. .icon-suitcase:before {
  753. content: "\f0f2";
  754. }
  755. .icon-bell-alt:before {
  756. content: "\f0f3";
  757. }
  758. .icon-coffee:before {
  759. content: "\f0f4";
  760. }
  761. .icon-food:before {
  762. content: "\f0f5";
  763. }
  764. .icon-file-text-alt:before {
  765. content: "\f0f6";
  766. }
  767. .icon-building:before {
  768. content: "\f0f7";
  769. }
  770. .icon-hospital:before {
  771. content: "\f0f8";
  772. }
  773. .icon-ambulance:before {
  774. content: "\f0f9";
  775. }
  776. .icon-medkit:before {
  777. content: "\f0fa";
  778. }
  779. .icon-fighter-jet:before {
  780. content: "\f0fb";
  781. }
  782. .icon-beer:before {
  783. content: "\f0fc";
  784. }
  785. .icon-h-sign:before {
  786. content: "\f0fd";
  787. }
  788. .icon-plus-sign-alt:before {
  789. content: "\f0fe";
  790. }
  791. .icon-double-angle-left:before {
  792. content: "\f100";
  793. }
  794. .icon-double-angle-right:before {
  795. content: "\f101";
  796. }
  797. .icon-double-angle-up:before {
  798. content: "\f102";
  799. }
  800. .icon-double-angle-down:before {
  801. content: "\f103";
  802. }
  803. .icon-angle-left:before {
  804. content: "\f104";
  805. }
  806. .icon-angle-right:before {
  807. content: "\f105";
  808. }
  809. .icon-angle-up:before {
  810. content: "\f106";
  811. }
  812. .icon-angle-down:before {
  813. content: "\f107";
  814. }
  815. .icon-desktop:before {
  816. content: "\f108";
  817. }
  818. .icon-laptop:before {
  819. content: "\f109";
  820. }
  821. .icon-tablet:before {
  822. content: "\f10a";
  823. }
  824. .icon-mobile-phone:before {
  825. content: "\f10b";
  826. }
  827. .icon-circle-blank:before {
  828. content: "\f10c";
  829. }
  830. .icon-quote-left:before {
  831. content: "\f10d";
  832. }
  833. .icon-quote-right:before {
  834. content: "\f10e";
  835. }
  836. .icon-spinner:before {
  837. content: "\f110";
  838. }
  839. .icon-circle:before {
  840. content: "\f111";
  841. }
  842. .icon-mail-reply:before,
  843. .icon-reply:before {
  844. content: "\f112";
  845. }
  846. .icon-github-alt:before {
  847. content: "\f113";
  848. }
  849. .icon-folder-close-alt:before {
  850. content: "\f114";
  851. }
  852. .icon-folder-open-alt:before {
  853. content: "\f115";
  854. }
  855. .icon-expand-alt:before {
  856. content: "\f116";
  857. }
  858. .icon-collapse-alt:before {
  859. content: "\f117";
  860. }
  861. .icon-smile:before {
  862. content: "\f118";
  863. }
  864. .icon-frown:before {
  865. content: "\f119";
  866. }
  867. .icon-meh:before {
  868. content: "\f11a";
  869. }
  870. .icon-gamepad:before {
  871. content: "\f11b";
  872. }
  873. .icon-keyboard:before {
  874. content: "\f11c";
  875. }
  876. .icon-flag-alt:before {
  877. content: "\f11d";
  878. }
  879. .icon-flag-checkered:before {
  880. content: "\f11e";
  881. }
  882. .icon-terminal:before {
  883. content: "\f120";
  884. }
  885. .icon-code:before {
  886. content: "\f121";
  887. }
  888. .icon-reply-all:before {
  889. content: "\f122";
  890. }
  891. .icon-mail-reply-all:before {
  892. content: "\f122";
  893. }
  894. .icon-star-half-full:before,
  895. .icon-star-half-empty:before {
  896. content: "\f123";
  897. }
  898. .icon-location-arrow:before {
  899. content: "\f124";
  900. }
  901. .icon-crop:before {
  902. content: "\f125";
  903. }
  904. .icon-code-fork:before {
  905. content: "\f126";
  906. }
  907. .icon-unlink:before {
  908. content: "\f127";
  909. }
  910. .icon-question:before {
  911. content: "\f128";
  912. }
  913. .icon-info:before {
  914. content: "\f129";
  915. }
  916. .icon-exclamation:before {
  917. content: "\f12a";
  918. }
  919. .icon-superscript:before {
  920. content: "\f12b";
  921. }
  922. .icon-subscript:before {
  923. content: "\f12c";
  924. }
  925. .icon-eraser:before {
  926. content: "\f12d";
  927. }
  928. .icon-puzzle-piece:before {
  929. content: "\f12e";
  930. }
  931. .icon-microphone:before {
  932. content: "\f130";
  933. }
  934. .icon-microphone-off:before {
  935. content: "\f131";
  936. }
  937. .icon-shield:before {
  938. content: "\f132";
  939. }
  940. .icon-calendar-empty:before {
  941. content: "\f133";
  942. }
  943. .icon-fire-extinguisher:before {
  944. content: "\f134";
  945. }
  946. .icon-rocket:before {
  947. content: "\f135";
  948. }
  949. .icon-maxcdn:before {
  950. content: "\f136";
  951. }
  952. .icon-chevron-sign-left:before {
  953. content: "\f137";
  954. }
  955. .icon-chevron-sign-right:before {
  956. content: "\f138";
  957. }
  958. .icon-chevron-sign-up:before {
  959. content: "\f139";
  960. }
  961. .icon-chevron-sign-down:before {
  962. content: "\f13a";
  963. }
  964. .icon-html5:before {
  965. content: "\f13b";
  966. }
  967. .icon-css3:before {
  968. content: "\f13c";
  969. }
  970. .icon-anchor:before {
  971. content: "\f13d";
  972. }
  973. .icon-unlock-alt:before {
  974. content: "\f13e";
  975. }
  976. .icon-bullseye:before {
  977. content: "\f140";
  978. }
  979. .icon-ellipsis-horizontal:before {
  980. content: "\f141";
  981. }
  982. .icon-ellipsis-vertical:before {
  983. content: "\f142";
  984. }
  985. .icon-rss-sign:before {
  986. content: "\f143";
  987. }
  988. .icon-play-sign:before {
  989. content: "\f144";
  990. }
  991. .icon-ticket:before {
  992. content: "\f145";
  993. }
  994. .icon-minus-sign-alt:before {
  995. content: "\f146";
  996. }
  997. .icon-check-minus:before {
  998. content: "\f147";
  999. }
  1000. .icon-level-up:before {
  1001. content: "\f148";
  1002. }
  1003. .icon-level-down:before {
  1004. content: "\f149";
  1005. }
  1006. .icon-check-sign:before {
  1007. content: "\f14a";
  1008. }
  1009. .icon-edit-sign:before {
  1010. content: "\f14b";
  1011. }
  1012. .icon-external-link-sign:before {
  1013. content: "\f14c";
  1014. }
  1015. .icon-share-sign:before {
  1016. content: "\f14d";
  1017. }
  1018. .icon-compass:before {
  1019. content: "\f14e";
  1020. }
  1021. .icon-collapse-alt2:before {
  1022. content: "\f150";
  1023. }
  1024. .icon-collapse-alt2-top:before {
  1025. content: "\f151";
  1026. }
  1027. .icon-expand:before {
  1028. content: "\f152";
  1029. }
  1030. .icon-euro:before,
  1031. .icon-eur:before {
  1032. content: "\f153";
  1033. }
  1034. .icon-gbp:before {
  1035. content: "\f154";
  1036. }
  1037. .icon-dollar:before,
  1038. .icon-usd:before {
  1039. content: "\f155";
  1040. }
  1041. .icon-rupee:before,
  1042. .icon-inr:before {
  1043. content: "\f156";
  1044. }
  1045. .icon-yen:before,
  1046. .icon-jpy:before {
  1047. content: "\f157";
  1048. }
  1049. .icon-renminbi:before,
  1050. .icon-cny:before {
  1051. content: "\f158";
  1052. }
  1053. .icon-won:before,
  1054. .icon-krw:before {
  1055. content: "\f159";
  1056. }
  1057. .icon-bitcoin:before,
  1058. .icon-btc:before {
  1059. content: "\f15a";
  1060. }
  1061. .icon-file:before {
  1062. content: "\f15b";
  1063. }
  1064. .icon-file-text:before {
  1065. content: "\f15c";
  1066. }
  1067. .icon-sort-by-alphabet:before {
  1068. content: "\f15d";
  1069. }
  1070. .icon-sort-by-alphabet-alt:before {
  1071. content: "\f15e";
  1072. }
  1073. .icon-sort-by-attributes:before {
  1074. content: "\f160";
  1075. }
  1076. .icon-sort-by-attributes-alt:before {
  1077. content: "\f161";
  1078. }
  1079. .icon-sort-by-order:before {
  1080. content: "\f162";
  1081. }
  1082. .icon-sort-by-order-alt:before {
  1083. content: "\f163";
  1084. }
  1085. .icon-thumbs-up:before {
  1086. content: "\f164";
  1087. }
  1088. .icon-thumbs-down:before {
  1089. content: "\f165";
  1090. }
  1091. .icon-youtube-sign:before {
  1092. content: "\f166";
  1093. }
  1094. .icon-youtube:before {
  1095. content: "\f167";
  1096. }
  1097. .icon-xing:before {
  1098. content: "\f168";
  1099. }
  1100. .icon-xing-sign:before {
  1101. content: "\f169";
  1102. }
  1103. .icon-youtube-play:before {
  1104. content: "\f16a";
  1105. }
  1106. .icon-dropbox:before {
  1107. content: "\f16b";
  1108. }
  1109. .icon-stackexchange:before {
  1110. content: "\f16c";
  1111. }
  1112. .icon-instagram:before {
  1113. content: "\f16d";
  1114. }
  1115. .icon-flickr:before {
  1116. content: "\f16e";
  1117. }
  1118. .icon-adn:before {
  1119. content: "\f170";
  1120. }
  1121. .icon-bitbucket:before {
  1122. content: "\f171";
  1123. }
  1124. .icon-bitbucket-sign:before {
  1125. content: "\f172";
  1126. }
  1127. .icon-tumblr:before {
  1128. content: "\f173";
  1129. }
  1130. .icon-tumblr-sign:before {
  1131. content: "\f174";
  1132. }
  1133. .icon-long-arrow-down:before {
  1134. content: "\f175";
  1135. }
  1136. .icon-long-arrow-up:before {
  1137. content: "\f176";
  1138. }
  1139. .icon-long-arrow-left:before {
  1140. content: "\f177";
  1141. }
  1142. .icon-long-arrow-right:before {
  1143. content: "\f178";
  1144. }
  1145. .icon-apple:before {
  1146. content: "\f179";
  1147. }
  1148. .icon-windows:before {
  1149. content: "\f17a";
  1150. }
  1151. .icon-android:before {
  1152. content: "\f17b";
  1153. }
  1154. .icon-linux:before {
  1155. content: "\f17c";
  1156. }
  1157. .icon-dribbble:before {
  1158. content: "\f17d";
  1159. }
  1160. .icon-skype:before {
  1161. content: "\f17e";
  1162. }
  1163. .icon-foursquare:before {
  1164. content: "\f180";
  1165. }
  1166. .icon-trello:before {
  1167. content: "\f181";
  1168. }
  1169. .icon-female:before {
  1170. content: "\f182";
  1171. }
  1172. .icon-male:before {
  1173. content: "\f183";
  1174. }
  1175. .icon-gittip:before {
  1176. content: "\f184";
  1177. }
  1178. .icon-sun:before {
  1179. content: "\f185";
  1180. }
  1181. .icon-moon:before {
  1182. content: "\f186";
  1183. }
  1184. .icon-archive:before {
  1185. content: "\f187";
  1186. }
  1187. .icon-bug:before {
  1188. content: "\f188";
  1189. }
  1190. .icon-vk:before {
  1191. content: "\f189";
  1192. }
  1193. .icon-weibo:before {
  1194. content: "\f18a";
  1195. }
  1196. .icon-renren:before {
  1197. content: "\f18b";
  1198. }