Nel custom.css della skin che usi metti questo:
Codice:
/*Modifica CSS per Risultati - frungillo*/
.voti_red{
color: /*#000*/red;
border-bottom:1px dotted #999;
font-size:12px;
text-align:center;
width:30px;
}
.voti_green{
color: /*#000*/green;
border-bottom:1px dotted #999;
font-size:12px;
text-align:center;
width:30px;
}
.Modif_ {
color: Black;
border-bottom: 1px dotted #999;
font-size: 12px;
text-align: center;
width: 30px;
font-style: italic;
font-weight: 100;
}
.tot_red{
color: /*#000*/red;
border-bottom: 1px dotted #999;
font-size: 12px;
text-align: center;
width: 30px;
font-weight: bolder;
}
.tot_green{
color: /*#000*/green;
border-bottom: 1px dotted #999;
font-size: 12px;
text-align: center;
width: 30px;
font-weight: bolder;
}
/*Fine Modifica CSS per Risultati - frungillo*/
Il merito è di frungillo