| 
		   | 
		
| (3 tussenliggende versies door één gebruiker worden niet weergegeven) | 
| Regel 1: | 
Regel 1: | 
|   | /* wikitable/prettytable class for skinning normal tables */  |   | /* wikitable/prettytable class for skinning normal tables */  | 
| − | table.httable,  | + | table.httable  | 
| − |    | + | {  | 
|   | + |     margin: 1em 1em 1em 0;  | 
|   | + |     background: #f9f9f9;  | 
|   | + |     border: 1px #aaa solid;  | 
|   | + |     float:left;  | 
|   | + |     border-collapse: collapse;  | 
|   | + | }  | 
|   | .httable th, .httable td {  |   | .httable th, .httable td {  | 
|   |      border: 1px #aaa solid;  |   |      border: 1px #aaa solid;  | 
| Regel 7: | 
Regel 13: | 
|   | }  |   | }  | 
|   | .httable th {  |   | .httable th {  | 
| − |      background: #f2f2f2;  | + |      background-color:#7D9851;   | 
|   | + |     border:1px solid darkgreen;   | 
|   | + |     color:white;  | 
|   |      text-align: center;  |   |      text-align: center;  | 
|   | }  |   | }  | 
Huidige versie van 4 mei 2010 om 15:04
/* wikitable/prettytable class for skinning normal tables */
table.httable
{
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    float:left;
    border-collapse: collapse;
}
.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;
}