fonts.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. @charset 'UTF-8';
  2. @font-face
  3. {
  4. font-family: 'FontAwesome';
  5. src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
  6. src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  7. url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  8. url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'),
  9. url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. @font-face
  14. {
  15. font-family: 'Font-Awesome-Social';
  16. src: url('fonts/fontawesome-social-webfont.eot');
  17. src: url('fonts/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'),
  18. url('fonts/fontawesome-social-webfont.woff') format('woff'),
  19. url('fonts/fontawesome-social-webfont.ttf') format('truetype'),
  20. url('fonts/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
  21. font-weight: normal;
  22. font-style: normal;
  23. }
  24. /*********************************************************************************/
  25. /* Icons */
  26. /*********************************************************************************/
  27. /*
  28. Powered by:
  29. Font Awesome (http://fortawesome.github.com/Font-Awesome/)
  30. Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/)
  31. */
  32. .icon
  33. {
  34. text-decoration: none;
  35. }
  36. .icon:before
  37. {
  38. font-size: 1.25em;
  39. text-decoration: none;
  40. font-family: FontAwesome;
  41. font-weight: normal;
  42. font-style: normal;
  43. -webkit-text-rendering: optimizeLegibility;
  44. -moz-text-rendering: optimizeLegibility;
  45. -ms-text-rendering: optimizeLegibility;
  46. -o-text-rendering: optimizeLegibility;
  47. text-rendering: optimizeLegibility;
  48. -webkit-font-smoothing: antialiased;
  49. -moz-font-smoothing: antialiased;
  50. -ms-font-smoothing: antialiased;
  51. -o-font-smoothing: antialiased;
  52. font-smoothing: antialiased;
  53. -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  54. -moz-font-feature-settings: "liga=1, dlig=1";
  55. -ms-font-feature-settings: "liga" 1, "dlig" 1;
  56. -o-font-feature-settings: "liga" 1, "dlig" 1;
  57. font-feature-settings: "liga" 1, "dlig" 1;
  58. }
  59. .icon-glass:before { content: "\f000"; }
  60. .icon-music:before { content: "\f001"; }
  61. .icon-search:before { content: "\f002"; }
  62. .icon-envelope:before { content: "\f003"; }
  63. .icon-heart:before { content: "\f004"; }
  64. .icon-star:before { content: "\f005"; }
  65. .icon-star-empty:before { content: "\f006"; }
  66. .icon-user:before { content: "\f007"; }
  67. .icon-film:before { content: "\f008"; }
  68. .icon-th-large:before { content: "\f009"; }
  69. .icon-th:before { content: "\f00a"; }
  70. .icon-th-list:before { content: "\f00b"; }
  71. .icon-ok:before { content: "\f00c"; }
  72. .icon-remove:before { content: "\f00d"; }
  73. .icon-zoom-in:before { content: "\f00e"; }
  74. .icon-zoom-out:before { content: "\f010"; }
  75. .icon-off:before { content: "\f011"; }
  76. .icon-signal:before { content: "\f012"; }
  77. .icon-cog:before { content: "\f013"; }
  78. .icon-trash:before { content: "\f014"; }
  79. .icon-home:before { content: "\f015"; }
  80. .icon-file:before { content: "\f016"; }
  81. .icon-time:before { content: "\f017"; }
  82. .icon-road:before { content: "\f018"; }
  83. .icon-download-alt:before { content: "\f019"; }
  84. .icon-download:before { content: "\f01a"; }
  85. .icon-upload:before { content: "\f01b"; }
  86. .icon-inbox:before { content: "\f01c"; }
  87. .icon-play-circle:before { content: "\f01d"; }
  88. .icon-repeat:before { content: "\f01e"; }
  89. /* \f020 doesn't work in Safari. all shifted one down */
  90. .icon-refresh:before { content: "\f021"; }
  91. .icon-list-alt:before { content: "\f022"; }
  92. .icon-lock:before { content: "\f023"; }
  93. .icon-flag:before { content: "\f024"; }
  94. .icon-headphones:before { content: "\f025"; }
  95. .icon-volume-off:before { content: "\f026"; }
  96. .icon-volume-down:before { content: "\f027"; }
  97. .icon-volume-up:before { content: "\f028"; }
  98. .icon-qrcode:before { content: "\f029"; }
  99. .icon-barcode:before { content: "\f02a"; }
  100. .icon-tag:before { content: "\f02b"; }
  101. .icon-tags:before { content: "\f02c"; }
  102. .icon-book:before { content: "\f02d"; }
  103. .icon-bookmark:before { content: "\f02e"; }
  104. .icon-print:before { content: "\f02f"; }
  105. .icon-camera:before { content: "\f030"; }
  106. .icon-font:before { content: "\f031"; }
  107. .icon-bold:before { content: "\f032"; }
  108. .icon-italic:before { content: "\f033"; }
  109. .icon-text-height:before { content: "\f034"; }
  110. .icon-text-width:before { content: "\f035"; }
  111. .icon-align-left:before { content: "\f036"; }
  112. .icon-align-center:before { content: "\f037"; }
  113. .icon-align-right:before { content: "\f038"; }
  114. .icon-align-justify:before { content: "\f039"; }
  115. .icon-list:before { content: "\f03a"; }
  116. .icon-indent-left:before { content: "\f03b"; }
  117. .icon-indent-right:before { content: "\f03c"; }
  118. .icon-facetime-video:before { content: "\f03d"; }
  119. .icon-picture:before { content: "\f03e"; }
  120. .icon-pencil:before { content: "\f040"; }
  121. .icon-map-marker:before { content: "\f041"; }
  122. .icon-adjust:before { content: "\f042"; }
  123. .icon-tint:before { content: "\f043"; }
  124. .icon-edit:before { content: "\f044"; }
  125. .icon-share:before { content: "\f045"; }
  126. .icon-check:before { content: "\f046"; }
  127. .icon-move:before { content: "\f047"; }
  128. .icon-step-backward:before { content: "\f048"; }
  129. .icon-fast-backward:before { content: "\f049"; }
  130. .icon-backward:before { content: "\f04a"; }
  131. .icon-play:before { content: "\f04b"; }
  132. .icon-pause:before { content: "\f04c"; }
  133. .icon-stop:before { content: "\f04d"; }
  134. .icon-forward:before { content: "\f04e"; }
  135. .icon-fast-forward:before { content: "\f050"; }
  136. .icon-step-forward:before { content: "\f051"; }
  137. .icon-eject:before { content: "\f052"; }
  138. .icon-chevron-left:before { content: "\f053"; }
  139. .icon-chevron-right:before { content: "\f054"; }
  140. .icon-plus-sign:before { content: "\f055"; }
  141. .icon-minus-sign:before { content: "\f056"; }
  142. .icon-remove-sign:before { content: "\f057"; }
  143. .icon-ok-sign:before { content: "\f058"; }
  144. .icon-question-sign:before { content: "\f059"; }
  145. .icon-info-sign:before { content: "\f05a"; }
  146. .icon-screenshot:before { content: "\f05b"; }
  147. .icon-remove-circle:before { content: "\f05c"; }
  148. .icon-ok-circle:before { content: "\f05d"; }
  149. .icon-ban-circle:before { content: "\f05e"; }
  150. .icon-arrow-left:before { content: "\f060"; }
  151. .icon-arrow-right:before { content: "\f061"; }
  152. .icon-arrow-up:before { content: "\f062"; }
  153. .icon-arrow-down:before { content: "\f063"; }
  154. .icon-share-alt:before { content: "\f064"; }
  155. .icon-resize-full:before { content: "\f065"; }
  156. .icon-resize-small:before { content: "\f066"; }
  157. .icon-plus:before { content: "\f067"; }
  158. .icon-minus:before { content: "\f068"; }
  159. .icon-asterisk:before { content: "\f069"; }
  160. .icon-exclamation-sign:before { content: "\f06a"; }
  161. .icon-gift:before { content: "\f06b"; }
  162. .icon-leaf:before { content: "\f06c"; }
  163. .icon-fire:before { content: "\f06d"; }
  164. .icon-eye-open:before { content: "\f06e"; }
  165. .icon-eye-close:before { content: "\f070"; }
  166. .icon-warning-sign:before { content: "\f071"; }
  167. .icon-plane:before { content: "\f072"; }
  168. .icon-calendar:before { content: "\f073"; }
  169. .icon-random:before { content: "\f074"; }
  170. .icon-comment:before { content: "\f075"; }
  171. .icon-magnet:before { content: "\f076"; }
  172. .icon-chevron-up:before { content: "\f077"; }
  173. .icon-chevron-down:before { content: "\f078"; }
  174. .icon-retweet:before { content: "\f079"; }
  175. .icon-shopping-cart:before { content: "\f07a"; }
  176. .icon-folder-close:before { content: "\f07b"; }
  177. .icon-folder-open:before { content: "\f07c"; }
  178. .icon-resize-vertical:before { content: "\f07d"; }
  179. .icon-resize-horizontal:before { content: "\f07e"; }
  180. .icon-bar-chart:before { content: "\f080"; }
  181. .icon-twitter-sign:before { content: "\f081"; }
  182. .icon-facebook-sign:before { content: "\f082"; }
  183. .icon-camera-retro:before { content: "\f083"; }
  184. .icon-key:before { content: "\f084"; }
  185. .icon-cogs:before { content: "\f085"; }
  186. .icon-comments:before { content: "\f086"; }
  187. .icon-thumbs-up:before { content: "\f087"; }
  188. .icon-thumbs-down:before { content: "\f088"; }
  189. .icon-star-half:before { content: "\f089"; }
  190. .icon-heart-empty:before { content: "\f08a"; }
  191. .icon-signout:before { content: "\f08b"; }
  192. .icon-linkedin-sign:before { content: "\f08c"; }
  193. .icon-pushpin:before { content: "\f08d"; }
  194. .icon-external-link:before { content: "\f08e"; }
  195. .icon-signin:before { content: "\f090"; }
  196. .icon-trophy:before { content: "\f091"; }
  197. .icon-github-sign:before { content: "\f092"; }
  198. .icon-upload-alt:before { content: "\f093"; }
  199. .icon-lemon:before { content: "\f094"; }
  200. .icon-phone:before { content: "\f095"; }
  201. .icon-check-empty:before { content: "\f096"; }
  202. .icon-bookmark-empty:before { content: "\f097"; }
  203. .icon-phone-sign:before { content: "\f098"; }
  204. .icon-twitter:before { content: "\f099"; }
  205. .icon-facebook:before { content: "\f09a"; }
  206. .icon-github:before { content: "\f09b"; }
  207. .icon-unlock:before { content: "\f09c"; }
  208. .icon-credit-card:before { content: "\f09d"; }
  209. .icon-rss:before { content: "\f09e"; }
  210. .icon-hdd:before { content: "\f0a0"; }
  211. .icon-bullhorn:before { content: "\f0a1"; }
  212. .icon-bell:before { content: "\f0a2"; }
  213. .icon-certificate:before { content: "\f0a3"; }
  214. .icon-hand-right:before { content: "\f0a4"; }
  215. .icon-hand-left:before { content: "\f0a5"; }
  216. .icon-hand-up:before { content: "\f0a6"; }
  217. .icon-hand-down:before { content: "\f0a7"; }
  218. .icon-circle-arrow-left:before { content: "\f0a8"; }
  219. .icon-circle-arrow-right:before { content: "\f0a9"; }
  220. .icon-circle-arrow-up:before { content: "\f0aa"; }
  221. .icon-circle-arrow-down:before { content: "\f0ab"; }
  222. .icon-globe:before { content: "\f0ac"; }
  223. .icon-wrench:before { content: "\f0ad"; }
  224. .icon-tasks:before { content: "\f0ae"; }
  225. .icon-filter:before { content: "\f0b0"; }
  226. .icon-briefcase:before { content: "\f0b1"; }
  227. .icon-fullscreen:before { content: "\f0b2"; }
  228. .icon-group:before { content: "\f0c0"; }
  229. .icon-link:before { content: "\f0c1"; }
  230. .icon-cloud:before { content: "\f0c2"; }
  231. .icon-beaker:before { content: "\f0c3"; }
  232. .icon-cut:before { content: "\f0c4"; }
  233. .icon-copy:before { content: "\f0c5"; }
  234. .icon-paper-clip:before { content: "\f0c6"; }
  235. .icon-save:before { content: "\f0c7"; }
  236. .icon-sign-blank:before { content: "\f0c8"; }
  237. .icon-reorder:before { content: "\f0c9"; }
  238. .icon-list-ul:before { content: "\f0ca"; }
  239. .icon-list-ol:before { content: "\f0cb"; }
  240. .icon-strikethrough:before { content: "\f0cc"; }
  241. .icon-underline:before { content: "\f0cd"; }
  242. .icon-table:before { content: "\f0ce"; }
  243. .icon-magic:before { content: "\f0d0"; }
  244. .icon-truck:before { content: "\f0d1"; }
  245. .icon-pinterest:before { content: "\f0d2"; }
  246. .icon-pinterest-sign:before { content: "\f0d3"; }
  247. .icon-google-plus-sign:before { content: "\f0d4"; }
  248. .icon-google-plus:before { content: "\f0d5"; }
  249. .icon-money:before { content: "\f0d6"; }
  250. .icon-caret-down:before { content: "\f0d7"; }
  251. .icon-caret-up:before { content: "\f0d8"; }
  252. .icon-caret-left:before { content: "\f0d9"; }
  253. .icon-caret-right:before { content: "\f0da"; }
  254. .icon-columns:before { content: "\f0db"; }
  255. .icon-sort:before { content: "\f0dc"; }
  256. .icon-sort-down:before { content: "\f0dd"; }
  257. .icon-sort-up:before { content: "\f0de"; }
  258. .icon-envelope-alt:before { content: "\f0e0"; }
  259. .icon-linkedin:before { content: "\f0e1"; }
  260. .icon-undo:before { content: "\f0e2"; }
  261. .icon-legal:before { content: "\f0e3"; }
  262. .icon-dashboard:before { content: "\f0e4"; }
  263. .icon-comment-alt:before { content: "\f0e5"; }
  264. .icon-comments-alt:before { content: "\f0e6"; }
  265. .icon-bolt:before { content: "\f0e7"; }
  266. .icon-sitemap:before { content: "\f0e8"; }
  267. .icon-umbrella:before { content: "\f0e9"; }
  268. .icon-paste:before { content: "\f0ea"; }
  269. .icon-lightbulb:before { content: "\f0eb"; }
  270. .icon-exchange:before { content: "\f0ec"; }
  271. .icon-cloud-download:before { content: "\f0ed"; }
  272. .icon-cloud-upload:before { content: "\f0ee"; }
  273. .icon-user-md:before { content: "\f0f0"; }
  274. .icon-stethoscope:before { content: "\f0f1"; }
  275. .icon-suitcase:before { content: "\f0f2"; }
  276. .icon-bell-alt:before { content: "\f0f3"; }
  277. .icon-coffee:before { content: "\f0f4"; }
  278. .icon-food:before { content: "\f0f5"; }
  279. .icon-file-alt:before { content: "\f0f6"; }
  280. .icon-building:before { content: "\f0f7"; }
  281. .icon-hospital:before { content: "\f0f8"; }
  282. .icon-ambulance:before { content: "\f0f9"; }
  283. .icon-medkit:before { content: "\f0fa"; }
  284. .icon-fighter-jet:before { content: "\f0fb"; }
  285. .icon-beer:before { content: "\f0fc"; }
  286. .icon-h-sign:before { content: "\f0fd"; }
  287. .icon-plus-sign-alt:before { content: "\f0fe"; }
  288. .icon-double-angle-left:before { content: "\f100"; }
  289. .icon-double-angle-right:before { content: "\f101"; }
  290. .icon-double-angle-up:before { content: "\f102"; }
  291. .icon-double-angle-down:before { content: "\f103"; }
  292. .icon-angle-left:before { content: "\f104"; }
  293. .icon-angle-right:before { content: "\f105"; }
  294. .icon-angle-up:before { content: "\f106"; }
  295. .icon-angle-down:before { content: "\f107"; }
  296. .icon-desktop:before { content: "\f108"; }
  297. .icon-laptop:before { content: "\f109"; }
  298. .icon-tablet:before { content: "\f10a"; }
  299. .icon-mobile-phone:before { content: "\f10b"; }
  300. .icon-circle-blank:before { content: "\f10c"; }
  301. .icon-quote-left:before { content: "\f10d"; }
  302. .icon-quote-right:before { content: "\f10e"; }
  303. .icon-spinner:before { content: "\f110"; }
  304. .icon-circle:before { content: "\f111"; }
  305. .icon-reply:before { content: "\f112"; }
  306. .icon-github-alt:before { content: "\f113"; }
  307. .icon-folder-close-alt:before { content: "\f114"; }
  308. .icon-folder-open-alt:before { content: "\f115"; }
  309. .icon-blogger-sign:before,.icon-blogger:before,.icon-delicious:before,.icon-dribbble-sign:before,.icon-dribbble:before,.icon-dropbox:before,.icon-drupal:before,.icon-evernote-sign:before,.icon-evernote:before,.icon-flickr-sign:before,.icon-flickr:before,.icon-forrst-sign:before,.icon-forrst:before,.icon-foursquare-sign:before,.icon-foursquare:before,.icon-git-fork:before,.icon-hacker-news:before,.icon-instagram:before,.icon-lastfm-sign:before,.icon-lastfm:before,.icon-paypal:before,.icon-picasa-sign:before,.icon-picasa:before,.icon-reddit:before,.icon-share-this-sign:before,.icon-share-this:before,.icon-skype:before,.icon-soundcloud:before,.icon-spotify:before,.icon-stack-overflow:before,.icon-tumblr-sign:before,.icon-tumblr:before,.icon-vimeo-sign:before,.icon-vimeo:before,.icon-wordpress-sign:before,.icon-wordpress:before,.icon-yelp-sign:before,.icon-yelp:before,.icon-youtube-sign:before,.icon-youtube:before {font-family:'Font-Awesome-Social'; }
  310. .icon-dropbox:before { content: "\f300"; }
  311. .icon-drupal:before { content: "\f301"; }
  312. .icon-git-fork:before { content: "\f302"; }
  313. .icon-instagram:before { content: "\f303"; }
  314. .icon-share-this-sign:before { content: "\f304"; }
  315. .icon-share-this:before { content: "\f305"; }
  316. .icon-foursquare-sign:before { content: "\f306"; }
  317. .icon-foursquare:before { content: "\f307"; }
  318. .icon-hacker-news:before { content: "\f308"; }
  319. .icon-skype:before { content: "\f309"; }
  320. .icon-spotify:before { content: "\f30a"; }
  321. .icon-soundcloud:before { content: "\f30b"; }
  322. .icon-paypal:before { content: "\f30c"; }
  323. .icon-youtube-sign:before { content: "\f30d"; }
  324. .icon-youtube:before { content: "\f30e"; }
  325. .icon-reddit:before { content: "\f30f"; }
  326. .icon-blogger-sign:before { content: "\f310"; }
  327. .icon-blogger:before { content: "\f311"; }
  328. .icon-dribbble-sign:before { content: "\f312"; }
  329. .icon-dribbble:before { content: "\f313"; }
  330. .icon-evernote-sign:before { content: "\f314"; }
  331. .icon-evernote:before { content: "\f315"; }
  332. .icon-flickr-sign:before { content: "\f316"; }
  333. .icon-flickr:before { content: "\f317"; }
  334. .icon-forrst-sign:before { content: "\f318"; }
  335. .icon-forrst:before { content: "\f319"; }
  336. .icon-delicious:before { content: "\f31a"; }
  337. .icon-lastfm-sign:before { content: "\f31b"; }
  338. .icon-lastfm:before { content: "\f31c"; }
  339. .icon-picasa-sign:before { content: "\f31d"; }
  340. .icon-picasa:before { content: "\f31e"; }
  341. .icon-stack-overflow:before { content: "\f320"; }
  342. .icon-tumblr-sign:before { content: "\f321"; }
  343. .icon-tumblr:before { content: "\f322"; }
  344. .icon-vimeo-sign:before { content: "\f323"; }
  345. .icon-vimeo:before { content: "\f324"; }
  346. .icon-wordpress-sign:before { content: "\f325"; }
  347. .icon-wordpress:before { content: "\f326"; }
  348. .icon-yelp-sign:before { content: "\f327"; }
  349. .icon-yelp:before { content: "\f328"; }
  350. .icon-cloud-upload:before { content: "\f0ee"; }
  351. .icon-cloud-download:before { content: "\f0ed"; }