Advertisement
skimi07

Untitled

Aug 6th, 2016
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. div#social {
  2. overflow: hidden;
  3. margin: 7px auto;
  4. margin-top: -5px;
  5. margin-right: -15px;
  6. width: 100%;
  7. }
  8. #social ul li {
  9. float: right;
  10. width: 25%;
  11. padding: 13px 0;
  12. padding-bottom: 20px;
  13. }
  14. li.fb {
  15. background: #366299 !important;
  16. }
  17. li.ggl {
  18. background: #CB2027 !important;
  19. }
  20. li.twt {
  21. background: #4099FF !important;
  22. }
  23. ul li {
  24. list-style: none;
  25. }
  26. #social ul li p {
  27. display: block;
  28. padding: 10px 15px;
  29. transition: 0.4s;
  30. color: #fff;
  31. font-size: 16px;
  32. text-align: center; font-weight: 400;
  33. font-family: Electrolize,ge_dinar_oneregular;
  34. }
  35. #social ul li a {
  36. display: block;
  37. background: #1f376c;
  38. padding: 8px 0;
  39. transition: 0.4s;
  40. width: 100px;
  41. color: #fff;
  42. margin: 0 auto;
  43. font-size: 16px;
  44. text-align: center;font-weight: 400;
  45. font-family: Electrolize,ge_dinar_oneregular;
  46. }
  47. #social i {
  48. width: 30px;
  49. height: 30px;
  50. background: rgba(0, 0, 0, 0.13);
  51. line-height: 30px;
  52. border-radius: 50%;
  53. margin-left: 2px;
  54. font-size: 14px;
  55. }
  56. .fa-facebook:before {
  57. content: "\f09a"; margin-left: 0px;
  58. }
  59. li.ytb {
  60. background: #D1252A !important;
  61. }
  62. .p2 {
  63. background: #AF1A20 !important;
  64. }
  65. .p3 {
  66. background: #3A8DEC !important;
  67. }
  68. .p4 {
  69. background: #BB1E23 !important;
  70. }
  71. .p1 {
  72. background: #2F5686 !important;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement