[ Index ]

PHP Cross Reference of IEUF

title

Body

[close]

/gestion/ -> formulaire.css (source)

   1  body {  
   2    margin-top: 0px;  
   3    margin-right: 0px;  
   4    margin-bottom: 0px;  
   5    margin-left: 0px;  
   6    font-family: Arial, Helvetica, sans-serif;  
   7    font-size: 10pt;
   8  }
   9  
  10  h1 {  
  11    font-family: "Times New Roman", Times, serif;  
  12    font-style: italic;  
  13    font-weight: bold;  
  14    text-align: center;  
  15    line-height: 0;  
  16    font-size: 20pt;
  17  }
  18  
  19  h2 {  
  20    border-top-style: none;  
  21    border-right-style: none;  
  22    border-bottom-style: none;  
  23    border-left-style: none;  
  24    border-top-width: 2px;  
  25    border-right-width: 2px;  
  26    border-bottom-width: 2px;  
  27    border-left-width: 2px;  
  28    line-height: 0;  
  29    margin-left: 0px;  
  30    font-size: 12pt;
  31  }
  32  
  33  .zone {  
  34    border-top-width: 2px;  
  35    border-right-width: 2px;  
  36    border-bottom-width: 2px;  
  37    border-left-width: 2px;  
  38    border-top-style: outset;  
  39    border-right-style: outset;  
  40    border-bottom-style: outset;  
  41    border-left-style: outset;  
  42    border-top-color: #666666;  
  43    border-right-color: #666666;  
  44    border-bottom-color: #666666;  
  45    border-left-color: #666666;  
  46    background-color: #999999;  
  47    margin-top: 0px;  
  48    margin-left: 0px;
  49  }
  50  
  51  .saisie {  
  52    border-top-width: 1px;  
  53    border-right-width: 1px;  
  54    border-bottom-width: 1px;  
  55    border-left-width: 1px;  
  56    border-top-style: outset;  
  57    border-right-style: outset;  
  58    border-bottom-style: outset;  
  59    border-left-style: outset;  
  60    border-top-color: #999999;  
  61    border-right-color: #999999;  
  62    border-bottom-color: #999999;  
  63    border-left-color: #999999;  
  64    font-size: 8pt;
  65  }
  66  
  67  table {  
  68    background-color: #cccccc;  
  69    margin-left: 2px;  
  70    margin-top: 0px;
  71  }
  72  
  73  textarea {  
  74    border-top-width: 4px;  
  75    border-right-width: 4px;  
  76    border-bottom-width: 4px;  
  77    border-left-width: 4px;  
  78    border-top-style: outset;  
  79    border-right-style: outset;  
  80    border-bottom-style: outset;  
  81    border-left-style: outset;  
  82    border-top-color: #999999;  
  83    border-right-color: #999999;  
  84    border-bottom-color: #999999;  
  85    border-left-color: #999999;  
  86    margin-left: 10pt;  
  87    font-size: 8pt;
  88  }
  89  
  90  .cadre {  
  91    background-color: #cccccc;  
  92    margin-left: 2px;  
  93    margin-top: 0px;
  94  }
  95  
  96  .panneaux {  
  97    height: 310px;
  98    margin-top: 10px;
  99    margin-left: 10px;
 100    padding-top: 10px;  
 101    padding-bottom: 10px;
 102    padding-left: 10px;
 103    width: 480px;  
 104    position: absolute;
 105    background-color: #cccccc;
 106  }
 107  


Generated: Fri Jan 31 19:59:00 2014 Cross-referenced by PHPXref 0.7.1