rdellconsulting

Untitled

Sep 26th, 2014
1,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. /* ============================================== */
  2. /* Social Icons
  3. /* ============================================== */
  4.  
  5. /* Alternative - Change the color of individual Social Icons when hovering,
  6. otherwise darkgrey */
  7. a.icon-feed {
  8. color: darkgrey;
  9. }
  10.  
  11. /* Change to desired color */
  12. a.icon-twitter {
  13. color: darkgrey;
  14. }
  15.  
  16. /* Change to desired color */
  17. a.icon-facebook {
  18. color: darkgrey;
  19. }
  20.  
  21. /* Change to desired color */
  22. a.icon-google {
  23. color: darkgrey;
  24. }
  25.  
  26. /* Change to desired color */
  27. a.icon-instagram {
  28. color: darkgrey;
  29. }
  30.  
  31. /* Change to desired color */
  32. a.icon-wordpress {
  33. color: darkgrey;
  34. }
  35.  
  36. /* Change to desired color */
  37. a.icon-youtube {
  38. color: darkgrey;
  39. }
  40.  
  41. /* Change to desired color */
  42. a.icon-pinterest {
  43. color: darkgrey;
  44. }
  45.  
  46. /* Change to desired color */
  47. a.icon-github {
  48. color: darkgrey;
  49. }
  50.  
  51. /* Change to desired color */
  52. a.icon-dribbble {
  53. color: darkgrey;
  54. }
  55.  
  56. /* Change to desired color */
  57. a.icon-linkedin {
  58. color: darkgrey;
  59. }
  60.  
  61. /* Change to desired color */
  62. a.icon-feed:hover {
  63. color: #DC622C;
  64. }
  65.  
  66. /* Change to desired color */
  67. a.icon-twitter:hover {
  68. color: #00B6F1;
  69. }
  70.  
  71. /* Change to desired color */
  72. a.icon-facebook:hover {
  73. color: #3B5998;
  74. }
  75.  
  76. /* Change to desired color */
  77. a.icon-google:hover {
  78. color: #C20806;
  79. }
  80.  
  81. /* Change to desired color */
  82. a.icon-instagram:hover {
  83. color: #2C6A93;
  84. }
  85.  
  86. /* Change to desired color */
  87. a.icon-wordpress:hover {
  88. color: #04769C;
  89. }
  90.  
  91. /* Change to desired color */
  92. a.icon-youtube:hover {
  93. color: #C31A1E;
  94. }
  95.  
  96. /* Change to desired color */
  97. a.icon-pinterest:hover {
  98. color: #C91517;
  99. }
  100.  
  101. /* Change to desired color */
  102. a.icon-github:hover {
  103. color: #040204;
  104. }
  105.  
  106. /* Change to desired color */
  107. a.icon-dribbble:hover {
  108. color: #333333;
  109. }
  110.  
  111. /* Change to desired color */
  112. a.icon-linkedin:hover {
  113. color: #04669A;
  114. }
  115.  
  116. /* Change to desired color */
  117. .social-icons a:hover {
  118. text-decoration: none;
  119. }
  120. .navbar-inner .social-icon {
  121. font-size: 1.5em;
  122. margin: 0px 0px;
  123. }
  124. .navbar-inner .social-block {
  125. margin: 0px auto;
  126. }
Advertisement
Add Comment
Please, Sign In to add comment