[spoiler="Скрин"][/spoiler]
В Сss:
Code
.bg_title_news_1 {background:url('/img/bg_title_news_1.png') no-repeat top left;height:59px;}
.bg_title_news_2 {background:url('/img/bg_title_news_2.png') no-repeat top right;height:59px;}
.bg_title_news_3 {background:url('/img/bg_title_news_3.png');height:59px;border-top-left-radius:14px;border-top-right-radius:10px;-moz-border-radius-topleft:14px;-moz-border-radius-topright:10px;border-left:1px solid #ebebeb;border-bottom:0px;}
.bg_message {border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;}
.bg_news_bottom {background:url('/img/bg_news_bottom.png');border-bottom-left-radius:10px;border-bottom-right-radius:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;height:50px;}
.bg_news_bottom_left {background:url('/img/bg_news_bottom_left.png') no-repeat left bottom;height:50px;}
.bg_news_bottom_right {background:url('/img/bg_news_bottom_right.png') no-repeat right bottom;height:50px;}
.pnews_title {padding-left:21px;padding-top:8px;font:bold 9pt Arial;color:#fff;}
.pnews_title a:link, .pnews_title a:visited, .pnews_title a:active {color:#fff;text-decoration:none;}
.pnews_title a:hover {color:#fff;text-decoration:underline;}
.rank {float:right;padding-top:38px;padding-right:61px;}
B Bид материалов:
Code
<div style="padding-bottom:10px">
<div class="rank"><?$RSTARS$('16','/img/rank.png','4','float')?></div>
<div class="bg_title_news_3">
<div class="bg_title_news_2">
<div class="bg_title_news_1">
<div class="pnews_title"><a href="$ENTRY_URL$">$TITILE$</a><?if($MODER_PANEL$)?>$MODER_PANEL$<?endif?> </div>
</div></div></div>
<div class="bg_message">
<table style="padding:18px 7px;padding-bottom:6px;" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" style="padding-right:11px"><img src="$SCREEN_URL$" class="ramka" alt="$TITILE$" border="0" /></td>
<td valign="top">$MESSAGE$</td>
</tr>
</table>
</div>
<div class="pentry"><div class="bg_entry"><a href="$ENTRY_URL$">Подробнее</a></div></div>
<div class="bg_news_bottom">
<div class="bg_news_bottom_left">
<div class="bg_news_bottom_right">
<div class="news_bottom">Просмотров: $READS$ | Добавил: <a href="$PROFILE_URL$">$USERNAME$</a> | Рейтинг: $RATED$
</div></div></div>
</div>
В Фм:
Download