Das ist ein Beispiel f�r den Inhalt einer .css-Datei.
Diese Datei muss im Header-Abschnitt mit dem richtigen Pfad verlinkt sei, z.B. als
<link rel="stylesheet" type="text/css" href="css-test.css">
.body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.headline {
font-size : 14px;
font-weight: bold;
color: #000000;
font-style: normal;
line-height: normal;
}
.h1 {
font-size: 14px;
font-weight: bold;
color: #000000;
}
.h2 {
font-size: 12px;
font-weight: bold;
color: #000000;
}
.h3 {
font-size: 11px;
font-weight: bold;
color: #000000;
}
.absatz {
font-size: 11px;
font-weight: bold;
font-style: normal;
line-height: normal;
}
.text {
font-size: 11px;
}
.text_zitat{
font-size: 11px;
color: #002A78;
}
.text_stichwort {
font-size: 11px;
font-weight: bold;
}
.formel_chem {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
}
.formel_math {
font-size: 11px;
font-style: italic;
line-height: normal;
font-weight: bold;
}
.griechisch {
font-size: 11px;
font-family: Symbol;
font-weight: bold;
font-style: italic;
}
.autor {
font-size: 11px;
font-weight: bold;
font-style: italic;
}
.randtext {
font-size: 11px;
text-align: right;
font-weight: bold;
}
.bild {
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
}
.bildunterschrift {
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
}.artikel {
font-size : 12px;
}
.codeblock {
font-family: "Courier New", Courier, monospace;
font-size: 11px;
color: #FF0000; /* Beispiel: Blau */
white-space: pre; /* Zeilen & Leerzeichen exakt beibehalten */
background: #666666; /* optional */
padding: 8px; /* optional */
border: 1px solid #ccc; /* optional */
}
.uvp {
font-size : 10px;
font-weight: bold;
}
a:link {
color: #ff3300;
text-decoration: none;
}
a:visited {
color: #ff0099;
text-decoration: none;
}
a:hover {
color: #ff9900;
text-decoration: underline;
}
a:active {
color: #ff9999;
text-decoration: underline;
}