13 Mayıs 2013 Pazartesi

Metro Tarzı Sosyal Ağ Butonları

Merhaba arkadaşlar, güzel bir yazı ile yine karşınızdayım. Bugün ki yazımızda Win8'in Metro Arayüzüne benzer sosyal ağ butonlarını paylaşacağım. Bence hepiniz beğenecek ve kullanacaksınız :)

Hemen başlayalım diyorum.

CSS KODLARI

#jocial{width: 305px;
float: left;margin-top: 10px;}
#jocial li{position:relative; cursor:pointer; padding: 0 !important;}
#jocial .facebook, .googleplus, .rss, .twitter{
position: relative;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 5;
display: block;
float: left;
margin: 1px;}
#jocial .icon{overflow:hidden;}
#jocial .facebook{width: 150px;
height: 150px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNCHTrHyYc_EmwgokMyrLSp101foz6QP6TzlIZ8yLeBr2XuiqEz2wCuqXcetUeOCeCLSvnl2yRC_-KhOSgipKUVYQhKYQR5_s5b07Y-r1jIB-BGySHjiCYzdPnZj1TeWUbnTDR9rCvg0KS/s0/facebook.png") no-repeat center center;}
#jocial .twitter{width: 150px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlbIwz3SVtRE4s1ZYHpIPjkLrB0dOTnYGz8MF1T6avElrClQD3kNIOxnKJpwtrfafBRLnRvhyphenhypheniWCW8jJestY3fXI_9LIp3wrGIKHLQfAd89S9jnXDnetHmNVPF_xT9cjMlAXTcXnZB_2TN/s0/twitter.png") no-repeat center center;}
#jocial .googleplus{width: 150px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfKWUSUWhq4KIuULRTNoQfbVmzmZYZND2AtpJgWX_C5yi93WD4so4KjmCL2oaFEAPjHAH_xGxdDaZjzC17rjtilVEpsXjznS-RGWTWGvo3GTl9RRGGKphFOVEhy1loHaWkIBefWgUdBwV9/s0/google%25252Bplus.png") no-repeat center center;}
#jocial .rss{ width: 302px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNFvZ0mjF31ABYH7hLjInRhGpegovo4bdHWr9pXHojjhgWL4W56dpkNir8vZ7suvE7QevPFuF4WUqyKBSss1C4m8r15UJRXxNssfKa5LL76dbhE5-cS8vtDGgpJiJDJMWju5nLnmcfa7J5/s0/rss.png") no-repeat center center;}
#jocial li:hover .facebook{background-color:#3468B6;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .twitter{background:rgba(64,153,255,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlbIwz3SVtRE4s1ZYHpIPjkLrB0dOTnYGz8MF1T6avElrClQD3kNIOxnKJpwtrfafBRLnRvhyphenhypheniWCW8jJestY3fXI_9LIp3wrGIKHLQfAd89S9jnXDnetHmNVPF_xT9cjMlAXTcXnZB_2TN/s0/twitter.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .googleplus{background:rgba(228,69,36,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfKWUSUWhq4KIuULRTNoQfbVmzmZYZND2AtpJgWX_C5yi93WD4so4KjmCL2oaFEAPjHAH_xGxdDaZjzC17rjtilVEpsXjznS-RGWTWGvo3GTl9RRGGKphFOVEhy1loHaWkIBefWgUdBwV9/s0/google%25252Bplus.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .rss{background:rgba(255,102,0,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNFvZ0mjF31ABYH7hLjInRhGpegovo4bdHWr9pXHojjhgWL4W56dpkNir8vZ7suvE7QevPFuF4WUqyKBSss1C4m8r15UJRXxNssfKa5LL76dbhE5-cS8vtDGgpJiJDJMWju5nLnmcfa7J5/s0/rss.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}

HTML KODLARI


<ul id='jocial'>
<li><a class='icon facebook' href='http://www.facebook.com/YOUR_USERNAME/'></a></li>
<li><a class='icon twitter' href='http://twitter.com/username/'></a></li>
<li><a class='icon googleplus' href='https://plus.google.com/u/0/alamat profil google+/'></a></li>
<li><a class='icon rss' href='http://feeds.feedburner.com/YOUR_USERNAME'></a></li>
</ul>

0 yorum:

Yorum Gönder