[ Index ]
 

Code source de CMS made simple 1.0.5

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

title

Body

[fermer]

/install/ -> install.css (source)

   1  body {
   2      font-family: Verdana, serif;
   3      margin: 0px;
   4      padding: 0px;
   5      background: #ccc;
   6      color: #00ff33;
   7      font-size: 75.01%;
   8  }
   9  
  10  .body img {
  11      display: block;
  12      margin: 0px;
  13      padding: 0px;
  14  }
  15  
  16  .body  { 
  17      color: #333; 
  18      background: #fff; 
  19      margin: 1em auto; 
  20      padding: 0; 
  21      width: 800px; 
  22      border: solid 1px #999;
  23  }
  24  
  25  p  { 
  26      color: #333; 
  27      font-size: 1em; 
  28      font-family: Verdana, serif; 
  29      background-color: white;
  30  }
  31  
  32  h1  { 
  33      font-family: Verdana, serif; 
  34      margin: 0 0 1em 0;
  35     padding: 0 0 0 1em;
  36     line-height: 2em;
  37     background-color: #30529C !important;
  38     font-size: 1.2em;
  39     color: #fff;
  40     font-weight: normal;
  41  }
  42  
  43  h2 { 
  44      color: #0f337f; 
  45      font-size: 1.2em; 
  46      font-family: Verdana, serif; 
  47      font-weight: bold; 
  48      background-color: white; 
  49      text-align: center;
  50  }
  51  
  52  h3   { 
  53      color: #0f337f; 
  54      font-size: 1.2em; 
  55      font-family: Verdana, serif; 
  56      background-color: white; 
  57      text-align: left; 
  58      padding-left: 0.3em;
  59      padding-bottom: 1px;
  60      margin-top: 2.5em;
  61      margin-bottom: 2em;
  62      border-bottom: 1px solid #e7ab0b; 
  63      border-left: 1.3em solid #e7ab0b; }
  64  
  65  
  66  td, th { 
  67      padding: 0.4em; 
  68      border: 1px solid #7F7F7F;
  69  }
  70  
  71  .success {
  72      color: #0C7A14;
  73      font-weight: bold;
  74  }
  75  
  76  .failure {
  77      color: #990000;
  78      font-weight: bold;
  79  }
  80  
  81  table {
  82      margin-left: auto;
  83      margin-right: auto;
  84      padding: 0.2em;
  85      font-family: Verdana, sans-serif;
  86      background: #fff;
  87      color: #000;
  88      font-size: 1em;
  89      border: 1px #7F7F7F solid;
  90      border-spacing: 0px;
  91      border-collapse: collapse;
  92  }
  93  
  94  table.countdown {
  95      border-style: none;
  96  }
  97  
  98  table.settings {
  99      width: 50em;
 100  }
 101  
 102  table.legend {
 103      width: 35em;
 104  }
 105  
 106  
 107  .error {
 108      color: red;
 109      font-weight: bold;
 110      text-align: center;
 111  }
 112  
 113  .have {
 114      float: right;
 115      color: #30529C;
 116      }
 117  
 118  .tbcaption {
 119      margin-left: auto;
 120      margin-right: auto;
 121      color: #fff; 
 122      font-weight: bold; 
 123      font-size: 1.2em;
 124      background:  #30529C; 
 125      padding: 1em 0;
 126      border: 1px #000 solid;
 127      border-spacing: 0px;
 128      border-collapse: collapse;
 129      border-bottom: none;
 130  }
 131  .tbhead {
 132      color: #30529C; 
 133      font-weight: bold; 
 134      background:  #FFE9AF !important; 
 135      margin-bottom: 1.5em; 
 136      width: 100%; 
 137      text-align: left; 
 138  }
 139  
 140  
 141  .row1 {
 142      background: #e7e7e7;
 143  }
 144  
 145  .row2 {
 146      background: #f3f3f3;
 147  }
 148  
 149  .col2  { 
 150      padding-left: 2em;
 151  }
 152  
 153  a:link, a:active, a:visited  { color: #30529c; font-weight: bold; }
 154  
 155  a:hover  { color: #e7ab0b; font-weight: bold; text-decoration: none }
 156  
 157  .main {
 158      padding-right: 2em;
 159      padding-left: 2em;
 160  }
 161  
 162  .main table {
 163      margin-left: auto;
 164      margin-right: auto;
 165  }
 166  
 167  .headerish {
 168      font-family: Verdana, serif;
 169      font-size: 1.2em;
 170      text-align: center;
 171      font-size: 1.6em;
 172      color: #000;    
 173  }
 174  
 175  .countdown td {
 176      padding: 0.5em;
 177      font-family: Verdana, sans-serif;
 178      background: #fff;
 179      color: #000;
 180      font-size: 1.2em;
 181      border: 0px;
 182  }
 183  
 184  .countdown .todo {
 185      background: #aaa;
 186  }
 187  
 188  .continue a, .continue a:link, .continue a:active, .continue a:visited {
 189      color: #fff; 
 190      font-weight: normal; 
 191      font-size: 0.9em; 
 192      font-family: Arial; 
 193      text-decoration: none; 
 194      text-align: left;
 195      background-color: #eea351; 
 196      border: white 0.4em outset; 
 197      padding: 0.2em 1.1em 0.2em 1em; 
 198      display: block; 
 199      margin: 1px; 
 200  }
 201  
 202  .continue a:hover {
 203      color: #ccc; 
 204      background-color: #ea8618;
 205      border: white 0.4em inset; 
 206      padding-left: 1.1em; 
 207  }
 208  .important {
 209      color: red;
 210  }


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7