[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui/tests/visual/ -> effects.all.css (source)

   1  
   2  body,html {
   3      margin: 0;
   4      padding: 0;
   5      font-size: 12px;
   6      font-family: Arial;
   7      background: #191919;
   8  }
   9  
  10  ul.effects {
  11      list-style-type: none;
  12      margin: 0;
  13      padding: 0;
  14  }
  15  
  16  ul.effects li {
  17      list-style-type: none;
  18      margin: 0;
  19      padding: 0;
  20      width: 120px;
  21      height: 100px;
  22      float: left;
  23      margin-top: 20px;
  24      margin-left: 20px;
  25  }
  26  
  27  div.effect {
  28      width: 120px;
  29      height: 100px;
  30      background: #ccc;
  31      border: 5px outset #aaa;
  32      float: left;
  33      cursor: pointer;
  34      cursor: hand;
  35  }
  36  
  37  div.current {
  38      border: 5px outset #FF9C08;
  39      background: #FF9C08;
  40  }
  41  
  42  div.effect p {
  43      color: #191919;
  44      font-weight: bold;
  45      margin: 0px;
  46      padding: 10px;
  47  }
  48  
  49  .ui-effects-transfer {
  50      border: 1px dotted #fff;
  51      background: #666;
  52      opacity: 0.5;
  53  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7