Und was muss ich dort genau machen? Kann ich deinen code einfach reinkopieren? Als ich das versucht habe, wurde alles grau, wenn ich den Farbcode ändere (von e5e5e5 auf 000000) wird alles schwarz.
Hier habe ich die CSS vom Content:
/* ============================== CONTENT ============================== */
#jsn-featured {
color: #D4D4D4;
border-bottom: 5px solid #404040;
background: #595959 url(../images/promo-bg.jpg) repeat-x left top;
}
#jsn-featured div.module .jsn-moduletitle,
#jsn-featured div.module-plain .jsn-moduletitle,
#jsn-featured div.box-grey .jsn-moduletitle {
color: #fff;
}
#jsn-content,
#jsn-content_inner,
#jsn-content_inner1,
#jsn-content_inner2,
#jsn-content_inner3,
#jsn-content_inner4,
#jsn-content_inner5,
#jsn-content_inner6,
#jsn-content_inner7,
#jsn-maincontent,
#jsn-pcentercol,
#jsn-pinnerleft,
#jsn-leftsidecontent {
position: relative;
}
#jsn-content,
#jsn-content_inner,
#jsn-content_inner1,
#jsn-content_inner2,
#jsn-content_inner3,
#jsn-content_inner4,
#jsn-content_inner5,
#jsn-content_inner6,
#jsn-content_inner7 {
width: 100%;
}
#jsn-content {
overflow: hidden;
}
#jsn-pcentercol_inner {
padding: 0 1px;
}
#jsn-mainbody {
padding: 1.5em;
}
#jsn-pbreadcrumbs {
background: url(../images/dot.png) repeat-x bottom left;
padding: 0.6em 1em;
}
#jsn-banner {
text-align: center;
margin: 0 auto;
padding: 20px 0;
}
#jsn-usermodules1 {
padding: 1em 0;
background: url(../images/dot.png) repeat-x left bottom;
}
#jsn-usermodules1_inner_grid2 {
width: 100%;
background: url(../images/dot.png) repeat-y 50% top;
}
#jsn-puser1_grid2 {
float: left;
width: 49.95%;
}
#jsn-puser2_grid2 {
float: right;
width: 49.95%;
}
#jsn-puser1,
#jsn-puser2 {
padding: 0 1em;
}
#jsn-pleft,
#jsn-pright,
#jsn-pinnerleft_inner,
#jsn-pinnerright_inner {
padding: 1em;
}
#jsn-pright div.module,
#jsn-pright div.module-plain,
#jsn-pright div.module-box,
#jsn-pleft div.module,
#jsn-pleft div.module-plain,
#jsn-pleft div.module-box {
margin-bottom: 1em;
}
Ich wäre sehr froh, wenn du mir etwas helfen kannst.
Gruss Domi64