Hi, habe schon die suche benutzt und nichts passendes gefunden. vielleicht liegt es an meinem Template was nicht standart ist.
ich möchte den Hintergrund der Kommentare farblich gestalten. Bekomme es einfach nicht hin. :-x
Kann mir einer helfen? hier ist der CSS style.
PHP
/*----- 5.4.3. COMMENTS ----- */
#comments ul.children {
margin-left: 35px;
padding-left: 30px;
border-left: 1px solid #f2f2f2;
}
#comments ul.children li {
border-bottom: none;
}
#comments ul.children li {
border-bottom: none;
padding-top: 25px;
}
#comments ol.commentlist li {
list-style-type: none;
padding-left: 0;
border-bottom: 1px solid #f2f2f2;
padding-bottom: 10px;
margin-bottom: 20px;
}
#comments ol.commentlist li.last {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
#comments ol.commentlist li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
#comments .comment-author,
#comments .comment-author a {
font-family: "Helvetica", "Arial", serif;
font-size: 16px;
font-weight: bold;
color: #202020;
}
#comments .comment-author {
margin: 5px 0 10px 0;
}
#comments .comment-author a:hover {
text-decoration: underline;
color: #000000;
}
#comments .comment-date {
font-size: 12px;
font-style: italic;
font-weight: normal;
color: #8E8E8E;
padding-left: 15px;
}
#comments .comment-reply {
padding-right: 15px !important;
}
#comments .comment-reply,
#comments .comment-reply a {
font-size: 12px !important;
font-style: italic;
font-weight: normal !important;
color: #8E8E8E;
padding: 0 1px;
}
#comments .comment-reply a {
color: #315169;
}
#comments .comment-reply a:hover {
color: #315169;
}
#comments .comment-text {
width: 490px;
}
#comments ul.children .comment-text {
width: 425px;
}
Alles anzeigen
best regards