Skip to content

Instantly share code, notes, and snippets.

@hshoff
Created October 14, 2011 14:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hshoff/1287351 to your computer and use it in GitHub Desktop.
Save hshoff/1287351 to your computer and use it in GitHub Desktop.
Airbnb - Star Rating Generated CSS by Harry Shoff
.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