Скрин http://s016.radikal.ru/i336/1109/d8/075fcd3b15db.jpg
Находим в CSS такие сторчки:
Code
.bbQuoteName
.bbCodeName
.codeMessage
.quoteMessage
И заменяем их на:
Code
.bbQuoteName {color: #889095; !important; background: #ebeef0 url() no-repeat right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; border: 1px #ccd0d5 solid; border-bottom: 1px solid #ccd0d5; padding-top: 7px; padding-bottom: 7px;}
.bbCodeName {color: #889095; !important; background: #ebeef0 url() no-repeat right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; border: 1px #ccd0d5 solid; border-bottom: 1px solid #ccd0d5; padding-top: 7px; padding-bottom: 7px;}
.codeMessage {color: #465584; background: #f0f3f5; border:1px solid #ccd0d5!important; border-top: 0 !important; text-align:left; padding: 3px;font-family:Courier New;font-size: 12px;color:#444444;}
.quoteMessage {color: #465584; background: #f0f3f5; border:1px solid #ccd0d5!important; border-top: 0 !important; text-align:left; padding: 3px;color:#444444;}
Добавлено (06.12.2011, 15:33:01)