CSS > debut

Titredebut
Postée le08-04-2011
Affichée159
Mini-lien
Description

debut

EtatNe contient pas d'erreurs. Ne contient pas d'erreurs.
Code d'insertion
Options
Afficher les numéros de lignes  Mettre la source en plein ecran  Selectionner la source  Partager sur Facebook 
Téléchargement Telecharger en format txt  Telecharger en format pdf  Telecharger en format css
Plein ecran
body {
    background: none repeat scroll 0 0 white;
    font-family: arial,Tahoma,'Sans serif';
    font-size: 12px;
    margin: 0;
    padding: 0;
}
ul, li, dt, dl, dd, form, img, input {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
span.invisible {
    visibility: hidden;
}

img {
    border: 0 none;
}
small {
    font-family: verdana;
    font-size: 10px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center-h {
    margin: auto;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.top {
    vertical-align: top;
}
.relative {
    position: relative;
}
.red {
    color: red;
}
.blue {
    color: blue;
}
.green {
    color: green;
}
.separ {
    clear: both;
    visibility: hidden;
}
a, a:link {
    color: #659900;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: black;
}
hr {
    border: 1px solid #CCCCCC;
}
.pointer {
    cursor: pointer;
}