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

Metro Styled Social Subscription Widget For Blogger



We did post about how to add metro style social widget to 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.

    <center><p id='rb_socialicons'>

    <a href='http://feeds.feedburner.com/YourID' rel='nofollow' target='_blank'> <img alt='Click Me' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfYTH1aJhH5NsQSCowbvF50wOL6r1V-6yNszYDth6zRIu0rpcbTUqmc4KiXLzl1Goi7iA5P2qqAv8AwslUI3VhF_IDDKTqfB5RE0HWPtrJG-zOs0MGFz4-iC35DU1HV3gpE2QPG5FBNnWT/s1600/rss-inactive.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibC1eXXWerR8EDEV0N-XrWewHbtfX-Lc_hTd1Sos7G0WYsPX-E_0-62K1cKVjY2nOKhWTAwEHzSmsS0fXSjnu26CUHdsiFoUMiA2c7Rcw2uFkZZwLL68oFEu7Dr1V1KSkwXUugKYr3h1rl/s1600/rss.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfYTH1aJhH5NsQSCowbvF50wOL6r1V-6yNszYDth6zRIu0rpcbTUqmc4KiXLzl1Goi7iA5P2qqAv8AwslUI3VhF_IDDKTqfB5RE0HWPtrJG-zOs0MGFz4-iC35DU1HV3gpE2QPG5FBNnWT/s1600/rss-inactive.png'/></a>



    <a href='http://facebook.com/YourID' rel='nofollow' target='_blank'><img alt='Click Me' hieght='100' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1V1lzw8pX_cyzq1d5V5nciXlp2tWzlZQZ7ri9f7g34t7NejmU2AcYZAaYadUwW1NvpmNZt1zRfT5TyYJk30MnpGg30wSubFBAdZHP1JWKNgvK80repPIN1jamOjdypqu6dB60JBh0klt7/s1600/facebook-inactive.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6dOX6_tPlXzcN_-JLkKZU0UV9ZQMcUl9B_C4gnjS8M_xGNIdY6yvlOz0IM9Ji_-htw1Ee7tx_zjU3uq2O7XKmA8aOpXonEPDOeizROGoqvyjx4TV6jGpdEaiGugRamtFrzYzsLJ1FsRBi/s1600/facebook.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1V1lzw8pX_cyzq1d5V5nciXlp2tWzlZQZ7ri9f7g34t7NejmU2AcYZAaYadUwW1NvpmNZt1zRfT5TyYJk30MnpGg30wSubFBAdZHP1JWKNgvK80repPIN1jamOjdypqu6dB60JBh0klt7/s1600/facebook-inactive.png'/></a>



    <a href='http://twitter.com/YourID' rel='nofollow' target='_blank'><img alt='Click Me' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWfwopv9JmumolhtS7X1pOWTesG4qJATumqAtRCHm3Iu3JIri-2IpZvNDm-2voxRgBH-AQ88XGu0EDYbQggaYxyf0cKYKZRJzC7kgp5u-qk6rOwmncFZRXgTMvwgpckCSRlPn2QMgb9eGu/s1600/twitter-inactive.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGIwtQlBfArxsqawd0njW26A521jpXI5Ia_gxdLPJdHmP3OW1mAo44Wr43yDvWvmt-4MaGK59sEF64o56jaeKWTrn8_Tm7YMQJtwIg9TjTTb5mxt0ASDbK7YK9AnKUk4Au_0rR6UnGkJxM/s1600/twitter.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWfwopv9JmumolhtS7X1pOWTesG4qJATumqAtRCHm3Iu3JIri-2IpZvNDm-2voxRgBH-AQ88XGu0EDYbQggaYxyf0cKYKZRJzC7kgp5u-qk6rOwmncFZRXgTMvwgpckCSRlPn2QMgb9eGu/s1600/twitter-inactive.png'/></a>



    <a href='https://plus.google.com/u/0/115950**********1' rel='nofollow' target='_blank'><img alt='Click Me' hieght='160' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzPpU2Syvt5UWeKdnJiWSytVjouy2ZNw7lhXgf1n482O0RkAV5FdMP8aWugRRbHxbLoPItxBLf9cE6DJj8i2C_XQGcaJy8Ux93M5oUstVMuQYLf123NynRITEYDTC0PtiOq1AiAxdEdwMB/s1600/google-plus-inactive.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjWzmTG24P0LK8fcY34n1d0uJwFNIS3RZPC-h6RNI07doLYMRBcxbcD2R0XUMQMZnbO7F2jREeER4GD74WHutl6k-fUGbsv89rmVlrRxMsExBFSWI_AKaz1A9lUg08gScaRQ0f0Dt_tTaV/s1600/google-plus.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzPpU2Syvt5UWeKdnJiWSytVjouy2ZNw7lhXgf1n482O0RkAV5FdMP8aWugRRbHxbLoPItxBLf9cE6DJj8i2C_XQGcaJy8Ux93M5oUstVMuQYLf123NynRITEYDTC0PtiOq1AiAxdEdwMB/s1600/google-plus-inactive.png'/></a>





    <a href='http://pinterest.com/YourID/' rel='nofollow' target='_blank'><img alt='Click Me' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP3_02Ed9KxUGM_82p2w4mjG4zBLk4YkITUIZHaHZMU-uqY-ZL_rNfkUeyhloT01zDnQG3le3hPjLdZlfmZSrNm-Ds7L93nSVKE-eIP51bK00PsSCzsAY7ZJJQzcu7XRkgVwdsB0Nry2Wv/s1600/pinterest-inactive.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHWdGZOHN9TZaiFgdXElKY6ALFeHwx00DFRJSq19P2XyTJN0Chkklt17-gOyxQwgbURXRVw8XamO-ollv0iMRpMCTjQs5SlwTUHjndRN2_AW3gDL-RD1RLoijenNMxR6ntzw9GklZ2tpb1/s1600/pinterest.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiP3_02Ed9KxUGM_82p2w4mjG4zBLk4YkITUIZHaHZMU-uqY-ZL_rNfkUeyhloT01zDnQG3le3hPjLdZlfmZSrNm-Ds7L93nSVKE-eIP51bK00PsSCzsAY7ZJJQzcu7XRkgVwdsB0Nry2Wv/s1600/pinterest-inactive.png'/></a></p>

    </center>

    <center>

    <div class="sidebar-subscribe-box-form">

    <form action="http://feedburner.google.com/fb/a/mailverify?uri=YourID" class="sidebar-subscribe-box-form" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=bloggeraxe', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow"><input name="uri" type="hidden" value="YourID" /><input name="loc" type="hidden" value="en_US" /><input class="sidebar-subscribe-box-email-field" name="email" autocomplete="off" placeholder="Enter your email address :)"/><input class="sidebar-subscribe-box-email-button" title="" type="submit" value="Subscribe Now !" /></form></div>

    </center>

    <style type='text/css'>
    #sidebar-subscribe-box{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQUDEP1xTAlXO1lS4piuCt2O5Uq9FsuZniXqTBHUkFBYPH3a8VkDPYgWWntTNHkj8QYACs79vLb9lyGMXHB36Ik85Rt1M-uacAphJncllMd0GGrQRt7ZooduRibY86XRyQYaOTDJjO4ATv/s1600/colored-strip.png) repeat scroll 0 0 transparent;border:1px solid #aaa;border-radius:3px;padding:3px 0}.sidebar-subscribe-box-wrapper{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhil90MSx-Z6j1ORVPNsa7BLpqo__jq42LwdqyVVjqyUVi4AnfUjDsl5Amx5Wa8SvGLlM43eY-No3D1TmMDYd0RuQsKH3Yn3BqJq_A0yUN2mt_4w6agIQ41b8RT17utPrqhS789dUl5_5Om/s1600/bg-pattern.png) repeat scroll 0 0 #f7f7f7;color:#111;font-size:14px;line-height:20px;padding:1px 20px 10px;text-align:center;text-transform:uppercase}.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0}form.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0 0;width:auto}.sidebar-subscribe-box-email-field{-moz-border-radius:4px;-webkit-border-radius:4px;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcc-tZjtcWJ0sdX1yjwxElvM8zpxNgaVD41owwjdPNGBEn8q6LcF8iM0vCTDOpa8eLr-rUSh3fCC9kTqdjW0YXChxfmEIyg0k22bTQILz8rO-9GaIqoa4mhyyQcd5fqAyKkhZABTN4p-sN/s1600/sprites.png) no-repeat 0 -27px;border:1px solid #ccc;border-radius:4px;color:#444;margin:0 0 15px;padding:10px 40px;width:68%}.sidebar-subscribe-box-email-button{background:#09f;border:1px solid #007fff;box-shadow:0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 0 transparent;color:#fff;cursor:pointer;font-family:verdana;font-weight:700;padding:10px;text-shadow:1px 1px 0 rgba(0,0,0,.4);text-transform:uppercase;width:95%}.sidebar-subscribe-box-email-button:hover,.sidebar-subscribe-box-email-button:focus{background:#1ca4ff}.sidebar-subscribe-box-email-button:active{-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;outline:0}iframe,object,embed,.yt-border iframe,.yt-border object,.yt-border embed,table{width:100%}embed{border-radius:3px;-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);background:#FFF;border:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,0.2);margin:0;padding:4px 4px 4px}#footer-section{background:#f5f5f5 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpVc5MA_aQT78ghNmQy9Gb0NuYTT-DaCfmn8rPD9SaB_HMITxUt9eRJiQlHGbjRBxCco3Jt4zVc9MDd9D6HqM3hsNAMWs49CS3HEI0tfmwESRyRnmjNPhEgfBpu-x81pzCBIrQqJqSW2gw/s0/bg-pattern.png) repeat top left;border-top:1px solid #aaa;box-shadow:inset 0 4px 6px -3px #aaa;font-family:cambria;font-size:14px;height:100px;margin:10px -30px 5px;padding:0 30px;text-align:center;width:100%}

    p#rb_socialicons img {

        -moz-transition: all 0.8s ease-in-out;

        -webkit-transition: all 0.8s ease-in-out;

        -o-transition: all 0.8s ease-in-out;

        -ms-transition: all 0.8s ease-in-out;

        transition: all 0.8s ease-in-out;

    }

    p#rb_socialicons img:hover {

        -moz-transform: rotate(360deg);

        -webkit-transform: rotate(360deg);

        -o-transform: rotate(360deg);

        -ms-transform: rotate(360deg);

        transform: rotate(360deg);

    }



    </style>

     


    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










    Replace YOURID  in the Above Code


    6. And at last click save.(REMEMBER TO MAKE CHANGES IN THE CODE.)
    And DoNe.

    22 May 2013

    Add “Author Bio” Box below Each Post To Your Blog


    Today I am giving you a beautiful widget .An author box is a small box, appearing at the bottom of every  post, that contains information about the author. An author box can include information such as the author’s name, a short bio data about the author and a small thumbnail picture of the author. You can add an author box to the post footer in your Blogger blog by editing the blog’s template HTML 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

    /* Author Box */ .author-box { background: #fff; margin: 10px 0 40px 0; padding: 10px; border: 1px solid #E6E6E6; overflow: auto; -moz-box-shadow: 0 0 5px 5px #888; -webkit-box-shadow: 0 0 5px 5px#888; box-shadow: 0 0 5px 5px #888; } .author-box p { margin: 0; padding: 0; } .author-box img { background: #FFFFFF; float: left; margin: 0 10px 0 0; padding: 2px; border: 1px solid #E6E6E6; }



    7. After that search these code.


     <div class='post-footer-line post-footer-line-3'><span class='post-location'>
            <b:if cond='data:top.showLocation'>
              <b:if cond='data:post.location'>
                <data:postLocationLabel/>
                <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
              </b:if>
            </b:if>
          </span> </div>

    8. Paste the below code before


     <b:if cond='data:blog.pageType == "item"'>
    <p style="display:none;">Author Box by <a href="http://www.blogetrick">BlogETrick</a></p>
    <div class="author-box">
      <p><img alt="" class="avatar avatar-70 photo" height="70" src="http://lh4.googleusercontent.com/-14HFkZL_hHM/AAAAAAAAAAI/AAAAAAAAAHw/v-xgPuYBKok/s512-c/photo.jpg" width="70"/><b>About the Author</b>
        <div style="text-align: justify; font-family: verdana; color: #000;">I am<b> <a href="https://plus.google.com/103580587001840213936" rel="author"> Rishi Vivek</a></b> From India and i am the founder of the blog "<a href="http://blogetrick.blogspot.com">Blog E Trick"</a>.I Very Much interest in blogging by  reading articles online. Mine thirst for learning latest web technologies like HTML, CSS and JavaScript equipped me with an art of web designing. I am now a good designer…’</div></p>

      </div>
            </b:if>   



    Replace The Link : In Red Color  and Also Your Image Link



    9. 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.

    10 May 2013

    3D Subscription Box Widget For Blogger



    I
    created this subscription widget using CSS Facebook login form, which is available to preview or download here. It look's great and sleek. You can also use this widget on your wordpress blog or on a static HTML page.

    It's coded with pure CSS, no images were harmed during creation process. Don't remove credits, and you're free to use or share this widget.


    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

    ::-moz-focus-inner {
      padding: 0;
      border: 0;
    }

    :-moz-placeholder {
      color: #bcc0c8 !important;
    }

    ::-webkit-input-placeholder {
      color: #bcc0c8;
    }

    :-ms-input-placeholder {
      color: #bcc0c8 !important;
    }

    .input {
      font: 12px/20px "Lucida Grande", Verdana, sans-serif;
      color: #404040;
      background: #ebc9a2;
    }

    .input {
      font-family: inherit;
      font-size: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .login {
      padding: 18px 20px;
      width: 200px;
      background: #3f65b7;
      background-clip: padding-box;
      border: 1px solid #172b4e;
      border-bottom-color: #142647;
      border-radius: 5px;
      background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
      background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
      background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
      background-image: radial-gradient(cover, #437dd6, #3960a6);
      -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
    }
    .login > h1 {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    }

    .login-input {
      display: block;
      width: 90%;
      height: 37px;
      margin-bottom: 20px;
      padding: 0 9px;
      color: white;
      text-shadow: 0 1px black;
      background: #2b3e5d;
      border: 1px solid #15243b;
      border-top-color: #0d1827;
      border-radius: 4px;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    }
    .login-input:focus {
      outline: 0;
      background-color: #32486d;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
    }
    .lt-ie9 .login-input {
      line-height: 35px;
    }

    .login-submit {
      display: block;
      width: 100%;
      height: 37px;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: bold;
      color: #294779;
      text-align: center;
      text-shadow: 0 1px rgba(255, 255, 255, 0.3);
      background: #adcbfa;
      background-clip: padding-box;
      border: 1px solid #284473;
      border-bottom-color: #223b66;
      border-radius: 4px;
      cursor: pointer;
      background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
      background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
      background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
      background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
      -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
    }
    .login-submit:active {
      background: #a4c2f3;
      -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
    }

    .login-help {
      text-align: center;
    }
    .login-help > a {
      font-size: 11px;
      color: #d4deef;
      text-decoration: none;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    }
    .login-help > a:hover {
      text-decoration: underline;
    }


    7. Go to blogger and click Layout

    8. Click Add Gadget and select 'HTML/Javascript

    9. Paste below code


    HTML CODE

    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=YOURFEEDID', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" class="login">
     <h1>Subscribe To Us</h1>
     <input type="hidden" value="YOURFEEDID" name="uri" />
     <input type="email" name="email" class="login-input" placeholder="Email Address" autofocus>
     <input type="hidden" name="loc" value="en_US" />
     <input type="submit" value="Subscribe" class="login-submit">
     <p class="login-help"><a href="#" rel="nofollow">Powered By: yourblogname</a></p>
    </form>

    Customizations:

    In above code replace YOURFEEDID with your FeedBurner feed id. Also, you can change width of this widget by changing width: 200px; with your preferred width.

    Don't forget to leave your comments.....



    Related Posts Plugin for WordPress, Blogger...

    Subscribe Updates, Its FREE!