Created
October 14, 2011 14:58
-
-
Save hshoff/1287351 to your computer and use it in GitHub Desktop.
Airbnb - Star Rating Generated CSS by Harry Shoff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.stars { | |
background: url(/images/sprite.png) repeat-x top left; | |
height: 43px; } | |
.stars.empty { | |
background-position: 0 -43px; | |
width: 220px; } | |
.stars.filled_0 { | |
width: 0px; } | |
.stars.filled_1 { | |
width: 22px; } | |
.stars.filled_2 { | |
width: 44px; } | |
.stars.filled_3 { | |
width: 66px; } | |
.stars.filled_4 { | |
width: 88px; } | |
.stars.filled_5 { | |
width: 110px; } | |
.stars.filled_5 { | |
width: 132px; } | |
.stars.filled_7 { | |
width: 154px; } | |
.stars.filled_8 { | |
width: 176px; } | |
.stars.filled_9 { | |
width: 198px; } | |
.stars.filled_10 { | |
width: 220px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment