[spoiler="Скрин"]
[/spoiler] [Table]Создаем в ФМ папку news_img и заливаем в нее эти файлы - Скачать[/Table]
[Table]Это вставляем в CSS:[/Table]
Code
.newstable{background:url(/news_img/news_bg_left.gif) repeat-y top left #373737;height:auto;margin-bottom:25px;max-width:100%;position:relative}
.newstable .right_bg,.publTable .right_bg{background:url(/news_img/news_bg_right.gif) repeat-y top right}
.newstitle{background:url(/news_img/newstitle.gif)repeat-x #982828;height:26px;line-height:26px;max-width:100%;padding-left:17px; border-bottom:1px solid #191919}
.newstitle h3{background:url(/news_img/kunai_news.png)no-repeat left;font-family:sans-serif;font-size:14px;padding-left:34px}
.newscont{background:url(/news_img/newscont.png)repeat-x top;max-width:100%;min-height:80px;overflow:hidden;padding:12px 17px}
.newscont ul { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;}
.newscont li { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;}
.newspic{float:left;padding:0 7px 5px 0}
.newsinfo{color:#6a6a6a;font-size:10px;height:20px;line-height:20px;max-width:100%;overflow:hidden;padding-left:17px; background:#3b3b3b;}
.right{float:right}
.left{float:left}
.lft,.rht,.lfb,.rhb{background:url(/news_img/corners.png) no-repeat;height:7px;position:absolute;width:7px}
.lfb{background-position:bottom left;bottom:0;left:0}
.rhb{background-position:bottom right;bottom:0;right:0}
[Table]Вид новостей полностью заменяем на этот:[/Table]
Code
<div class='newstable'><div class='right_bg'>
<div class='newstitle' style='overflow:hidden'><div class='left'><h3><a href="$ENTRY_URL$">$TITLE$</a></h3> <?if($MODER_PANEL$)?>$MODER_PANEL$<?endif?></div><div class='right' style='margin-right:15px'><b style='color:#999'>Добавил:</b> <a href="$PROFILE_URL$">$USERNAME$</a></div></div>
<div class='newscont'>
<img src='<?if($OTHER1$)?>$OTHER1$<?else?>http://on-game.pp.ua/xyuH9_Bc9ka9/no_image.png<?endif?>' alt='$TITLE$' title='$TITLE$' class='newspic'>
$MESSAGE$
</div>
<div style='margin:0px 10px 0px 10px; height:1px; background:#282828'></div>
<div class='newsinfo'>Опубликовано в $TIME$, $DATE$, в категорию «<a href='$CATEGORY_URL$'>$CATEGORY_NAME$</a>». Просмотрело <span class='comms-rzd'>$READS$</span> и оставило <a href='$COMMENTS_URL$'><span class='comms-rz'>$COMMENTS_NUM$</span></a> →</div>
<div class="lfb"></div><div class="rhb"></div>
</div></div>