Установка:
Заливаем картинки из архива "info blok" в /images/body/dark/
На страницах где хотите видеть блок перед $BODY$ ставим код:
Code
<div class="rt-block">
<div id="rt-mainbody">
<div class="rt-joomla ">
<div class="rt-blog">
<div class="rt-teaser-articles">
<div class=" float-left width100">
<div class="rt-article ">
<div class="module-full">
<div class="module-surround">
<div class="module-tm2">
<div class="module-l2">
<div class="module-r2">
<div class="module-bm2">
<div class="module-tl2">
<div class="module-tr2">
<div class="module-bl2">
<div class="module-br2">
<div class="rt-article-bg">
<div class="rt-headline">
<div class="module-title">
<div class="module-title2">
</div>
</div>
</div>
<div class="rt-article-content">
ТУТ ИНФОРМАЦИЯ!!!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
В Style1.CSS находим /* Modules */ и в самый низ добавляем
Quote
.bodylevel-high .module-full .module-tm2, .bodylevel-med .high .module-full .module-tm, .bodylevel-low .high .module-full .module-tm { background: url(../images/body/dark/module-tm2.png) 50% 0 repeat-x; }
.bodylevel-high .module-full .module-l2, .bodylevel-med .high .module-full .module-l, .bodylevel-low .high .module-full .module-l { background: url(../images/body/dark/module-l2.png) 0 0 repeat-y; }
.bodylevel-high .module-full .module-r2, .bodylevel-med .high .module-full .module-r, .bodylevel-low .high .module-full .module-r { background: url(../images/body/dark/module-r2.png) 100% 0 repeat-y; }
.bodylevel-high .module-full .module-bm2, .bodylevel-med .high .module-full .module-bm, .bodylevel-low .high .module-full .module-bm { background: url(../images/body/dark/module-bm2.png) 50% 100% repeat-x; }
.bodylevel-high .module-full .module-tl2, .bodylevel-med .high .module-full .module-tl, .bodylevel-low .high .module-full .module-tl { background: url(../images/body/dark/module-tl2.png) 0 0 no-repeat; }
.bodylevel-high .module-full .module-tr2, .bodylevel-med .high .module-full .module-tr, .bodylevel-low .high .module-full .module-tr { background: url(../images/body/dark/module-tr2.png) 100% 0 no-repeat; }
.bodylevel-high .module-full .module-bl2, .bodylevel-med .high .module-full .module-bl, .bodylevel-low .high .module-full .module-bl { background: url(../images/body/dark/module-bl2.png) 0 100% no-repeat; }
.bodylevel-high .module-full .module-br2, .bodylevel-med .high .module-full .module-br, .bodylevel-low .high .module-full .module-br { background: url(../images/body/dark/module-br2.png) 100% 100% no-repeat; }
.bodylevel-low .module-title3, .bodylevel-high .low .module-full .module-title3, .bodylevel-med .low .module-full .module-title3 { background: url(../images/body/dark/bodydiv-low2.png) 50% 42px repeat-x; }
Заходи в В Template.css находим /* Modules */ и в конец добавляем строчку
Code
.bodylevel-high .module-full .module-br2 { padding: 15px; margin-bottom: 10px; }
СКАЧАТЬ