В css:
Code
#rating_blue {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
border:1px solid #2097b5;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #2097b5;
margin-left:25px;
width: 198px;
height: 13px;
}
#rating_purple {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
background-position: 0 -25px;
border:1px solid #7a2776;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #7a2776;
margin-left:25px;
width: 198px;
height: 13px;
}
#rating_orange {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
background-position: 0 -50px;
border:1px solid #795b25;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #795b25;
margin-left:25px;
width: 198px;
height: 13px;
}
#rating_green {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
background-position: 0 -75px;
border:1px solid #1e8d23;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #1e8d23;
margin-left:25px;
width: 198px;
height: 13px;
}
#rating_red_light {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
background-position: 0 -100px;
border:1px solid #80241f;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #80241f;
margin-left:25px;
width: 198px;
height: 13px;
}
#rating_red {
background: transparent url(http://скрипты.3dn.ru/images/background_rating.png) no-repeat;
background-position: 0 -125px;
border:1px solid #68222e;
box-shadow: 0px 0px 1px white inset;
cursor: pointer;
padding-top:6px;
padding-bottom:6px;
text-align:center;
font-weight: bold;
color:#ffffff;
text-shadow: 0px 1px 0px #68222e;
margin-left:25px;
width: 198px;
height: 13px;
}
Вставляем на персональную страницу:
Code
<?if($_USER_ID$="2")?>
<div id="rating_purple">$_REPUTATION$%</div>
<?else?>
<?if($_REPUTATION$<0)?><?if($_REPUTATION$<-49)?><div id="rating_red_light">$_REPUTATION$%</div><?else?><div id="rating_red">$_REPUTATION$%</div><?endif?><?else?><?if($_REPUTATION$<100)?><div id="rating_blue">$_REPUTATION$%</div><?else?><?if($_REPUTATION$<500)?><div id="rating_orange">$_REPUTATION$%</div><?else?><div id="rating_green">$_REPUTATION$%</div><?endif?><?endif?><?endif?>
<?endif?>
<?if($_USER_ID$="2")?> заменяйте 2 на id дизайнера