1 http://s55.radikal.ru/i147/1106/e4/2f38c4a93781.jpg
2 http://s015.radikal.ru/i333/1106/de/66e982215731.jpg
это в css
Code
#vkprof1 {
width: 170px;
margin: 10px;
}
#vkprof1 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#vkprof1 li a:link, #vkprof1 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr1.png);
padding: 8px 0 0 10px;
}
#vkprof1 li a:hover, #vkprof1 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr1.png) 0 -32px;
padding: 8px 0 0 10px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#vkprof2 {
width: 170px;
margin: 10px;
}
#vkprof2 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#vkprof2 li a:link, #vkprof2 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr2.png);
padding: 8px 0 0 10px;
}
#vkprof2 li a:hover, #vkprof2 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr2.png) 0 -32px;
padding: 8px 0 0 10px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
#vkprof2 {
width: 170px;
margin: 10px;
}
#vkprof2 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#vkprof2 li a:link, #vkprof2 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr2.png);
padding: 8px 0 0 10px;
}
#vkprof2 li a:hover, #vkprof2 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr2.png) 0 -32px;
padding: 8px 0 0 10px;
}ul {
list-style: none;
margin: 0;
padding: 0;
}
#vkprof3 {
width: 170px;
margin: 10px;
}
#vkprof3 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#vkprof3 li a:link, #vkprof3 li a:visited {
color: #000;
display: block;
background: url(http://lilbot.at.ua/pr3.png);
padding: 8px 0 0 10px;
}
#vkprof3 li a:hover, #vkprof3 li #current {
color: #FFF;
background: url(http://lilbot.at.ua/pr3.png) 0 -32px;
padding: 8px 0 0 10px;
}
а вот сам шаблон
Code
<!---------------------Кабинет 2.0 от vkttorent ------------------->
<?if($USER_LOGGED_IN$)?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><b>$TIME$</b><br>Вы вошли как: <b>$USERNAME$</b><br>
<tr> <td align="center"><img src="http://vkttorent.at.ua/nik/grin.png" width="100" height="20" /></td></tr>
</td>
</tr>
<tr>
<td align="center"><?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://vkttorent.at.ua/nik/ava.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://vkttorent.at.ua/nik/ava.png" border="0"><?endif?><?endif?>
<tr>
<tr> <td align="center"><img src="http://vkttorent.at.ua/nik/grin.png" width="100" height="20" /></td></tr>
<td align="center"><div id="vkprof1">
<ul>
<li><a href="javascript://" rel="nofollow" onclick="window.open('/index/8','userpm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><span><center>Профиль</center></span></a></li>
</ul>
</div><div id="vkprof2">
<ul>
<li><a href="javascript://" rel="nofollow" onclick="window.open('/index/14','userpm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><span><center>
Письма
</center></span></a></li></ul>
</div>
<div id="vkprof3">
<ul>
<li><a href="/index/10/"><span><center>Выход</center></span></a></li>
</ul>
</div>
</td>
</tr>
</table><?else?> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><b>$TIME$</b><br>Вы вошли как: <b>$USERNAME$</b><br>
<tr> <td align="center"><img src="http://vkttorent.at.ua/nik/grin.png" width="100" height="20" /></td></tr>
</td>
</tr>
<tr>
<td align="center"><?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://vkttorent.at.ua/nik/ava.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://vkttorent.at.ua/nik/ava.png" border="0"><?endif?><?endif?></td>
</tr>
<tr> <td align="center"><img src="http://vkttorent.at.ua/nik/grin.png" width="100" height="20" /></td></tr>
<tr>
<td align="center">$LOGIN_FORM$</td>
</tr>
</table><?endif?>
<!---------------------Кабинет 2.0 от vkttorent------------------->
Просьба копировать материал с источником
Источник: vkttorent.at.ua