Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created May 7, 2016 20:26
Show Gist options
  • Save sysnakamura/bd8525c201f3b297caa20f32897044ac to your computer and use it in GitHub Desktop.
Save sysnakamura/bd8525c201f3b297caa20f32897044ac to your computer and use it in GitHub Desktop.
はてなブログの記事下に設置するシェアボタンのCSS
/*share-botton*/
.share-buttons{
margin-bottom: 10px;
text-align: left;
}
.share-buttons .inner a {
position: relative;
display: inline-block;
width: 15%;
height: 45px;
line-height: 25px;
font-size: 16px;
text-align: center;
text-decoration: none;
padding:5px;
}
.share-buttons .inner .share-text{
font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
color:#008fde;
border:1px solid #008fde;
background: #fff;
}
.share-buttons .inner .hatena-bookmark-button:hover{
color:#fff;
background: #008fde;
}
.share-buttons .inner .hatena-bookmark-button:active{
background: #5478A5;
}
.share-buttons .inner .facebook-button{
color:#305097;
border:1px solid #305097;
background: #fff;
}
.share-buttons .inner .facebook-button:hover{
color:#fff;
background: #305097;
}
.share-buttons .inner .facebook-button:active{
background: #213254;
}
.share-buttons .inner .twitter-button{
color:#55acee;
border:1px solid #55acee;
background: #fff;
}
.share-buttons .inner .twitter-button:hover{
color:#fff;
background: #55acee;
}
.share-buttons .inner .twitter-button:active{
background: #0285b7;
}
.share-buttons .inner .googleplus-button{
color:#db4a39;
border:1px solid #db4a39;
background: #fff;
}
.share-buttons .inner .googleplus-button:hover{
color:#fff;
background: #db4a39;
}
.share-buttons .inner .googleplus-button:active{
background: #a23629;
}
.share-buttons .inner .pocket-button{
color:#d3505a;
border:1px solid #d3505a;
background: #fff;
}
.share-buttons .inner .pocket-button:hover{
color:#fff;
background: #d3505a;
}
.share-buttons .inner .pocket-button:active{
background: #b5392c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment