http://igravbiser.com/2008/03/05/privet-mir/#comment-7
вопрос – как сделать отображение всех комментариев на черном фоне?
куда что прописать?
сomments.php?
http://igravbiser.com/2008/03/05/privet-mir/#comment-7
вопрос – как сделать отображение всех комментариев на черном фоне?
куда что прописать?
сomments.php?
Все настройки можно сделать в style.css
Re: как внести изменения в шаблон странички комментариев
style.css
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
#commentform p {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}
что менять? как убрать эти белые полоски?
не пойму – где тут менять цвет?