[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

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


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