Google Adsense Earning Trick With Coading Sript

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 28 May 2013

Stylish Design your Cloud Label and Categories Widget in 3D Style

Posted on 10:20 by Ashish Chaturvedi
                                 
You Can Customized your blogger label so attractive by the using of CSS3 Widget. This widget is styled using CSS gradient color as background and box-shadow properties. If you have some knowledge about CSS3 then you will be able to Customized more attractive and impressive look as your style way. I am giving you 3 showcasing style by which you can customize your blogger cloud label. and note that you must have added cloud labels to your blog before you can customize it.


How to Add Labels Gadget In Blog:
  • Go to your blogger dashboard
  • Click on Design > Page elements > Add a Gadget (Old blogger interface)
  • Click on Layout > Add a Gadget (New blogger interface)
  • Choose Labels for the options provided in the pop-up window and set it as shown below.


How To Add Brick Style Labels Cloud In Blogger Using CSS:
  • Go To Blogger Dashboard > Design > Edit HTML > Expand Widget Templates (For New Interface Templates > Edit HTML) 
  • Backup Your Template Before Making Any Changes
  • Click (Ctrl + F) Search Give Below Code
  • ]]></b:skin>
Now choose any style that suit you from below options Copy The Code shown below and paste Before ]]></b:skin> Above it.

