Skip to content

Instantly share code, notes, and snippets.

@madhatter87
Last active January 4, 2016 16:28
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 madhatter87/8647116 to your computer and use it in GitHub Desktop.
Save madhatter87/8647116 to your computer and use it in GitHub Desktop.
/*ボタンの幅を設定*/
.sidebar_sns {
width: 235px;
}
.sidebar_sns ul {
margin: 0;
padding: 0;
}
.sidebar_sns li {
margin-bottom: 8px;
line-heifht: 1.5;
list-style-type: none;
border: solid 1px "aaaaaa;
}
/*マウスオーバーでボタンを半透明にする*/
.sidebar_sns li:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.sidebar_sns li a {
display: block;
padding: 20px;
color: #ffffff;
font-size: 24px;
text-decoration: none;
}
.sidebar_sns li#rss_feed {
background-color:#EF8C33;
}
.sidebar_sns li#twitter {
background-color:#55ACEE;
}
.sidebar_sns li#facebook {
background-color:#3B5999;
}
.sidebar_sns li#tumblr {
background-color:#385774;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment