nachdem ich lange so viel zu tun hatt, dass ich kaum die Zeit dazu gefunden habe, mich mit Contenido zu beschäftigen


Naja, jetzt habe ich leider schon das erste Problem, aber vielleicht könnt ihr mir ja weiterhelfen.
Ich habe mich ein wenig an das Thema CSS herangetastet und würde jetzt gerne ein Testlayout, was ich erstellt habe, in Contenido einbauen. Und das ist auch schon mein Problem. Ich habe eine "format.css" in Contenido angelegt und aus dem Layout darauf verwiesen. Allerdings wird von dem Layout nur die Hintergrundfarbe angezeigt.
Ich gebe euch hier mal meinen CSS-Code:
Code: Alles auswählen
div
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:27px;
}
.div3
{
text-align:center;
background-color:#800040;
border:0px solid #000000;
position:absolute;
width:780px;min-height:50px;
left:10px;top:10px;
padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;
-moz-border-radius:30px;
background-image:url(banner.jpg);
background-repeat:no-repeat;
background-position:center;
}
.div1
{
text-align:center;
background-color:#800040;
border:0px solid #000000;
position:fixed;
width:140px;min-height:240px;
left:10px;top:80px;
padding-left:20px;padding-right:20px;padding-top:80px;padding-bottom:20px;
-moz-border-radius:30px;
background-image:url(navigation10.jpg);
background-repeat:no-repeat;
background-position:center 27px;
}
.div2
{
background-color:#800040;
border:0px solid #000000;
position:absolute;
width:560px;min-height:900px;
left:200px;top:80px;
padding-left:20px;padding-right:20px;padding-top:18px;padding-bottom:20px;
-moz-border-radius:30px;
}
.div4
{
text-align:center;
background-color:transparent;
border:0px solid #000000;
position:fixed;
width:187px;height:180px;
left:700px;top:210px;
padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;
background-image:url(schmetterling2.gif);
background-repeat:no-repeat;
background-position:center;
}
.div5
{
text-align:center;
background-color:transparent;
border:0px solid #000000;
position:fixed;
width:187px;height:132px;
left:60px;top:460px;
padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;
background-image:url(schmetterling3.gif);
background-repeat:no-repeat;
background-position:center;
}
h1
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
text-indent:70px;
background-image:url(hauptüberschrift2.jpg);
background-repeat:no-repeat;
background-position:left top;
}
h2
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
background-image:url(überschrift3.jpg);
background-repeat:no-repeat;
background-position:left top;
}
h3
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
background-image:url(überschrift4.jpg);
background-repeat:no-repeat;
background-position:left top;
}
h4
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
background-image:url(überschrift5.jpg);
background-repeat:no-repeat;
background-position:left top;
}
h5
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
background-image:url(überschrift6.jpg);
background-repeat:no-repeat;
background-position:left top;
}
h6
{
font-size:12px;font-family:Verdana;
color:#ffffff;
text-align: justify;
line-height:50px;
padding-left:20px;
background-image:url(überschrift7.jpg);
background-repeat:no-repeat;
background-position:left top;
}
http://www.dailybrain.de (Bis jetzt wird die Seite aber nur im Mozilla Firefox richtig angezeigt, wie gesagt, nur eine Testseite, das wird noch geändert!!!)
Ich wäre euch wirklich dankbar, wenn ihr mir ein wenig unter die Arme greifen könntet...

Bis dahin viele liebe Grüße von Vicky