Style 1:

  • /*-----Custom Labels Cloud widget by www.crackstrick.blogspot----*/
    .label-size a {
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 4px 7px;
    font-family: 'Helvetica Neue', helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    }


    .label-size a {
    color: #996633;
    border: 1px solid #DDA13C;

    background: rgb(238,177,75);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYjE0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzkxMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238,177,75,1) 0%, rgba(204,145,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,177,75,1)), color-stop(100%,rgba(204,145,45,1)));
    background: -webkit-linear-gradient(top, rgba(238,177,75,1) 0%,rgba(204,145,45,1) 100%);
    background: -o-linear-gradient(top, rgba(238,177,75,1) 0%,rgba(204,145,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,177,75,1) 0%,rgba(204,145,45,1) 100%);
    background: linear-gradient(top, rgba(238,177,75,1) 0%,rgba(204,145,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb14b', endColorstr='#cc912d',GradientType=0 );
    }

    .label-size a:before {
    content: '\2022';
    color: #FFFFFF;
    margin-right: 4px;
    font-size: 15px;
    line-height: 13px;
    height: 13px;
    vertical-align: text-top;

    text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2);
    }

    .label-size a:hover {
    text-decoration: none;

    background: rgb(240,183,86);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYjc1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmEwNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(240,183,86,1) 0%, rgba(214,160,68,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,86,1)), color-stop(100%,rgba(214,160,68,1)));
    background: -webkit-linear-gradient(top, rgba(240,183,86,1) 0%,rgba(214,160,68,1) 100%);
    background: -o-linear-gradient(top, rgba(240,183,86,1) 0%,rgba(214,160,68,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,183,86,1) 0%,rgba(214,160,68,1) 100%);
    background: linear-gradient(top, rgba(240,183,86,1) 0%,rgba(214,160,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b756', endColorstr='#d6a044',GradientType=0 );
    }
    /*-----Custom Labels Cloud widget by www.crackstrick.blogspot----*/

Style 2:
  • /*-----Custom Labels Cloud widget by www.crackstrick.blogspot----*/
    .label-size{
    margin:0;
    padding:0;
    position:relative;
    }
    .label-size a{
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:12px;
    margin-bottom: 9px;
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    }
    .label-size a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0;
    }
    .label-size a:after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
    }

    .label-size a:hover{background:#555;}
    .label-size a:hover:before{border-color:transparent #555 transparent transparent;}
    /*-----Custom Labels Cloud widget by www.crackstrick.blogspotc ----*/




Style 3: (Brick Style)
Screenshot: CSS Brick Style Label Cloud Widget For Blogger Blog
  • /*----Custom Labels Cloud widget by www.crackstrick.blogspot----*/
    .label-size{
    margin:0 2px 6px 0;
    padding: 3px;
    text-transform: uppercase;
    border: solid 1px #C6C6C6;
    border-radius: 3px;
    float:left;
    text-decoration:none;font-size:10px;color:#666;}
    .label-size:hover {
    border:1px solid #6BB5FF;
    text-decoration: none;-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
    zoom: 1;
    }
    .label-size a {
    text-transform: uppercase;
    float:left;
    text-decoration: none;
    }.label-size a:hover {
    text-decoration: none;
    }
    /*----Custom Labels Cloud widget by www.crackstrick.blogspot----*/
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in Blogger Widgets | 1 comment
Newer Post Older Post Home

1 comment:

  1. Wanti11 December 2016 at 19:34

    how to change bacground colour in style 1 ?

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Subscribe to: Post Comments (Atom)

Popular Posts

  • Create a Contact Form With File Upload Option
    The contact form that I am using on this blog is from emailmeform and it is all free but customized using CSS. I previously published a p...
  • Place Qadabra ads inside blogger post
    Dear bloggers I have given you many ways to insert codes and ads between blogger posts. Today I am introducing you to put the famous ad sens...
  • How to add Scrollbar within the Blogger Post
                                                Sometimes your blog post contents or text gets too long and you wants to add some blog post pa...
  • 7 Best Shorten URL
    7 Best Shorten URL and Earn Money Sites that Pays for Clicks Most of the internet users must be knowing about this URL shortener sites ( Sho...
  • How To Automatically Add Blogger Post To Facebook
    Today you know that the best way to spread your article is social media. So after posting your article many bloggers usually add the article...
  • Super Ram 6 Pro Full with Patch for Free
    SuperRam is basically an utility tool to enhance the performance of your computer.Its main features are as follows: Compatible with Microsof...
  • How to increase traffic of blog/website
    User right blogging software (refer to this post : Two of My Favorite Blogging Softwares ) For traffic you need content, so write at least ...
  • Make money online with traffic exchange
                                                    Traffic exchange program is designed to get traffic to your site. If you have a website o...
  • Make money with Aurora websites
    Are you struggling  how to earn money online without investment or just make money online from home then find out the aurora website to ...
  • Ideas to make money online
    A cash cow for the enterprising, the Internet is littered with opportunities to make a fast buck. While it rarely qualifies as a s...

Categories

  • Adsense Earning (11)
  • Anti Virus (4)
  • blog (1)
  • Blogger Tips (79)
  • Blogger Widgets (37)
  • Earn money online (19)
  • Earning By File Uploading (1)
  • Games (1)
  • Hacking (3)
  • Internet (1)
  • Media Players (1)
  • Moblie Tricks (13)
  • Modem Unlocker (1)
  • Online Jobs (13)
  • PC Tricks (16)
  • Serial Keys (2)
  • Skins For Windows (1)
  • Small And Easy Jobs (8)
  • Softwares (29)
  • Speed Up PC (6)
  • Tips for High Traffic (8)
  • Tricks (38)
  • URL Shortner (2)
  • Utilities (21)
  • Web Designer Software (3)
  • Website Tricks (24)
  • Windows (10)

Blog Archive

  • ▼  2013 (183)
    • ►  July (3)
    • ►  June (25)
    • ▼  May (152)
      • Tips on Designing Effectve Navigation for Website ...
      • How to Display Post Author, Date/Time and Labels B...
      • Why you should buy custom domain for blogger Blog
      • Tips to get approved by Google AdSense
      • How to add Scrollbar within the Blogger Post
      • Optimizing Your Site for Mobile Users: Plugin Vs. ...
      • How to add stylish multicoloured popular post widget
      • Top Sites To Do Online Jobs
      • Add Multi-Tabbed widget to Blogger Sidebar
      • Add Animated Scrolling Recent Post Widget In Blogger
      • Add Recent Comments Widget with Rounded Images for...
      • Add 3 In 1 Slide Out Follower Box Widget to Blogger
      • Boost Up Blog Comments In Exchange Of Incentives F...
      • Optimizing Your Site for Mobile Users: Plugin Vs. ...
      • Don't Forget To Join Our Community Popup Widget fo...
      • Possible Reason That will Cause Your Blog to be De...
      • Widgets How to add Stylish Search box to blogger blog
      • How to Add 5 in 1 Slide Out Social Subscribing Wid...
      • How To Add Buibbles Effect In Blogger
      • Feedburner subscribe via email gadget
      • How to Create Google custom search Engine
      • Add customized three column footer in blogger blog
      • Importance Of PPC In Online Marketing
      • Stylish Design your Cloud Label and Categories Wid...
      • Submit your blogs to Search Engines
      • Make money online with traffic exchange
      • DELETING files beyond recovery
      • Make money with Aurora websites
      • Make money with completing offers
      • How To Increase The Virtual Memory Of Your PC ?
      • Chitika Adsense
      • How to trace any phone number in the World ?
      • How to fix microsoft dotnet framework 3.5 on Windo...
      • Best Shortcuts and Tricks Windows 8
      • Display post author, date, labels and comments wit...
      • Top 5 High Paying Alternatives to Google AdSense
      • Stylish Facebook Like Box POP-UP With Timer For Bl...
      • How to Add Footer Column Widget into Blogger blog
      • Best Way To Optimise Adsense Earning
      • Optimize Blog Post Titles Using H2 Tag - Increase ...
      • Publish Several Posts Per Day To Boost Traffic!
      • Requirements" To Make Money Through Blogging
      • Important things to consider Before Starting Blogg...
      • Ways To Optimize AdSense Ads To Increase Revenue
      • Best Money Back Guaranteed Earning Methord
      • How to create your own keyboard shourcut
      • How to recover your lost cell phone India
      • Tool to Measure the Speed of Your Website
      • LG secret codes
      • Secret Codes For Nokia
      • Speed up your internet connection any software
      • How to install windows quickly or save your time w...
      • How to protect gmail account from hackers
      • 8 ways to access blocked websites
      • How to create facebook Chat codes
      • How to boost internet speed by 20% without any sof...
      • Top 5 most Dengerous notepad Tricks
      • Download Connectify Hotspot Pro 4.3.3 Full Version...
      • Shortcut keys ABCs
      • HOW TO INCREASE INTERNET SPEED TO MAXIMUM AVAILABL...
      • Download Mac Blu-ray Player for Windows 2.8 Fully ...
      • How to add facebook comment box in blogger
      • How to Convert Normal Sim Card to Micro Sim
      • One Click Way to Find the Best Indian Mobile Plans...
      • Earn Money With TusFiles By Uploading And Sharing ...
      • Expandable Recent Comments Widget for Blogger/Blog...
      • Create Navigation Menu With Drop Down Submenus
      • How To Remove Blogger Attribution Gadget
      • Add a Blog To My website
      • How can I optimize my site for search engines?
      • How To SEO Optimize Your Blogger Blog Titles For H...
      • Make Money Online Via Bux Sites
      • Earn Money Via Your Facebook Profile
      • Embed IP Address Widget Of Visitor On Your Blog Or...
      • Blog Rank Checker Widget
      • Fixed Top Bar With Close Button For Blog And Website
      • How To Make Your Blog For Low Speed Connection?
      • Stylish And Awesome Search Engine Boxes For Blog &...
      • How To Make Your Own Custom Folder Locker
      • How To Make AutoRun CD And Change CD Icon?
      • How To Install Linux On Top Of Windows OS
      • Exciting Combination Of Mobile Technology And Auto...
      • How To Add/Remove Gadget/Widget To Your Mobile Blo...
      • How To Add Automatically Copyright When Copying Yo...
      • Secure/Protect Your Blog/Website From 1st Degree C...
      • Secure/Protect Your Blog/Website From Content Copier
      • Secure/Protect Your Blog/Website Images From Copier
      • Secure/Protect Your Blog/Website From 2nd Degree C...
      • How To Use Free Web-Hosting Websites As Free Domai...
      • How To Display Codes On Your Desired Page/Post In ...
      • Positive Points Of Guest Blogging To Make It Usefu...
      • Stylish "List Of Post/Article" Widget For Blogger
      • Success Secrets of Pete Cashmore who started blogg...
      • How to increase traffic of blog/website
      • Earn Money From mGinger By Reading SMS and Mails
      • Call Any One From Any Mobile Number
      • Trick to Lock Your Computer in Windows 7 , XP and ...
      • Free GPRS Trick on PC for Reliance SMART Using USB...
      • Super Ram 6 Pro Full with Patch for Free
      • Download Universal Keygen Generator for Free
    • ►  January (3)
  • ►  2012 (15)
    • ►  December (15)
Powered by Blogger.

About Me

Ashish Chaturvedi
View my complete profile