21 Dec 2013

ColorFull Toolbar For Blog


1. Log in to blogger account and Click drop down.


2. Now select "Template" Like Below.


3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
    
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

CSS CODE

.nhm_topnavigation
{
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinPILa2Ni4bkOhLsFRV4ik2fJl8I8ktO4hyEmxEebqVfZDU4UY7o6zczQTV2-CGRQhi7IF7_78lVXlThOvniOWn_ZbZ992d5aizxKqWOijY9P5JiLBmFjY-TyoSA41oIuJO0wuv26rn7c/s1600/top-nav-bg.gif") repeat-x scroll 0 0 #0D1013;

  display: block;

  height: 38px;

  width: 936px;
}

.nhm_topnavigation ul {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinPILa2Ni4bkOhLsFRV4ik2fJl8I8ktO4hyEmxEebqVfZDU4UY7o6zczQTV2-CGRQhi7IF7_78lVXlThOvniOWn_ZbZ992d5aizxKqWOijY9P5JiLBmFjY-TyoSA41oIuJO0wuv26rn7c/s1600/top-nav-bg.gif") repeat-x scroll 0 0 #0D1013;

  display: block;

  height: 38px;

  list-style: none outside none;
}
.nhm_topnavigation ul li
{
  float: left;
}
.nhm_topnavigation ul li a
{

  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuXT3LOTKtzLN0DR5A6697XZNMO67JuC9JQCZaHQ-KsCgDmPtefdwb4lh3GDKWQfXzyJFSsnxNzfU9SfBJCbJVIv-SSyVUEL-rnqB86Cla4EuL3vZk3gHEs8CQaeh7hdhfPvKJj-l4woE/s1600/top-nav-seprator.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);

  color: #FFFFFF;

  display: block;

  float: left;

  font: 700 12px 'Roboto',sans-serif;

  height: 26px;

  padding: 9px 14px 0;
}
.nhm_topnavigation_wrap
{

  float: left;
}
.nhm_topnavigation .home
{

  border-top: 3px solid #009BFF;
}
.nhm_topnavigation .home img
{

  margin-top: -3px;
}

.nhm_topnavigation .home:hover
{

  background: none repeat scroll 0 0 #009BFF;
}

.nhm_topnavigation .home_active
{

  border-bottom: 3px solid #009BFF;
}

.nhm_topnavigation .home_active .home
{

  background: none repeat scroll 0 0 #009BFF;
}
.nhm_topnavigation .livetv
{
  border-top: 3px solid #9A0000;
}
.nhm_topnavigation .livetv:hover
{

  background: none repeat scroll 0 0 #9A0000;
}

