[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/themes/rootcandy/color/ -> preview.css (source)

   1  /* $Id: preview.css,v 1.2.2.1 2008/10/11 10:28:45 sign Exp $ */
   2  
   3  /* Positioning */
   4  #preview {
   5    overflow: hidden;
   6    max-width: 100%;
   7  }
   8  #preview, #preview #img {
   9    width: 540px;
  10    height: 250px;
  11  }
  12  #preview #gradient {
  13    position: absolute;
  14    left: 0;
  15    right: 0;
  16    top: 0px;
  17    height: 30px;
  18    z-index: 2;
  19  }
  20  #preview #text {
  21    display: none;
  22  }
  23  #preview #img {
  24    position: relative;
  25    z-index: 3;
  26  }
  27  #preview #gradient .gradient-line {
  28    height: 10px;
  29    overflow: hidden;
  30  }
  31  
  32  /* Basic styles to match */
  33  #preview {
  34    font: 12px/170% Verdana;
  35  }
  36  #preview h2 {
  37    margin: 0;
  38    padding: 0;
  39    font-weight: normal;
  40    font-family: Helvetica, Arial, sans-serif;
  41    font-size: 160%;
  42    line-height: 130%;
  43  }
  44  
  45  #preview #link {
  46    position: absolute;
  47    left: 97;
  48    right: 0;
  49    top: 200px;
  50    height: 100px;
  51    width: 371px;
  52    z-index: 2;
  53  }
  54  
  55  #preview p {
  56    margin: .5em 0;
  57  }
  58  #preview a:link, #preview a:visited {
  59    text-decoration: none;
  60    font-weight: normal;
  61  }
  62  #preview a:hover {
  63    text-decoration: underline;
  64  }


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