Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7279206 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7279206 to your computer and use it in GitHub Desktop.
Fast Loading Colorful Social Share Buttons
/*social sharing buttons by http://goo.gl/qL28jk Keep it for update*/
.social a{
display:inline-block;
margin:1px 2px 5px 0;
padding:3px 3px;
color:#fff;
text-align:center;
text-decoration:none;
border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
}
/*Facebook*/
.facebook{
background:#3B5998;
}
/*Twitter*/
.twitter{
background:#7cd5fd;
}
/*Google Plus*/
.google-plus{
background:#D34836;
}
/*LinkedIn*/
.linkedin{
background:#0e76a8;
}
/*StumbleUpon*/
.stumbleupon{
background:#EF4916;
}
/*Reddit*/
.reddit{
background:#369;
}
/*Digg*/
.digg{
background:#1B5790;
}
/*Delicious*/
.delicious{
background:#0b79e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment