|
|
| (15 tussenliggende versies door één gebruiker worden niet weergegeven) |
| Regel 1: |
Regel 1: |
| − | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | + | /* wikitable/prettytable class for skinning normal tables */ |
| − | body{
| + | table.httable |
| − | font-size: 9px;
| + | { |
| − | background-color: #C6DFC9; | + | margin: 1em 1em 1em 0; |
| − | color: black;
| + | background: #f9f9f9; |
| − | font-family: Verdana;
| + | border: 1px #aaa solid; |
| − | scrollbar-base-color: #C6DFC9;
| + | float:left; |
| − | scrollbar-arrow-color: #445E7C;
| + | 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;
}