You are here

social_simple.css in Social simple 8

Same filename and directory in other branches
  1. 2.0.x css/social_simple.css
/* Wrapper */
.social-buttons {
  text-align: right;
}

/* Heading */
.social-buttons-title {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-right: 10px;
}

/* Links */
ul.social-buttons-links {
  display: inline-block;
}

ul.social-buttons-links li {
  font-size: 1rem;
}

.social-buttons-links a {
  padding: 8px 8px;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 20px;
}

.social-buttons-links a:focus {
  color: #fff;
}

.social-buttons-links a:hover {
  color: #fff;
}

.social-buttons-links .twitter a {
  background-color: #55acee;
}

.social-buttons-links .facebook a {
  background-color: #3b5998;
}

.social-buttons-links .googleplus a {
  background-color: #dc4e41;
}

.social-buttons-links .linkedin a {
  background-color: #0274b3;
}

.social-buttons-links .mail a {
  background-color: #7e7e7e;
}

.social-buttons-links .print a {
  background-color: #aeaeae;
}

.social-buttons-links .entity-print-pdf a {
  background-color: #d30000;
}

File

css/social_simple.css
View source
  1. /* Wrapper */
  2. .social-buttons {
  3. text-align: right;
  4. }
  5. /* Heading */
  6. .social-buttons-title {
  7. display: inline-block;
  8. font-size: 16px;
  9. color: #999;
  10. margin-right: 10px;
  11. }
  12. /* Links */
  13. ul.social-buttons-links {
  14. display: inline-block;
  15. }
  16. ul.social-buttons-links li {
  17. font-size: 1rem;
  18. }
  19. .social-buttons-links a {
  20. padding: 8px 8px;
  21. display: inline-block;
  22. text-align: center;
  23. color: #fff;
  24. width: 20px;
  25. }
  26. .social-buttons-links a:focus {
  27. color: #fff;
  28. }
  29. .social-buttons-links a:hover {
  30. color: #fff;
  31. }
  32. .social-buttons-links .twitter a {
  33. background-color: #55acee;
  34. }
  35. .social-buttons-links .facebook a {
  36. background-color: #3b5998;
  37. }
  38. .social-buttons-links .googleplus a {
  39. background-color: #dc4e41;
  40. }
  41. .social-buttons-links .linkedin a {
  42. background-color: #0274b3;
  43. }
  44. .social-buttons-links .mail a {
  45. background-color: #7e7e7e;
  46. }
  47. .social-buttons-links .print a {
  48. background-color: #aeaeae;
  49. }
  50. .social-buttons-links .entity-print-pdf a {
  51. background-color: #d30000;
  52. }