Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Last active September 24, 2015 20:35
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 frankschrijvers/f09e1f7793ab8aea3be6 to your computer and use it in GitHub Desktop.
Save frankschrijvers/f09e1f7793ab8aea3be6 to your computer and use it in GitHub Desktop.
Genesis Simple Share alternative styling
/* Genesis Simple Share
--------------------------------------------- */
/* Centers the icons */
.share-before, .share-after {
overflow: auto;
text-align: center;
}
.sharrre {
cursor: pointer;
display: inline-block;
font-family: 'Genericons';
speak: none;
font-size: 1em;
width: 2em;
text-align: center;
line-height: 1.8em;
margin: 0 .2em 1em .2em;
color: #666;
border: 2px solid #666;
border-radius: 50%;
}
.sharrre .count, .sharrre .share {
display: none;
}
/* styling filled icons */
.share-filled .sharrre {
background: #666;
border: none;
color: #fff;
width: 1.8em;
}
/* size medium size icons */
.share-medium .sharrre {
font-size: 1.5em;
}
.sharrre:hover {
background: #0fbe7c;
color: #fff;
}
.facebook:before {
content: '\f204';
}
.pinterest:before {
content: '\f209';
}
.twitter:before {
content: '\f202';
}
.stumbleupon:before {
content: '\f223';
}
.linkedin:before {
content: '\f207';
}
.googlePlus:before {
content: '\f218';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment