Файл: InstantSocial/uploud/components/photoblog/js/voting.css
Строк: 45
.voting_block
{
position:relative;float:right;margin-top:-15px;}
.voting_block span {
font-size:9px; color:#808080;}
.voting
{
position:relative;
width:64px;
height:22px;
overflow:hidden;
background:
url(stars.png) 0 -22px no-repeat;
list-style:none;
}
.voting LI
{
float:left;
}
.voting A
{
position:absolute;
top:0;
left:0;
display:block;
height:22px;
text-indent:-9999px;
}
.voting
A.cur,
.voting A:hover,
.voting:hover A.cur:hover,
.voting.phover
A.cur:hover,
.voting:hover A:hover,
.voting.phover A:hover
{
background:url(stars.png) no-repeat;
}
.voting:hover
A.cur,
.voting.phover A.cur {
background:none;
}
.voting .one A
{
width:15px;
z-index:5;
}
.voting .two A
{
width:34px;
z-index:4;
}
.voting .three A
{
width:56px;
z-index:3;
}
.voting .four A
{
width:80px;
z-index:2;
}
.voting .five A
{
width:104px;
z-index:1;
}