Skip to content

Instantly share code, notes, and snippets.

@likejazz
Last active December 11, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likejazz/4564778 to your computer and use it in GitHub Desktop.
Save likejazz/4564778 to your computer and use it in GitHub Desktop.
tumblr image sprites css
.links .icon {
width: 12px;
height: 12px;
background: #383838 url('http://static.tumblr.com/thpaaos/1xRm66voi/icons_sprite.png');
margin: 0 8px 0 0;
display: inline-block;
}
.links a:hover .icon {
background-color: #000000;
}
.ask .icon { background-position: 0 0; margin-bottom: -2px; }
.submit .icon { background-position: 0 -12px; margin-bottom: -1px; }
.rss .icon { background-position: 0 -24px; }
.archive .icon { background-position: 0 -36px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment