style.css
Gesponsorde koppelingen
PHP script bestanden
div#titel {
FONT-SIZE: 30px;
FONT-FAMILY: Verdana;
position:absolute;
top: 50px;
left: 100px;
width: 1000px;
height: 150px;
border:0px solid black;
text-align: center;
background-color: red;
}
div#titel_header {
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
position:absolute;
top: 25px;
left: 900px;
width: 100px;
height: 125px;
text-align: center;
background-color: red;
}
div#navigation {
FONT-SIZE: 20px;
FONT-FAMILY: Verdana;
position:absolute;
top: 200px;
left: 100px;
width: 200px;
height: 600px;
border:0px solid black;
text-align: left;
background-color: yellow;
}
div#content {
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
position:absolute;
top: 200px;
left: 300px;
width: 800px;
height: 600px;
border:0px solid black;
text-align: center;
background-color: green;
}
div#footer {
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
position:absolute;
top: 800px;
left: 100px;
width: 1000px;
height: 50px;
border:0px solid black;
text-align: center;
background-color: blue;
}
/*table */
table#tabel1 {
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
border-width: 4px;
border-spacing: 3px;
border-style: outset;
border-color: black;
border-collapse: collapse ; /* separate or collapse */
text-align: left;
margin-left:auto; margin-right:auto;
background-color: #FFFFFF;
}
table#tabel1 td#nav{
FONT-SIZE: 20px;
FONT-FAMILY: Verdana;
border-width: 2px;
padding: 5px;
border-style: outset;
border-color: black;
text-align: left;
}
table#tabel1 td#header{
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
border-width: 2px;
padding: 5px;
border-style: outset;
border-color: black;
text-align: center;
}
table#tabel1 td{
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
border-width: 2px;
padding: 5px;
border-style: outset;
border-color: black;
}
/* table in header */
table#header {
FONT-SIZE: 10px;
FONT-FAMILY: Verdana;
text-align: left;
}
table#header td{
FONT-SIZE: 15px;
FONT-FAMILY: Verdana;
border-width: 2px;
padding: 5px;
border-style: hidden;
border-color: black;
}