Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 1.5 KiB

há 12 anos
há 12 anos
há 12 anos
há 12 anos
há 12 anos
há 12 anos
há 9 anos
há 12 anos
há 9 anos
há 12 anos
há 9 anos
há 12 anos
há 9 anos
há 12 anos
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. *[Demo](https://samcollins.github.io/css-social-buttons/)*
  14. ## How to use these buttons
  15. ```html
  16. <button class="zocial facebook">Button label here</button>
  17. ```
  18. or
  19. ```html
  20. <a class="zocial twitter">Button label</a>
  21. ```
  22. - Can be any element e.g. `a`, `div`, `button` etc.
  23. - Add class of `.zocial`
  24. - Add class for name of service e.g. `.dropbox`, `.twitter`, `.github`
  25. - Done :-)
  26. Check out [zocial.smcllns.com](http://zocial.smcllns.com) for code examples.
  27. There's also a LESS version from @gustavohenke [here](https://github.com/gustavohenke/zocial-less)
  28. Problems, questions or requests to [@smcllns](http://twitter.com/smcllns)
  29. ## How to contribute
  30. 1. Install [Font Custom](http://fontcustom.com/#installation)
  31. 2. Add new font in the `src/` folder.
  32. 3. Set color settings in the `templates/zocial.css` file.
  33. 4. Run `fontcustom compile`
  34. 5. Update the `sample.html` file with both the button and icon.
  35. 6. Test rendering. If broken go to step 2.
  36. 7. Send pull-request !
  37. ## License
  38. Under [MIT License](http://opensource.org/licenses/mit-license.php)