| 
		 | 
		
| Regel 7: | 
Regel 7: | 
|   | }  |   | }  | 
|   | .httable th {  |   | .httable th {  | 
| − |      background: #f2f2f2;  | + |      background-color:#7D9851;   | 
|   | + |     border:1px solid darkgreen;   | 
|   | + |     color:white;  | 
|   |      text-align: center;  |   |      text-align: center;  | 
|   | }  |   | }  | 
Versie van 4 mei 2010 om 15:00
/* wikitable/prettytable class for skinning normal tables */
table.httable,
.httable th, .httable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.httable th {
    background-color:#7D9851; 
    border:1px solid darkgreen; 
    color:white;
    text-align: center;
}
.httable caption, {
    font-weight: bold;
}