Skip to content

Instantly share code, notes, and snippets.

@carasmo
Created February 23, 2016 17:38
Show Gist options
  • Save carasmo/95fef38abaf2b00bda88 to your computer and use it in GitHub Desktop.
Save carasmo/95fef38abaf2b00bda88 to your computer and use it in GitHub Desktop.
Tweet This replacement CSS
/* TweetThis CSS | Plugin Name: Tweet This | Author: John Morris */
.TT_wrapper {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 10px 0;
padding: 10px 10px 0 10px;
text-align: center;
}
.TT_wrapper a {
text-decoration: none
}
.TT_wrapper a:after {
display: none
}
.TT_text {
font-size: 20px
}
.TT_tweet_link {
display: block
}
.TT_footer img {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius:50%;
}
.TT_footer {
margin-top: 20px;
padding-bottom:10px;
}
@media (min-width:1000px) {
.TT_wrapper {
padding: 15px 5px 0 15px;
text-align: left;
margin-bottom: 30px;
margin-top: 0;
}
.TT_text {
font-size: 30px
}
.TT_footer {
text-align: right
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment