Ik heb hier een stylesheet waarin een aantal classes zijn gedefinieerd. Eerst stond er altijd: font-family: Verdana, Arial, Helvetica, sans-serif; maar ik heb Verdana weg gehaald omdat 'men' Arial mooier vind. Hij slaat nu echter Arial over en alles staat in sans-serif. Wat niet zo mooi staat...
Hieronder de stylesheet:
}
.kop {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #333366;
text-decoration: none;
}
.kopmedium {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.locatieoranje {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FF7021;
text-decoration: none;
}
.locatieblauw {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #003399;
}
.locatiegroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #006633;
text-decoration: none;
}
.tussenkopje {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.sublinkgroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
font-weight: bold;
color: #009966;
text-decoration: none;
}
.koporanje {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #ff7021;
text-decoration: none;
}
.kopblauw {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #003399;
text-decoration: none;
}
.kopgroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #009966;
text-decoration: none;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FF3300;
text-decoration: none;
}
.tekst {
font-family: Arial, Helvetica, sans-serif;
font-size: 14;
line-height: 14px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
---TOEVOEGING---
Wat me nu opvalt is dat pagina's die direct in de / directorie staan wel Arial gaan gebruiken, maar pagina's daarbuiten die op zo'n manier linken: <link href="../../ccstyles.css" rel="stylesheet" type="text/css"> Arial niet gebruiken.
Hieronder de stylesheet:
}
.kop {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #333366;
text-decoration: none;
}
.kopmedium {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.locatieoranje {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FF7021;
text-decoration: none;
}
.locatieblauw {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #003399;
}
.locatiegroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #006633;
text-decoration: none;
}
.tussenkopje {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.sublinkgroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
font-weight: bold;
color: #009966;
text-decoration: none;
}
.koporanje {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #ff7021;
text-decoration: none;
}
.kopblauw {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #003399;
text-decoration: none;
}
.kopgroen {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 14px;
font-weight: bold;
color: #009966;
text-decoration: none;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FF3300;
text-decoration: none;
}
.tekst {
font-family: Arial, Helvetica, sans-serif;
font-size: 14;
line-height: 14px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
---TOEVOEGING---
Wat me nu opvalt is dat pagina's die direct in de / directorie staan wel Arial gaan gebruiken, maar pagina's daarbuiten die op zo'n manier linken: <link href="../../ccstyles.css" rel="stylesheet" type="text/css"> Arial niet gebruiken.
[ Voor 7% gewijzigd door EricV op 14-03-2003 08:52 . Reden: Typo ]