[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/styles/prosilver/theme/ -> tweaks.css (source)

   1  /* Style Sheet Tweaks
   2  
   3  These style definitions are IE 8 & 9 only.
   4  They are required due to the poor CSS support in IE browsers.
   5  ------------------------------------------------------------------------------*/
   6  
   7  /* IE 8 Tweaks (value)\9 equates to  IE <= 8
   8  ------------------------------------------------------------------------------*/
   9  
  10  /* Clear float fix */
  11  .inner, ul.linklist { zoom: 1\9; }
  12  
  13  /* Align checkboxes/radio buttons nicely */
  14  dd label input { vertical-align: text-bottom\9; }
  15  
  16  /* Fixes header-avatar aspect-ratio */
  17  .header-avatar img { height: 20px\9; }
  18  
  19  /* IE8 often can't handle max-width in %, so we use px instead */
  20  .postprofile .avatar img { max-width: 150px\9; }
  21  
  22  
  23  /* IE 9 Tweaks
  24  ------------------------------------------------------------------------------*/
  25  
  26  /* Border-radius bleed fix in IE9 */
  27  .search-header, .search-header .inputbox, .search-header a.button {
  28      border-radius: 0;
  29  }
  30  
  31  .headerbar, .forumbg {
  32      background-image: url("./images/bg_header.gif");
  33  }
  34  
  35  .forabg {
  36      background-image: url("./images/bg_list.gif");
  37  }
  38  
  39  .tabs .tab > a {
  40      border-radius: 0;
  41  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1