font-awesome.less 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. /*!
  2. * Font Awesome 3.1.0
  3. * the iconic font designed for use with Twitter Bootstrap
  4. * -------------------------------------------------------
  5. * The full suite of pictographic icons, examples, and documentation
  6. * can be found at: http://fortawesome.github.com/Font-Awesome/
  7. *
  8. * License
  9. * -------------------------------------------------------
  10. * - The Font Awesome font is licensed under the SIL Open Font License v1.1 - http://scripts.sil.org/OFL
  11. * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
  12. * http://opensource.org/licenses/mit-license.html
  13. * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
  14. * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
  15. * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
  16. * Contact
  17. * -------------------------------------------------------
  18. * Email: dave@davegandy.com
  19. * Twitter: http://twitter.com/fortaweso_me
  20. * Work: Lead Product Designer @ http://kyruus.com
  21. */
  22. @FontAwesomePath: "../font";
  23. @borderColor: #eee;
  24. @iconMuted: #eee;
  25. .border-radius(@radius) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  26. @font-face {
  27. font-family: 'FontAwesome';
  28. src: url('@{FontAwesomePath}/fontawesome-webfont.eot?v=3.0.1');
  29. // src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  30. // url('@{FontAwesomePath}/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  31. // url('@{FontAwesomePath}/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  32. // url('@{FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=3.0.1') format('svg');
  33. src: url('@{FontAwesomePath}/FontAwesome.otf') format('opentype');
  34. font-weight: normal;
  35. font-style: normal;
  36. }
  37. /* Font Awesome styles
  38. ------------------------------------------------------- */
  39. [class^="icon-"],
  40. [class*=" icon-"] {
  41. font-family: FontAwesome;
  42. font-weight: normal;
  43. font-style: normal;
  44. text-decoration: inherit;
  45. -webkit-font-smoothing: antialiased;
  46. /* sprites.less reset */
  47. display: inline;
  48. width: auto;
  49. height: auto;
  50. line-height: normal;
  51. vertical-align: baseline;
  52. background-image: none;
  53. background-position: 0% 0%;
  54. background-repeat: repeat;
  55. margin-top: 0;
  56. }
  57. /* more sprites.less reset */
  58. .icon-white,
  59. .nav-pills > .active > a > [class^="icon-"],
  60. .nav-pills > .active > a > [class*=" icon-"],
  61. .nav-list > .active > a > [class^="icon-"],
  62. .nav-list > .active > a > [class*=" icon-"],
  63. .navbar-inverse .nav > .active > a > [class^="icon-"],
  64. .navbar-inverse .nav > .active > a > [class*=" icon-"],
  65. .dropdown-menu > li > a:hover > [class^="icon-"],
  66. .dropdown-menu > li > a:hover > [class*=" icon-"],
  67. .dropdown-menu > .active > a > [class^="icon-"],
  68. .dropdown-menu > .active > a > [class*=" icon-"],
  69. .dropdown-submenu:hover > a > [class^="icon-"],
  70. .dropdown-submenu:hover > a > [class*=" icon-"] {
  71. background-image: none;
  72. }
  73. [class^="icon-"]:before,
  74. [class*=" icon-"]:before {
  75. text-decoration: inherit;
  76. display: inline-block;
  77. speak: none;
  78. }
  79. /* makes sure icons active on rollover in links */
  80. a {
  81. [class^="icon-"],
  82. [class*=" icon-"] {
  83. display: inline-block;
  84. }
  85. }
  86. /* makes the font 33% larger relative to the icon container */
  87. .icon-large:before {
  88. vertical-align: -10%;
  89. font-size: 4/3em;
  90. }
  91. .btn, .nav {
  92. [class^="icon-"],
  93. [class*=" icon-"] {
  94. display: inline;
  95. /* keeps button heights with and without icons the same */
  96. &.icon-large { line-height: .9em; }
  97. &.icon-spin { display: inline-block; }
  98. }
  99. }
  100. .nav-tabs, .nav-pills {
  101. [class^="icon-"],
  102. [class*=" icon-"] {
  103. /* keeps button heights with and without icons the same */
  104. &, &.icon-large { line-height: .9em; }
  105. }
  106. }
  107. li, .nav li {
  108. [class^="icon-"],
  109. [class*=" icon-"] {
  110. display: inline-block;
  111. width: 1.25em;
  112. text-align: center;
  113. &.icon-large {
  114. /* increased font size for icon-large */
  115. width: 1.25*1.25em;
  116. }
  117. }
  118. }
  119. ul.icons {
  120. list-style-type: none;
  121. text-indent: -.75em;
  122. li {
  123. [class^="icon-"],
  124. [class*=" icon-"] {
  125. width: .75em;
  126. }
  127. }
  128. }
  129. .icon-muted {
  130. color: @iconMuted;
  131. }
  132. // Icon Borders
  133. // -------------------------
  134. .icon-border {
  135. border: solid 1px @borderColor;
  136. padding: .2em .25em .15em;
  137. .border-radius(3px);
  138. }
  139. // Icon Sizes
  140. // -------------------------
  141. .icon-2x {
  142. font-size: 2em;
  143. &.icon-border {
  144. border-width: 2px;
  145. .border-radius(4px);
  146. }
  147. }
  148. .icon-3x {
  149. font-size: 3em;
  150. &.icon-border {
  151. border-width: 3px;
  152. .border-radius(5px);
  153. }
  154. }
  155. .icon-4x {
  156. font-size: 4em;
  157. &.icon-border {
  158. border-width: 4px;
  159. .border-radius(6px);
  160. }
  161. }
  162. // Floats
  163. // -------------------------
  164. // Quick floats
  165. .pull-right { float: right; }
  166. .pull-left { float: left; }
  167. [class^="icon-"],
  168. [class*=" icon-"] {
  169. &.pull-left {
  170. margin-right: .3em;
  171. }
  172. &.pull-right {
  173. margin-left: .3em;
  174. }
  175. }
  176. .btn {
  177. [class^="icon-"],
  178. [class*=" icon-"] {
  179. &.pull-left, &.pull-right {
  180. &.icon-2x { margin-top: .18em; }
  181. }
  182. &.icon-spin.icon-large { line-height: .8em; }
  183. }
  184. }
  185. .btn.btn-small {
  186. [class^="icon-"],
  187. [class*=" icon-"] {
  188. &.pull-left, &.pull-right {
  189. &.icon-2x { margin-top: .25em; }
  190. }
  191. }
  192. }
  193. .btn.btn-large {
  194. [class^="icon-"],
  195. [class*=" icon-"] {
  196. margin-top: 0; // overrides bootstrap default
  197. &.pull-left, &.pull-right {
  198. &.icon-2x { margin-top: .05em; }
  199. }
  200. &.pull-left.icon-2x { margin-right: .2em; }
  201. &.pull-right.icon-2x { margin-left: .2em; }
  202. }
  203. }
  204. .icon-spin {
  205. display: inline-block;
  206. -moz-animation: spin 2s infinite linear;
  207. -o-animation: spin 2s infinite linear;
  208. -webkit-animation: spin 2s infinite linear;
  209. animation: spin 2s infinite linear;
  210. }
  211. @-moz-keyframes spin {
  212. 0% { -moz-transform: rotate(0deg); }
  213. 100% { -moz-transform: rotate(359deg); }
  214. }
  215. @-webkit-keyframes spin {
  216. 0% { -webkit-transform: rotate(0deg); }
  217. 100% { -webkit-transform: rotate(359deg); }
  218. }
  219. @-o-keyframes spin {
  220. 0% { -o-transform: rotate(0deg); }
  221. 100% { -o-transform: rotate(359deg); }
  222. }
  223. @-ms-keyframes spin {
  224. 0% { -ms-transform: rotate(0deg); }
  225. 100% { -ms-transform: rotate(359deg); }
  226. }
  227. @keyframes spin {
  228. 0% { transform: rotate(0deg); }
  229. 100% { transform: rotate(359deg); }
  230. }
  231. @-moz-document url-prefix() {
  232. .icon-spin { height: .9em; }
  233. .btn .icon-spin { height: auto; }
  234. .icon-spin.icon-large { height: 1.25em; }
  235. .btn .icon-spin.icon-large { height: .75em; }
  236. }
  237. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  238. readers do not read off random characters that represent icons */
  239. .icon-glass:before { content: "\f000"; }
  240. .icon-music:before { content: "\f001"; }
  241. .icon-search:before { content: "\f002"; }
  242. .icon-envelope:before { content: "\f003"; }
  243. .icon-heart:before { content: "\f004"; }
  244. .icon-star:before { content: "\f005"; }
  245. .icon-star-empty:before { content: "\f006"; }
  246. .icon-user:before { content: "\f007"; }
  247. .icon-film:before { content: "\f008"; }
  248. .icon-th-large:before { content: "\f009"; }
  249. .icon-th:before { content: "\f00a"; }
  250. .icon-th-list:before { content: "\f00b"; }
  251. .icon-ok:before { content: "\f00c"; }
  252. .icon-remove:before { content: "\f00d"; }
  253. .icon-zoom-in:before { content: "\f00e"; }
  254. .icon-zoom-out:before { content: "\f010"; }
  255. .icon-off:before { content: "\f011"; }
  256. .icon-signal:before { content: "\f012"; }
  257. .icon-cog:before { content: "\f013"; }
  258. .icon-trash:before { content: "\f014"; }
  259. .icon-home:before { content: "\f015"; }
  260. .icon-file:before { content: "\f016"; }
  261. .icon-time:before { content: "\f017"; }
  262. .icon-road:before { content: "\f018"; }
  263. .icon-download-alt:before { content: "\f019"; }
  264. .icon-download:before { content: "\f01a"; }
  265. .icon-upload:before { content: "\f01b"; }
  266. .icon-inbox:before { content: "\f01c"; }
  267. .icon-play-circle:before { content: "\f01d"; }
  268. .icon-repeat:before { content: "\f01e"; }
  269. /* \f020 doesn't work in Safari. all shifted one down */
  270. .icon-refresh:before { content: "\f021"; }
  271. .icon-list-alt:before { content: "\f022"; }
  272. .icon-lock:before { content: "\f023"; }
  273. .icon-flag:before { content: "\f024"; }
  274. .icon-headphones:before { content: "\f025"; }
  275. .icon-volume-off:before { content: "\f026"; }
  276. .icon-volume-down:before { content: "\f027"; }
  277. .icon-volume-up:before { content: "\f028"; }
  278. .icon-qrcode:before { content: "\f029"; }
  279. .icon-barcode:before { content: "\f02a"; }
  280. .icon-tag:before { content: "\f02b"; }
  281. .icon-tags:before { content: "\f02c"; }
  282. .icon-book:before { content: "\f02d"; }
  283. .icon-bookmark:before { content: "\f02e"; }
  284. .icon-print:before { content: "\f02f"; }
  285. .icon-camera:before { content: "\f030"; }
  286. .icon-font:before { content: "\f031"; }
  287. .icon-bold:before { content: "\f032"; }
  288. .icon-italic:before { content: "\f033"; }
  289. .icon-text-height:before { content: "\f034"; }
  290. .icon-text-width:before { content: "\f035"; }
  291. .icon-align-left:before { content: "\f036"; }
  292. .icon-align-center:before { content: "\f037"; }
  293. .icon-align-right:before { content: "\f038"; }
  294. .icon-align-justify:before { content: "\f039"; }
  295. .icon-list:before { content: "\f03a"; }
  296. .icon-indent-left:before { content: "\f03b"; }
  297. .icon-indent-right:before { content: "\f03c"; }
  298. .icon-facetime-video:before { content: "\f03d"; }
  299. .icon-picture:before { content: "\f03e"; }
  300. .icon-pencil:before { content: "\f040"; }
  301. .icon-map-marker:before { content: "\f041"; }
  302. .icon-adjust:before { content: "\f042"; }
  303. .icon-tint:before { content: "\f043"; }
  304. .icon-edit:before { content: "\f044"; }
  305. .icon-share:before { content: "\f045"; }
  306. .icon-check:before { content: "\f046"; }
  307. .icon-move:before { content: "\f047"; }
  308. .icon-step-backward:before { content: "\f048"; }
  309. .icon-fast-backward:before { content: "\f049"; }
  310. .icon-backward:before { content: "\f04a"; }
  311. .icon-play:before { content: "\f04b"; }
  312. .icon-pause:before { content: "\f04c"; }
  313. .icon-stop:before { content: "\f04d"; }
  314. .icon-forward:before { content: "\f04e"; }
  315. .icon-fast-forward:before { content: "\f050"; }
  316. .icon-step-forward:before { content: "\f051"; }
  317. .icon-eject:before { content: "\f052"; }
  318. .icon-chevron-left:before { content: "\f053"; }
  319. .icon-chevron-right:before { content: "\f054"; }
  320. .icon-plus-sign:before { content: "\f055"; }
  321. .icon-minus-sign:before { content: "\f056"; }
  322. .icon-remove-sign:before { content: "\f057"; }
  323. .icon-ok-sign:before { content: "\f058"; }
  324. .icon-question-sign:before { content: "\f059"; }
  325. .icon-info-sign:before { content: "\f05a"; }
  326. .icon-screenshot:before { content: "\f05b"; }
  327. .icon-remove-circle:before { content: "\f05c"; }
  328. .icon-ok-circle:before { content: "\f05d"; }
  329. .icon-ban-circle:before { content: "\f05e"; }
  330. .icon-arrow-left:before { content: "\f060"; }
  331. .icon-arrow-right:before { content: "\f061"; }
  332. .icon-arrow-up:before { content: "\f062"; }
  333. .icon-arrow-down:before { content: "\f063"; }
  334. .icon-share-alt:before,
  335. .icon-mail-forward:before { content: "\f064"; }
  336. .icon-resize-full:before { content: "\f065"; }
  337. .icon-resize-small:before { content: "\f066"; }
  338. .icon-plus:before { content: "\f067"; }
  339. .icon-minus:before { content: "\f068"; }
  340. .icon-asterisk:before { content: "\f069"; }
  341. .icon-exclamation-sign:before { content: "\f06a"; }
  342. .icon-gift:before { content: "\f06b"; }
  343. .icon-leaf:before { content: "\f06c"; }
  344. .icon-fire:before { content: "\f06d"; }
  345. .icon-eye-open:before { content: "\f06e"; }
  346. .icon-eye-close:before { content: "\f070"; }
  347. .icon-warning-sign:before { content: "\f071"; }
  348. .icon-plane:before { content: "\f072"; }
  349. .icon-calendar:before { content: "\f073"; }
  350. .icon-random:before { content: "\f074"; }
  351. .icon-comment:before { content: "\f075"; }
  352. .icon-magnet:before { content: "\f076"; }
  353. .icon-chevron-up:before { content: "\f077"; }
  354. .icon-chevron-down:before { content: "\f078"; }
  355. .icon-retweet:before { content: "\f079"; }
  356. .icon-shopping-cart:before { content: "\f07a"; }
  357. .icon-folder-close:before { content: "\f07b"; }
  358. .icon-folder-open:before { content: "\f07c"; }
  359. .icon-resize-vertical:before { content: "\f07d"; }
  360. .icon-resize-horizontal:before { content: "\f07e"; }
  361. .icon-bar-chart:before { content: "\f080"; }
  362. .icon-twitter-sign:before { content: "\f081"; }
  363. .icon-facebook-sign:before { content: "\f082"; }
  364. .icon-camera-retro:before { content: "\f083"; }
  365. .icon-key:before { content: "\f084"; }
  366. .icon-cogs:before { content: "\f085"; }
  367. .icon-comments:before { content: "\f086"; }
  368. .icon-thumbs-up:before { content: "\f087"; }
  369. .icon-thumbs-down:before { content: "\f088"; }
  370. .icon-star-half:before { content: "\f089"; }
  371. .icon-heart-empty:before { content: "\f08a"; }
  372. .icon-signout:before { content: "\f08b"; }
  373. .icon-linkedin-sign:before { content: "\f08c"; }
  374. .icon-pushpin:before { content: "\f08d"; }
  375. .icon-external-link:before { content: "\f08e"; }
  376. .icon-signin:before { content: "\f090"; }
  377. .icon-trophy:before { content: "\f091"; }
  378. .icon-github-sign:before { content: "\f092"; }
  379. .icon-upload-alt:before { content: "\f093"; }
  380. .icon-lemon:before { content: "\f094"; }
  381. .icon-phone:before { content: "\f095"; }
  382. .icon-check-empty:before { content: "\f096"; }
  383. .icon-bookmark-empty:before { content: "\f097"; }
  384. .icon-phone-sign:before { content: "\f098"; }
  385. .icon-twitter:before { content: "\f099"; }
  386. .icon-facebook:before { content: "\f09a"; }
  387. .icon-github:before { content: "\f09b"; }
  388. .icon-unlock:before { content: "\f09c"; }
  389. .icon-credit-card:before { content: "\f09d"; }
  390. .icon-rss:before { content: "\f09e"; }
  391. .icon-hdd:before { content: "\f0a0"; }
  392. .icon-bullhorn:before { content: "\f0a1"; }
  393. .icon-bell:before { content: "\f0a2"; }
  394. .icon-certificate:before { content: "\f0a3"; }
  395. .icon-hand-right:before { content: "\f0a4"; }
  396. .icon-hand-left:before { content: "\f0a5"; }
  397. .icon-hand-up:before { content: "\f0a6"; }
  398. .icon-hand-down:before { content: "\f0a7"; }
  399. .icon-circle-arrow-left:before { content: "\f0a8"; }
  400. .icon-circle-arrow-right:before { content: "\f0a9"; }
  401. .icon-circle-arrow-up:before { content: "\f0aa"; }
  402. .icon-circle-arrow-down:before { content: "\f0ab"; }
  403. .icon-globe:before { content: "\f0ac"; }
  404. .icon-wrench:before { content: "\f0ad"; }
  405. .icon-tasks:before { content: "\f0ae"; }
  406. .icon-filter:before { content: "\f0b0"; }
  407. .icon-briefcase:before { content: "\f0b1"; }
  408. .icon-fullscreen:before { content: "\f0b2"; }
  409. .icon-group:before { content: "\f0c0"; }
  410. .icon-link:before { content: "\f0c1"; }
  411. .icon-cloud:before { content: "\f0c2"; }
  412. .icon-beaker:before { content: "\f0c3"; }
  413. .icon-cut:before { content: "\f0c4"; }
  414. .icon-copy:before { content: "\f0c5"; }
  415. .icon-paper-clip:before { content: "\f0c6"; }
  416. .icon-save:before { content: "\f0c7"; }
  417. .icon-sign-blank:before { content: "\f0c8"; }
  418. .icon-reorder:before { content: "\f0c9"; }
  419. .icon-list-ul:before { content: "\f0ca"; }
  420. .icon-list-ol:before { content: "\f0cb"; }
  421. .icon-strikethrough:before { content: "\f0cc"; }
  422. .icon-underline:before { content: "\f0cd"; }
  423. .icon-table:before { content: "\f0ce"; }
  424. .icon-magic:before { content: "\f0d0"; }
  425. .icon-truck:before { content: "\f0d1"; }
  426. .icon-pinterest:before { content: "\f0d2"; }
  427. .icon-pinterest-sign:before { content: "\f0d3"; }
  428. .icon-google-plus-sign:before { content: "\f0d4"; }
  429. .icon-google-plus:before { content: "\f0d5"; }
  430. .icon-money:before { content: "\f0d6"; }
  431. .icon-caret-down:before { content: "\f0d7"; }
  432. .icon-caret-up:before { content: "\f0d8"; }
  433. .icon-caret-left:before { content: "\f0d9"; }
  434. .icon-caret-right:before { content: "\f0da"; }
  435. .icon-columns:before { content: "\f0db"; }
  436. .icon-sort:before { content: "\f0dc"; }
  437. .icon-sort-down:before { content: "\f0dd"; }
  438. .icon-sort-up:before { content: "\f0de"; }
  439. .icon-envelope-alt:before { content: "\f0e0"; }
  440. .icon-linkedin:before { content: "\f0e1"; }
  441. .icon-undo:before { content: "\f0e2"; }
  442. .icon-legal:before { content: "\f0e3"; }
  443. .icon-dashboard:before { content: "\f0e4"; }
  444. .icon-comment-alt:before { content: "\f0e5"; }
  445. .icon-comments-alt:before { content: "\f0e6"; }
  446. .icon-bolt:before { content: "\f0e7"; }
  447. .icon-sitemap:before { content: "\f0e8"; }
  448. .icon-umbrella:before { content: "\f0e9"; }
  449. .icon-paste:before { content: "\f0ea"; }
  450. .icon-lightbulb:before { content: "\f0eb"; }
  451. .icon-exchange:before { content: "\f0ec"; }
  452. .icon-cloud-download:before { content: "\f0ed"; }
  453. .icon-cloud-upload:before { content: "\f0ee"; }
  454. .icon-user-md:before { content: "\f0f0"; }
  455. .icon-stethoscope:before { content: "\f0f1"; }
  456. .icon-suitcase:before { content: "\f0f2"; }
  457. .icon-bell-alt:before { content: "\f0f3"; }
  458. .icon-coffee:before { content: "\f0f4"; }
  459. .icon-food:before { content: "\f0f5"; }
  460. .icon-file-alt:before { content: "\f0f6"; }
  461. .icon-building:before { content: "\f0f7"; }
  462. .icon-hospital:before { content: "\f0f8"; }
  463. .icon-ambulance:before { content: "\f0f9"; }
  464. .icon-medkit:before { content: "\f0fa"; }
  465. .icon-fighter-jet:before { content: "\f0fb"; }
  466. .icon-beer:before { content: "\f0fc"; }
  467. .icon-h-sign:before { content: "\f0fd"; }
  468. .icon-plus-sign-alt:before { content: "\f0fe"; }
  469. .icon-double-angle-left:before { content: "\f100"; }
  470. .icon-double-angle-right:before { content: "\f101"; }
  471. .icon-double-angle-up:before { content: "\f102"; }
  472. .icon-double-angle-down:before { content: "\f103"; }
  473. .icon-angle-left:before { content: "\f104"; }
  474. .icon-angle-right:before { content: "\f105"; }
  475. .icon-angle-up:before { content: "\f106"; }
  476. .icon-angle-down:before { content: "\f107"; }
  477. .icon-desktop:before { content: "\f108"; }
  478. .icon-laptop:before { content: "\f109"; }
  479. .icon-tablet:before { content: "\f10a"; }
  480. .icon-mobile-phone:before { content: "\f10b"; }
  481. .icon-circle-blank:before { content: "\f10c"; }
  482. .icon-quote-left:before { content: "\f10d"; }
  483. .icon-quote-right:before { content: "\f10e"; }
  484. .icon-spinner:before { content: "\f110"; }
  485. .icon-circle:before { content: "\f111"; }
  486. .icon-reply:before,
  487. .icon-mail-reply:before { content: "\f112"; }
  488. .icon-github-alt:before { content: "\f113"; }
  489. .icon-folder-close-alt:before { content: "\f114"; }
  490. .icon-folder-open-alt:before { content: "\f115"; }
  491. .icon-expand-alt:before { content: "\f116"; }
  492. .icon-collapse-alt:before { content: "\f117"; }
  493. .icon-smile:before { content: "\f118"; }
  494. .icon-frown:before { content: "\f119"; }
  495. .icon-meh:before { content: "\f11a"; }
  496. .icon-gamepad:before { content: "\f11b"; }
  497. .icon-keyboard:before { content: "\f11c"; }
  498. .icon-flag-alt:before { content: "\f11d"; }
  499. .icon-flag-checkered:before { content: "\f11e"; }
  500. .icon-terminal:before { content: "\f120"; }
  501. .icon-code:before { content: "\f121"; }
  502. .icon-reply-all:before, { content: "\f122"; }
  503. .icon-mail-reply-all:before { content: "\f122"; }
  504. .icon-star-half-empty:before { content: "\f123"; }
  505. .icon-location-arrow:before { content: "\f124"; }