Skip to content

Instantly share code, notes, and snippets.

@ximosa
Created August 21, 2015 15:12
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 ximosa/c97e9a26ab44169b2701 to your computer and use it in GitHub Desktop.
Save ximosa/c97e9a26ab44169b2701 to your computer and use it in GitHub Desktop.
Configure los botones de compartir de Genesis Simple Share.
/* Genesis Simple Share
--------------------------------------------- */
.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
border: none;
}
.content .share-filled .share {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.content .share-filled .count {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
color: #222;
border: 1px solid #222;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
background: #222 !important;
}
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment