Redes Sociales

by DanielSTh

HTML

<ul id="cont-r-s">
<!-- Diseñado por DanieSTh-->
    <li><a target=”_blank” class="fb" href="#"><span>Facebook</span></a></li>
    <li><a target=”_blank” class="twitter" href="#"><span>Twitter</span></a></li>
    <li><a target=”_blank” class="YT" href="#"><span>YouTube</span></a></li>
    <li><a target=”_blank” class="G-p" href="#"><span>Google+</span></a></li>
    <li><a target=”_blank” class="Pint" href="#"><span>Pinterest</span></a></li>
    <li><a target=”_blank” class="feed" href="#"><span>Feed</span></a></li>
    <a target=”_blank” class="mas" href="http://daniels-th.blogspot.com/" title="Agregar este Gadget">+</a>
</ul>

CSS

body{

    margin:0 0;
    padding:0 0;
    color:#666;
    background:#f1f1f1 no-repeat;
}
#cont-r-s{
    position:fixed;
    bottom:30%;
    left:5px;
    z-index:99999
    
}
#cont-r-s li{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    list-style:none;
    height:39px;
    padding:2px;
    margin-top: 2px;
    width:40px;
}
#cont-r-s span{
    background-image:url('http://s2.postimg.org/ik6be3ddx/Bg_icos_DSTh.png') ;
    background-size: 120px 30px;
    width:0;
    left:34px;
    padding:0;
    position:absolute;
    overflow:hidden;
    z-index:-1;

    font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:30px;
    margin-top:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    
}

/* 
Diseñado por DanieSTh
SitioWeb: www.DanieS-Th.blogspot.com 
*/

#cont-r-s a, #cont-r-s .mas{
    background:#FFF;
    height:38px;
    width:38px;
    display:block;
    position:relative;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;

}
#cont-r-s .mas{
    background:#FFF;
    height:15px;
    width:15px;
    color:#000;
    border-radius:0 0 8px 8px;
    text-align: center;
    text-decoration: none;
    line-height:16px;
    margin:-3px 0 0 13px;
    z-index:-1;
}

#cont-r-s a:hover span{ width:auto;...