Красивый мини профиль для сайтов где содержится белые тоны цвета .
Добавлено меню "Меню сайта yraaa.ru"
Чтобы изменить цвет меню нужно
Code
<style>
#proFile {width:186px;}
.profile {
text-decoration:none;
color:black;
border: 0; border-left:0px solid #dedede;
border-right:0px solid #ece7e7;
background: #f6f1f1;
display: block;
padding: 3px 3px 3px 6px;
text-align:left;
}
.profile:hover {
background: #ffffff;
color:black;
border-left: 0px solid #CAD1D9;
text-decoration:none;
}
</style>
Где :
(Без наведения)
Code
.profile {
text-decoration:none;
color:black;
border: 0; border-left:0px solid #dedede;
border-right:0px solid #ece7e7;
background: #f6f1f1;
display: block;
padding: 3px 3px 3px 6px;
text-align:left;
}
(С наведением)
Code
.profile:hover {
background: #ffffff;
color:black;
border-left: 0px solid #CAD1D9;
text-decoration:none;
}
Код мини-профиля:
Code
<div align="center">
<?if($USER_LOGGED_IN$)?><i>Кабинет участника - </i>[<b>$USERNAME$</b>]<?else?><i>Войдите в свой аккаунт</i><?endif?><br><br>
<?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" title="$USER_NAME$" border="0"><?else?><img src="you_No_avatar.jpg" border="0" >
<?endif?>
<br>
<?if($USER_LOGGED_IN$)?>
__________________________
Находитесь здесь -[<b>$USER_REG_DAYS$-й день</b>]
__________________________
<br><i>В группе -</i>[<b>$USER_GROUP$</b>]
<b><br><br>Кабинет - мое меню</b>
<style>
#proFile {width:186px;}
.profile {
text-decoration:none;
color:black;
border: 0; border-left:0px solid #dedede;
border-right:0px solid #ece7e7;
background: #f6f1f1;
display: block;
padding: 3px 3px 3px 6px;
text-align:left;
}
.profile:hover {
background: #ffffff;
color:black;
border-left: 0px solid #CAD1D9;
text-decoration:none;
}
</style>
<div id="proFile">
<a href="/index/8" class="profile"><center>Моя перс/страница</center></a>
<a href="/index/11" class="profile"><center>Изменение лич/данных</center></a>
<a href="/load/0-0-0-0-1" class="profile"><center>Добавить файл</center></a>
<a href="/news/0-0-0-0-1" class="profile"><center>Добавить новость</center></a>
<a href="/index/10" class="profile"><center>Выйти с к/та</center></a>
</div>
<script language=javascript type=text/javascript>
function openOnClick(client_type)
{
if(client_type=="mail")clientWindow = window.open("$PM_URL$","pmw","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert
("Отключите блокировку всплывающих окон!");
if(client_type=="send")clientWindow = window.open("/index/14-999-0-1","pms","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") ||
alert("Отключите блокировку всплывающих окон!");
if(client_type=="options")clientWindow = window.open("/index/11","options","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") ||
alert("Отключите блокировку всплывающих окон!");
if(client_type=="users")clientWindow = window.open("$USERS_LIST_URL$","users","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") ||
alert("Отключите блокировку всплывающих окон!");
if(client_type=="rules")clientWindow = window.open("/rules.html","rules","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") ||
alert("Отключите блокировку всплывающих окон!");
}
</script><?endif?>
<!--ENDIF--><!--%IFEL9%1%>
<br>Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь!
<!%IFEN9%1%-->$LOGIN_FORM$
<br></div></td></tr>