[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/garland/ -> print.css (source)

   1  
   2  /**
   3   * Garland, for Drupal 5.0
   4   * Stefan Nagtegaal, iStyledThis [dot] nl
   5   * Steven Wittens, acko [dot] net`
   6   *
   7   * If you use a customized color scheme, you must regenerate it after
   8   * modifying this file.
   9   */
  10  
  11  body, input, textarea, select {
  12    color: #000;
  13    background: none;
  14  }
  15  
  16  ul.primary-links, ul.secondary-links,
  17  #header-region, .sidebar {
  18    display: none;
  19  }
  20  
  21  body.sidebars, body.sidebar-left, body.sidebar-right, body {
  22    width: 640px;
  23  }
  24  
  25  body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
  26  body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  27    margin: 0;
  28  }
  29  
  30  #wrapper,
  31  #wrapper #container .breadcrumb,
  32  #wrapper #container #center,
  33  #wrapper #container #center .right-corner,
  34  #wrapper #container #center .right-corner .left-corner,
  35  #wrapper #container #footer,
  36  #wrapper #container #center #squeeze {
  37    position: static;
  38    left: 0;
  39    padding: 0;
  40    margin: 0;
  41    width: auto;
  42    float: none;
  43    clear: both;
  44    background: none;
  45  }
  46  
  47  #wrapper #container #header {
  48    height: 130px;
  49  }
  50  
  51  #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  52    text-shadow: none;
  53    color: #000;
  54  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7