
Установка - 1. CSS 2. Информеры.
1. В CSS.
Код
#forum_news, .lastFile{
font-size:11px;
text-shadow: 1px 1px 3px #000;
padding: 4px;
margin: 2;
opacity: .7;
background: rgba(51,51,51,0.4);
border: 1px solid rgba(51,51,51,0.5);
border-right: 1px solid rgba(51,51,51,0.8);
border-bottom: 1px solid rgba(51,51,51,0.8);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: All 0.4s ease;
-moz-transition: All 0.4s ease;
-o-transition: All 0.4s ease;
-ms-transition: All 0.4s ease;
transition: All 0.4s ease;
}
#forum_news:hover, .lastFile:hover{
opacity: 1;
background: rgba(102,102,102,0.2);
border: 1px solid rgba(102,102,102,0.3);
border-right: 1px solid rgba(102,102,102,0.6);
border-bottom: 1px solid rgba(102,102,102,0.6);
}
.totext a:link {text-decoration:none; color:#888}
.totext a:visited {text-decoration:none; color:#777}
.totext a:hover {text-decoration:none; color:#555}
.comBlock img{max-width: 450px}
2. Информеры.
Последние темы (форум).
[ Форум · Материалы · Последние обновленные темы · Материалы: 10 · Колонки: 1 · Длина заголовка: 20 ]
Код
<div class="lastFile" style="white-space:nowrap;overflow:hidden;max-width:200px;"><img width="11" height="11" style="vertical-align:-2px" src="http://stalker.ucoz.ae/1/forum/internet_web_browser_msie.ico"><a href="$THREAD_URL$">$THREAD_TITLE$</a><div style="float:right"></div><br> <span style="font-size:9px;" class="totext"><img src="http://stalker.ucoz.ae/1/forum/system_users.ico" style="vertical-align:-2px;opacity: .4" height="11" width="11">$DATE$</span></div>
Популярные материалы (каталог файлов).
[ Каталог файлов · Материалы · Количество просмотров D · Материалы: 10 · Колонки: 1 · Длина заголовка: 20 ]
Код
<div class="lastFile" style="white-space:nowrap;overflow:hidden;max-width:200px;"><img width="11" height="11" style="vertical-align:-2px" src="http://stalker.ucoz.ae/1/forum/internet_web_browser_msie.ico"><a href="$ENTRY_URL$">$TITLE$</a><div style="float:right"><img src="http://stalker.ucoz.ae/1/1rip/desktop.ico" style="vertical-align:-2px" height="11" width="11" title="<img src="$IMG_URL1$" >"></div><br> <span style="font-size:9px;" class="totext"><img src="http://stalker.ucoz.ae/1/forum/system_users.ico" style="vertical-align:-2px;opacity: .4" height="11" width="11"><a href="$PROFILE_URL$">$USERNAME$</a></span></div>
P.s на скрине всё по центру, это я был на тестовом сайте, установите у себя будет норм как у меня.