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



    Create a Pressed Button Effect with CSS

     


    The HTML

    Simply add a class to your link.


    <a href="#" class="readmore">Click Here</a>

    The CSS

    This is where the fun stuff happens.
    First just give the button it’s visual styling. In this case I’m duplicating the grey button effect from my home page slider.
    Note the box shadow style. The y-axis distance is set to 3px, which gives the box element a 3px drop shadow on the bottom.

    The Rollover

    Now, on hover, you will want to again style the visual portion of the button. Then you will need to do two things:
    Position the link “relative” and assign the top to have 3 extra pixels.
    Define the box shadow again, only now set the value to “none”.
    This removes the distance of the drop shadow and moves the button down to that equal distance.


    .readmore {
    background: #2f2f2f;
    text-align: center;
    display: block;
    width: 120px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    -webkit-box-shadow: 0px 3px 5px #000;
    }
    .readmore:hover {
    position:relative;
    top:3px;
    color: #fqq;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    }


    OR TRY THIS

    a.readmore {
     background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVDUosqlOJgjRco-Xu5Z-4oPzY755BN0K62f8yXpOZZEMCHni2TUj2WKDAx091dCFGfJhfO04j-R5T4jgBnYG8p9hoQJvIEZF2c8aukGl0nvMDy1RDb2rORcwPnPz4pyU3izuYJzl7B3s/s1600/readmore_bg.jpg")
     no-repeat scroll right center transparent;
     border: medium none;
     border-radius: 8px 8px 8px 8px;
     box-shadow: 0 3px 3px #000000;
     width: 120px;
     color: #5DBA82;
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     margin: 5px auto;
     padding: 5px 55px 5px 15px;
     text-align: center;
    }
    a.readmore:hover {
     box-shadow: none;
     color: #FFFFFF;
     position: relative;
     top: 3px;
    }




    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




    In Action


    Click Here

    6 May 2013

    Page Navigation Styles for Blogger

    This styles page navigation i got from WebDistortion but in these blogs do not provide page navigation for Blogger. So I have to convert it first so can be used in Blogger.
    Maybe in the pagination style that I made not exactly the same as the original, but I try my best to make it seem like the page navigation at the original website.
    This is view of those Page Navigations





    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


    .blog-pager,#blog-pager{
      font-family:"Times New Roman", Times, serif;
      font-weight:normal;
      font-size:12px;
      width:500px;
    padding10px;
    }
    .showpageNum a,.showpage a {
      background:transparent url('http://i1133.photobucket.com/albums/m596/abu-farhan/gbtn-bg.png') repeat-x;
      border:1px solid #97a7af;
      margin:0px 1px 0 1px;padding:3px 8px;
      text-decoration:none;
      color:#333;line-height:14px;cursor:pointer;white-space:nowrap;
      -webkit-border-radius:3px;-moz-border-radius:3px;
      }
    .showpageNum a:hover,.showpage a:hover {
      background-image:url('http://i1133.photobucket.com/albums/m596/abu-farhan/gbtn-bg-sel.png');
      border:1px solid #e4905a;color:#e4905a;text-decoration:none;
      }
    .showpageOf{
      margin:0 8px 0 0;
      }
    .showpagePoint {
      background:transparent url('http://i1133.photobucket.com/albums/m596/abu-farhan/gbtn-bg-sel.png') repeat-x;
      margin:0 3px 0 3px;padding:3px 8px;
      line-height:14px;cursor:pointer;white-space:nowrap;
      -webkit-border-radius:3px;-moz-border-radius:3px;
      border:1px solid #e4905a;color:#333;text-decoration:none;font-weight:bold;
      }

    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





    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



    Different Style Of Pagination  Just Change Your Css Style



      .blog-pager,#blog-pager{
      font-family:"Times New Roman", Times, serif;
      font-weight:normal;
      font-size:11px;
     }
    .showpageNum a,.showpage a {
      background:transparent url('http://i1133.photobucket.com/albums/m596/abu-farhan/wktop.gif') repeat-x;
      border:1px solid #97a7af;
      margin:0px 1px 0 1px;padding:3px 8px;
      text-decoration:none;
      color:#FF5917;line-height:14px;cursor:pointer;white-space:nowrap;
      }
    .showpageNum a:hover,.showpage a:hover {
      background-image:transparent url('http://i1133.photobucket.com/albums/m596/abu-farhan/wktop.gif') repeat-x 0 -200px; text-decoration: none;
      color: #31627e;
      }
    .showpageOf{
      margin:0 8px 0 0;
      display:none;
      }
    .showpagePoint {
      background: url('http://i1133.photobucket.com/albums/m596/abu-farhan/wktop.gif') 0 -240px no-repeat; color: #BBB;
      margin:0 3px 0 3px;padding:3px 8px;
      line-height:14px;cursor:pointer;white-space:nowrap;
      border:1px solid #CCCCCC;text-decoration:none;
      }


    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






    5 May 2013

    Beautiful Email Subscription Widget Below Post For Blogger





    In this tutorial you will learn how to add Beautiful email subscription box below blogger post.Subscribers are one of the important factor that affect the existence of the blog.If you don't have any subscribers ,it means you don't have any loyal readers.You don't have people waiting for your posts.It will indeed make your blog less lively and least engaged.So the best way to increase subscribers and thereby traffic is to add the cool email subscription widget powered by feed burner

    This email subscription widget is pretty beautiful and is Highly customized by Css which make it elegant and cool.You can add this widget any where  in your blogger blog or Wordpress blog.Bu the recommended option would be to choose the below post area as that is where visitors click are concentrated.





    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


     #emailsub{clear:both;background:#3C3C33;color:#fff;display:block;position:relative;text-align:center;line-height:1.47}#emailsub
    h4{font-size:24px;border-bottom:1px solid #746E6E;padding:10px;letter-spacing:2px}#emailsub input[type=&quot;email&quot;],.sl_in_mail{margin-right:-6px;padding:16px
    0 16px 40px;width:50%;border:none}#emailsub
    form{text-align:center;padding:20px
    90px}#emailsub input[type=submit]{border-radius:0;box-shadow:none;padding:18px
    24px 16px;letter-spacing:2px;border:none;background:#E06;cursor:pointer;color:#FFF}#emailsub
    .counter{margin:0
    0 25px}#emailsub.efooter{background:none}#emailsub.efooter
    form{text-align:left;padding:0}#emailsub.efooter input[type=&quot;submit&quot;],#emailsub.efooter input[type=&quot;email&quot;],.wg_in_mail{padding:10px;letter-spacing:0px}#emailsub.efooter.sidebar{background:#3C3C33;padding:20px}#emailsub.efooter.sidebar
    form{text-align:center}


    7. Go to blogger and click Layout

    8. Click Add Gadget and select 'HTML/Javascript

    9. Paste below code



    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='emailsub'><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=yourID&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'><h4>Email Newsletter</h4><div class='counter'><b>Join with 549 Subscribers ! </b> Get Our Latest Articles Delivered to Your email Inbox and <b>Get Giveaways, Tips to Become a GEEK!</b></div><input class='sl_in_mail' name='email' placeholder='Enter Your Email Address' type='email'/><input name='uri' type='hidden' value='yourID'/><input name='loc' type='hidden' value='en_US'/><input type='submit' value='SUBSCRIBE'/><p/><p/><p><small>When signing up you will initially receive a confirmation email requiring your approval to complete the Subscribtion.</small></p></form></div></b:if>

    Replace yourID with your link:

    10. Now save your HTML/Javascript'.
        You are done...  


    OR


    Now we have completed adding styles.now we need to postion thi swidget acording to our needs.You can add this email subscribtion widget any where but here we will be adding at the bottom of the page.Hence we need to look for the footer code of the template
    Find the below code [You can press CTRL+F]




    <div class='post-footer-line post-footer-line-3'>

    Immediately after the code add the below code

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='emailsub'><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=YourID&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'><h4>Email Newsletter</h4><div class='counter'><b>Join with 549 Subscribers ! </b> Get Our Latest Articles Delivered to Your email Inbox and <b>Get Giveaways, Tips to Become a GEEK!</b></div><input class='sl_in_mail' name='email' placeholder='Enter Your Email Address' type='email'/><input name='uri' type='hidden' value='YourID'/><input name='loc' type='hidden' value='en_US'/><input type='submit' value='SUBSCRIBE'/><p/><p/><p><small>When signing up you will initially receive a confirmation email requiring your approval to complete the Subscribtion.</small></p></form></div></b:if>


    The text in red color can be replaced by your feed burner id.

    Related Posts Plugin for WordPress, Blogger...

    Subscribe Updates, Its FREE!