style.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @font-face {
  2. font-family: 'icomoon';
  3. src:url('fonts/icomoon.eot?r8gz57');
  4. src:url('fonts/icomoon.eot?#iefixr8gz57') format('embedded-opentype'),
  5. url('fonts/icomoon.woff?r8gz57') format('woff'),
  6. url('fonts/icomoon.ttf?r8gz57') format('truetype'),
  7. url('fonts/icomoon.svg?r8gz57#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. font-family: 'icomoon';
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .icon-music:before {
  24. content: "\e600";
  25. }
  26. .icon-headphones:before {
  27. content: "\e601";
  28. }
  29. .icon-connection:before {
  30. content: "\e602";
  31. }
  32. .icon-book:before {
  33. content: "\e603";
  34. }
  35. .icon-books:before {
  36. content: "\e604";
  37. }
  38. .icon-file:before {
  39. content: "\e605";
  40. }
  41. .icon-folder:before {
  42. content: "\e606";
  43. }
  44. .icon-folder-open:before {
  45. content: "\e607";
  46. }
  47. .icon-cabinet:before {
  48. content: "\e608";
  49. }
  50. .icon-spinner:before {
  51. content: "\e609";
  52. }
  53. .icon-cog:before {
  54. content: "\e60a";
  55. }
  56. .icon-switch:before {
  57. content: "\e60b";
  58. }
  59. .icon-list:before {
  60. content: "\e60c";
  61. }
  62. .icon-list2:before {
  63. content: "\e60d";
  64. }
  65. .icon-numbered-list:before {
  66. content: "\e60e";
  67. }
  68. .icon-menu:before {
  69. content: "\e60f";
  70. }
  71. .icon-spam:before {
  72. content: "\e610";
  73. }
  74. .icon-close:before {
  75. content: "\e611";
  76. }
  77. .icon-checkmark:before {
  78. content: "\e612";
  79. }
  80. .icon-minus:before {
  81. content: "\e613";
  82. }
  83. .icon-plus:before {
  84. content: "\e614";
  85. }
  86. .icon-play:before {
  87. content: "\e615";
  88. }
  89. .icon-pause:before {
  90. content: "\e616";
  91. }
  92. .icon-stop:before {
  93. content: "\e617";
  94. }
  95. .icon-backward:before {
  96. content: "\e618";
  97. }
  98. .icon-forward:before {
  99. content: "\e619";
  100. }
  101. .icon-first:before {
  102. content: "\e61a";
  103. }
  104. .icon-last:before {
  105. content: "\e61b";
  106. }
  107. .icon-previous:before {
  108. content: "\e61c";
  109. }
  110. .icon-next:before {
  111. content: "\e61d";
  112. }
  113. .icon-eject:before {
  114. content: "\e61e";
  115. }
  116. .icon-volume-high:before {
  117. content: "\e61f";
  118. }
  119. .icon-volume-medium:before {
  120. content: "\e620";
  121. }
  122. .icon-volume-low:before {
  123. content: "\e621";
  124. }
  125. .icon-volume-mute:before {
  126. content: "\e622";
  127. }
  128. .icon-volume-mute2:before {
  129. content: "\e623";
  130. }
  131. .icon-volume-increase:before {
  132. content: "\e624";
  133. }
  134. .icon-volume-decrease:before {
  135. content: "\e625";
  136. }
  137. .icon-loop:before {
  138. content: "\e626";
  139. }
  140. .icon-loop2:before {
  141. content: "\e627";
  142. }
  143. .icon-loop3:before {
  144. content: "\e628";
  145. }
  146. .icon-shuffle:before {
  147. content: "\e629";
  148. }