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.
 
 
 
 
 
 

535 lines
11 KiB

  1. /* http://graphicburger.com/simple-line-icons-webfont/ */
  2. @font-face {
  3. font-family: 'Simple-Line-Icons';
  4. src:url('fonts/Simple-Line-Icons.eot');
  5. src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
  6. url('fonts/Simple-Line-Icons.woff') format('woff'),
  7. url('fonts/Simple-Line-Icons.ttf') format('truetype'),
  8. url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @media screen and (-webkit-min-device-pixel-ratio:0) {
  13. @font-face {
  14. font-family: 'Simple-Line-Icons';
  15. src: url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  16. }
  17. }
  18. /* Use the following CSS code if you want to use data attributes for inserting your icons */
  19. [data-icon]:before {
  20. font-family: 'Simple-Line-Icons';
  21. content: attr(data-icon);
  22. speak: none;
  23. font-weight: normal;
  24. font-variant: normal;
  25. text-transform: none;
  26. line-height: 1;
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: grayscale;
  29. }
  30. /* Use the following CSS code if you want to have a class per icon */
  31. /*
  32. Instead of a list of all class selectors,
  33. you can use the generic selector below, but it's slower:
  34. [class*="icon-"] {
  35. */
  36. .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  37. font-family: 'Simple-Line-Icons';
  38. speak: none;
  39. font-style: normal;
  40. font-weight: normal;
  41. font-variant: normal;
  42. text-transform: none;
  43. line-height: 1;
  44. -webkit-font-smoothing: antialiased;
  45. }
  46. .icon-user-female:before {
  47. content: "\e000";
  48. }
  49. .icon-user-follow:before {
  50. content: "\e002";
  51. }
  52. .icon-user-following:before {
  53. content: "\e003";
  54. }
  55. .icon-user-unfollow:before {
  56. content: "\e004";
  57. }
  58. .icon-trophy:before {
  59. content: "\e006";
  60. }
  61. .icon-screen-smartphone:before {
  62. content: "\e010";
  63. }
  64. .icon-screen-desktop:before {
  65. content: "\e011";
  66. }
  67. .icon-plane:before {
  68. content: "\e012";
  69. }
  70. .icon-notebook:before {
  71. content: "\e013";
  72. }
  73. .icon-moustache:before {
  74. content: "\e014";
  75. }
  76. .icon-mouse:before {
  77. content: "\e015";
  78. }
  79. .icon-magnet:before {
  80. content: "\e016";
  81. }
  82. .icon-energy:before {
  83. content: "\e020";
  84. }
  85. .icon-emoticon-smile:before {
  86. content: "\e021";
  87. }
  88. .icon-disc:before {
  89. content: "\e022";
  90. }
  91. .icon-cursor-move:before {
  92. content: "\e023";
  93. }
  94. .icon-crop:before {
  95. content: "\e024";
  96. }
  97. .icon-credit-card:before {
  98. content: "\e025";
  99. }
  100. .icon-chemistry:before {
  101. content: "\e026";
  102. }
  103. .icon-user:before {
  104. content: "\e005";
  105. }
  106. .icon-speedometer:before {
  107. content: "\e007";
  108. }
  109. .icon-social-youtube:before {
  110. content: "\e008";
  111. }
  112. .icon-social-twitter:before {
  113. content: "\e009";
  114. }
  115. .icon-social-tumblr:before {
  116. content: "\e00a";
  117. }
  118. .icon-social-facebook:before {
  119. content: "\e00b";
  120. }
  121. .icon-social-dropbox:before {
  122. content: "\e00c";
  123. }
  124. .icon-social-dribbble:before {
  125. content: "\e00d";
  126. }
  127. .icon-shield:before {
  128. content: "\e00e";
  129. }
  130. .icon-screen-tablet:before {
  131. content: "\e00f";
  132. }
  133. .icon-magic-wand:before {
  134. content: "\e017";
  135. }
  136. .icon-hourglass:before {
  137. content: "\e018";
  138. }
  139. .icon-graduation:before {
  140. content: "\e019";
  141. }
  142. .icon-ghost:before {
  143. content: "\e01a";
  144. }
  145. .icon-game-controller:before {
  146. content: "\e01b";
  147. }
  148. .icon-fire:before {
  149. content: "\e01c";
  150. }
  151. .icon-eyeglasses:before {
  152. content: "\e01d";
  153. }
  154. .icon-envelope-open:before {
  155. content: "\e01e";
  156. }
  157. .icon-envelope-letter:before {
  158. content: "\e01f";
  159. }
  160. .icon-bell:before {
  161. content: "\e027";
  162. }
  163. .icon-badge:before {
  164. content: "\e028";
  165. }
  166. .icon-anchor:before {
  167. content: "\e029";
  168. }
  169. .icon-wallet:before {
  170. content: "\e02a";
  171. }
  172. .icon-vector:before {
  173. content: "\e02b";
  174. }
  175. .icon-speech:before {
  176. content: "\e02c";
  177. }
  178. .icon-puzzle:before {
  179. content: "\e02d";
  180. }
  181. .icon-printer:before {
  182. content: "\e02e";
  183. }
  184. .icon-present:before {
  185. content: "\e02f";
  186. }
  187. .icon-playlist:before {
  188. content: "\e030";
  189. }
  190. .icon-pin:before {
  191. content: "\e031";
  192. }
  193. .icon-picture:before {
  194. content: "\e032";
  195. }
  196. .icon-map:before {
  197. content: "\e033";
  198. }
  199. .icon-layers:before {
  200. content: "\e034";
  201. }
  202. .icon-handbag:before {
  203. content: "\e035";
  204. }
  205. .icon-globe-alt:before {
  206. content: "\e036";
  207. }
  208. .icon-globe:before {
  209. content: "\e037";
  210. }
  211. .icon-frame:before {
  212. content: "\e038";
  213. }
  214. .icon-folder-alt:before {
  215. content: "\e039";
  216. }
  217. .icon-film:before {
  218. content: "\e03a";
  219. }
  220. .icon-feed:before {
  221. content: "\e03b";
  222. }
  223. .icon-earphones-alt:before {
  224. content: "\e03c";
  225. }
  226. .icon-earphones:before {
  227. content: "\e03d";
  228. }
  229. .icon-drop:before {
  230. content: "\e03e";
  231. }
  232. .icon-drawer:before {
  233. content: "\e03f";
  234. }
  235. .icon-docs:before {
  236. content: "\e040";
  237. }
  238. .icon-directions:before {
  239. content: "\e041";
  240. }
  241. .icon-direction:before {
  242. content: "\e042";
  243. }
  244. .icon-diamond:before {
  245. content: "\e043";
  246. }
  247. .icon-cup:before {
  248. content: "\e044";
  249. }
  250. .icon-compass:before {
  251. content: "\e045";
  252. }
  253. .icon-call-out:before {
  254. content: "\e046";
  255. }
  256. .icon-call-in:before {
  257. content: "\e047";
  258. }
  259. .icon-call-end:before {
  260. content: "\e048";
  261. }
  262. .icon-calculator:before {
  263. content: "\e049";
  264. }
  265. .icon-bubbles:before {
  266. content: "\e04a";
  267. }
  268. .icon-briefcase:before {
  269. content: "\e04b";
  270. }
  271. .icon-book-open:before {
  272. content: "\e04c";
  273. }
  274. .icon-basket-loaded:before {
  275. content: "\e04d";
  276. }
  277. .icon-basket:before {
  278. content: "\e04e";
  279. }
  280. .icon-bag:before {
  281. content: "\e04f";
  282. }
  283. .icon-action-undo:before {
  284. content: "\e050";
  285. }
  286. .icon-action-redo:before {
  287. content: "\e051";
  288. }
  289. .icon-wrench:before {
  290. content: "\e052";
  291. }
  292. .icon-umbrella:before {
  293. content: "\e053";
  294. }
  295. .icon-trash:before {
  296. content: "\e054";
  297. }
  298. .icon-tag:before {
  299. content: "\e055";
  300. }
  301. .icon-support:before {
  302. content: "\e056";
  303. }
  304. .icon-size-fullscreen:before {
  305. content: "\e057";
  306. }
  307. .icon-size-actual:before {
  308. content: "\e058";
  309. }
  310. .icon-shuffle:before {
  311. content: "\e059";
  312. }
  313. .icon-share-alt:before {
  314. content: "\e05a";
  315. }
  316. .icon-share:before {
  317. content: "\e05b";
  318. }
  319. .icon-rocket:before {
  320. content: "\e05c";
  321. }
  322. .icon-question:before {
  323. content: "\e05d";
  324. }
  325. .icon-pie-chart:before {
  326. content: "\e05e";
  327. }
  328. .icon-pencil:before {
  329. content: "\e05f";
  330. }
  331. .icon-note:before {
  332. content: "\e060";
  333. }
  334. .icon-music-tone-alt:before {
  335. content: "\e061";
  336. }
  337. .icon-music-tone:before {
  338. content: "\e062";
  339. }
  340. .icon-microphone:before {
  341. content: "\e063";
  342. }
  343. .icon-loop:before {
  344. content: "\e064";
  345. }
  346. .icon-logout:before {
  347. content: "\e065";
  348. }
  349. .icon-login:before {
  350. content: "\e066";
  351. }
  352. .icon-list:before {
  353. content: "\e067";
  354. }
  355. .icon-like:before {
  356. content: "\e068";
  357. }
  358. .icon-home:before {
  359. content: "\e069";
  360. }
  361. .icon-grid:before {
  362. content: "\e06a";
  363. }
  364. .icon-graph:before {
  365. content: "\e06b";
  366. }
  367. .icon-equalizer:before {
  368. content: "\e06c";
  369. }
  370. .icon-dislike:before {
  371. content: "\e06d";
  372. }
  373. .icon-cursor:before {
  374. content: "\e06e";
  375. }
  376. .icon-control-start:before {
  377. content: "\e06f";
  378. }
  379. .icon-control-rewind:before {
  380. content: "\e070";
  381. }
  382. .icon-control-play:before {
  383. content: "\e071";
  384. }
  385. .icon-control-pause:before {
  386. content: "\e072";
  387. }
  388. .icon-control-forward:before {
  389. content: "\e073";
  390. }
  391. .icon-control-end:before {
  392. content: "\e074";
  393. }
  394. .icon-calendar:before {
  395. content: "\e075";
  396. }
  397. .icon-bulb:before {
  398. content: "\e076";
  399. }
  400. .icon-bar-chart:before {
  401. content: "\e077";
  402. }
  403. .icon-arrow-up:before {
  404. content: "\e078";
  405. }
  406. .icon-arrow-right:before {
  407. content: "\e079";
  408. }
  409. .icon-arrow-left:before {
  410. content: "\e07a";
  411. }
  412. .icon-arrow-down:before {
  413. content: "\e07b";
  414. }
  415. .icon-ban:before {
  416. content: "\e07c";
  417. }
  418. .icon-bubble:before {
  419. content: "\e07d";
  420. }
  421. .icon-camcorder:before {
  422. content: "\e07e";
  423. }
  424. .icon-camera:before {
  425. content: "\e07f";
  426. }
  427. .icon-check:before {
  428. content: "\e080";
  429. }
  430. .icon-clock:before {
  431. content: "\e081";
  432. }
  433. .icon-close:before {
  434. content: "\e082";
  435. }
  436. .icon-cloud-download:before {
  437. content: "\e083";
  438. }
  439. .icon-cloud-upload:before {
  440. content: "\e084";
  441. }
  442. .icon-doc:before {
  443. content: "\e085";
  444. }
  445. .icon-envelope:before {
  446. content: "\e086";
  447. }
  448. .icon-eye:before {
  449. content: "\e087";
  450. }
  451. .icon-flag:before {
  452. content: "\e088";
  453. }
  454. .icon-folder:before {
  455. content: "\e089";
  456. }
  457. .icon-heart:before {
  458. content: "\e08a";
  459. }
  460. .icon-info:before {
  461. content: "\e08b";
  462. }
  463. .icon-key:before {
  464. content: "\e08c";
  465. }
  466. .icon-link:before {
  467. content: "\e08d";
  468. }
  469. .icon-lock:before {
  470. content: "\e08e";
  471. }
  472. .icon-lock-open:before {
  473. content: "\e08f";
  474. }
  475. .icon-magnifier:before {
  476. content: "\e090";
  477. }
  478. .icon-magnifier-add:before {
  479. content: "\e091";
  480. }
  481. .icon-magnifier-remove:before {
  482. content: "\e092";
  483. }
  484. .icon-paper-clip:before {
  485. content: "\e093";
  486. }
  487. .icon-paper-plane:before {
  488. content: "\e094";
  489. }
  490. .icon-plus:before {
  491. content: "\e095";
  492. }
  493. .icon-pointer:before {
  494. content: "\e096";
  495. }
  496. .icon-power:before {
  497. content: "\e097";
  498. }
  499. .icon-refresh:before {
  500. content: "\e098";
  501. }
  502. .icon-reload:before {
  503. content: "\e099";
  504. }
  505. .icon-settings:before {
  506. content: "\e09a";
  507. }
  508. .icon-star:before {
  509. content: "\e09b";
  510. }
  511. .icon-symbol-female:before {
  512. content: "\e09c";
  513. }
  514. .icon-symbol-male:before {
  515. content: "\e09d";
  516. }
  517. .icon-target:before {
  518. content: "\e09e";
  519. }
  520. .icon-volume-1:before {
  521. content: "\e09f";
  522. }
  523. .icon-volume-2:before {
  524. content: "\e0a0";
  525. }
  526. .icon-volume-off:before {
  527. content: "\e0a1";
  528. }
  529. .icon-users:before {
  530. content: "\e001";
  531. }