L'affichage colorisé de la feuille de style est assuré par une petite classe PHP de mcAllan.
body {
background : #DDEEFF;
color : #113388;
}
h1 {
background : #113388;
color : #AA99FF;
font-style : italic;
text-decoration : underline;
text-align : center;
}
h2 {
text-decoration : underline;
}
p {
margin-left : 10px;
text-indent : 20px;
}
a:link, a:visited {
background : transparent;
color : #113388;
text-decoration : underline;
}
a:hover {
text-decoration : none;
}
a:active {
color : #FF0000;
}
ul {
list-style-type : square;
}
.avecCadre {
border-top : thin solid #000000;
border-right : thin solid #000000;
border-left : medium solid #000000;
border-bottom : medium solid #000000;
padding : 3px;
background : #AABBFF;
color : #000088;
}
.enValeur {
font-size : 1.2em;
font-weight : bold;
}
.auCentre {
margin : 0px;
text-indent : 0px;
text-align : center;
}
CSS Color mcAllan 2004