farbtastic-rtl.css 647 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*! This file is auto-generated */
  2. .farbtastic {
  3. position: relative;
  4. }
  5. .farbtastic * {
  6. position: absolute;
  7. cursor: crosshair;
  8. }
  9. .farbtastic,
  10. .farbtastic .wheel {
  11. width: 195px;
  12. height: 195px;
  13. }
  14. .farbtastic .color,
  15. .farbtastic .overlay {
  16. top: 47px;
  17. right: 47px;
  18. width: 101px;
  19. height: 101px;
  20. }
  21. .farbtastic .wheel {
  22. background: url(../images/wheel.png) no-repeat;
  23. width: 195px;
  24. height: 195px;
  25. }
  26. .farbtastic .overlay {
  27. background: url(../images/mask.png) no-repeat;
  28. }
  29. .farbtastic .marker {
  30. width: 17px;
  31. height: 17px;
  32. margin: -8px -8px 0 0;
  33. overflow: hidden;
  34. background: url(../images/marker.png) no-repeat;
  35. }