human.css in Star Rating 8.2
Same filename and directory in other branches
.human-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px 0px; } .human1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -14px; } .human2-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -28px; } .human3-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -42px; } .human4-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -56px; } .human5-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -70px; } .human6-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -84px; } .human7-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -98px; } .human8-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px -112px; }
File
css/human.cssView source
- .human-off {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px 0px;
- }
- .human1-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -14px;
- }
- .human2-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -28px;
- }
- .human3-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -42px;
- }
- .human4-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -56px;
- }
- .human5-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -70px;
- }
- .human6-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -84px;
- }
- .human7-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -98px;
- }
- .human8-on {
- float: left;
- width: 14px;
- height: 14px;
- margin-top: 3px;
- background: url('human.png') no-repeat 0px -112px;
- }