jquery.raty.css 973 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  2. font-size: 2em;
  3. }
  4. @font-face {
  5. font-family: "raty";
  6. font-style: normal;
  7. font-weight: normal;
  8. src: url("./fonts/raty.eot");
  9. src: url("./fonts/raty.eot?#iefix") format("embedded-opentype");
  10. src: url("./fonts/raty.svg#raty") format("svg");
  11. src: url("./fonts/raty.ttf") format("truetype");
  12. src: url("./fonts/raty.woff") format("woff");
  13. }
  14. .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  15. -moz-osx-font-smoothing: grayscale;
  16. -webkit-font-smoothing: antialiased;
  17. font-family: "raty";
  18. font-style: normal;
  19. font-variant: normal;
  20. font-weight: normal;
  21. line-height: 1;
  22. speak: none;
  23. text-transform: none;
  24. }
  25. .cancel-on-png:before {
  26. content: "\e600";
  27. }
  28. .cancel-off-png:before {
  29. content: "\e601";
  30. }
  31. .star-on-png:before {
  32. content: "\f005";
  33. }
  34. .star-off-png:before {
  35. content: "\f006";
  36. }
  37. .star-half-png:before {
  38. content: "\f123";
  39. }