[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/ecrire/include/clevermail/admin/design/ -> print.css (source)

   1  body {
   2      color: black;
   3      background-color:white;
   4      margin: 20px;
   5      padding: 0px;
   6      font-family: verdana, arial, helvetica, sans-serif;
   7      font-size: small;
   8  }
   9  
  10  h1, h2, h3, p {
  11      margin: 5px 0px 5px 0px;
  12      padding: 0px;
  13  }
  14  
  15  h1 {
  16      font-size: x-large;
  17      font-weight: bold;
  18      color: #999;
  19  }
  20  
  21  h2 {
  22      font-size: medium;
  23      font-weight: bold;
  24  }
  25  
  26  h3 {
  27      font-size: small;
  28      font-weight: bold;
  29  }
  30  
  31  p {
  32      font-size: small;
  33  }
  34  
  35  input, select, textarea {
  36      font-size: small;
  37      font-family: verdana, arial, helvetica, sans-serif;
  38  }
  39  
  40  .Content>p {margin:0px;}
  41  .Content>p+p {text-indent:30px;}
  42  
  43  a {
  44      color: #09c;
  45      font-weight: bold;
  46      text-decoration: none;
  47  }
  48  
  49  a:link {color:#09c;}
  50  a:visited {color:#07a;}
  51  a:hover {background-color:#ddd;}
  52  
  53  /* All the content boxes belong to the content class. */
  54  .content {
  55      position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  56      width:auto;
  57      min-width:120px;
  58      margin:0px 210px 20px 170px;
  59      border:1px solid black;
  60      background-color:white;
  61      padding:10px;
  62      z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  63  }
  64  
  65  .pagetitle {
  66      position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  67      width:auto;
  68      min-width:120px;
  69      margin:0px 210px 20px 170px;
  70      border:1px solid black;
  71      background-color:#999;
  72      color: white;
  73      font-size: large;
  74      font-weight: bold;
  75      text-align: center;
  76      padding:10px;
  77      z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  78  }
  79  
  80  #navAlpha {
  81      visibility:hidden;
  82  }
  83  
  84  #navBeta {
  85      visibility:hidden;
  86  }
  87  
  88  .error
  89  {
  90      color: #cc0000;
  91      font-weight: bold;
  92  }
  93  
  94  table.form
  95  {
  96      padding: 0px;
  97  }
  98  
  99  table.form td
 100  {
 101      vertical-align: top;
 102      text-align: center;
 103      padding: 3px;
 104  }
 105  
 106  table.form td.title
 107  {
 108      font-weight: bold;
 109      color: #666;
 110      background-color: #ccc;
 111  }
 112  
 113  table.form td.subtitle
 114  {
 115      font-weight: bold;
 116      color: #999;
 117      background-color: #eee;
 118  }
 119  
 120  table.form td.label
 121  {
 122      text-align: right;
 123      font-weight: bold;
 124  }
 125  
 126  table.form td.field
 127  {
 128      text-align: left;
 129  }
 130  
 131  div.list
 132  {
 133      border: 1px dashed #ccc;
 134      padding: 5px;
 135      margin: 5px 0px 5px 0px;
 136      background-color: #eee;
 137  }
 138  
 139  .help
 140  {
 141      cursor: help;
 142      border-bottom: 1px dashed #07a;
 143  }
 144  
 145  table.list
 146  {
 147      padding: 0px;
 148  }
 149  
 150  table.list td
 151  {
 152      vertical-align: top;
 153      text-align: center;
 154      padding: 3px;
 155  }
 156  
 157  table.list td.title
 158  {
 159      font-weight: bold;
 160      color: #666;
 161      background-color: #ccc;
 162  }
 163  
 164  table.list tr.odd
 165  {
 166      background-color: #eee;
 167  }
 168  
 169  table.list tr.even
 170  {
 171      background-color: #ddd;
 172  }
 173  


Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7