[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/Javascripts/colorpicker/ -> default.css (source)

   1  
   2  /** Colors **/
   3  
   4  .TColorPicker_button
   5  {
   6      border: 1px solid #919EA9;
   7      background-color: #fff;
   8  }
   9  
  10  .TColorPicker
  11  {
  12      background-color: white;
  13      border: 1px solid #919EA9;
  14  }
  15  
  16  .FullColorPicker
  17  {
  18      width: 388px;
  19  }
  20  
  21  .BasicColorPicker .basic_colors td img
  22  {
  23      border: 1px solid #919EA9;
  24  }
  25  
  26  .BasicColorPicker .basic_colors .pickerhover
  27  {
  28      border-color: white;
  29  }
  30  
  31  .FullColorPicker .colors .colorpanel
  32  {
  33      border: 1px solid #919EA9;
  34  }
  35  
  36  .FullColorPicker .hue .strip
  37  {
  38      border: 1px solid #919EA9;
  39  }
  40  
  41  .FullColorPicker .inputs .currentcolor span
  42  {
  43      border: 1px solid #919EA9;
  44  }
  45  
  46  .FullColorPicker .options td
  47  {
  48      border-top: 1px solid #919EA9;
  49  }
  50  
  51  /** UI **/
  52  .TColorPicker_button
  53  {
  54      position: absolute;    
  55      font-size: 0;
  56      padding: 1px;
  57      margin-left: 1px;
  58  }
  59  
  60  .TColorPicker_button img
  61  {
  62      width: 18px; 
  63      height: 18px;
  64  }
  65  
  66  * html .TColorPicker_button
  67  {
  68      margin-top: 1px;
  69  }
  70  
  71  .TColorPicker
  72  {
  73      position: absolute;
  74  }
  75  
  76  .BasicColorPicker .palette_Tiny img
  77  {
  78      width: 30px;
  79      height: 30px;
  80  }
  81  .BasicColorPicker .basic_colors
  82  {
  83      border-collapse: separate;
  84      border-spacing: 2px;
  85  }
  86  
  87  .BasicColorPicker .basic_colors td 
  88  {
  89      padding: 0;
  90      font-size: 0;
  91  }
  92  
  93  .FullColorPicker table
  94  {
  95      border-collapse: collapse;
  96      border-spacing: 0;
  97  }
  98  
  99  .FullColorPicker .colors .colorpanel
 100  {
 101      margin-left: 7px;
 102      margin-top: -9px;
 103      display: block;
 104      width:256px; 
 105      height:256px;
 106      background-image: url(background.png);
 107  }
 108  
 109  * html .FullColorPicker .colors .colorpanel
 110  {
 111      background-image: none;
 112      margin-top: -10px;
 113  }
 114  
 115  .FullColorPicker .colors
 116  {
 117      padding-bottom: 10px;
 118      padding-top: 17px;
 119  }
 120  
 121  * html .FullColorPicker .colors
 122  {
 123      margin-top: 10px;
 124  }
 125  
 126  .FullColorPicker .colors .selector
 127  {
 128      position: relative;
 129      top: 0px;
 130      left: 0px;
 131      border: 0 none;
 132      float: left;
 133      margin-left: 2px;
 134      margin-top: -12px;
 135      display: block;
 136      background-image: url(target_black.gif);
 137      background-repeat: no-repeat;
 138      width: 8px; 
 139      height:8px;
 140      background-position: 50%
 141  }
 142  
 143  * html .FullColorPicker .colors .selector
 144  {
 145      margin-top: -16px;
 146  }
 147  
 148  .FullColorPicker .colors span.target_white
 149  {
 150      background-image: url(target_white.gif);
 151  }
 152  
 153  .FullColorPicker .hue
 154  {
 155      text-align: center;
 156      width: 50px;
 157  }
 158  
 159  .FullColorPicker .hue .strip
 160  {
 161      margin-top: -5px;
 162      margin-left: 9px;
 163      display: block;
 164      background-image: url(hue.gif);
 165      width:19px;
 166      height:256px;
 167  }
 168  
 169  * html .FullColorPicker .hue .strip
 170  {
 171      margin-left: 10px;
 172  }
 173  
 174  .FullColorPicker .slider
 175  {
 176      position: relative;
 177      top: 0px;
 178      margin-top: -5px;
 179      background-image: url(slider.gif);
 180      width: 40px;
 181      height: 9px;
 182      font-size: 0;
 183      display: block;
 184  }
 185  
 186  * html .FullColorPicker .slider
 187  {
 188      margin-left: 10px;
 189  }
 190  
 191  .FullColorPicker .inputs
 192  {
 193      font-family: Tahoma;
 194      font-size: 10pt;
 195  }
 196  
 197  .FullColorPicker .inputs input
 198  {
 199      width: 30px;
 200      text-align: center;
 201      height: 16px;
 202      margin-right: 2px;
 203  }
 204  
 205  .FullColorPicker .currentcolor
 206  {
 207      text-align: center;
 208  }
 209  
 210  .FullColorPicker .inputs .currentcolor span
 211  {
 212      display: block;
 213      width: 60px;
 214      height: 30px;
 215  }
 216  
 217  .FullColorPicker .inputs .currentcolor span.currentColor
 218  {
 219      margin: 5px 5px 0 2px;
 220      border-bottom: 0 none;
 221  }
 222  
 223  .FullColorPicker .inputs .currentcolor span.oldColor
 224  {
 225      margin: 0px 5px 5px 2px;
 226      border-top: 0 none;
 227  }
 228  
 229  .FullColorPicker input.hex
 230  {
 231      width: 50px;
 232      margin-right: 5px;
 233  }
 234  
 235  .FullColorPicker input.button
 236  {
 237      width: 90px;
 238      margin: 3px;
 239      font-size: 10px;
 240  }
 241  
 242  .FullColorPicker .inputs .gap
 243  {
 244      padding-top: 8px;
 245  }
 246  
 247  .FullColorPicker .customs
 248  {
 249      width: 100%;
 250      border-collapse: separate;
 251  }
 252  
 253  .FullColorPicker .options td
 254  {
 255      height: 0px;
 256      text-align: right;
 257      padding: 7px 10px 7px 0px;
 258  }


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7