Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. .btn-twitter {
  2. background: #00acee;
  3. border-radius: 0;
  4. color: #fff
  5. }
  6. .btn-twitter:link, .btn-twitter:visited {
  7. color: #fff
  8. }
  9. .btn-twitter:active, .btn-twitter:hover {
  10. background: #0087bd;
  11. color: #fff
  12. }
  13. .btn-facebook {
  14. background: #3b5998;
  15. border-radius: 0;
  16. color: #fff
  17. }
  18. .btn-facebook:link, .btn-facebook:visited {
  19. color: #fff
  20. }
  21. .btn-facebook:active, .btn-facebook:hover {
  22. background: #30477a;
  23. color: #fff
  24. }
  25. .btn-googleplus {
  26. background: #e93f2e;
  27. border-radius: 0;
  28. color: #fff
  29. }
  30. .btn-googleplus:link, .btn-googleplus:visited {
  31. color: #fff
  32. }
  33. .btn-googleplus:active, .btn-googleplus:hover {
  34. background: #ba3225;
  35. color: #fff
  36. }
  37. .btn-stumbleupon {
  38. background: #f74425;
  39. border-radius: 0;
  40. color: #fff
  41. }
  42. .btn-stumbleupon:link, .btn-stumbleupon:visited {
  43. color: #fff
  44. }
  45. .btn-stumbleupon:active, .btn-stumbleupon:hover {
  46. background: #c7371e;
  47. color: #fff
  48. }
  49. .btn-linkedin {
  50. background: #0e76a8;
  51. border-radius: 0;
  52. color: #fff
  53. }
  54. .btn-linkedin:link, .btn-linkedin:visited {
  55. color: #fff
  56. }
  57. .btn-linkedin:active, .btn-linkedin:hover {
  58. background: #0b6087;
  59. color: #fff
  60. }
  61. .fa {
  62. font-weight: 400
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement