coming-soon-social.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .icon-google-plus,.icon-facebook,.icon-twitter,.icon-vimeo2,.icon-flickr,.icon-picassa,.icon-dribbble,.icon-github,.icon-wordpress,.icon-blogger,.icon-tumblr,.icon-soundcloud,.icon-linkedin,.icon-lastfm,.icon-stumbleupon,.icon-pinterest {
  2. display: inline-block;
  3. width: 32px;
  4. height: 32px;
  5. background-image: url(../img/coming-soon-social.png);
  6. background-repeat: no-repeat;
  7. }
  8. .icon-google-plus {
  9. background-position: 0 0;
  10. }
  11. .icon-facebook {
  12. background-position: -64px 0;
  13. }
  14. .icon-twitter {
  15. background-position: -128px 0;
  16. }
  17. .icon-vimeo2 {
  18. background-position: -192px 0;
  19. }
  20. .icon-flickr {
  21. background-position: -256px 0;
  22. }
  23. .icon-picassa {
  24. background-position: -320px 0;
  25. }
  26. .icon-dribbble {
  27. background-position: -384px 0;
  28. }
  29. .icon-github {
  30. background-position: -448px 0;
  31. }
  32. .icon-wordpress {
  33. background-position: -512px 0;
  34. }
  35. .icon-blogger {
  36. background-position: -576px 0;
  37. }
  38. .icon-tumblr {
  39. background-position: -640px 0;
  40. }
  41. .icon-soundcloud {
  42. background-position: -704px 0;
  43. }
  44. .icon-linkedin {
  45. background-position: -768px 0;
  46. }
  47. .icon-lastfm {
  48. background-position: -832px 0;
  49. }
  50. .icon-stumbleupon {
  51. background-position: -896px 0;
  52. }
  53. .icon-pinterest {
  54. background-position: -960px 0;
  55. }