Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Monday, January 28, 2013

How To Add 3D Depressible Button For Blogger

After sharing on how to add Attractive Animated Bubble Buttons Using CSS3 for blogger this measure we are distribution another caller 3D Depressible Button. Cascading Style Sheet (CSS) is a ticker of every web decorator.We can't envisage that,what can a grownup web designer make with using CSS3. The biggest advantage of these buttons is they are made from pure CSS  that means no any load on your website/blog. It uses CSS2 pseudo element to add a lower 3D side to the link, and CSS3 shadows and transition to complete the look. To overcome a severe limitation of Google Chrome and Safari at the time of writing not supporting CSS3 transitions on pseudo elements, we use the "inherit" technique, so the 3D side of the button is animated when the user presses down on the button. Now lets go to the tutorial and see how to add this and use this.
Note that the default "depth" of the 3D effect is 12px. If you need to increase or decrease this value, change the "12px" value that occurs 3 times in the CSS.


How To Add These Buttons To Blogger?

First we will add CSS code and then we will see the HTML part i.e. how to use them.
  • Go to Blogger Dashboard > Template
  • Click on Edit HTML
  • Hit Proceed button
  • Find below code in your template
]]></b:skin>
add below code just above it,

.css3dbutton {
background: darkred; /* background color of button */
color: white;
text-decoration: none;
font: bold 28px Arial; /* font size and style */
position: relative;
top: 0; /* anchor main button's position */
bottom: -12px; /* Depth of 3D effect. :after pseudo element inherits this value so it's animated in Chrome. See: kizu.ru/en/pseudos */
margin-bottom: 12px;
-moz-box-shadow: 0 -15px 5px darkred inset;
-webkit-box-shadow: 0 -15px 5px darkred inset;
box-shadow: 0 -15px 5px darkred inset;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.css3dbutton, .css3dbutton:after {
display: inline-block;
padding: 10px 15px; /* vertical and horizontal padding of button */
-moz-border-radius: 8px/15px;
-webkit-border-radius: 8px/15px;
border-radius: 8px/15px;
outline: none;
}

.css3dbutton:after { /* pseudo element to construct 3D side of button */
content: "";
position: absolute;
padding: 0;
z-index: -1;
bottom: inherit; /* Inherit main button bottom value to animate it. See: kizu.ru/en/pseudos */
left: 0;
width: 100%;
height: 100%;
background: #6e0e0c; /* background color of 3D effect */
-moz-box-shadow: 1px 0 3px gray;
-webkit-box-shadow: 1px 0 3px gray;
box-shadow: 1px 0 3px gray;
}

.css3dbutton:hover {
-moz-box-shadow: 0 25px 5px rgbaundefined182, 64, 61, 0.7) inset;
-webkit-box-shadow: 0 25px 5px rgbaundefined182, 64, 61, 0.7) inset;
box-shadow: 0 25px 5px rgbaundefined182, 64, 61, 0.7) inset;
background: #bc3835; /* background color when mouse rolls over button */
}

.css3dbutton:active {
top: 12px; /* shift button down 12px when depressed. Change 12px to match button's "bottom" property above */
bottom: 0;
-moz-box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
-webkit-box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
}
Save your template.

Now you have added the styles of buttons into your blog,lets see how to use them.

How To Use These Buttons?

These buttons are very easy to use,below I am giving HTML Code of all types of button.Follow below simple steps to use them while writing posts,
  • While editing post click on Edit HTML tab
  • Choose your button code below and paste it
  • Replace links and link names with yours,

HTML Code

<center><a href="LINK HERE!" class="css3dbutton">YOUR TEXT HERE!</a></center>
  • Replace LINK HERE with link URL
  • Replace YOUR TEXT HERE with the text which you want to appear on the button.
Hope you have enjoyed this buttons

Thursday, January 24, 2013

How To Add Cool Hover Subscription Box Every Post For Blogger

Subscription box are important to those people who have website nor blog to increase there subscribers and it allows to get latest updates from your blog or websites directly to their inbox. So in order to increase your subscribers and visitors you should place a email subscription widget somewhere in your blog. I highly recommend to put this widget under your blog posts. Before adding this Subscription box to your blog/ website, make sure you have a Feedburner account and other social media accounts.
Stylish Subscription Box
VIEW LIVE DEMO

How To Add This Box To Blogger

Now First we will add the CSS Code in Blogger Template so follow my Simple below Instruction.

  • Login to Blogger  >> Click on drop down menu >>then select "Template".
  • Now you will see  "EDIT HTML" Button ,Click on it >>  and then click Proceed button .
  • Now find this tag </head> by using CTRL + F 
  • Paste below code Just Before/above </head> tag  
<link charset='utf-8' href='http://dl.dropbox.com/u/81212926/Bloggerheroe-subscribe-box.css' media='screen' rel='stylesheet' title='no title' type='text/css'/>

Email Subscribe CODE

Now we can  use below code to add Email Subscribe Box any where we want. you can add it as HTML WIDGET in blogger layout,But i will  Recommend You to add below Email Subscribe Box code to Template.
  • Just Find below Code in our Template .
    <data:post.body/>
    • Just below/after the <data:post.body/>, Paste the code below:
    <!-- / Cool Hover Subscription Box by: www.bloggerheroe.com -->

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='TWSubscribe'>
    <p class='headline'>Subscribe Updates, Its FREE!</p>
    <span class='Arrow'/>
    <form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=bloggerheroe&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'> <table><tr><td><input class='Text' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter Your Email&quot;;}' onfocus='if (this.value == &quot;Enter Your Email&quot;) {this.value = &quot;&quot;;}' type='text' value='Enter Your Email'/> <input name='uri' type='hidden' value='bloggerheroe'/><input name='loc' type='hidden' value='en_US'/></td><td><input class='Button' type='submit' value='Subscribe Now'/></td></tr></table></form>
    </div></b:if>

    <!-- /End  Cool Hover Subscription Box by: www.bloggerheroe.com -->

    Make This Changes

    • Bloggerheroe – Replace this with your feed title. You should also see this at the end of your subscription link url. Mine is Bloggerheroe as seen in this link: http://feedburner.google.com/fb/a/mailverify?uri=Bloggerheroe
    That's it you have a very cool email subscribe section below you blog posts.
    I hope you enjoyed this tutorial! Looking forward for your feedback, feel free to add your comment. Thanks! Happy Blogging:)

    Wednesday, November 28, 2012

    Adding Ads Box with cool CSS effect as used in Spice Up Your Blog

    A reader asked me how to add a hunt box on the sect of blog denomination. I intellection I'd share my solve in this spot. Actually in these days the Spice Up Your Blog ads widget for the blogs are really hot to be seen and look well equipped ad box with some cool rates going high well with this post you can also get the same kind of ad widget as shown in the image beside even at your blog. This widget has got cool CSS effect  so that it makes all the advertisers think that this blog is well designed and developed and get cool advertisers.


    View Live Demo


    To do this just follow the steps given below: 

    • Go to Blogger > Layout > Edit HTML
    • Backup your template
    • Search for ]]></b:skin> and just above ]]></b:skin> , paste the code below.

    /* -------------------bloggerheroe.com Ads------------------*/
    div.bsap_125 a{width:125px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;float:left;line-height:100%;margin:0 4px 10px 0;}
    div.bsap_125 img{border:2px solid #ddd;clear:right;padding:5px;}
    div.bsap_125 a.adhere{color:#666;font-weight:bold;font-size:12px;border:2px solid #ccc;background:#e7e7e7;text-align:center;width:125px;height:125px;line-height:1000%;}
    div.bsap_125 a.adhere:hover{border:2px solid #999;background:#ddd;color:#333;}
    html>

    body div.bsap_125 a.adhere{width:123px;height:123px;}
    div.bsap_468 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
    div.bsap_468 img{border:0;clear:right;}
    div.bsap_468 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:468px;height:60px;line-height:480%;}
    div.bsap_468 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
    html>

    body div.bsap_728 a.adhere{width:726px;height:90px;}
    div.bsap_728 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
    div.bsap_728 img{border:0;clear:right;}
    div.bsap_728 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:128px;height:90px;line-height:730%;}
    div.bsap_728 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
    html>

    body div.bsap_336 a.adhere{width:334px;height:280px;}
    div.bsap_336 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
    div.bsap_336 img{border:0;clear:right;}
    div.bsap_336 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:336px;height:280px;line-height:2200%;}
    div.bsap_336 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
    html>

    body div.bsap_468 a.adhere{width:466px;height:58px;}
    .bsap a{text-shadow:1px 1px 1px #111!important;color:#eee!important;overflow:visible!important;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;border:0 none!important;-webkit-border-top-left-radius:80px;-webkit-border-bottom-right-radius:80px;-moz-border-radius-topleft:80px;-moz-border-radius-bottomright:80px;border-top-left-radius:80px;border-bottom-right-radius:80px;margin:0 10px 10px 0 !important;padding:7px!important;}
    .bsap a:hover{-webkit-border-top-left-radius:40px;-webkit-border-bottom-right-radius:40px;-moz-border-radius-topleft:40px;-moz-border-radius-bottomright:40px;border-top-left-radius:40px;border-bottom-right-radius:40px;}
    .bsap a img{border:0 none!important;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.5);-moz-box-shadow:0 0 8px rgba(0,0,0,0.5);box-shadow:0 0 8px rgba(0,0,0,0.5);padding:3px!important;}
    .bsap .even{margin-right:0!important;}
    .bsap .ad1{background:#e42b2b!important;}
    .bsap .ad2{background:#ff8400!important;}
    .bsap .ad3{background:#a800ff!important;}
    .bsap .ad4{background:#49a7f3!important;}
    .bsap .ad5{background:#41d05f!important;}
    .bsap .ad6{background:#B24700!important;}
    .bsap .ad7{background:#FFE500!important;}
    .bsap .ad8{background:#007D47!important;}
    .bsap .ad9{background:#330000!important;}
    .bsap .ad10{background:#990000!important;}
    .bsap .ad11{background:#f70000!important;}
    • Click Save Template
    • Go to "Layout - Page Elements"=>Click on Add Gadget=>create new HTML / JavaScript widget
    • Copy the code in the field below and paste it in the new widget created:

    The size of 125x125 Code

    <center>
    <div id="bsap_125" class="bsap_125 bsap">
    <a href="ADVERTISE URL" class="ad1" title="Ad Title" id="bsa_1451626" target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 125 "width =" 125 "/> </a>
    <a href="ADVERTISE URL" class="ad2 even" title="Ad Title" target="_blank"> <img src = "IMAGE URL"alt =" AdName "height =" 125 "width =" 125 "/> </a>
    <a href="ADVERTISE URL" class="ad3" title="AdTitle" target="_blank"> <img src = "IMAGE URL "alt =" AdName "height =" 125 "width =" 125 "/> </a>
    <a href="ADVERTISE URL" class="ad4 even" title="Ad Title" target="_blank"> <img src = "IMAGE URL"alt =" AdName "height =" 125 "width =" 125 "/> </a>
    </div></center>

    The size of 468x60 Code

    <center>
    <div id="bsap_468" class="bsap_468 bsap">
    <a href="ADVERTISE URL" class="ad5" title="Ad Title" id="bsa_1451626"
    target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 60
     "width =" 468 "/> </ a>
    </ Div>
    </ Center>

    The size of 728x90 Code

    <center>
    <div id="bsap_728" class="bsap_728 bsap">
    <a href="ADVERTISE URL" class="ad6" title="Ad Title" id="bsa_1451626"
    target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 90
     "width =" 728 "/> </ a>
    </ Div>
    </ Center>

    The size of 336x280Code

    <center>
    <div id="bsap_336" class="bsap_336 bsap">
    <a href="ADVERTISE URL" class="ad8" title="Ad Title" id="bsa_1451626"
    target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 280
     "width =" 336 "/> </ a>
    </ Div>
    </ Center>

    MAKE THIS CHANGES

    • ADVERTISE URL - Replace to your advertiser URL.
    • IMAGE URL - Replace to your advertiser image ULR.
    NOTE: The one Highlighted with BLUE should be changed with any thing you like among ad1 - ad11 (It changes the color of the background image)
    • Good luck. If you any doubts please ask by commenting below...
    • Now If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    Tuesday, November 27, 2012

    How To Add Sliding In-Out Social Sharing For Blogger

    Social Sharing can help your blog to get more traffic and for this you need attractive and beautiful social sharing widget.In this post I will give you good looking social sharing widget by which you will get more like plus one and tweets on your post.This widget is very different from others be'coz it's a Sliding In-Out Social Sharing Widget which will embed at the bottom of your blog and you can easily use Slide IN OR OUT by clicking on it via mouse. It includes the 3D effect of social sharing button.

    LIVE DEMO



    ADD SLIDING IN-OUT PRO SOCIAL SHARING WIDGET

    • Log in to blogger  Design > Page Element.
    • Click Add Gadget and select 'HTML/Javascript
    • Now Paste Below code.

    <style type="text/css">
    #mdfixedfootermain{
    z-index:999999;
    width:300px;
    height:0px;
    position:fixed;
    bottom:0%;
    right:5px
    }
    #mdfixedfooterdiv{
    border-top:3px solid #444;
    border-right:3px solid #444;
    border-left:3px solid #444;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background color:#d7d7d7;
    overflow:none;
    width:300px;
    height:250px;
    position:fixed;
    bottom:0%;
    right:5px;
    background:#fff;
    background:-moz-linear-gradient(top, #fff 0%,#e5e5e5 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
    background:-webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%);
    background:-o-linear-gradient(top, #fff 0%,#e5e5e5 100%);
    background:-ms-linear-gradient(top, #fff 0%,#e5e5e5 100%);
    background:linear-gradient(to bottom, #fff 0%,#e5e5e5100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#e5e5e5',GradientType=0 )}
    #mdfixedfooterhide{
    z-index:999999;
    position: absolute;
    bottom:250px;
    right:5px;
    width:285px;
    height:25px;
    cursor:pointer;
    background-color:#fff;
    padding-top:5px;
    border-top:3px solid #444;
    border-left:3px solid #444;
    border-right:3px solid #444;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    }
    #mdfixedfootershow{
    position:absolute;
    bottom:0px;
    right:5px;
        width:285px;
    height:25px;
    cursor:pointer;
    background-color:#e5e5e5;
    padding-top:5px;
    border-top:3px solid #444;
    border-left:3px solid #444;
    border-right:3px solid #444;
    border-top-right-radius:5px;
    border-top-left-radius:5px
    }
    .mdfixedfooterdownarrow{
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #333
    }
    .mdfixedfooteruparrow{
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #333
    }
    .mdfixedfooterblockarrow{
    width:8px;
    height:10px;
    background-color:#333
    }
    #mdfixedfootersocial{
    position:absolute;
    bottom:220px;
    right:10px;
    width:280px;
    height:30px;
    float:right
    }
    #mdfixedfootersocialicon{
    position:absolute;
    bottom:135px;
    left:10px;
    width:auto;
    height:64px
    }
    #mdfixedfooteremailsubscribe{
    position:absolute;
    bottom:0px;
    width:242px;
    height:90px;
    right:30px
    }
    .mdfixedfooteremailsubscribebox input.email{
    padding:7px 10px 7px 10px;
    font-family:"Arial","Helvetica",sans-serif;
    width:218px;
    font-size:12px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
    }
    .mdfixedfooteremailsubscribebox input.subscribe{
    -moz-box-shadow:inset 0px 1px 0px 0px #fff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fff;
    box-shadow:inset 0px 1px 0px 0px #fff;
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#f0f0f0),color-stop(1,#c9c9c9) );
    background:-moz-linear-gradient( center top,#f0f0f0 5%,#c9c9c9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#c9c9c9');
    background-color:#f0f0f0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #fff
    }
    .mdfixedfooteremailsubscribebox input.subscribe:hover{
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#c9c9c9),color-stop(1,#f0f0f0) );
    background:-moz-linear-gradient( center top,#c9c9c9 5%,#f0f0f0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9',endColorstr='#f0f0f0');
    background-color:#c9c9c9
    }
    </style>
    <!--[if IE]>
    <style>
    .mdfixedfooteremailsubscribebox input.subscribe{
    width:243px
    }
    </style>
    <![endif]-->
    <!--[if gte IE 9]>
    <style type="text/css">
    .gradient{
    filter:none
    }</style>
    <![endif]-->
    <div id="mdfixedfootermain">
    <center id="mdfixedfootershow"onmouseup="document.getElementById('mdfixedfooterdiv').style.display='block'">
    <table  style="margin-top:-2px;">
    <tr>
    <td>
    <center style="color:#333;font-size:15px;font-weight:bold;">
    Be Socialized And Subscribed
    </center>
    </td>
    <td>
    <center>
    <div class="mdfixedfooteruparrow">
    </div>
    <div class="mdfixedfooterblockarrow">
    </div>
    </center>
    </td>
    </tr>
    </table>
    </center>
    <div id="mdfixedfooterdiv">
    <center id="mdfixedfooterhide"onmouseup="document.getElementById('mdfixedfooterdiv').style.display='none'">
    <table  style="margin-top:-2px;">
    <tr>
    <td>
    <center style="color:#333;font-size:15px;font-weight:bold;">
    Be Socialized And Subscribed
    </center>
    </td>
    <td>
    <center>
    <div class="mdfixedfooterblockarrow">
    </div>
    <div class="mdfixedfooterdownarrow">
    </div>
    </center>
    </td>
    </tr>
    </table>
    </center>
    <div id="mdfixedfootersocial">
    <center style="color:#333;font-size:12px;">
    Recive All Latest And Hottest Articles,Tips And Tricks,Awesome Widgets Directly Into Your Inbox And Stay UpDate With Us...!!!
    </center>
    </div>
    <div id="mdfixedfootersocialicon">
    <table>
    <tr>
    <td>
    <a href="https://www.facebook.com/bloggerhero">
    <img height="48px"width="48px"title="Like Us On Facebook"alt="Facebook"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJV8iJxlFpZGABNwBFdbNQe9XxCdqRcAGvlFqJvOB6D10FIE1uJEMIwWcXb7qBvOmNUKwTLYUFiVCWWvkfkRxHHBr9C4HexycCTDH_KuBgy8Ekh9LZslCrNlLWmtDgJ9S5n2DtKyT8vdiD/s1600/MD-Facebook1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN9NUlhS6KCrLmdFlOwyGj0LXw-LuPtWAekCAkAnv85DRlenxv4k9qUxviOccyIk6qRnCd5B-WdiEqH_3nRFhEKJJRspjmtF4Vb28q6jOnDRzCfT3KERabgrKslNfc4fEaD4nnz1Bv0x2T/s1600/MD-Facebook2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJV8iJxlFpZGABNwBFdbNQe9XxCdqRcAGvlFqJvOB6D10FIE1uJEMIwWcXb7qBvOmNUKwTLYUFiVCWWvkfkRxHHBr9C4HexycCTDH_KuBgy8Ekh9LZslCrNlLWmtDgJ9S5n2DtKyT8vdiD/s1600/MD-Facebook1.png'"/>
    </a>
    <br />
    <a href="http://twitter.com/jaa_09">
    <img height="48px"width="48px"title="Follow Me On Twitter"alt="Twitter"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk-BjzE_ExGCSuI_DhGOrgl9L1SXDpLkhf6jNKjL-LLWXSYZjTlZ35f7Ju01CO46u7LX-h9rMxxRUYaVxcZahZfHLB1xDFXT0o2XgZOIkjmb-Xia9HGeR9NaFLMhGsI1uIn58-ys_rk8dQ/s1600/MD-Twitter1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhA-p7ibDpd33AgoP8piVNOrCSelJy_71uACA8VQWqQDOGGfKkLzvJbT8-SMqqCCkRGyYmb822mRBhYQ_TDS_vso1HvWvRMwbrKd2fFjVDqyLYTjcAigqKP5l-yibhgLI17OqnXZ5x7YWNK/s1600/MD-Twitter2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk-BjzE_ExGCSuI_DhGOrgl9L1SXDpLkhf6jNKjL-LLWXSYZjTlZ35f7Ju01CO46u7LX-h9rMxxRUYaVxcZahZfHLB1xDFXT0o2XgZOIkjmb-Xia9HGeR9NaFLMhGsI1uIn58-ys_rk8dQ/s1600/MD-Twitter1.png'"/>
    </a>
    </td>
    <td width="75px"valign="top">
    <a style="font-size:12px;color:#333;font-weight:bold;"href="https://www.facebook.com/bloggerhero">Like Us On FaceBook
    </a>
    <br />
    <br />
    <a style="font-size:12px;color:#333;font-weight:bold;"href="https://www.twitter.com/jaa_09">Follow Us On Twitter
    </a>
    </td>
    <td>
    <a href="https://plus.google.com/106957260261276964704"><img height="48px"width="48px"title="Add Us To Your Circle"alt="Google Plus"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_BF03nOU5no0ZnYhp2F9eC1emyq7lMMUZMwRDxetE4iqv5azYvYxKCBsjiKHSAVUCOrWB7dTkvR6vNT-M86mOaa6G6XlzJS5i6PH0Z3kVIE0rQtYtrXtA_5LSZ2yDkuYBCAXjCSU8E2ah/s1600/MD-Google1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi00JobSFg2M23L53m2N2v-TyVLgZO6VASPE3oVBJSBTBSiqlv8_QQ19Lxzjdo7rjEBc0PfgPsqGriSNH7AfXNULRopGl5aK_dubkzAvSrGNcRzVXO76BraZgtBRTgObxgnrj0P8L0iIooe/s1600/MD-Google2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_BF03nOU5no0ZnYhp2F9eC1emyq7lMMUZMwRDxetE4iqv5azYvYxKCBsjiKHSAVUCOrWB7dTkvR6vNT-M86mOaa6G6XlzJS5i6PH0Z3kVIE0rQtYtrXtA_5LSZ2yDkuYBCAXjCSU8E2ah/s1600/MD-Google1.png'"/>
    </a>
    <br />
    <a href="http://feeds.feedburner.com/bloggerheroe">
    <img height="48px"width="48px"title="Subscribe Our RSS"alt="RSS"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUM9GXCYU97OgzNdEkPdIvoJaUh1lMZ8ue3hw1VFlJ3pcuC1fvKsMBgcs-30uQBjzR16gdNhMqDG4IWjEatJ_gNcxOqxld6MRsbHMdy4N-iHujmaGkaHvSvFEJ7K6JCKYj_yVqBeqSyek5/s1600/MD-Feedburner1.png"onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8UwG9UC4vwWiiJ0rJAuz9NjTYGcRto8YYbGiSRNF34fQqF5hC6E38CdXYtyUDcL0XbkuVAxmnE0kKv5bpV3iOV66lt49SaxetmIXj4XB1dlsbzT9H__EF6aFrvioWH1eYJJtgRMMAX7rJ/s1600/MD-Feedburner2.png'"onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUM9GXCYU97OgzNdEkPdIvoJaUh1lMZ8ue3hw1VFlJ3pcuC1fvKsMBgcs-30uQBjzR16gdNhMqDG4IWjEatJ_gNcxOqxld6MRsbHMdy4N-iHujmaGkaHvSvFEJ7K6JCKYj_yVqBeqSyek5/s1600/MD-Feedburner1.png'"/>
    </a>
    </td>
    <td valign="top">
    <a style="font-size:12px;color:#333;font-weight:bold;"href="https://plus.google.com/106957260261276964704">
    Add Me <br />In Circle
    </a>
    <br />
    <br />
    <a style="font-size:12px;color:#333;font-weight:bold;"href="http://feeds.feedburner.com/bloggerheroe">
    Subscribe <br />Our RSS
    </a>
    </td>
    </tr>
    </table>
    </div>
    <div id="mdfixedfooteremailsubscribe">
    <div class="mdfixedfooteremailsubscribebox">
    <form action="http://feedburner.google.com/fb/a/mailverify"method="post"target="popupwindow"onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=bloggerheroe','popupwindow','scrollbars=yes,width=550,height=520');return true"><input class="email"type="text"id="email"name="email"value="Enter Your Email Here.."onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;"onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;"/>
    <input type="hidden"value="bloggerheroe"name="uri"/>
    <input type="hidden"name="loc"value="en_US"/>
    <br />
    <input class="subscribe"name="commit"type="submit"value="Subscribe Our News Letter Now"/>
    </form>
    </div>
    <center style="color:#333;font-size:8px;">
    E-Mail Will Be Delivered By FeedBurner.
    </center>
    </div>
    </div>
    </div>

    • Click "Save".
    • View your blog to see the widget.

    MAKE THIS CHANGES

    • Bloggerheroe – Replace this with your feed title. You should also see this at the end of your subscription link url. Mine is Bloggerheroe as seen in this link: http://feedburner.google.com/fb/a/mailverify?uri=bloggerheroe
    • http://feeds.feedburner.com/bloggerheroe – Replace this with your feedburner link.
    • http://twitter.com/jaa_09 – Replace with your twitter profile link.
    • https://www.facebook.com/bloggerhero – Your facebook page or profile link here.
    • https://plus.google.com/106957260261276964704/ – Replace with your Google+ profile link.
    • Now If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    Sunday, November 25, 2012

    How To Add Cool Blockquote Style In Blogger!

    Blockquote others than others are built by engaging CSS transition, transformation CSS, CSS border radius, text shadow CSS and 3 (three) pieces blockquote background image for the background and two span tags that we use. How do I create a truly blockquote other than another's?  Are there benefits? Blockquote not "ugly girl" or "rich girl" who does not deserve the groom to complete the blog. I also wonder why bloggers who rarely utilize special tag that is actually a very appropriate use, huh? Oho ... or perhaps not so familiar with the blockquote? Or do you feel antipathy first? Or  catch another blogger who rarely use the blockquote? Feel how easy and the importance of using "the girl's beauty." It can be used for containers of certain texts that need to be highlighted in the post.
    bloggers,block quote

    View Live Demo

    Adding Blockquote To Blogger

    • Go to Blogger > Layout > Edit HTML
    • Backup your template
    • Search for ]]></b:skin> and just above ]]></b:skin> , paste the code below.

    blockquote {
             padding: 10px;
             margin: 10px 0 10px 20px;
             background-image: url(http://i964.photobucket.com/albums/ae124/gubhugreyot/bgBloquoteV236H2.png);
             font: 13px/17px Serif, Times, Helvetica;
             font-style: italic;
             color: #FFCC99;  /* original code: gubhugreyot.blogspot.com */
             text-shadow: 1px 1px 1px #000;
             border: 1px ridge  #0099FF;
             border-radius: 20px 10px 20px 10px;
            -moz-border-radius: 20px 10px 20px 10px;
            -webkit-border-radius: 20px 10px 20px 10px;
            -o-transition: all 1.2s ease-in;
            -moz-transition: all 1.2s ease-in;
            -webkit-transition: all 1.2s ease-in;
    }
    blockquote:hover {
             color: #eee;
            -o-transform: rotate(0deg) scale(1.06) translate(-10px, 0);
            -moz-transform: rotate(0deg) scale(1.06) translate(-10px, 0);
            -webkit-transform: rotate(0deg) scale(1.06) translate(-10px, 0);}
    blockquote span.bbuka, blockquote span.btutup {
             float: left;
             margin-right: 5px;
             height: 17px;
             width: 22px;
             background: url(http://i964.photobucket.com/albums/ae124/gubhugreyot/Blockquote-L.png) left top no-repeat;
            -o-transition: all 1.2s ease-in;
            -moz-transition: all 1.2s ease-in;
            -webkit-transition: all 1.2s ease-in;
    }
    blockquote span.bbtutup {
             float: right;
             margin-left: 5px;
             margin-right: 0;
             background: url(http://i964.photobucket.com/albums/ae124/gubhugreyot/Blockquote-R.png) right top no-repeat;
    }
    blockquote:hover span.bbuka, blockquote:hover span.btutup {
            -o-transform: rotate(1090deg) scale(1.1);
            -moz-transform: rotate(1090deg) scale(1.1);
            -webkit-transform: rotate(1090deg) scale(1.1);
    }

    • Now Whenever you have written a Quote inside the compose mode of Blogger Editor simply switch to the HTML mode and add two tags i.e <div> and </div> between the blockquote tags as demonstrated below,
    <blockquote><div>Your Quote Will Be Here</div></blockquote>
    • Now If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    Saturday, November 24, 2012

    How To Add A Unique Message Box For Blogger

    Hello guys, Today another blogger box to exhibit your primary messages.This box is originally made by Pc Genie LandThe box is totally distinguishable from others.Object new writing figure.Two absolute diverse sections are introduced.As common hover effects are adscititious to it.The box is made to add paragraphs unitedly.So if you be productive and use this box , your diary could informant few sincere reciprocation. So let's get started

    Live Demo

    Important message

    In recent months it has started to support the Opera CSS3. A very encouraging progress that can inspire a new spirit to re-work. Well ...., so far gubhugreyot totally did not post the tutorial design or associated with CSS3 animation, which delays post about CSS3 is great because not all browsers fully support. Now that Opera also has full support (IE only stay that do not support CSS3), then there is no more obstacles and barriers to create tutorials or design involving the use of CSS3 animation. To start a post about CSS3 animation, we will create a rainbow effect on the


    Adding Message Box To Blogger

    • Go To Blogger
    • Template > Edit Html > Proceed 
    • Search for ]]></b:skin>

    .BHbox{
    text-align:center;
    width:75%;
        background-color:#fff;
        color:#7F7F7F;
        padding:20px;
        border:2px solid #ccc;
        -moz-border-radius: 20px;
        -webkit-border-radius:20px;
        -khtml-border-radius:20px;
        -moz-box-shadow: 0 1px 5px #333;
        -webkit-box-shadow: 0 1px 5px #333;
        z-index:101;
    }
    .BHbox:hover{
    color:#333;
    box-shadow: 0 0 10px 12px rgba(0,0,0,.35);
    }
    .BHbox h1{
        border-bottom: 2px dashed #fa0a0a;
        margin:-20px -20px 0px -20px;
        padding:20px;
        background-color:#FFEFEF;
        color:#EF7777;
        -moz-border-radius:20px 20px 0px 0px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -khtml-border-top-left-radius: 20px;
        -khtml-border-top-right-radius: 20px;
    background-image: url('http://findicons.com/files/icons/2146/realistik_reloaded/48/error.png');
    background-repeat: no-repeat;
    background-position: 50px center;
    }
    .BHbox h1:hover{
    color:#ff0088;
    }


    Implementing The Box 

    • Use the following code to use the box in your blog posts

    <div align="center">
    <div class="BHbox" id="BHbox" style="display: block;">
    <h1>
    Important message</h1>
    In recent months it has started to support the Opera CSS3. A very encouraging progress that can inspire a new spirit to re-work. Well ...., so far gubhugreyot totally did not post the tutorial design or associated with CSS3 animation, which delays post about CSS3 is great because not all browsers fully support. Now that Opera also has full support (IE only stay that do not support CSS3), then there is no more obstacles and barriers to create tutorials or design involving the use of CSS3 animation. To start a post about CSS3 animation, we will create a rainbow effect on the 
     </div>
    </div>
    </div>
    • Replace the text in pink with your own text.

    Message From the Editor Disk

    • The box is bendable and can touch any quantity of book in it.If you someone any problems in using this box , openhearted use lens us or note below.Paradisiac Blogging:)
    • Now If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    Friday, November 23, 2012

    Hover Link Color Rainbow - Rainbow Color Effect with CSS3 Animation For Blogger

    In recent months it has started to support the Opera CSS3. A very encouraging progress that can inspire a new spirit to re-work. Well ...., so far gubhugreyot totally did not post the tutorial design or associated with CSS3 animation, which delays post about CSS3 is great because not all browsers fully support. Now that Opera also has full support (IE only stay that do not support CSS3), then there is no more obstacles and barriers to create tutorials or design involving the use of CSS3 animation. To start a post about CSS3 animation, we will create a rainbow effect on the hover text link only using pieces of css code. of course in this case is a CSS3 animation.

    Live Demo


    Adding Hover Link Color To Blogger


    • Go to Blogger
    • Template > Edit Html 
    • Search for  ]]></b:skin> (Ctrl+f)
    • Add the following code above it 

    @keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
    @-o-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
    @-ms-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
    @-moz-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
    @-webkit-keyframes BHhoverpelangi{0%{color:black;}19%{color:red;}25%{color:brown;}40%{color:blue;}55%{color:green;}70%{color:orange;}85%{color:magenta;}100%{color:black;}}
    a:hover{ /* original code by : bloggers-hero.blogspot.com 30 Juni 2012 */
     animation:BHhoverpelangi 4s infinite; /* Standart */
     -o-animation:BHhoverpelangi 4s infinite; /* Opera */
     -ms-animation:BHhoverpelangi 4s infinite; /* IE */
     -moz-animation:BHhoverpelangi 4s infinite; /* Firefox */
     -webkit-animation:BHhoverpelangi 4s infinite; /* Safari and Chrome */
    }

    • Click Save

    CONSIDERATION USES CSS3 ANIMATION TO THE RAINBOW EFFECT ON THE HOVER TEXT LINK:

    • All browsers have support for CSS3 animation. 
    • those of you who are still using older browsers, please immediately download the latest browsers already support CSS3 animation. You can open the download link via the menu on the left of the blog page.
    • Using CSS3 animation code be made more efficient and concise, so loading the blog becomes not much affected.
    • Using CSS3 code easier blogger to create a variety of colors in the rainbow effect caused.
    • Using CSS3 animation code easier for bloggers to develop a variety of new effects (additional effect).
    • Now If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    How To Add Horizontal Tab menu with Search Form

    Horizontal tab menu has been equipped with an integrated search form. The position of the search form on the sidelines for the right and the search form is built using CSS3 code that serves to form a transition animation when the search form at the click. To do a search enter the words related to the topic you are going to look and then proceed to click "enter".


    View Demo

    Adding Tab menu To Blogger

    • Login to blogger 
    • Click on layout 
    • Add a Gadget
    • Html/ Javascript
    • Enter the following code in it 

    <style>form#GRsf{
          padding:0 0 0 10px;
          margin:0 auto;
          width:95%;
          height:45px;
          background:#000;
          font-family: arial, sans-serif;
          background:#000;
          background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
          background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
          background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
          background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
          border-radius:8px;
          box-shadow:0 15px 10px -8px rgba(0,0,0,0.4);
    }
    form#GRsf input{
          width:80px;
          height:20px;
          float:right;
          margin:10px 12px 0 0;
          border:0;
          background:#aaa url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3PYCkVDPYPQGyHF3jJ0TsA2mFKTd5zfPFme4_xAZX0AMJkkwMzLFDL13n4SZYzDecKErC8NnS8TQyug_YtphCkai_86tOD1XuuBfdO7XJBOfA_ZSEn73oipbk-5WIm5og1nILla-4ZUBH/s12/blogger-heroe-search.png) no-repeat 3px center;
          border-radius:10px;
          padding-left:20px;
          outline:none;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
    }
    form#GRsf input:focus {
          width:200px;
          background-color:#fff;
    }
    form a{
          display:block;
          float:left;
          height:34px;
          width:100px;
          text-align:center;
          color:#fff;
          line-height:35px;
          text-decoration:none;
          text-shadow:0 1px 5px rgba(0, 0, 0, 0.5);
          margin:5px 3px 0;
          background:#900;
          border-radius:6px 6px 4px 4px;
          -moz-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          -o-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
    }
    form#GRsf input:focus ~ a {width:80px;}
    form#GRsf a:hover{background:#333;
          background:#09c;
          border-radius:8px 8px 0 0;
          -moz-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          -o-box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow:inset 0px 3px 3px rgba(0, 0, 0, 0.4);
          text-decoration:none;
    }
    </style>  <form id="GRsf"  action="http://bloggers-hero.blogspot.com/search" method="get">
    <input name="q" type="text" value="Search..." onfocus="if (this.value=='Search...') {this.value='';}" onblur="if (this.value=='') {this.value='Search...';}" />
     <a href="#url"><span>iHome</span></a>
     <a href="#url"><span>iProd</span></a>
     <a href="#url"><span>iServe</span></a>
     <a href="#url"><span>iContact</span></a>
     <a href="#url"><span>iBet</span></a>
     <a href="#url"><span>iKnow</span></a>
    </form>
    • Change http://bloggers-hero.blogspot.com/search whith your own url.
    • That's it!
    • If You Enjoy This Post! Please Take 5 Seconds To Share It. 

    Thursday, November 22, 2012

    How To Make 3D Text Effects In Your Blogger

    Uninterested with general fonts in Your blogger ? How most 3D texts to your headings and new book choke ? CSS(cascading Call Sheets) can be used to make such 3D personalty to your texts in your diary.Representation texts, umbrageous texts ,Three Dimension (3D) present piss your text author bonnie. These effects are fostered by all the web browser and your reader wouldn't modify to position any ordinal circle plugins to sight.

    How To make This In Your Post

    • Go to Text editor and change post editor into HTML mode .
    • Click Edit HTML
    • Copy down the code below & Replace the Pink Colored Text with your Text
    <style> .effect_3d { color: #000; font: 80px/100px Garamond, 'Hoefler Text', Times New Roman, Times, serif; margin-bottom: 20px; text-shadow: 0 1px 0 #999,              0 2px 0 #999,              0 3px 0 #999,             0 4px 0 #999,              0 5px 0 #999,              0 6px 0 black; </style> <div class="effect_3d">Blogger Heroe 3D Effect</div>
    • Publish Post
    • If  You Enjoy This Post! Please Take 5 Seconds To Share It.

    Friday, November 16, 2012

    How To Add Attractive Animated Bubble Buttons Using CSS3

    This is a set of lively buttons with the land of CSS3. It contains quaternity several change and also quaternary polar name and cardinal disciform concretism. This switch is organisation by TutorialZine.com. Using this add, you can easily dawdle any link on your tender into spirited button by fair distribution a .add grade itemize. JavaScript is not necessary!
     To use and add this lively buttons on your tender, blog or website, righteous simply canvas the steps beneath.

    View Demo
    • Login to your Blogger Dashboard.
    • Click the drop-down menu and select Template.
    • Backup your Template before making any changes.
    • Click Edit HTML ---> Proceed --->  Expand Widget Templates. (How To Edit HTML)
    • Click Ctrl+F and search the code below:
    ]]></b:skin>
    • Just above the ]]></b:skin>, Paste the code below:
    .button{
     font:15px Calibri, Arial, sans-serif;

     /* A semi-transparent text shadow */
     text-shadow:1px 1px 0 rgba(255,255,255,0.4);

     /* Overriding the default underline styling of the links */
     text-decoration:none !important;
     white-space:nowrap;

     display:inline-block;
     vertical-align:baseline;
     position:relative;
     cursor:pointer;
     padding:10px 20px;

     background-repeat:no-repeat;

     /* The following two rules are fallbacks, in case
        the browser does not support multiple backgrounds. */

     background-position:bottom left;
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png');

     /* Multiple backgrounds version. The background images
        are defined individually in color classes */

     background-position:bottom left, top right, 0 0, 0 0;
     background-clip:border-box;

     /* Applying a default border raidus of 8px */

     -moz-border-radius:8px;
     -webkit-border-radius:8px;
     border-radius:8px;

     /* A 1px highlight inside of the button */

     -moz-box-shadow:0 0 1px #fff inset;
     -webkit-box-shadow:0 0 1px #fff inset;
     box-shadow:0 0 1px #fff inset;

     /* Animating the background positions with CSS3 */
     /* Currently works only in Safari/Chrome */

     -webkit-transition:background-position 1s;
     -moz-transition:background-position 1s;
     transition:background-position 1s;
    }

    .button:hover{

     /* The first rule is a fallback, in case the browser
        does not support multiple backgrounds
     */

     background-position:top left;
     background-position:top left, bottom right, 0 0, 0 0;
    }

    .button:active{
     /* Moving the button 1px to the bottom when clicked */
     bottom:-1px;
    }

    /* The three buttons sizes */

    .button.big  { font-size:30px;}
    .button.medium { font-size:18px;}
    .button.small { font-size:13px;}

    /* A more rounded button */

    .button.rounded{
     -moz-border-radius:4em;
     -webkit-border-radius:4em;
     border-radius:4em;
    }


    /* Defining four button colors */


    /* BlueButton */

    .blue.button{
     color:#0f4b6d !important;

     border:1px solid #84acc3 !important;

     /* A fallback background color */
     background-color: #48b5f2;

     /* Specifying a version with gradients according to */

     background-image: url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'),
          -moz-radial-gradient( center bottom, circle,
                rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
          -moz-linear-gradient(#4fbbf7, #3faeeb);

     background-image: url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'),
          -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
               from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
          -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
    }

    .blue.button:hover{
     background-color:#63c7fe;

     background-image: url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'),
          -moz-radial-gradient( center bottom, circle,
                rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
          -moz-linear-gradient(#63c7fe, #58bef7);
          
     background-image: url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'),
          -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
               from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
          -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
    }

    /* Green Button */

    .green.button{
     color:#345903 !important;
     border:1px solid #96a37b !important; 
     background-color: #79be1e;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
    }

    .green.button:hover{
     background-color:#89d228;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
    }

    /* Orange Button */

    .orange.button{
     color:#693e0a !important;
     border:1px solid #bea280 !important; 
     background-color: #e38d27;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
    }

    .orange.button:hover{
     background-color:#ec9732;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
    }

    .gray.button{
     color:#525252 !important;
     border:1px solid #a5a5a5 !important; 
     background-color: #a9adb1;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
    }

    .gray.button:hover{
     background-color:#b6bbc0;

     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
     background-image:url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), url('http://1.bp.blogspot.com/-WpNrfSGXmrg/UDYs2BFgHFI/AAAAAAAAA00/dtf7VR1ca-o/s1600/DemoButton+bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
    }
    • Now click Save Template.

    HTML PART

    HTML For Big Buttons

    <a href="Your URL Here!" class="button blue big">Big Button</a>
    <a href="Your URL Here!" class="button green big">Big Button</a>
    <a href="Your URL Here!" class="button orange big">Big Button</a>
    <a href="Your URL Here!" class="button gray big">Big Button</a>

    HTML For Medium Buttons

    <a href="Your URL Here!" class="button blue medium">Medium Button</a>
    <a href="Your URL Here!" class="button green medium">Medium Button</a>
    <a href="Your URL Here!" class="button orange medium">Medium Button</a>
    <a href="Your URL Here!" class="button gray medium">Medium Button</a>

    HTML For Small Buttons

    <a href="Your URL Here!" class="button blue small">Small Button</a>
    <a href="Your URL Here!" class="button green small">Small Button</a>
    <a href="Your URL Here!" class="button orange small">Small Button</a>
    <a href="Your URL Here!" class="button gray small">Small Button</a>

    HTML For Rounded Buttons

    <a href="Your URL Here!" class="button blue rounded">Rounded Button</a>
    <a href="Your URL Here!" class="button green rounded">Rounded Button</a>
    <a href="Your URL Here!" class="button orange rounded">Rounded Button</a>
    <a href="Your URL Here!" class="button gray rounded">Rounded Button</a>
    • Replace Your URL Here! with your link and replace also the Title.
    Buttons are entirely CSS3 based. You can create your own colors and shapes by modifying the CSS file. 
    If you enjoy this post! Please take 5 seconds to share it.
    Older Post ►
     

    Copyright 2013 Sinhala MP3Create Blog Template by Farhan Share and Tuliskan