Описание: Темный мини чат для uCoz, сделанный под темный дизайн, если хотите что то переделать, все очень просто!
Code
<div class="mchat_tl">
<a href="javascript://" rel="nofollow" onclick="return show_profile('$USER_ID$');" title="$NAME$">
<img src="http://s34.ucoz.net/img/icon/profile.png" height="10" width="13" border="0" style="vertical-align:-2px;margin-left:13px; margin-top:8px;"></a>
<div style="margin-left:45px; margin-top:-12px">
<a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[b]$USERNAME$[/b], ';return false;"><?if($USER_ID$='2')?><font color=#039edc><b>$NAME$</b></font><?else?>$NAME$<?endif?></a>
</div></div>
<div class="cmess">$MESSAGE$</div>
<div class="bm">
</div>
<br>
/*mchat By Css-TeamPro.Ru*/
<style>
.mchat_tl {
background:url(/diz/mchat/top.gif) no-repeat;
width:167px;
height:24px;}
.cmess{
background:url(/diz/mchat/bg.gif)
repeat-y;
width:167px;;
font:Tahoma, Geneva, sans-serif;
color:#FFF;
font-size:12px;
padding:4px;
}
.bm {
background:url(/diz/mchat/bottom.gif)
no-repeat;
width:167px;
height:3px;
}</style>
/* ------------- */