fontello.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @font-face {
  2. font-family: 'fontello';
  3. src: url('../font/fontello.eot?1332687');
  4. src: url('../font/fontello.eot?1332687#iefix') format('embedded-opentype'),
  5. url('../font/fontello.woff2?1332687') format('woff2'),
  6. url('../font/fontello.woff?1332687') format('woff'),
  7. url('../font/fontello.ttf?1332687') format('truetype'),
  8. url('../font/fontello.svg?1332687#fontello') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  13. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  14. /*
  15. @media screen and (-webkit-min-device-pixel-ratio:0) {
  16. @font-face {
  17. font-family: 'fontello';
  18. src: url('../font/fontello.svg?1332687#fontello') format('svg');
  19. }
  20. }
  21. */
  22. [class^="icon-"]:before, [class*=" icon-"]:before {
  23. font-family: "fontello";
  24. font-style: normal;
  25. font-weight: normal;
  26. speak: none;
  27. display: inline-block;
  28. text-decoration: inherit;
  29. width: 1em;
  30. margin-right: .2em;
  31. text-align: center;
  32. /* opacity: .8; */
  33. /* For safety - reset parent styles, that can break glyph codes*/
  34. font-variant: normal;
  35. text-transform: none;
  36. /* fix buttons height, for twitter bootstrap */
  37. line-height: 1em;
  38. /* Animation center compensation - margins should be symmetric */
  39. /* remove if not needed */
  40. margin-left: .2em;
  41. /* you can be more comfortable with increased icons size */
  42. /* font-size: 120%; */
  43. /* Font smoothing. That was taken from TWBS */
  44. -webkit-font-smoothing: antialiased;
  45. -moz-osx-font-smoothing: grayscale;
  46. /* Uncomment for 3D effect */
  47. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  48. }
  49. .icon-search:before { content: '\e800'; } /* '' */
  50. .icon-mail:before { content: '\e801'; } /* '' */
  51. .icon-heart:before { content: '\e802'; } /* '' */
  52. .icon-heart-empty:before { content: '\e803'; } /* '' */
  53. .icon-star:before { content: '\e804'; } /* '' */
  54. .icon-star-empty:before { content: '\e805'; } /* '' */
  55. .icon-user:before { content: '\e806'; } /* '' */
  56. .icon-video:before { content: '\e807'; } /* '' */
  57. .icon-picture:before { content: '\e808'; } /* '' */
  58. .icon-th-large:before { content: '\e809'; } /* '' */
  59. .icon-th:before { content: '\e80a'; } /* '' */
  60. .icon-th-list:before { content: '\e80b'; } /* '' */
  61. .icon-ok:before { content: '\e80c'; } /* '' */
  62. .icon-ok-circled:before { content: '\e80d'; } /* '' */
  63. .icon-cancel:before { content: '\e80e'; } /* '' */
  64. .icon-cancel-circled:before { content: '\e80f'; } /* '' */
  65. .icon-plus-circled:before { content: '\e810'; } /* '' */
  66. .icon-plus:before { content: '\e811'; } /* '' */
  67. .icon-minus:before { content: '\e812'; } /* '' */
  68. .icon-minus-circled:before { content: '\e813'; } /* '' */
  69. .icon-help-circled:before { content: '\e814'; } /* '' */
  70. .icon-info-circled:before { content: '\e815'; } /* '' */
  71. .icon-home:before { content: '\e816'; } /* '' */
  72. .icon-link:before { content: '\e817'; } /* '' */
  73. .icon-attach:before { content: '\e818'; } /* '' */
  74. .icon-lock:before { content: '\e819'; } /* '' */
  75. .icon-eye:before { content: '\e81a'; } /* '' */
  76. .icon-eye-off:before { content: '\e81b'; } /* '' */
  77. .icon-pin:before { content: '\e81c'; } /* '' */
  78. .icon-tag:before { content: '\e81d'; } /* '' */
  79. .icon-bookmark:before { content: '\e81e'; } /* '' */
  80. .icon-thumbs-up:before { content: '\e81f'; } /* '' */
  81. .icon-thumbs-down:before { content: '\e820'; } /* '' */
  82. .icon-download:before { content: '\e821'; } /* '' */
  83. .icon-upload:before { content: '\e822'; } /* '' */
  84. .icon-forward:before { content: '\e823'; } /* '' */
  85. .icon-pencil:before { content: '\e824'; } /* '' */
  86. .icon-edit:before { content: '\e825'; } /* '' */
  87. .icon-retweet:before { content: '\e826'; } /* '' */
  88. .icon-comment:before { content: '\e827'; } /* '' */
  89. .icon-bell:before { content: '\e828'; } /* '' */
  90. .icon-attention:before { content: '\e829'; } /* '' */
  91. .icon-attention-circled:before { content: '\e82a'; } /* '' */
  92. .icon-trash-empty:before { content: '\e82b'; } /* '' */
  93. .icon-block:before { content: '\e82c'; } /* '' */
  94. .icon-cog:before { content: '\e82d'; } /* '' */
  95. .icon-cog-alt:before { content: '\e82e'; } /* '' */
  96. .icon-wrench:before { content: '\e82f'; } /* '' */
  97. .icon-down-open:before { content: '\e830'; } /* '' */
  98. .icon-left-open:before { content: '\e831'; } /* '' */
  99. .icon-right-open:before { content: '\e832'; } /* '' */
  100. .icon-up-open:before { content: '\e833'; } /* '' */
  101. .icon-down-big:before { content: '\e834'; } /* '' */
  102. .icon-left-big:before { content: '\e835'; } /* '' */
  103. .icon-right-big:before { content: '\e836'; } /* '' */
  104. .icon-up-big:before { content: '\e837'; } /* '' */
  105. .icon-cw:before { content: '\e838'; } /* '' */
  106. .icon-ccw:before { content: '\e839'; } /* '' */
  107. .icon-arrows-cw:before { content: '\e83a'; } /* '' */
  108. .icon-check:before { content: '\e83b'; } /* '' */
  109. .icon-globe:before { content: '\e83c'; } /* '' */
  110. .icon-spin1:before { content: '\e83d'; } /* '' */
  111. .icon-spin2:before { content: '\e83e'; } /* '' */
  112. .icon-spin3:before { content: '\e83f'; } /* '' */
  113. .icon-spin4:before { content: '\e840'; } /* '' */
  114. .icon-check-empty:before { content: '\f096'; } /* '' */
  115. .icon-bookmark-empty:before { content: '\f097'; } /* '' */
  116. .icon-menu:before { content: '\f0c9'; } /* '' */
  117. .icon-mail-alt:before { content: '\f0e0'; } /* '' */
  118. .icon-comment-empty:before { content: '\f0e5'; } /* '' */
  119. .icon-download-cloud:before { content: '\f0ed'; } /* '' */
  120. .icon-upload-cloud:before { content: '\f0ee'; } /* '' */
  121. .icon-bell-alt:before { content: '\f0f3'; } /* '' */
  122. .icon-quote-left:before { content: '\f10d'; } /* '' */
  123. .icon-quote-right:before { content: '\f10e'; } /* '' */
  124. .icon-reply:before { content: '\f112'; } /* '' */
  125. .icon-code:before { content: '\f121'; } /* '' */
  126. .icon-reply-all:before { content: '\f122'; } /* '' */
  127. .icon-help:before { content: '\f128'; } /* '' */
  128. .icon-info:before { content: '\f129'; } /* '' */
  129. .icon-attention-alt:before { content: '\f12a'; } /* '' */
  130. .icon-lock-open-alt:before { content: '\f13e'; } /* '' */
  131. .icon-minus-squared:before { content: '\f146'; } /* '' */
  132. .icon-ok-squared:before { content: '\f14a'; } /* '' */
  133. .icon-pencil-squared:before { content: '\f14b'; } /* '' */
  134. .icon-link-ext-alt:before { content: '\f14c'; } /* '' */
  135. .icon-export-alt:before { content: '\f14d'; } /* '' */
  136. .icon-doc-inv:before { content: '\f15b'; } /* '' */
  137. .icon-doc-text-inv:before { content: '\f15c'; } /* '' */
  138. .icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
  139. .icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
  140. .icon-sliders:before { content: '\f1de'; } /* '' */
  141. .icon-share:before { content: '\f1e0'; } /* '' */
  142. .icon-bell-off:before { content: '\f1f6'; } /* '' */
  143. .icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
  144. .icon-trash:before { content: '\f1f8'; } /* '' */
  145. .icon-toggle-off:before { content: '\f204'; } /* '' */
  146. .icon-toggle-on:before { content: '\f205'; } /* '' */
  147. .icon-user-plus:before { content: '\f234'; } /* '' */
  148. .icon-user-times:before { content: '\f235'; } /* '' */
  149. .icon-hashtag:before { content: '\f292'; } /* '' */