Назгул | Дата: Воскресенье, 15.04.2012, 15:42 | Сообщение # 1 |
|
Группа
|
Информация:
|
Имя: Славик
|
Постов: 978
|
Откуда: Не указано
|
Увлечения: Анархия и полный Хаос!
|
Дата регистрации: 24.02.2011
|
Рейтинг:
|
Пол: Мужчина
|
|
|
| Скрин в открытом положении:
Скрин в закрытом положении:
Установка: Заходим в Панель управления=>Управление дизайном=>Общий вид страниц форума и перед тегом $BODY$ вставляем код:
Code <!-- мини-профиль форума --> <div class="gDivBottomLeft"></div><div class="gDivBottomCenter"></div><div class="gDivBottomRight"></div> <div class="mini_prof_out" onmouseover="this.className='mini_prof_on'" onmouseout="this.className='mini_prof_out'" id="mini_prof"><div id="sam_profil" style="display:none"> <?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://www.stalker-rongs.tk/files/no_ava.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://www.stalker-rongs.tk/files/no_ava.png" border="0"><?endif?><?endif?> <br><?if($USER_LOGGED_IN$)?><span style="font-size:9px;">Привет, <b>$USERNAME$</b>!</span><ul class="uz"><li class="m"><a class="m" href="/index/14">Нет новых ЛС</a></li><li class="m"><a class="m" href="javascript://" rel="nofollow" onclick="window.open('/index/8','opt','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;">Профиль</a></li><li class="m"><a class="m" href="/forum/0-0-1-34">Новое на форуме</a></li><li class="m"><a class="m" href="/index/10" onclick="return confirm('Выйти из аккаунта?');">Выйти</a></li><?else?><a href="/" >STERKER</a><hr>$LOGIN_FORM$<?endif?></ul></div><span id="open_miniprof">КПК</span><span id="close_miniprof" style="display:none">Скрыть</span></div><script type="text/javascript">$(document).ready(function(){$("#open_miniprof").click(function(){$(this).hide(100); $("#close_miniprof, #sam_profil").show(100); $("#sam_profil").css("text-align","left");}); $("#close_miniprof").click(function(){$(this).hide(100); $("#sam_profil").hide(100); $("#open_miniprof").show(100); $("#sam_profil").css("text-align","center");});});</script> <!-- конец мини-профиль форума -->
Далее заходим в Панель управления=>Управление дизайном=>Таблицы стилей (CSS)и в самый конец вставляем код:
Code /* Мини-профиль форума */ .mini_prof_out {background:url('http://www.stalker-rongs.tk/files/bk_forum.gif'); border:1px solid #9db0bf; padding: 4px 10px; position: fixed; bottom: 4px; right: 4px; opacity: 0.5; text-align: center;} .mini_prof_on {background:url('http://www.stalker-rongs.tk/files/bk_forum.gif'); border:1px solid #9db0bf; padding: 4px 10px; position: fixed; bottom: 4px; right: 4px; opacity: 1; text-align: center;} #mini_prof #close_miniprof {color: #810000; text-decoration: underline; cursor: pointer;} #mini_prof #open_miniprof {color: #3e8144; text-decoration: underline; cursor: pointer;} /* Конец мини-профиль форума */
|
|
| |