Skip to content

Instantly share code, notes, and snippets.

@webcracy
Created August 18, 2010 00:44
Show Gist options
  • Save webcracy/532822 to your computer and use it in GitHub Desktop.
Save webcracy/532822 to your computer and use it in GitHub Desktop.
Styles for simple FamFamFam icons
/* Styles for p, div or span with nice FamFamFam icons, to use around a link*/
.add {font-size: 12px; background: url('/images/icons/add.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
.new_password {font-size: 12px; background: url('/images/icons/lock_go.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
.ok {font-size: 12px; background: url('/images/icons/accept.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
.edit {font-size: 12px; background: url('/images/icons/pencil.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
.delete {font-size: 12px; background: url('/images/icons/delete.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
.show {font-size: 12px; background: url('/images/icons/magnifier.png') 0 0 no-repeat; padding-left: 18px; line-height: 16px; font-weight: normal;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment