Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
Hi, Do you want to see a stylish social sharing widget. Friend, Now i share a simple and beautiful social sharing widget for your blogger. It make a good feel and it make with simple gradients. If you want to add this on your blogger. Follow this post and make it..
Log in to your blogger account.
<style>
/* Social Icons
----------------------------------------------- */
a.social-icons {
margin-right: 5px; /*Adjust This Value As Needed*/
height:45px;
width:45px;
}
a.social-icons:hover {
opacity: .7;
filter:alpha(opacity=70); /* For IE8 and earlier */
} height:45px;
width:45px;
</style>
<a class="social-icons" href="https://facebook.com"><img src="http://i1356.photobucket.com/albums/q728/marklin44/Social%20Media%20Gray%20Icons/facebook_zps17e8a317.png" /></a>
<a class="social-icons" href="https://twitter.com/"><img src="http://i1356.photobucket.com/albums/q728/marklin44/Social%20Media%20Gray%20Icons/twitter_zpsad21acd1.png" /></a>
<a class="social-icons" href="https://stumbleupon.com"><img src="http://i1356.photobucket.com/albums/q728/marklin44/Social%20Media%20Gray%20Icons/stumbleupon_zpsb5c9fe2f.png" /></a>
<a class="social-icons" href="http://www.feedburner.com"><img src="http://i1356.photobucket.com/albums/q728/marklin44/Social%20Media%20Gray%20Icons/rss_zps237db27e.png" /></a>
<a class="social-icons" href="http://flicker.com"><img src="http://i1356.photobucket.com/albums/q728/marklin44/Social%20Media%20Gray%20Icons/flickr_zps538aca1b.png" /></a>
Leave a comment ….. if this widget is not working…………………………..
2013, By: Seo MasterFriends ,This is a useful post about how to apply different mouse hover effect to your picture in blogger. Now i show four effect to your blogger. This effect works with CSS3 script you can add this four effect on your Blogger. Follow this instructions carefully and add it in to your blog…
Log in to your Blogger account
.efecto-rotate-uno {
background:#FFF;
border: 1px solid #CCC;
display: block;
line-height: 0;
margin: 4px;
padding: 4px;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
cursor:pointer;
}
.efecto-rotate-uno:hover {
-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg);
}
<img class="efecto-rotate-uno" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAeN6SkTdnl0tEuqWfG53rR_3txEcCulUgzxBGEsgYeHnTx1HPUQUdWbEpKB4mL3cCrINMb4XprCMgmYuW8CLK5dZRZb4txOEZnlE8SZPZlWjPhuOlhStiPNMyeyVecKu1yJvYyRanVvuN/h120/tump-03.png" />
Replace highlighted RED color with your image link
.efecto-rotate-dos {
background:#FFF;
border: 1px solid #CCC;
display: block;
line-height: 0;
margin: 4px;
padding: 4px;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
cursor:pointer;
}
.efecto-rotate-dos:hover {
-moz-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-o-transform:rotate(10deg);
-ms-transform:rotate(10deg);
transform:rotate(10deg);
}
<img class="efecto-rotate-dos" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAeN6SkTdnl0tEuqWfG53rR_3txEcCulUgzxBGEsgYeHnTx1HPUQUdWbEpKB4mL3cCrINMb4XprCMgmYuW8CLK5dZRZb4txOEZnlE8SZPZlWjPhuOlhStiPNMyeyVecKu1yJvYyRanVvuN/h120/tump-03.png" />
Replace highlighted RED color with your image link
.efecto-rotate-tres {
background:#FFF;
border: 1px solid #CCC;
display: block;
line-height: 0;
margin: 4px;
padding: 4px;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
cursor:pointer;
}
.efecto-rotate-tres {
-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg);
}
.efecto-rotate-tres:hover {
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
}
<img class="efecto-rotate-tres" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAeN6SkTdnl0tEuqWfG53rR_3txEcCulUgzxBGEsgYeHnTx1HPUQUdWbEpKB4mL3cCrINMb4XprCMgmYuW8CLK5dZRZb4txOEZnlE8SZPZlWjPhuOlhStiPNMyeyVecKu1yJvYyRanVvuN/h120/tump-03.png" />
Replace highlighted RED color with your image link
.efecto-rotate-cuatro {
background:#FFF;
border: 1px solid #CCC;
display: block;
line-height: 0;
margin: 4px;
padding: 4px;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
cursor:pointer;
}
.efecto-rotate-cuatro:hover {
-moz-transform:rotate(-360deg);
-webkit-transform:rotate(-360deg);
-o-transform:rotate(-360deg);
-ms-transform:rotate(-360deg);
transform:rotate(-360deg);
}
<img class="efecto-rotate-cuatro" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAeN6SkTdnl0tEuqWfG53rR_3txEcCulUgzxBGEsgYeHnTx1HPUQUdWbEpKB4mL3cCrINMb4XprCMgmYuW8CLK5dZRZb4txOEZnlE8SZPZlWjPhuOlhStiPNMyeyVecKu1yJvYyRanVvuN/h120/tump-03.png" />
Replace highlighted RED color with your image link
Are you happy.???/…… Leave a commnet if it is not working on your blogger…
2013, By: Seo Master