Son Eklenenler
social buttons etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
social buttons etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

CSS3 Sosyal Ağ Butonları

CSS3 Sosyal Ağ Butonları

CSS3 kullanarak kodladığım bu güzel sosyal ağ butonları çok kullanışlı. İsterseniz yazılarınızı paylaşmak içinde kullanabilirsiniz.

CSS


ul{
display: inline;
line-height: 40px;
}
a.dribbble{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #F98CB6),color-stop(0,#F75F94));
-webkit-border-radius: 3px;
border-top: 1px solid #fbbad3;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(74,36,49,.9);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.dribbble:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #F75F94),color-stop(0,#F98CB6));
}

/*Twitter*/
a.twitter{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #65acc8),color-stop(0,#4586ae));
-webkit-border-radius: 3px;
border-top: 1px solid #a1cdde;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(25,45,55,.9);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.twitter:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #4586ae),color-stop(0,#65acc8));
}
/*Facebook*/
a.facebook{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #4669ab),color-stop(0,#304886));
-webkit-border-radius: 3px;
border-top: 1px solid #8ea4cd;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(21,31,53,1);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.facebook:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #304886),color-stop(0,#4669ab));
}
/*Forrst*/
a.forrst{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #58853e),color-stop(0,#3c592a));
-webkit-border-radius: 3px;
border-top: 1px solid #99b489;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(22,33,16,1);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.forrst:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #3c592a),color-stop(0,#58853e));
}
/*Designmoo*/
a.designmoo{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #eb5a5f),color-stop(0,#e13c41));
-webkit-border-radius: 3px;
border-top: 1px solid #f39a9e;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(69,22,24,1);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.designmoo:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #e13c41),color-stop(0,#eb5a5f));
}
/*Flickr*/
a.flickr{
position: absolute;
width: 170px;
height: 26px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #ea66ac),color-stop(0,#da3868));
-webkit-border-radius: 3px;
border-top: 1px solid #f3a2cd;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.3);
font-family: "Arial";
font-size: 13px;
text-decoration: none;
font-weight: 700;
padding-bottom: 11px;
padding-left: 10px;
color: rgba(74,4,32,1);
text-shadow: 0 1px 1px rgba(255,255,255,.35);
}
a.flickr:active{
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #da3868),color-stop(0,#ea66ac));
}
/*Using Sprites*/
.icons{
position: absolute;
display: block;
background-image: url(http://u1308.hizliresim.com/1d/8/r8x9p.png);
background-repeat: no-repeat;
height: 26px;
width: 25px;
right: 10px;
bottom: 5px;
}
.icons.dribbble{
background-position: 0 0;
}

.icons.twitter{
background-position: -25px 0;
}

.icons.facebook{
background-position: -50px 0;
}

.icons.forrst{
background-position: -75px 0;
}

.icons.designmoo{
background-position: -100px 0;
}

.icons.flickr{
background-position: -125px 0;
}

a:hover {
-webkit-transition: color 0.8s;
-moz-transition: color 0.8s;
-o-transition: color 0.8s;
transition: color 0.8s;
color:#FFFFFF}

HTML


<ul>
<li><a href="#" class="dribbble">Dribbble<span class="icons dribbble"></span></a></li>
<br/>
<li><a href="#" class="twitter">Twitter<span class="icons twitter"></span></a></li>
<br/>
<li><a href="#" class="facebook">Facebook<span class="icons facebook"></span></a></li>
<br />
<li><a href="#" class="forrst">Forrst<span class="icons forrst"></span></a></li>
<br />
<li><a href="#" class="designmoo">Designmoo<span class="icons designmoo"></span></a></li>
<br />
<li><a href="#" class="flickr">Flickr<span class="icons flickr"></span></a></li>
</ul>


Canlı önizleme

Blogger Sosyal Medya Profil Butonları v3

Sosyal medyada aktif olmak bloggerlar için büyük önem taşır.Bu yüzden her blog sitesinde muhakkak facebook ve twitter adresi bulunmaktadır.Peki, bu sosyal medya adreslerimizi estetik açıdan daha güzel yayınlasaydık güzel olmaz mıydı ?



Olurdu elbet :) Bu yüzden sizlere yine CSS ile oluşturulmuş güzel butonlar sunacağım.Daha önce,


sizlere yukarıdaki yazılarımda buna benzer butonların nasıl ekleneceğini anlatmıştım.Sizleri daha fazla bekletmeden hemen anlatıma geçeyim.

]]><b:skin>

Yukarıdaki kodumuzu bulun ve hemen üzerine aşağıdaki CSS kodlarımızı ekleyin.

.social a {
display: block; background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrYE9ynTvObmib7Cdyy_gsbCVX-B3nZeivYziQnWtNVm4uZJcCLmXQCe4enN_NTEfRjClOFYK-dmTQHlLV8cbYl_7MTP_KODEj0kIUijwKZLbcaMadBTIZBtF6R0GVby4853LdoNTgIDDP/s277/social-icons.png);
background-repeat: no-repeat;
width: 56px;
height: 58px;
float: left;
margin: 0 22px 15px 0
}
.social-face {background-position: 0 -70px;}
.social-face:hover {background-position: 0 0;}
.social-twit {background-position: -74px -70px;}
.social-twit:hover {background-position: -74px 0;}
.social-plus {background-position: -221px -70px;}
.social-plus:hover {background-position: -221px 0;}
.social-rss {background-position: -148px -70px;}
.social-rss:hover {background-position: -148px 0;}

Önizleme yapın hata almıyorsanız şablonu kayıt edin.

Sayfa Öğeleri > Gadget Ekle > HTML/JavaScript gadgetına aşağıdaki kodları ekleyin.


<div class='social'>
<a class='social-face' href='#'></a>
<a class='social-twit' href='#'></a>
<a class='social-plus' href='#'></a>
<a class='social-rss' #' style='margin-right: 0;'></a>

Yukarıdaki kodlarda bulunan # yerine kendi sosyal profil adreslerinizi yazınız.Bir sonraki yazımda görüşmek üzere.İyi bloglamalar

Blogger Sosyal Medya Profil Butonları v2

Daha önce sizlere bu yazımda Blogger Sosyal Medya Profil Butonları CSS3 ile oluşturulmuş ve hover efekti verilmiş kodlar sunmuştum.Şimdi ki kodlarımız ise biraz daha gelişmiş ve daha renkli.
Butonlarımız her zamanki gibi CSS3 ile oluşturulmuş ve hover efekti verilmiştir.Butonlarımızın güzelliğine sizin karar verebilmeniz için birde demo ekledim.


DEMO


]]></b:skin>

Yukarıdaki kodumuzu şablonunuzda CTRL+F yardımı ile bulun.Daha sonra hemen üstüne aşağıdaki CSS kodlarımızı ekleyin.


#social {
margin: 15px 0 5px -15px;
width: 300px;
height: 40px;
text-align: center;
}

#social img {
margin-left: 3px;
margin-right: 3px;
}

#social img:hover {
opacity: 0.6;
}

Tasarım > Sayfa Öğeleri > Gadget Ekle diyerek aşağıdaki kodlarımızı gadgetımıza ekleyelim.


<div id="social">
<a href="http://www.twitter.com/" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYZbIoErq75hOO4P0UqBIHLpkyTTYAWazJ7eA1RebLwceRXFSDGGYW932yqwNiGndR3DvGDGSHV4-U0ssDc7UhqVjHOSohneQaT37zL7W6aAd0xjBuE17hrG2Nh5RYIg1oU9GXewxy-WE/s0/twitter.png" title="Twitter" /></a>
<a href="http://feeds.feedburner.com/" target="_blank"><img alt="Feed" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1TJCkLf2ttSu5WSFoyv7QDtNSSZl4BWEWr_o_i2Kwm8qO2x5D4kUMx2Wsu10LNGj67uBwATV2aGFTcXq7xNgY4SiVpjU3fHB3T4AfmfJd7-q_X_JNA6ampojfD7NDhpFSHFqdtIdroIc/s0/rss.png" title="RSS" /></a>
<a href="http://www.facebook.com/" target="_blank"><img alt="Facebook" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvL_GsyImFbNkUejXGxwgkEZ99nctz4gR54OxWVsSY0J2elFOFm7rCxrq7OOhVcnVx8REQXVlZcA6-CSBaWDGWft-MM_ndA1nLyFODBQiIuXtq-eE2BeFyxEkynEo9nwPvuuanSCbFYm8/s0/facebook.png" title="Facebook" /></a>
<a href="http://plus.google.com/" target="_blank"><img alt="Google Plus" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDUCR1sGVx0bBt2i1Cnkz075XXPlugQyll13ctUeHW3PZX0LXFd5We8oCPAe00sps21n5PJIEt3itg_9LsFnRRik5cRs8oqZq2X8GdPobvEd_92nfBLxbzmoBFv3MkdlSLCpb82EIN6zE/s0/google%252525252b.png" title="Google Plus" /></a>
<a href="http://www.youtube.com/" target="_blank"><img alt="Youtube" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfxxXCVjV5iRdxHWFqX-GrjeS0Rov9uavkzwWDuRftGHuOv3FWL4ZOnWNY5NWNcseXMaFqKIZvwQ-hWET-kmPecn907-SeNacJPPovFrpC6MBx2eslswJEKB52czuBimdlsn6P6WShxmA/s0/you_tube.png" title="Youtube" /></a></div>



İkinci kodumuzda bulunan kırmızı ile işaretlenen bölüme kullanıcı adlarınızı yazmanız yeterli olacaktır.


İyi bloglamalar...

Blogger Sosyal Medya Profil Butonları

Kodları yabancı bir siteden aldım.Aslında bu kodların yanında abonelik formu ve  reader sayacı bulunmaktaydı.Sadeleştirerek sizlere sosyal medya butonları'nı sunacağım.Dileyen internetten araştırıp orijinal halini bulabilir.



Kodlarımız CSS3 ile oluşturulmuş ve butonlarımıza hover efekti verilmiş.Hemen anlatıma geçiyorum.

Tasarım > Sayfa Öğeleri > Gadget Ekle > HTML/JavaScript

yukarıdaki işlemleri yaptıktan sonra aşağıdaki kodlarımızı gadgetımıza ekleyelim.


<style>ul.social {  list-style: none;  margin: 10px;  overflow: hidden;}.social li {  float: left;  background: none !important;  padding: 0 !important;  margin: 0 8px;}.social li a {  display: block;  width: 50px;  height: 40px;  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc4O054koPAbtpfHtYzNjdHraphtClE908oO6M3pd8SkrwW46H_5zIfbpOGz3iAlho6WPB4_oKCfR5LhvSn-g3xtpVXxgt-0DoMcEJ75NNHP93Gl-ztAeua-D7fYlUJR3eeTbgJqRBqDs/s1600/social.png") no-repeat transparent;  text-indent: -99999em !important;-webkit-transition: ease-in 0.15s all;  -moz-transition: ease-in 0.15s all;  -o-transition: ease-in 0.15s all;  -ms-transition: ease-in 0.15s all;  transition: ease-in 0.15s all;}.social li a:hover {  padding: 0 !important;}.social li.rssicon a {  background-position: 0 0;border-right: 1px solid #e6e6e6;}.social li.twicon a {  background-position: -50px 0;border-right: 1px solid #e6e6e6;}.social li.fbicon a {  background-position: -100px 0;border-right: 1px solid #e6e6e6;}.social li.gicon a {  background-position: -150px 0;}.social li.rssicon a:hover {  background-position: 0 -50px;border-right: 1px solid #e6e6e6;}.social li.twicon a:hover {  background-position: -50px -50px;border-right: 1px solid #e6e6e6;}.social li.fbicon a:hover {  background-position: -100px -50px;border-right: 1px solid #e6e6e6;}.social li.gicon a:hover {  background-position: -150px -50px;}
</style>
<div class="subicons"><ul class="social">
<li class="fbicon"><a href="http://facebook.com/websehri" rel="nofollow" target="_blank">FaceBook</a></li>
<li class="twicon"><a href="http://twitter.com/ardaerakman" rel="nofollow" target="_blank">Twitter</a></li>
<li class="gicon"><a href="https://plus.google.com/111946372959768014016" rel="nofollow" target="_blank">Google +</a></li>
<li class="rssicon"><a href="http://feeds.feedburner.com/aerakmanBlog" rel="nofollow" target="_blank">Rss</a></li></ul>
</div>


Uyarı:Benim vermiş olduğum sosyal medya profil linkleri yerine kendi profil renklerinizi yazmanız yeterli olacaktır.Zaten o kısımları kırmızı ile gösterdim.

Eğer işlemlerimizi sorunsuz yaptıysanız,sosyal profil butonlarımız kullanıma hazırdır.İyi bloglamalar.

Layer"

Reklam

 
Support : Türkçe | Blogger | Temaları
Copyright © 2014 Film Siteleri - Tüm Hakları Saklıdır
Filmsitelerin.blogspot.comTürkçe Blogger Temaları
powered by Filmsiteleri.net