Açıklama Yok

um-raty.css 1.1KB

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