Diberdayakan oleh Blogger.

Animation Sociall Share With CSS3

Selamat siang sobat blogger, bagaimana kabar hari ini,......???

Salah satu media agar blog atau web dapat lebih mendatang kan pengunjung diantaranya dengan sistem "SHARE" ke sosial bookmark trik  ini mungkin hanya salah salah satunya saja.

Pada kesempatan ini Kolom Tutorial™ akan mencoba membuat sebuah Tutorial yang berhubungan dengan hal tersebut di atas, Tutorial kali ini kita berinama "Animation Sociall Share With CSS3" Untuk Freview gambarnya seperti ini :


VIEW A DEMO

Untuk Tutorialnya sebagai Berikut :
1. Seperti biasa Login ke Akun Blogger sobat
2. Klik Template Klik Edit HTML
3. Jangan Lupa Centang Expand Widget Template
4. Cari kode ]]></b:skin> dan letakan kode CSS dibawah tepat diatas kode ]]></b:skin>

.scial a
{
text-decoration:none;
color:rgba(0,0,0,.5);
}
.scial
{
display:inline-block;
transition:.3s;
-webkit-transition:.3s;
-o-transition:.3s;
-moz-transition:.3s;
-ms-transition:.3s;
cursor:pointer;
margin:10px 0px;
width:50px;
padding:0px;
height:50px;
font-size:22px;
color:rgba(0,0,0,.5);
text-shadow: 1px 0 0 rgba(0,0,0,.2);
}
.scial:hover
{
padding-right:160px;
}
.scial > span
{
font-weight:900;
display:inline-block;
text-decoration:none;
color:rgba(0,0,0,.5);
margin:5px 7px;
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
}
.scial:hover > span
{
transform:scale(1);
transition:0.5s linear;
-webkit-transform:scale(1);
-webkit-transition:0.5s linear;
-moz-transform:scale(1);
-moz-transition:0.5s linear;
-o-transform:scale(1);
-o-transition:0.5s linear;
-ms-transform:scale(1);
-ms-transition:0.5s linear;
}
.fbs
{
background:#5A5AFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkQTd8HNU6G3RzC9Kk2YGQ0ZBDLWHEUc1YHk-5uC9uL1axVl79Pcc98zqL2sEBnEiipOEWQiLCEyZ9S7hhvU1KtANiiJy4sKRAfIOykWEZlcdkHpi-VcJm2GL9hMqYIlOAceM37ftLlyQ/s1600/facebook.png) center no-repeat;
background-size:40px;
border-radius:40px;
-moz-border-radius:40px;
-webkit-border-radius:40px;
-ms-border-radius:40px;
border:1px solid transparent;
}
.fbs:hover
{
background-position:95% 50%;
box-shadow:0 0 0 3px #5A5Aff;
border:1px dashed rgba(0,0,0,1);
}
.gp
{
background:#FF4949 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBdk9pugnH4JBCURRhtRtK3D4__vR7gIAcbS_AXkmIu7YCc8qMDmnzWXrdQcmqWwQ9QaVWUc5XyyP-ltbWueOEHKmesu0zhDJ1uBdwMLuWwoQYkVwfWtYTrhslyVrvtldllInKDfWp75g/s1600/gplus.png) center no-repeat;
background-size:40px;
border-radius:40px;
-moz-border-radius:40px;
-webkit-border-radius:40px;
-ms-border-radius:40px;
border:1px solid transparent;
}
.gp:hover
{
background-position:95% 50%;
box-shadow:0 0 0 3px #FF4949;
border:1px dashed rgba(0,0,0,1);
}
.tw
{
background:#00EBFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLpuqhrbRzYGjh14WnlnkdGejp9WF0TlmfavGhjeKUqOL780edCdS9JqUHcMA9JrMvEpehi5NPdmQSCtjEFJVxW43Jfs5Hu9q6AANtv-C2O2dELewmwhHz5qtcvvybF0OyEcljyRosqKE/s1600/twitter.png) center no-repeat;
background-size:40px;
border-radius:40px;
-moz-border-radius:40px;
-webkit-border-radius:40px;
-ms-border-radius:40px;
border:1px solid transparent;
}
.tw:hover
{
background-position:95% 50%;
box-shadow:0 0 0 3px #00EBFF;
border:1px dashed rgba(0,0,0,1);
}
.st
{
background:#FFB6B3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4p32MwvRLNTscF9NMr4B3ZjaVcegtXe1C2swOvNVS5049HkyjIGkI0SQ4BQrDStMfpn-C34JYGbJAIo6yyw6JYtFM7wayyGwN4PrSsNcJWYhFFYI-xk-QEjoSCS0w-eR3DodAn6GH7Ho/s1600/stumbleupon.png) center no-repeat;
background-size:40px;
border-radius:40px;
-moz-border-radius:40px;
-webkit-border-radius:40px;
-ms-border-radius:40px;
border:1px solid transparent;
}
.st:hover
{
background-position:95% 50%;
box-shadow:0 0 0 3px #FFB6B3;
border:1px dashed rgba(0,0,0,1);
}

5. Klik Save
6. Kemudian Klik Tata Letak >>>> Klik Add Widget Klik >>> HTML/Javascript
7. Kopi Paste Kode HTML Dibawah ini :

<div class="scial fbs"><span><a href="http://www.facebook.com/sharer.php?u=http://joens-tutorial.blogspot.com/&amp;t=6 Animation Sociall Share With CSS3" rel="external nofollow" target="_blank">Facebook</a></span></div>
<div class="scial tw"><span><a href="http://twitter.com/home/?status=Check this out: Animation Sociall Share With CSS3 http://joens-tutorial.blogspot.com/" target="_blank">Twitter</a></span></div>
<div class="scial gp"><span><a href="https://plus.google.com/share?url=en&amp;url=http://joens-tutorial.blogspot.com/" target="_blank" title="Share On Google Plus !">Google+</a></span></div>
<div class="scial st"><span><a href="http://www.stumbleupon.com/submit?url=http://joens-tutorial.blogspot.com/&amp;title=Animation Sociall Share With CSS3" rel="external nofollow" target="_blank">Stumbleupon</a>
</span></div>

8. Klik Save, dan lihat hasilnya.

Note :
Ganti Tulisan "http://joens-tutorial.blogspot.com/" Dengan alamat blog sobat.
Happy Blogging sobat, semoga artikel ini bisa bermanfaat, teimakasih atas kunjungannya.
Anda baru saja membaca artikel yang berkategori CSS / Tutorial Blog dengan judul Animation Sociall Share With CSS3 . Anda bisa bookmark halaman ini dengan URL http://tutorial-gratis-di.blogspot.com/2013/03/animation-sociall-share-with-css3_8.html. Terima kasih!
Ditulis oleh: Unknown - Jumat, 08 Maret 2013

Belum ada komentar untuk "Animation Sociall Share With CSS3 "

Posting Komentar