[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

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

   1  /* $Id: farbtastic.css,v 1.2.2.1 2007/04/18 03:38:58 drumm 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  }


Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics