home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / misc / farbtastic / farbtastic.css next >
Encoding:
Cascading Style Sheet File  |  2007-04-13  |  640 b   |  36 lines

  1. /* $Id: farbtastic.css,v 1.3 2007/04/13 07:33:23 dries Exp $ */
  2.  
  3. .farbtastic {
  4.   position: relative;
  5. }
  6. .farbtastic * {
  7.   position: absolute;
  8.   cursor: crosshair;
  9. }
  10. .farbtastic, .farbtastic .wheel {
  11.   width: 195px;
  12.   height: 195px;
  13. }
  14. .farbtastic .color, .farbtastic .overlay {
  15.   top: 47px;
  16.   left: 47px;
  17.   width: 101px;
  18.   height: 101px;
  19. }
  20. .farbtastic .wheel {
  21.   background: url(wheel.png) no-repeat;
  22.   width: 195px;
  23.   height: 195px;
  24. }
  25. .farbtastic .overlay {
  26.   background: url(mask.png) no-repeat;
  27. }
  28. .farbtastic .marker {
  29.   width: 17px;
  30.   height: 17px;
  31.   margin: -8px 0 0 -8px;
  32.   overflow: hidden;
  33.   background: url(marker.png) no-repeat;
  34. }
  35.  
  36.