| 
		   | 
		
| (4 tussenliggende versies door één gebruiker worden niet weergegeven) | 
| Regel 1: | 
Regel 1: | 
| − |    | + | /* 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;  | 
|   | + | }  | 
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;
}