В css:
Code
/* --- <Comments> --- */
.box-main-text-comm{padding:0 5px;height:16px;background:#eee;-moz-border-radius:10px;border-radius:10px}
.box-comm-del{background:#fff;border:1px solid #ddd;padding:9px;margin:0 0 8px 24px}
#box-comm-box{background:#fff;border:1px solid #ddd;margin:0 0 8px 0}
.box-comm-cup{background:#fff;border:1px solid #ddd;padding:4px;margin:5px 5px 5px 4px;float:left;display:block}
.comm-cup{width:60px;height:60px;border:2px solid #39f;-moz-border-radius:3px;border-radius:3px}
#ifcomm{margin:0 0 3px 2px}
.box-comm-refused{text-align:center;color:red}
.box-comm-confirmed{text-align:center;color:green}
.box-comm-wait{text-align:center;color:#369}
#comments{padding:5px;width:100%;height:60px}
.commentsAva{height:20px;width:20px;border:2px solid #39f;background:#121212;vertical-align:middle;-moz-border-radius:3px;border-radius:3px}
#commentsCode{border:1px solid #fff;text-shadow:1px 1px 0 #fff;color:#555;padding:3px 0;width:40px}
#commentsEdit{width:100%;min-height:72px}
.commentsBorder{border-top:1px solid #444;opacity:.3;margin:5px -10px;clear:both}
.comm-online{margin:4px 4px 0 4px;width:6px;height:6px;border-radius:4px;border:1px solid #eee;background:green;float:right}
.comm-offline{margin:4px;width:6px;height:6px;border-radius:4px;border:1px solid #eee;background:red;float:right}
.commAnswer{width:100%}
.commFl-100{width:100%;margin:3px 0}
.commFl-50{width:322px;margin:3px 0}
/* --- </Comments> --- */
В вид коментариев:
Code
<!-- <Comments #2002> -->
<div class="box">
<div class="left"><img src="$USER_AVATAR_URL$" class="commentsAva" alt=""> <a href="javascript:void(0)" onclick="$('#comments').text('SkaZzzz, ')" title="Обратиться к $USERNAME$">$NAME$</a>, $DATE$ в $TIME$ </div>
<div class="right">#1 <div class="comm-offline"></div></div>
<div class="clear"></div>
<div class="commentsBorder"></div>
<div class="commiii" id="comm-2002">$MESSAGE$</div>
<div class="olol-edit editka2002"></div>
</div>
<!-- </Comments #2002> -->