You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 990 B

12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
12345678910111213141516171819202122232425262728293031
  1. # Zocial CSS social buttons
  2. I basically rewrote this entire set so they are full vector buttons, meaning:
  3. - @font-face icons
  4. - custom font file for all social icons
  5. - icon font use private unicode spaces for accessibility
  6. - em sizing based on button font-size
  7. - support for about 83 different services
  8. - buttons and icons supported
  9. - no raster images (sweet)
  10. - works splendidly on any browser supporting @font-face
  11. - CSS3 degrades gracefully in IE8 and below etc.
  12. - also includes generic icon-less primary and secondary buttons
  13. ## How to use these buttons
  14. <button class='zocial facebook'>Button label here</button>
  15. or
  16. <a class="zocial twitter'>Button label</a>
  17. - Can be any element e.g. `a`, `div`, `button` etc.
  18. - Add class of `.zocial`
  19. - Add class for name of service e.g. `.dropbox`, `.twitter`, `.github`
  20. - Done :-)
  21. Check out [zocial.smcllns.com](http://zocial.smcllns.com) for demo and code examples.
  22. Problems, questions or requests to [@smcllns](http://twitter.com/smcllns)