[ Index ]
 

Code source de PHProxy 0.5b2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/ -> style.css (source)

   1  body, input
   2  {
   3      font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
   4      color: #44352C;
   5  }
   6  
   7  a
   8  {
   9      color: #9B9C83;
  10      text-decoration:none;
  11      border-bottom: 1px orange dashed;
  12  }
  13  
  14  a:hover 
  15  {
  16      color: #0080FF;
  17  }
  18  
  19  #container

  20  {
  21      border: 1px #9B9C83 solid;
  22      -moz-border-radius: 8px;
  23      margin: auto;
  24      padding: 5px;
  25      width: 700px;
  26  }
  27  
  28  #title

  29  {
  30      color: #CC6633;
  31      margin: 0;
  32  }
  33  
  34  ul#navigation, ul#form
  35  {
  36      list-style-type: none;
  37      padding: 0;
  38      margin: 0;
  39  }
  40  
  41  ul#navigation
  42  {
  43      float: right;
  44  }
  45  
  46  ul#form
  47  {
  48      clear: both;
  49  }
  50  
  51  ul#navigation li
  52  {
  53      float: left;
  54      margin: 0;
  55      padding: 5px 0;
  56      border-top: 2px #BFAA9B solid;
  57  }
  58  
  59  ul#navigation li a
  60  {
  61      font-weight: bold;
  62      color: #ffffff;
  63      background-color: #AA8E79;
  64      padding: 5px 15px;
  65      margin-left: 1px;
  66      text-decoration: none;
  67      border-bottom: 0 #ffffff solid;
  68  }
  69  
  70  ul#navigation li  a:hover
  71  {
  72      color: #44352C;
  73  }
  74  
  75  ul#form li
  76  {
  77      width: 700px;
  78  }
  79  
  80  #footer

  81  {
  82      color: #9B9C83;
  83      font-size: small;
  84      text-align: right;
  85  }
  86  
  87  #address_bar

  88  {
  89      border-top: 2px #BFAA9B solid;
  90      border-bottom: 3px #44352C solid;
  91      background-color: #AA8E79;
  92      text-align: center;
  93      padding: 5px 0;
  94      color: #ffffff;
  95  }
  96  
  97  #go

  98  {
  99      background-color: #ffffff;
 100      font-weight: bold;
 101      color: #AA8E79;
 102      border: 0 #ffffff solid;
 103      padding: 2px 5px;
 104  }
 105  
 106  #address_box

 107  {
 108      width: 500px;
 109  }
 110  
 111  .option
 112  {
 113      padding: 2px 0;
 114      background-color: #EEEBEA;
 115  }
 116  
 117  .option label
 118  {
 119      border-bottom: 2px #ffffff solid;
 120  }
 121  
 122  form
 123  {
 124      margin: 0;
 125  }
 126  
 127  #error, #auth

 128  {
 129      background-color: #BF6464;
 130      border-top: 1px solid #44352C;
 131      border-bottom: 1px solid #44352C;
 132      width: 700px;
 133      clear: both;
 134  }
 135  
 136  #auth

 137  {
 138      background-color: #94C261;
 139  }
 140  
 141  #error p, #auth p, #auth form

 142  {
 143      margin: 5px;
 144  }


Généré le : Tue Nov 20 19:39:29 2007 par Balluche grâce à PHPXref 0.7 Clicky Web Analytics