Ich habe folgenden Stylesheet angewendet:
[code]body {
font: 10pt verdana;
color: #111166;
background: #EEEEEE;
SCROLLBAR-FACE-COLOR: #DDDDDD; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #cc0033; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
table {
font: 10pt arial;
color: #111166;
background: #EEEEEE;
}
a:link {
font-weight: bold;
text-decoration: underline;
color: #CC0033;
}
a:visited {
font-weight: bold;
text-decoration: underline;
color: #CC0033;
}
a:hover, a:active {
text-decoration: underline;
color: #888888;
}
h1 {
font: 12pt verdana;
color: #CC0033; font-weight: bold;
text-align: center;
}
h2 {
font: 11pt lucida handwriting, verdana;
color: #CC0033; font-weight: bold;
text-align: center;
}
h4 {
font: 11pt verdana;
color: #3333CC; font-weight: bold;
}
p {margin-left: 145px;
margin-right: 145px;
line-height: 135%;
}
.alpha {
font-family: „Verdana“, Courier, mono;
font-size: 14px;
color: #FFFFFF;
background-color: #003366;
text-decoration: none;
padding: 10pt 10pt 10pt 10pt;
text-align: center;
}
.beta {
font-family: „Verdana“, Courier, mono;
font-size: 14px;
color: #003366;
background-color: #88AABB;
text-decoration: none;
padding: 10pt 10pt 10pt 10pt;
}
.gamma {
font-family: „Verdana“, Courier, mono;
font-size: 24px;
font-weight: bold;
color: #225577;
background-color: #88AABB;
text-decoration: none;
padding: 10pt 10pt 10pt 10pt;
line-height: 400%;
}
.delta {
font-family: „Verdana“, Courier, mono;
font-size: 8px;
font-weight: bold;
color: #447799;
background-color: #003366;
text-decoration: none;
padding: 100pt 10pt 100pt 10pt;
line-height: 65%;
}
.epsilon {
font-family: „Verdana“, Courier, mono;
font-size: 8px;
font-weight: bold;
color: #003366;
background-color: #447799;
text-decoration: line-through;
padding: 10pt 100pt 10pt 100pt;
line-height: 0%;
}
.albert {
font: 10pt martian;
color: #00ff00;
background: #EEEEEE;
}
.berni {
font: 10pt comic sans ms;
color: #990000;
background: #EEEEEE;
}[/code]
Das funktioniert aber nicht!