.nhm_topnavigation .livetv_active
{

  border-bottom: 3px solid #9A0000;
}
.nhm_topnavigation .livetv_active .livetv {
  background: none repeat scroll 0 0 #9A0000;
}
.nhm_topnavigation .video_new {
  border-top: 3px solid #FE9A2E;
}
.nhm_topnavigation .video_new:hover {
  background: none repeat scroll 0 0 #FE9A2E;
}
.nhm_topnavigation .video_new_active {
  border-bottom: 3px solid #FE9A2E;
}
.nhm_topnavigation .video_new_active .video_new {
  background: none repeat scroll 0 0 #FE9A2E;
}
.nhm_topnavigation .allindia {
  border-top: 3px solid #FA5F00;
}
.nhm_topnavigation .allindia:hover {
  background: none repeat scroll 0 0 #FA5F00;
}
.nhm_topnavigation .allindia_active {
  border-bottom: 3px solid #FA5F00;
}
.nhm_topnavigation .allindia_active .allindia {
  background: none repeat scroll 0 0 #FA5F00;
}
.nhm_topnavigation .cities {
  border-top: 3px solid #BA4A1D;
}
.nhm_topnavigation .cities:hover {
  background: none repeat scroll 0 0 #BA4A1D;
}
.nhm_topnavigation .cities_active {
  border-bottom: 3px solid #BA4A1D;
}
.nhm_topnavigation .cities_active .cities {
  background: none repeat scroll 0 0 #BA4A1D;
}
.nhm_topnavigation .world {
  border-top: 3px solid #3366CC;
}
.nhm_topnavigation .world:hover {
  background: none repeat scroll 0 0 #3366CC;
}
.nhm_topnavigation .world_active {
  border-bottom: 3px solid #3366CC;
}
.nhm_topnavigation .world_active .world {
  background: none repeat scroll 0 0 #3366CC;
}
.nhm_topnavigation .sports {
  border-top: 3px solid #00A53C;
}
.nhm_topnavigation .sports:hover {
  background: none repeat scroll 0 0 #00A53C;
}
.nhm_topnavigation .sports_active {
  border-bottom: 3px solid #00A53C;
}
.nhm_topnavigation .sports_active .sports {
  background: none repeat scroll 0 0 #00A53C;
}
.nhm_topnavigation .trends {
  border-top: 3px solid #CC3333;
}
.nhm_topnavigation .trends:hover {
  background: none repeat scroll 0 0 #CC3333;
}
.nhm_topnavigation .trends_active {
  border-bottom: 3px solid #CC3333;
}
.nhm_topnavigation .trends_active .trends {
  background: none repeat scroll 0 0 #CC3333;
}
.nhm_topnavigation .blog {
  border-top: 3px solid #CC66CC;
}
.nhm_topnavigation .blog:hover {
  background: none repeat scroll 0 0 #CC66CC;
}
.nhm_topnavigation .blog_active {
  border-bottom: 3px solid #CC66CC;
}
.nhm_topnavigation .blog_active .blog {
  background: none repeat scroll 0 0 #CC66CC;
}
.nhm_topnavigation .photos {
  border-top: 3px solid #9600B4;
}
.nhm_topnavigation .photos:hover {
  background: none repeat scroll 0 0 #9600B4;
}
.nhm_topnavigation .photos_active {
  border-bottom: 3px solid #9600B4;
}
.nhm_topnavigation .photos_active .photos {
  background: none repeat scroll 0 0 #9600B4;
}
.nhm_topnavigation .assembly {
  border-top: 3px solid #33CC99;
}
.nhm_topnavigation .assembly:hover {
  background: none repeat scroll 0 0 #33CC99;
}
.nhm_topnavigation .assembly_active {
  border-bottom: 3px solid #33CC99;
}
.nhm_topnavigation .assembly_active .assembly {
  background: none repeat scroll 0 0 #33CC99;
}
.nhm_topnavigation .people {
  border-top: 3px solid #62B0C2;
}
.nhm_topnavigation .people:hover {
  background: none repeat scroll 0 0 #62B0C2;
}
.nhm_topnavigation .people_active {
  border-bottom: 3px solid #62B0C2;
}
.nhm_topnavigation .people_active .people {
  background: none repeat scroll 0 0 #62B0C2;
}
.nhm_topnavigation .more {
  border-top: 3px solid #666666;
}
.nhm_topnavigation .more img {
  margin: 7px 3px;
}
.nhm_topnavigation .more:hover {
  background: none repeat scroll 0 0 #666666;
}
.nhm_topnavigation .more_active {
  border-bottom: 3px solid #666666;
}
.nhm_topnavigation .more_active .more {
  background: none repeat scroll 0 0 #666666;
}

