[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> farbtastic.css (source)

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


Generated : Mon Aug 31 08:20:24 2026 Cross-referenced by PHPXref