Beheerder |
|
Dit is mijn css bestand
body.main
{
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
table.hoofdtable
{
border: 0;
}
td.header
{
background-image: url(/logos/logoprint.jpg);
background-repeat: no-repeat;
height: 150px;
}
table.berichtinfo
{
border: 1px solid #000000;
height: 200px;
}
table.bericht
{
border: 1px solid #000000;
height: 500px;
}
td.berichttitle
{
border-bottom: 1px solid #000000;
height: 15px;
}
td.copyright
{
border: 1px solid #000000;
height: 15px;
}
body.main { background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; } table.hoofdtable { border: 0; } { background-image: url(/logos/logoprint.jpg); background-repeat: no-repeat; height: 150px; } table.berichtinfo { border: 1px solid #000000; height: 200px; } table.bericht { border: 1px solid #000000; height: 500px; } td.berichttitle { border-bottom: 1px solid #000000; height: 15px; } td.copyright { border: 1px solid #000000; height: 15px; }
|