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.

67 lines
1.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?rq3u8q');
  4. src: url('../fonts/icomoon.eot?rq3u8q#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?rq3u8q') format('truetype'),
  6. url('../fonts/icomoon.woff?rq3u8q') format('woff'),
  7. url('../fonts/icomoon.svg?rq3u8q#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'icomoon' !important;
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-cancel:before {
  25. content: "\e5c9";
  26. }
  27. .icon-close:before {
  28. content: "\e5cd";
  29. }
  30. .icon-grace:before {
  31. content: "\e000";
  32. }
  33. .icon-missing:before {
  34. content: "\e001";
  35. }
  36. .icon-asc:before {
  37. content: "\e5ce";
  38. }
  39. .icon-desc:before {
  40. content: "\e5cf";
  41. }
  42. .icon-dots:before {
  43. content: "\e5d3";
  44. }
  45. .icon-down:before {
  46. content: "\e7f7";
  47. }
  48. .icon-paused:before {
  49. content: "\e7f6";
  50. }
  51. .icon-settings:before {
  52. content: "\e8b8";
  53. }
  54. .icon-mail:before {
  55. content: "\e900";
  56. }
  57. .icon-delete:before {
  58. content: "\e901";
  59. }
  60. .icon-new:before, .icon-up:before, .icon-ok:before {
  61. content: "\e902";
  62. }
  63. .icon-clippy:before {
  64. content: "\e903";
  65. }