PHP ver gevorderde |
|
Ik zeg toch dat ik enkel de body heb gedaan. Als je hem volledig moet hebben:
body {
font-size: 11px;
color: #CCCCCC;
background-color: #000000;
font-family: Verdana;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #99001A;
font-family: Verdana;
font-size: 11px;
}
a:hover {
text-decoration: none;
color: #F2A60D;
font-family: Verdana;
font-size: 11px;
}
.zwart, a.zwart:link, a.zwart:visited, a.zwart:active, a.zwart:hover {
font-size: 11px;
color: #000000;
font-family: Verdana;
}
.groot {
font-size: 18px;
}
.stijl_lr {
border-left: #E61919 1px solid;
border-right: #E61919 1px solid;
}
.stijl_bt {
border-top: #E61919 1px solid;
border-bottom: #E61919 1px solid;
}
.stijl_t {
border-top: #E61919 1px solid;
}
.stijl_b {
border-bottom: #E61919 1px solid;
}
.stijl_lrt_bgcol {
border-left: #E61919 1px solid;
border-right: #E61919 1px solid;
border-top: #E61919 1px solid;
background-color: #E6A119;
}
.stijl_lr_bgcol {
border-left: #E61919 1px solid;
border-right: #E61919 1px solid;
background-color: #E6A119;
}
body { font-size: 11px; color: #CCCCCC; background-color: #000000; font-family: Verdana; } a :link, a :visited , a :active { text-decoration: none; color: #99001A; font-family: Verdana; font-size: 11px; } a:hover { text-decoration: none; color: #F2A60D; font-family: Verdana; font-size: 11px; } .zwart , a .zwart :link, a .zwart :visited , a .zwart :active , a .zwart :hover { font-size: 11px; color: #000000; font-family: Verdana; } .groot { font-size: 18px; } .stijl_lr { border-left: #E61919 1px solid; border-right: #E61919 1px solid; } .stijl_bt { border-top: #E61919 1px solid; border-bottom: #E61919 1px solid; } .stijl_t { border-top: #E61919 1px solid; } .stijl_b { border-bottom: #E61919 1px solid; } .stijl_lrt_bgcol { border-left: #E61919 1px solid; border-right: #E61919 1px solid; border-top: #E61919 1px solid; background-color: #E6A119; } .stijl_lr_bgcol { border-left: #E61919 1px solid; border-right: #E61919 1px solid; background-color: #E6A119; }
|