Skip to content

Instantly share code, notes, and snippets.

@rolife
Last active December 12, 2015 01:28
Show Gist options
  • Save rolife/4690692 to your computer and use it in GitHub Desktop.
Save rolife/4690692 to your computer and use it in GitHub Desktop.
Блок социальных сетей для шикмоды.
<style type="text/css">
#social-block {
position:fixed;
top:50%;
right:0;
width: 32px;
z-index: 9999;
margin-top:-130px;
opacity:0.55;
background:#F3F8FC;
padding:6px 6px 0;
border:1px solid #CFDEEF;
border-right:none;
border-radius:5px 0 0 5px;
box-shadow:inset -1px 1px 0 #FFF, inset 0 -1px 0 #FFF
}
#social-block a {
display:block;
width:32px;
height:32px;
margin:0 0 6px;
padding:0;
outline:none;
background:url(icons.png) 0 0 no-repeat /* Спрайт: http://rolife.ru/chicmoda/icons.png */
}
#social-block:hover {
opacity:1
}
</style>
<div id="social-block">
<a href="http://www.odnoklassniki.ru/group/51581230055577" title="Мы в Одноклассниках" target="_blank" rel="nofollow"></a>
<a href="http://vk.com/club48754004" title="Мы ВКонтакте" target="_blank" rel="nofollow" style="background-position: -32px 0;"></a>
<a href="https://www.facebook.com/groups/607799952568710/" title="Мы в Facebook" target="_blank" rel="nofollow" style="background-position: -64px 0;"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment