1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
P.FORM {
color : #c04000;
font-family : verdana;
font-size : 16px;
text-align: center;
}
TABLE.FORM {
background-color : #c04000;
}
/**************************************
* background color of the form title *
*************************************/
TH.FORM {
color : #FFFFFF;
background-color : #c04000;
font-weight: bold;
font-family : verdana;
font-size : 12px;
}
/********************************
* background color of the form *
*******************************/
TD.FORM {
background-color : #FFFFFF;
font-size : 12px;
}
/*******************************
* background color to use to *
* display the errors *
******************************/
TD.ERROR {
background-color : #CC0000;
}
/**
* Le style FORM servant aussi pour les listes, il faut rajouter ceci pour les listes triables.
*/
TH.FORM TR TD {
color : #FFFFFF;
background-color : #c04000;
font-weight: bold;
font-family : verdana;
font-size : 10px;
} |
Partager