font-awesome.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. @font-face {
  2. font-family: 'FontAwesome';
  3. src: url('../font/fontawesome-webfont.eot');
  4. src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. [class^="icon-"]:before {
  9. font-family: FontAwesome;
  10. font-weight: normal;
  11. font-style: normal;
  12. display: inline-block;
  13. }
  14. .icon-large:before {
  15. font-size: 1.3333333333333333em;
  16. }
  17. .btn [class^="icon-"] {
  18. line-height: .9em;
  19. }
  20. li [class^="icon-"] {
  21. display: inline-block;
  22. width: 1.25em;
  23. text-align: center;
  24. }
  25. li .icon-large[class^="icon-"] {
  26. width: 1.875em;
  27. }
  28. li[class^="icon-"] {
  29. margin-left: 0;
  30. list-style-type: none;
  31. }
  32. li[class^="icon-"]:before {
  33. text-indent: -2em;
  34. text-align: center;
  35. }
  36. li[class^="icon-"].icon-large:before {
  37. text-indent: -1.3333333333333333em;
  38. }
  39. .icon-glass:before {
  40. content: "\f000";
  41. }
  42. .icon-music:before {
  43. content: "\f001";
  44. }
  45. .icon-search:before {
  46. content: "\f002";
  47. }
  48. .icon-envelope:before {
  49. content: "\f003";
  50. }
  51. .icon-heart:before {
  52. content: "\f004";
  53. }
  54. .icon-star:before {
  55. content: "\f005";
  56. }
  57. .icon-star-empty:before {
  58. content: "\f006";
  59. }
  60. .icon-user:before {
  61. content: "\f007";
  62. }
  63. .icon-film:before {
  64. content: "\f008";
  65. }
  66. .icon-th-large:before {
  67. content: "\f009";
  68. }
  69. .icon-th:before {
  70. content: "\f00a";
  71. }
  72. .icon-th-list:before {
  73. content: "\f00b";
  74. }
  75. .icon-ok:before {
  76. content: "\f00c";
  77. }
  78. .icon-remove:before {
  79. content: "\f00d";
  80. }
  81. .icon-zoom-in:before {
  82. content: "\f00e";
  83. }
  84. .icon-zoom-out:before {
  85. content: "\f010";
  86. }
  87. .icon-off:before {
  88. content: "\f011";
  89. }
  90. .icon-signal:before {
  91. content: "\f012";
  92. }
  93. .icon-cog:before {
  94. content: "\f013";
  95. }
  96. .icon-trash:before {
  97. content: "\f014";
  98. }
  99. .icon-home:before {
  100. content: "\f015";
  101. }
  102. .icon-file:before {
  103. content: "\f016";
  104. }
  105. .icon-time:before {
  106. content: "\f017";
  107. }
  108. .icon-road:before {
  109. content: "\f018";
  110. }
  111. .icon-download-alt:before {
  112. content: "\f019";
  113. }
  114. .icon-download:before {
  115. content: "\f01a";
  116. }
  117. .icon-upload:before {
  118. content: "\f01b";
  119. }
  120. .icon-inbox:before {
  121. content: "\f01c";
  122. }
  123. .icon-play-circle:before {
  124. content: "\f01d";
  125. }
  126. .icon-repeat:before {
  127. content: "\f01e";
  128. }
  129. .icon-refresh:before {
  130. content: "\f021";
  131. }
  132. .icon-list-alt:before {
  133. content: "\f022";
  134. }
  135. .icon-lock:before {
  136. content: "\f023";
  137. }
  138. .icon-flag:before {
  139. content: "\f024";
  140. }
  141. .icon-headphones:before {
  142. content: "\f025";
  143. }
  144. .icon-volume-off:before {
  145. content: "\f026";
  146. }
  147. .icon-volume-down:before {
  148. content: "\f027";
  149. }
  150. .icon-volume-up:before {
  151. content: "\f028";
  152. }
  153. .icon-qrcode:before {
  154. content: "\f029";
  155. }
  156. .icon-barcode:before {
  157. content: "\f02a";
  158. }
  159. .icon-tag:before {
  160. content: "\f02b";
  161. }
  162. .icon-tags:before {
  163. content: "\f02c";
  164. }
  165. .icon-book:before {
  166. content: "\f02d";
  167. }
  168. .icon-bookmark:before {
  169. content: "\f02e";
  170. }
  171. .icon-print:before {
  172. content: "\f02f";
  173. }
  174. .icon-camera:before {
  175. content: "\f030";
  176. }
  177. .icon-font:before {
  178. content: "\f031";
  179. }
  180. .icon-bold:before {
  181. content: "\f032";
  182. }
  183. .icon-italic:before {
  184. content: "\f033";
  185. }
  186. .icon-text-height:before {
  187. content: "\f034";
  188. }
  189. .icon-text-width:before {
  190. content: "\f035";
  191. }
  192. .icon-align-left:before {
  193. content: "\f036";
  194. }
  195. .icon-align-center:before {
  196. content: "\f037";
  197. }
  198. .icon-align-right:before {
  199. content: "\f038";
  200. }
  201. .icon-align-justify:before {
  202. content: "\f039";
  203. }
  204. .icon-list:before {
  205. content: "\f03a";
  206. }
  207. .icon-indent-left:before {
  208. content: "\f03b";
  209. }
  210. .icon-indent-right:before {
  211. content: "\f03c";
  212. }
  213. .icon-facetime-video:before {
  214. content: "\f03d";
  215. }
  216. .icon-picture:before {
  217. content: "\f03e";
  218. }
  219. .icon-pencil:before {
  220. content: "\f040";
  221. }
  222. .icon-map-marker:before {
  223. content: "\f041";
  224. }
  225. .icon-adjust:before {
  226. content: "\f042";
  227. }
  228. .icon-tint:before {
  229. content: "\f043";
  230. }
  231. .icon-edit:before {
  232. content: "\f044";
  233. }
  234. .icon-share:before {
  235. content: "\f045";
  236. }
  237. .icon-check:before {
  238. content: "\f046";
  239. }
  240. .icon-move:before {
  241. content: "\f047";
  242. }
  243. .icon-step-backward:before {
  244. content: "\f048";
  245. }
  246. .icon-fast-backward:before {
  247. content: "\f049";
  248. }
  249. .icon-backward:before {
  250. content: "\f04a";
  251. }
  252. .icon-play:before {
  253. content: "\f04b";
  254. }
  255. .icon-pause:before {
  256. content: "\f04c";
  257. }
  258. .icon-stop:before {
  259. content: "\f04d";
  260. }
  261. .icon-forward:before {
  262. content: "\f04e";
  263. }
  264. .icon-fast-forward:before {
  265. content: "\f050";
  266. }
  267. .icon-step-forward:before {
  268. content: "\f051";
  269. }
  270. .icon-eject:before {
  271. content: "\f052";
  272. }
  273. .icon-chevron-left:before {
  274. content: "\f053";
  275. }
  276. .icon-chevron-right:before {
  277. content: "\f054";
  278. }
  279. .icon-plus-sign:before {
  280. content: "\f055";
  281. }
  282. .icon-minus-sign:before {
  283. content: "\f056";
  284. }
  285. .icon-remove-sign:before {
  286. content: "\f057";
  287. }
  288. .icon-ok-sign:before {
  289. content: "\f058";
  290. }
  291. .icon-question-sign:before {
  292. content: "\f059";
  293. }
  294. .icon-info-sign:before {
  295. content: "\f05a";
  296. }
  297. .icon-screenshot:before {
  298. content: "\f05b";
  299. }
  300. .icon-remove-circle:before {
  301. content: "\f05c";
  302. }
  303. .icon-ok-circle:before {
  304. content: "\f05d";
  305. }
  306. .icon-ban-circle:before {
  307. content: "\f05e";
  308. }
  309. .icon-arrow-left:before {
  310. content: "\f060";
  311. }
  312. .icon-arrow-right:before {
  313. content: "\f061";
  314. }
  315. .icon-arrow-up:before {
  316. content: "\f062";
  317. }
  318. .icon-arrow-down:before {
  319. content: "\f063";
  320. }
  321. .icon-share-alt:before {
  322. content: "\f064";
  323. }
  324. .icon-resize-full:before {
  325. content: "\f065";
  326. }
  327. .icon-resize-small:before {
  328. content: "\f066";
  329. }
  330. .icon-plus:before {
  331. content: "\f067";
  332. }
  333. .icon-minus:before {
  334. content: "\f068";
  335. }
  336. .icon-asterisk:before {
  337. content: "\f069";
  338. }
  339. .icon-exclamation-sign:before {
  340. content: "\f06a";
  341. }
  342. .icon-gift:before {
  343. content: "\f06b";
  344. }
  345. .icon-leaf:before {
  346. content: "\f06c";
  347. }
  348. .icon-fire:before {
  349. content: "\f06d";
  350. }
  351. .icon-eye-open:before {
  352. content: "\f06e";
  353. }
  354. .icon-eye-close:before {
  355. content: "\f070";
  356. }
  357. .icon-warning-sign:before {
  358. content: "\f071";
  359. }
  360. .icon-plane:before {
  361. content: "\f072";
  362. }
  363. .icon-calendar:before {
  364. content: "\f073";
  365. }
  366. .icon-random:before {
  367. content: "\f074";
  368. }
  369. .icon-comment:before {
  370. content: "\f075";
  371. }
  372. .icon-magnet:before {
  373. content: "\f076";
  374. }
  375. .icon-chevron-up:before {
  376. content: "\f077";
  377. }
  378. .icon-chevron-down:before {
  379. content: "\f078";
  380. }
  381. .icon-retweet:before {
  382. content: "\f079";
  383. }
  384. .icon-shopping-cart:before {
  385. content: "\f07a";
  386. }
  387. .icon-folder-close:before {
  388. content: "\f07b";
  389. }
  390. .icon-folder-open:before {
  391. content: "\f07c";
  392. }
  393. .icon-resize-vertical:before {
  394. content: "\f07d";
  395. }
  396. .icon-resize-horizontal:before {
  397. content: "\f07e";
  398. }
  399. .icon-bar-chart:before {
  400. content: "\f080";
  401. }
  402. .icon-twitter-sign:before {
  403. content: "\f081";
  404. }
  405. .icon-facebook-sign:before {
  406. content: "\f082";
  407. }
  408. .icon-camera-retro:before {
  409. content: "\f083";
  410. }
  411. .icon-key:before {
  412. content: "\f084";
  413. }
  414. .icon-cogs:before {
  415. content: "\f085";
  416. }
  417. .icon-comments:before {
  418. content: "\f086";
  419. }
  420. .icon-thumbs-up:before {
  421. content: "\f087";
  422. }
  423. .icon-thumbs-down:before {
  424. content: "\f088";
  425. }
  426. .icon-star-half:before {
  427. content: "\f089";
  428. }
  429. .icon-heart-empty:before {
  430. content: "\f08a";
  431. }
  432. .icon-signout:before {
  433. content: "\f08b";
  434. }
  435. .icon-linkedin-sign:before {
  436. content: "\f08c";
  437. }
  438. .icon-pushpin:before {
  439. content: "\f08d";
  440. }
  441. .icon-external-link:before {
  442. content: "\f08e";
  443. }
  444. .icon-signin:before {
  445. content: "\f090";
  446. }
  447. .icon-trophy:before {
  448. content: "\f091";
  449. }
  450. .icon-github-sign:before {
  451. content: "\f092";
  452. }
  453. .icon-upload-alt:before {
  454. content: "\f093";
  455. }
  456. .icon-lemon:before {
  457. content: "\f094";
  458. }