Code
.bbCodeBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.bbCodeName {display:none;}
.codeMessage {color:#f8f8f8; background:#8b332f; font-size:12px; font-family:Courier new; border:1px solid #c54d47 !important; padding:5px; margin-top:1px; text-shadow:1px 1px 0px #4f0e0c !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.bbQuoteBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.bbQuoteName {display:none;}
.quoteMessage {color:#f8f8f8; font-size:11px; font-family:tahoma; background:#4d8633; border:1px solid #71bf4d !important; padding:5px; text-shadow:1px 1px 0px #2d5a18 !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
эти?
или это
1. В конец Вашего css:
Code
.quoteMessage {border:1px solid #ccc !important; margin-top:2px; padding:5px !important; background:#f3f3f3 url('http://usite.su/img/icon_quote_0.png') no-repeat top right !important;}
2. Управление дизайном » Общий вид страниц форума, после $BODY$:
Code
<?if($PAGE_ID$='threadpage')?>
<script type="text/javascript">
$(".bbQuoteBlock").each(function(){
var alink = $(this).find('.qName').text();
if($(this).find('.qName').size()=='0'){$(this).find('.bbQuoteName').html('<div style="font-size:11px; font-family:tahoma; text-align:right; color:#a5a5a5; margin-bottom:3px;">Цитата:</div>')}
else if($(this).find('.qName').size()=='1'){$(this).find('.bbQuoteName').html('<div style="font-size:11px; font-family:tahoma; text-align:right; color:#a5a5a5; margin-bottom:3px;">Цитирую <a class="citata" style="color:#a0a0a0;" href="/index/8-0-'+alink+'"><b>'+alink+'</b></a>:</div>')}
});
</script><?endif?>