farbtastic.css 731 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #picker{
  2. z-index: 99999999;
  3. }
  4. .farbtastic {
  5. position: absolute;
  6. background: #222;
  7. border: 1px solid #444;
  8. border-top: 0;
  9. top: 1.6em;
  10. right: 0;
  11. z-index: 99999999;
  12. }
  13. .farbtastic * {
  14. position: absolute;
  15. cursor: crosshair;
  16. }
  17. .farbtastic, .farbtastic .wheel {
  18. width: 195px;
  19. height: 195px;
  20. }
  21. .farbtastic .color, .farbtastic .overlay {
  22. top: 47px;
  23. left: 47px;
  24. width: 101px;
  25. height: 101px;
  26. }
  27. .farbtastic .wheel {
  28. background: url(wheel.png) no-repeat;
  29. width: 195px;
  30. height: 195px;
  31. }
  32. .farbtastic .overlay {
  33. background: url(mask.png) no-repeat;
  34. }
  35. .farbtastic .marker {
  36. width: 17px;
  37. height: 17px;
  38. margin: -8px 0 0 -8px;
  39. overflow: hidden;
  40. background: url(colorpicker_select.gif) no-repeat;
  41. }