[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/modules/system/ -> defaults.css (source)

   1  /* $Id: defaults.css,v 1.2 2006/08/25 09:01:12 drumm Exp $ */
   2  
   3  /*
   4  ** HTML elements
   5  */
   6  fieldset {
   7    margin-bottom: 1em;
   8    padding: .5em;
   9  }
  10  form {
  11    margin: 0;
  12    padding: 0;
  13  }
  14  hr {
  15    height: 1px;
  16    border: 1px solid gray;
  17  }
  18  img {
  19    border: 0;
  20  }
  21  table {
  22    border-collapse: collapse;
  23  }
  24  th {
  25    text-align: left;
  26    padding-right: 1em;
  27    border-bottom: 3px solid #ccc;
  28  }
  29  
  30  /*
  31  ** Markup free clearing
  32  ** Details: http://www.positioniseverything.net/easyclearing.html
  33  */
  34  .clear-block:after {
  35    content: ".";
  36    display: block;
  37    height: 0;
  38    clear: both;
  39    visibility: hidden;
  40  }
  41  
  42  .clear-block {
  43    display: inline-block;
  44  }
  45  
  46  /* Hides from IE-mac \*/
  47  * html .clear-block {
  48    height: 1%;
  49  }
  50  .clear-block {
  51    display: block;
  52  }
  53  /* End hide from IE-mac */


Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics