[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/garland/ -> fix-ie.css (source)

   1  
   2  /**
   3   * Garland, for Drupal 6.x
   4   * Stefan Nagtegaal, iStyledThis [dot] nl
   5   * Steven Wittens, acko [dot] net
   6   */
   7  
   8  body {
   9    /* Center layout */
  10    text-align: center;
  11    /* Allow text resizing */
  12    font-size: 80%;
  13  }
  14  
  15  #header-region, #wrapper #container {
  16    /* Reset text alignment */
  17    text-align: left; /* LTR */
  18  }
  19  
  20  #wrapper #container #center {
  21    /* Reduce amount of damage done by extremely wide content */
  22    overflow: hidden;
  23  }
  24  
  25  #wrapper #container #center .right-corner .left-corner {
  26    /* Because of the lack of min-height, we use height as an alternative */
  27    height: 400px;
  28  }
  29  
  30  fieldset {
  31    /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
  32    background: none;
  33  }
  34  
  35  ul.primary {
  36    /* Fix missing top margin */
  37    position: relative; /* LTR */
  38  /*  top: 0.5em; */
  39  }
  40  
  41  /* Prevent fieldsets from shifting when changing collapsed state. */
  42  html.js fieldset.collapsible {
  43    position: relative;
  44    top: -1em;
  45  }
  46  html.js fieldset.collapsed {
  47    top: 0;
  48    margin-bottom: 1em;
  49  }
  50  
  51  tr.menu-disabled {
  52    /* Use filter to emulate CSS3 opacity */
  53    filter: alpha(opacity=50);
  54  }
  55  
  56  #header-region {
  57    /* Because of the lack of min-height, we use height as an alternative */
  58    height: 1em;
  59  }
  60  
  61  tr.taxonomy-term-preview {
  62    filter: alpha(opacity=50);
  63  }
  64  
  65  #attach-hide label, #uploadprogress div.message {
  66    /* Fading elements in IE causes the text to bleed unless they have a background. */
  67    background-color: #ffffff;
  68  }


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