[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/misc/farbtastic/ -> farbtastic.css (source)

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


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7