.subnav {
  background: none repeat scroll 0 0 #666666;
  float: left;
  position: relative;
  width: 100%;
}
.subnav ul {
  margin: 0;
  padding: 0;
}
.subnav ul li {
  border-left: 1px solid #404040;
  border-right: 1px solid #7E7E7E;
  display: inline-block;
  margin: 6px 0;
  padding: 2px 17px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.subnav ul li:first-child {
  border-left: medium none;
}
.subnav ul li.last {
  border-right: medium none;
}
.subnav ul li a {
  color: #FFFFFF;
}
7. Go to blogger and click Layout 

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code

HTML CODE


<div class="nhm_topnavigation">
<div class="nhm_topnavigation_wrap">
<ul class="home_active">
<li>
<a class="home" href="#">
<img height="23" width="26" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixwo0_BmOyYPXX8yKVH1gz36CE-CRYqM0-7C0gu3GJGzefRrIxHC6BDDEKZaXS66tDtvmMoNUjInD0KX8IulpR9qpHEi_KK5m17e3oiTEfa-wpNZP21AUMXHjusHyUd8FsVnJ3JDoOo9c/s1600/home-icon.png" alt="" title="">
</a>
</li>
<li><a class="livetv" href="#">LIVE TV</a></li>
<li><a class="video_new" href="#">VIDEO</a></li>
<li><a class="allindia" href="#">INDIA</a></li>
<li><a class="assembly" href="#">ELECTIONS</a></li>
<li><a class="cities" href="#">CITIES</a></li>
<li><a class="world" href="#">WORLD</a></li>
<li><a class="sports" href="#">SPORTS</a></li>
<li><a class="photos" href="#">PHOTOS</a></li>
<li><a class="trends" href="#">TRENDS</a></li>
<li><a class="people" href="#">PEOPLE</a></li>
<li><a class="blog" href="#">BLOG</a></li>
<li><a class="more" id="" href="">
<img height="7" width="27" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEO5Gcyc1qJ2uPhyfewVL0sO8xk9LqQ7TIEMc3mOkQ9nvi8GPwRs-4kljT7rYGi0XJwWmr9AirO190AmGDRoOlXl-xnGwfPCJSlXE3dIe6F44LZGnvXXCdFCRwtuX9cUa5m-ssWDzcc0o/s1600/more-icon.png">
</a>
</li>
</ul>
</div>
</div>


Save this Image For Your Back UP:If Image Host down ,Upload this image in any image host Website And Then replace the link in Above Code





29 May 2013

Stylish Blogger Page Number Navigation

Stylish Blogger Page Number Navigation helps to navigate from one page to next page or previous. Generally default blogger templates often contain ugly look page navigation which decrease your blogger look .you can use this page number navigation to improve the look of navigation on blogger using the below code.


1. Log in to blogger account and Click drop down.



2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag


CSS CODE



.blog-pager,#blog-pager{font-family:"Times New Roman", Times, serif;font-weight:normal;font-size:12px;width:700px;padding:17px;} .showpageNum a,.showpage a {background:#069; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;} .showpageNum a:hover,.showpage a:hover {background:orange; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;} .showpageOf{margin:0 8px 0 0;font-family:'Coming Soon', cursive;text-decoration:none;font-size:100%;} .showpagePoint {background:orange; color:#FFF; margin-right:.6em;text-decoration:none;font-size:15px;font-style:italic;line-height:0;text-align:center;padding:12px 18px 12px;-moz-border-radius:36px;-webkit-border-radius:36px;border-radius:36px;}




7.Aplly Javascript
Find This :

  </body>


Paste The Below Code Before </body>




<script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='http://safir85.ucoz.com/24work-blogspot/page-navigation/0-test-p-n-01_00.js'></script>


Change based on your blog setting :
var postperpage=7;
var numshowpage=4;

Postperpage : How many Post every Page for your blog
numshowpage : how Many number will show in Your page Navigation

25 May 2013

Beautiful Css3 Social Widget with Hover Effect

Tag line start: Css3 Social Widget .Blogger widget,latest blogger widget, Css3 fb like box for blogger gadgets for blogger ,latest blogger widgets,latest widgets for blogger,blog widgets,widgets for blog,social sharing button for blogger , Google plus widget for blogger, Facebook button for blogger,cool widget for blogger,Spiceupyourblog: Tagline End! Add a social subscription widget is very effective to attract the attention of your visitor including new towards the blog or websites. It also helps to get more traffic effectively 









  1. Goto on blogger dashboard
  2. Click on Layout tab
  3. Click on Add a Gadget
  4. Copy below code on HTML/JAVASCRIPT editor

HTML & CSS CODE

<style type="text/css">
#buttonbg {width: 260px;margin: 10px 20px;padding: 0;}
#buttonbg li {cursor: pointer;height: 48px;position: relative;list-style-type: none; }
#buttonbg .icon {background: #D91E76 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1TWZd3EsEXm0YUsmJ94eB1WNL693v3anC9MztIOqonEONEvTkzARnC4j8B1yAexaunoSQU4JEaTNorFmIjU9Bg11zxS-bLVurFW0mMTTciW-f3vqo-fBdQMLYQ9cCCjKpkTkdtppzFgM/s1600/blsocial12.png') 0 0 no-repeat; background-color: rgba(217, 30, 118, .42);border-radius: 30px;display: block; color: #141414;float:none;height: 48px;line-height: 48px; margin: 5px 0;position: relative;text-align: left;text-indent: 90px; text-shadow: #333 0 1px 0;white-space: nowrap;width: 48px;z-index: 5; -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out; -moz-transition: width .25s ease-in-out, background-color .25s ease-in-out; -o-transition: width .25s ease-in-out, background-color .25s ease-in-out; transition: width .25s ease-in-out, background-color .25s ease-in-out; -webkit-box-shadow: rgba(0, 0, 0, .28) 0 2px 3px; -moz-box-shadow: rgba(0,0,0, .28) 0 2px 3px; -o-box-shadow: rgba(0,0,0, .28) 0 2px 3px; box-shadow: rgba(0, 0, 0, .28) 0 2px 3px; text-decoration: none;}
#buttonbg span:hover {visibility: hidden;}
#buttonbg span {display: block;top: 15px;position: absolute;left: 90px;}
#buttonbg .icon {color: #fafafa;overflow: hidden;}
#buttonbg .fb {background-color: rgba(45,118,185, .42);background-position: 0 -382px;}
#buttonbg .twit {background-color: rgba(0, 161, 223, .42); background-position: 0 -430px;}
#buttonbg .google {background-color: rgba(167, 0, 0, .42); background-position: 0 -478px;}
#buttonbg .pint {background-color: rgba(204, 0, 0, .42);background-position: 0 -526px;}
#buttonbg .linked {background-color: rgba(0, 87, 114, .42); background-position: 0 -574px;}
#buttonbg .deviant {background-color: rgba(76, 122, 74, .42); background-position: 0 -622px;}
#buttonbg .ytube {background-color: rgba(170, 0, 0, .42); background-position: 0 -670px;}
#buttonbg .rss {background-color: rgba(255,109, 0, .42); background-position: 0 -718px;}
#buttonbg li:hover .icon {width: 250px; }
#buttonbg li:hover .icon {background-color: #d91e76; }
#buttonbg li:hover .fb {background-color: #2d76b9;background-position: 0 2px;}
#buttonbg li:hover .twit {background-color: #00A1DF; background-position: 0 -46px; }
#buttonbg li:hover .google {background-color: #A70000;background-position: 0 -94px;}
#buttonbg li:hover .pint {background-color: #C00;background-position: 0 -142px; }
#buttonbg li:hover .linked {background-color: #005772;background-position: 0 -190px;}
#buttonbg li:hover .deviant {background-color: #4C7A4A;background-position: 0 -238px;}
#buttonbg li:hover .ytube {background-color: #A00;background-position: 0 -286px; }
#buttonbg li:hover .rss {background-color: #EC5601;background-position: 0 -334px; }
#buttonbg .icon:active {bottom: -2px;-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none;}
</style>
<style type="text/css">
#buttonbg {width: 260px;margin: 10px 20px;padding: 0;}
#buttonbg li {cursor: pointer;height: 48px;position: relative;list-style-type: none; }
#buttonbg .icon {background: #D91E76 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1TWZd3EsEXm0YUsmJ94eB1WNL693v3anC9MztIOqonEONEvTkzARnC4j8B1yAexaunoSQU4JEaTNorFmIjU9Bg11zxS-bLVurFW0mMTTciW-f3vqo-fBdQMLYQ9cCCjKpkTkdtppzFgM/s1600/blsocial12.png') 0 0 no-repeat; background-color: rgba(217, 30, 118, .42);border-radius: 30px;display: block; color: #141414;float:none;height: 48px;line-height: 48px; margin: 5px 0;position: relative;text-align: left;text-indent: 90px; text-shadow: #333 0 1px 0;white-space: nowrap;width: 48px;z-index: 5; -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out; -moz-transition: width .25s ease-in-out, background-color .25s ease-in-out; -o-transition: width .25s ease-in-out, background-color .25s ease-in-out; transition: width .25s ease-in-out, background-color .25s ease-in-out; -webkit-box-shadow: rgba(0, 0, 0, .28) 0 2px 3px; -moz-box-shadow: rgba(0,0,0, .28) 0 2px 3px; -o-box-shadow: rgba(0,0,0, .28) 0 2px 3px; box-shadow: rgba(0, 0, 0, .28) 0 2px 3px; text-decoration: none;}
#buttonbg span:hover {visibility: hidden;}
#buttonbg span {display: block;top: 15px;position: absolute;left: 90px;}
#buttonbg .icon {color: #fafafa;overflow: hidden;}
#buttonbg .fb {background-color: rgba(45,118,185, .42);background-position: 0 -382px;}
#buttonbg .twit {background-color: rgba(0, 161, 223, .42); background-position: 0 -430px;}
#buttonbg .google {background-color: rgba(167, 0, 0, .42); background-position: 0 -478px;}
#buttonbg .pint {background-color: rgba(204, 0, 0, .42);background-position: 0 -526px;}
#buttonbg .linked {background-color: rgba(0, 87, 114, .42); background-position: 0 -574px;}
#buttonbg .deviant {background-color: rgba(76, 122, 74, .42); background-position: 0 -622px;}
#buttonbg .ytube {background-color: rgba(170, 0, 0, .42); background-position: 0 -670px;}
#buttonbg .rss {background-color: rgba(255,109, 0, .42); background-position: 0 -718px;}
#buttonbg li:hover .icon {width: 250px; }
#buttonbg li:hover .icon {background-color: #d91e76; }
#buttonbg li:hover .fb {background-color: #2d76b9;background-position: 0 2px;}
#buttonbg li:hover .twit {background-color: #00A1DF; background-position: 0 -46px; }
#buttonbg li:hover .google {background-color: #A70000;background-position: 0 -94px;}
#buttonbg li:hover .pint {background-color: #C00;background-position: 0 -142px; }
#buttonbg li:hover .linked {background-color: #005772;background-position: 0 -190px;}
#buttonbg li:hover .deviant {background-color: #4C7A4A;background-position: 0 -238px;}
#buttonbg li:hover .ytube {background-color: #A00;background-position: 0 -286px; }
#buttonbg li:hover .rss {background-color: #EC5601;background-position: 0 -334px; }
#buttonbg .icon:active {bottom: -2px;-webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none;}
</style>
<ul id="buttonbg"> <li ><a href="Link Facebook" class="icon fb">Like us on Facebook</a><span>Like us on Facebook</span></li>
<li ><a href="Link Twitter" class="icon twit" >Follow us on Twitter</a><span>Follow us on Twitter</span></li>
<li ><a href="Link Google+" class="icon google" >Follow us on Google+</a><span>Follow us on Google+</span></li>
<li ><a href="Link Pinterest" class="icon pint">Follow us on Pinterest</a><span>Follow us on Pinterest</span></li>
<li ><a href="Link Linkedin Anda" class="icon linked" >Follow us on LinkedIn</a><span>Follow us on LinkedIn</span></li>
<li ><a href="Link Deviant Art" class="icon deviant" >Follow us on DeviantArt</a><span>Follow us on DeviantArt</span></li>
<li ><a href="Link Youtube Anda" class="icon ytube">Follow us on Youtube</a><span>Follow us on Youtube</span></li>
<li ><a href="Link RSS/Feed" class="icon rss" >Subscribe via RSS</a><span>Subscribe via RSS</span></li> </ul>
</div>
     
    Save The Html you are done.......
     
Save this Image For Your Back UP:If Image Host down ,Upload this image in any image host Website And Then replace the link in Above Code
     
     

3 - customizing blogger labels


Blogger labels are used for specifying categories of the posts. By using labels in your blogger blog  you can differentiate among different types of posts from each other by creating their groups. Default blogger labels are not styled well. Which results in bad overall design of a blog but don`t worry these blogger labels can be easily customized using a small CSS code In this post we will provide you our 5 best designs for customizing your blogger labels.


1. Log in to blogger account and Click drop down.



2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

Design 1: Clean labels

CSS CODE

.label-size{
 margin:0;
 padding:0;
 position:relative;
 } 
 .label-size a{
text-decoration:none;
 float:left;
 height:18px;
 line-height:18px;
 position:relative;
 margin-bottom: 9px;
 margin-left:10px;
 padding:10px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 12px verdana;
    text-align: center;
  text-shadow: 0 1px 0 #eee;
  }
  .label-size a:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
        text-shadow: 0 1px 0 #ddd; }
  button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }


Design 2: Animated border style labels

 

CSS CODE


.label-size{
 margin:0;
 padding:0;
 position:relative;

 } 
 .label-size a{
 float:left;
 height:18px;
 line-height:18px;
 position:relative;
 font:14px verdana;
 margin-bottom: 9px;
 margin-left:10px;
 padding:10px;
 color: #fff;
 background: #48C9FF;
 background: -webkit-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -moz-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -ms-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -o-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: linear-gradient(to bottom, #48C9FF 0%, #2EA8E5 100%);
 text-shadow: #29a3cc 0 1px 3px;
 text-decoration:none;    
 border-top-left-radius: 10px 50px;
 border-bottom-left-radius: 10px 50px;
 border-top-right-radius: 10px 50px;
 border-bottom-right-radius: 10px 50px;
 -moz-border-radius-topleft: 10px 50px;
 -moz-border-radius-topright: 10px 50px;
 -moz-border-radius-bottomright: 10px 50px;
 -moz-border-radius-bottomleft: 10px 50px;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
 }

.label-size a:hover 
{
 -moz-border-radius-topleft: 50px 50px;
 -moz-border-radius-topright: 50px 50px;
 -moz-border-radius-bottomright: 50px 50px;
 -moz-border-radius-bottomleft: 50px 50px;
 border-top-left-radius: 50px 50px;
 border-bottom-left-radius: 50px 50px;
 border-top-right-radius: 50px 50px;
 border-bottom-right-radius: 50px 50px;
}


Design 3: Button style label

 

CSS CODE


.label-size{
 margin:0;
 padding:0;
 position:relative;

 } 
 .label-size a{
              float:left;
 height:18px;
 line-height:18px;
 position:relative;
 font:13px verdana;
 margin-bottom: 9px;
 margin-left:10px;
 padding:10px;
 text-decoration:none;
 background-color: #ff4c47;
 border-radius: 3px;
 box-shadow: 0 2px 0 #db443d;
 -moz-box-shadow: 0 2px 0 #db443d;
 -webkit-box-shadow: 0 2px 0 #db443d;
 color: #fff;
 
 text-align: center;
}

.label-size a:hover {
 background-color: #db443d;
}


 7.Save your template. you done it.

Go back to your home page and refresh it and see the difference..Hope you liked this article. Thanks for reading.

23 May 2013

Smooth Sliding Social Media Widget

With help of CSS and HTML anyone can make very awesome easy widgets for blogger.




How To Install in to Blogger 

1. Login To Blogger Dashboard


2. Select Layout


3. Click on add a gadget


4. Scroll down


5. Click on HTML/JavaScript


And then paste the code there and make changes in it.


<style>
.btrix-social-slidebox {
    font: 16px normal 'Denk One', sans-serif;
    display: inline-block;
    position: relative;
    width: 95%;
    max-width: 200px;
 
 
    padding: 12px;
 
}
.btrix-social-slide {
    width: 95%;
    max-width: 280px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.btrix-social-slide a {
    text-decoration: none !important;
   }
.btrix-social-slide ul {margin-top:-5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.btrix-social-slide ul li {margin-bottom:15px;
    display: inline;
    margin: 0;
    padding: 0;
    text-indent: 0;
 margin-left:10px;
}
.btrix-social-slide ul li a.facebook {
    border-left: 65px solid rgba(59, 89, 152, 1);
    color: rgba(59, 89, 152, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook:hover {
    background: rgba(59, 89, 152, 1);
    border-left: 0px solid rgba(59, 89, 152, 0.1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.facebook:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.twitter {
    border-left: 65px solid rgba(64, 153, 255, 1);
    color: rgba(64, 153, 255, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter:hover {
    background: rgba(64, 153, 255, 1);
    border-left: 0px solid rgba(64, 153, 255, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.twitter:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.gplus {
    border-left: 65px solid rgba(219, 74, 57, 1);
    color: rgba(219, 74, 57, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus p {
    margin: 2px 20px 0 -50px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus:hover {
    background: rgba(219, 74, 57, 1);
    border-left: 0px solid rgba(219, 74, 57, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.gplus:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest {
    border-left: 65px solid rgba(174, 45, 39, 1);
    color: rgba(174, 45, 39, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest p {
    margin: 2px 20px 0 -50px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest:hover {
    background: rgba(174, 45, 39, 1);
    border-left: 0px solid rgba(174, 45, 39, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.pinterest:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
.btrix-social-slide ul li a.rss {
    border-left: 65px solid rgba(255, 102, 0, 1);
    color: rgba(255, 102, 0, 1);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.rss p {
    margin: 2px 20px 0 -60px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.rss:hover {
    background: rgba(255, 102, 0, 1);
    border-left: 0px solid rgba(255, 102, 0, 1);
    color: #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.btrix-social-slide ul li a.rss:hover p {
    opacity: 0;
    -webkit-transition: all 1ms ease-in-out;
    -moz-transition: all 1ms ease-in-out;
    -ms-transition: all 1ms ease-in-out;
    -o-transition: all 1ms ease-in-out;
    transition: all 1ms ease-in-out;
}
</style>
<div class="btrix-social-slide">
    <ul>
        <li><a class="btrix-social-slidebox facebook" href="https://www.facebook.com/"><p>12K+</p>Facebook </a></li>
        <li><a class="btrix-social-slidebox twitter" href="https://twitter.com/"><p>5K+</p>Twitter</a></li>
        <li><a class="btrix-social-slidebox gplus" href="https://plus.google.com/"><p>4K+&nbsp;</p>Google+</a></li>
        <li><a class="btrix-social-slidebox pinterest" href="http://pinterest.com/"><p>2K+&nbsp;</p>Pinterest</a></li>
        <li><a class="btrix-social-slidebox rss" href="http://feeds.feedburner.com/"><p>11K+</p>RSS</a></li>
    </ul>
</div>

Replace Your Link in Red Color
Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!