Установка
Вставляем код в блок.
Код
<div id="banners">$COUNTER$<a href="http://stalker.ucoz.ae/" target="_blank" title="S.T.A.L.K.E.R ucoz.ae"><img src="http://stalker.ucoz.ae/banners.gif" title="S.T.A.L.K.E.R ucoz.ae" width="88" height="31" border="0"></a></div><div class="statshr" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(48, 48, 48); color: rgb(210, 203, 192); font-family: verdana, arial, helvetica; text-align: -webkit-center;"></div><hr>$ONLINE_COUNTER$<br style="color: rgb(210, 203, 192); font-family: verdana, arial, helvetica; text-align: -webkit-center;"><div class="statsinf" style="color: rgb(144, 144, 144); padding: 1px; background: url('http://stalker.ucoz.ae/1/13/png.png'); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(32, 32, 32); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(32, 32, 32); font-family: verdana, arial, helvetica; text-align: -webkit-center;">Сейчас на сайте:</div>$ONLINE_USERS_LIST$<div class="statsinf" style="color: rgb(144, 144, 144); padding: 1px; background: url('http://stalker.ucoz.ae/1/13/png.png');border-top-width: 1px; border-top-style: solid; border-top-color: rgb(32, 32, 32); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(32, 32, 32); font-family: verdana, arial, helvetica; text-align: -webkit-center;">Зарегистрированных:</div>$MYINF_СВОЙ_НОМЕР$
Теперь заходим Замена стандартных надписей
Выбираем пункт СТАТИСТИКА "КТО ОНЛАЙН" [+]
На "Онлайн всего:" изменяем :
Код
<img src="http://sigerous.ru/design/online.gif">
На "Пользователи:" изменяем на Сталкеры:
Теперь заходим Информеры
Создаем информер и ставим все галочки:
[ Счетчики для пользователей · Материалы · всех, по группам, по полу, по зодиаку, по дням (сегодня, вчера, 7 дней, 30 дней) ]
[Шаблон информера]:
Код
<center>Новых сегодня: $TODAY$
<br>Новых за неделю: $7DAYS$
<br>Новых за месяц: $30DAYS$
<br>Новых вчера: $YESTERDAY$<hr>Всего пользователей: $ALL_USERS$
<br><a href="javascript://" onclick="new _uWnd('TdUsrLst',' ',250,450,{autosize:0},{url:'/index/62-2'});return false;" class="fUsrList"></a><br><br></center>
И последнее вставляем код в ксс:
Код
/* ----////// Прозрачность для баннеров stalker.ucoz.ae /////------- */
.opacitymy a img {
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
.opacitymy a:hover img {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
#banners a img {
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
#banners a:hover img {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
#to_main a {
opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
#to_main a:hover {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
#to_edit a {
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
#to_edit a:hover {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.fade_img {
opacity:0.8; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
.fade_img:hover {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.fade_img_x2 {
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;
}
.fade_img_x2:hover {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.fade_button {
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
}
.fade_button:hover {
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);
}
Если у вас мало место в ксс есть другой вариант, заходите Верхняя часть сайта и вставляем туда этот код самый вниз:
Код
<link type="text/css" rel="StyleSheet" href="http://stalker.ucoz.ae/365/prozrachnoststalkerucozae.css" />