В template. css находим:
Code
.quoteMessage { margin: 1.5em; padding: 1em; /*color: #cccccc;*/
/*background: #333333;*/
font-style: italic; border: 1px dashed #A9A883; }
.quoteMessage p { padding-bottom: 0px; }
.codeMessage { margin: 1.5em; padding: 1em; /*color: #cccccc;*/
/*background: #333333;*/
font-style: italic; border: 1px dashed #A9A883; }
.codeMessage p { padding-bottom: 0px; }
.bbQuoteName { color: #A9A883; }
.bbCodeName { color: #A9A883; }
И все заменяем на:
Code
/* Quote Code */
.bbQuoteBlock {border:1px solid #C0E7F1;}
.bbQuoteName {background:#F1FCFF;font-size:12px !important;padding:5px;color:#50d8fb;
border-bottom:1px solid #fff;}
.quoteMessage {background:#fff no-repeat bottom right;color:#666666;font-size: 10px;
padding:10px;
border-top:1px solid #C0E7F1 !important;
border-left:none !important;
border-right:none !important;
border-bottom:none !important;}
.bbCodeBlock {border:1px solid #ee1d1d;}
.bbCodeName {background:#e86c6c;font-size:18px !important;padding:5px;color:#fff;
border-bottom:1px solid #fff;}
.codeMessage {background:#fff no-repeat bottom right;color:#666666;font-size: 10px;
padding:10px;
border-top:1px solid #ee1d1d !important;
border-left:none !important;
border-right:none !important;
border-bottom:none !important;}
/* End Quote Code */