Ein prima Layout übrigens

für den Anfang,
aber die Abstände des CONTENT von den Seitenspalten solltest du in der Layout-Abteilung vergrößern!
Wenn du mal den folgenden Code ans
ENDE deiner
frontend.css kopierst... wirst du sehen, daß sich etwas ändert...
und dann einfach experimentieren...
und die Klassennamen durchlesen und "verstehen"
Du solltest dir mal deinen
Quellcode ausdrucken und dir die
Klassennamen markieren!
Dann verstehst du auch, "
was wofür zuständig ist". Und dann geht's ans Ändern in der frontend.css!
Code: Select all
h1, .articleHead, .articleList_tophead {
font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
line-height : 100%;
color: #000000;
margin-bottom: 5px;
}
h2, .articleSubHead, .articleList_topsubhead {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #369; //#6D7983; //#FF0000;
line-height: 100%;
margin-bottom: 5px;
}
.articleSummary {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: normal; //justify;
color: #000000;
line-height: 150%;
margin-bottom: 5px;
}
h3, .contentHead {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #002040; //#6D7983;
line-height: 110%;
margin-bottom: 5px;
}
h4, .contentSubHead {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
line-height: 110%;
margin-bottom: 5px;
}