Edit default blogger label widget and create 3D label widget


Edit default blogger label widget and create 3D label widget
This is a screenshot of this widget during hovering. Blog  Design tag is animating now. First you need to add the default Label widget by going Layout > Add Gadget > Labels. If you have already the Labels widget, skip this step. Now go to Template > Edit HTML > Proceed. Tick the Expand Widget Templates option. Now find the following code, then click on the arrow button and expand it.



</b:skin>





Add following CSS code just above the above code.


/*Categories hovering widget by Blogger How*/
#categories ul{padding-left:0px;width:auto;}
#categories ul li {background: #EFEFEF;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 20px !important;
border: 1px solid #E5E5E5;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#categories ul li:hover {
background: #EFEFEF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV55KNmntNje7D9w4bxQRCcRqAa4WfX4bI0yzvp3M4xMhDa24iOyiOtBi1lrGQIl0fIPtNsWdvEhuwIqnPBWowXWYn4CCfmWftw12NrZW6SMtxo-OobemUZ7kDGQLorf6_V3J941zO55M/s1600/widget-list.png) no-repeat scroll 5px 10px;
border:1px solid #A5A5A5;
box-shadow: 7px 7px 5px #CECECE;
}
#categories ul li a {
text-decoration: none;
color: #7A7A7C; /*Set text Link Color*/
font-size: 1.1em;
padding: 0 5px;
}
#categories ul li a:hover {
color: #38383D;
font-size: 1.2em;
text-decoration:none;color:#000;
}







Click on the Jump to Widget drop down menu and select the label widget, Click on the arrow to expand the code. Now press Ctrl+F (or take Find). Find the following code.



<div expr:class="&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;">







Add replace the above code with below code.



<div expr:class="&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;" id="categories">






You are done. Now you can customize the color of the widget according to your blog template colors. Go to this link, find hex code of the color you want. Then find and replace following color codes in the above CSS code.



#EFEFEF is the background color.

#E5E5E5 is the border color.

#CECECE is the shadow color.

#A5A5A5 is border color during hovering of mouse.

#7A7A7C is the text link color.

#38383D is the text link color during hovering of mouse.







If you want to change the size of the font during hovering, change 1.2em to other values. It gives nice effects.

Customize Labels Widget with Stylish Cool Effects

Customize Labels Widget with Stylish Cool Effects
Labels widget displays list of the categories of posts. Creating labels helps to categorize the posts in groups. So it helps visitors to see the posts under a category. Default blogger Labels widget is not so Stylish. Don't worry, here I am sharing some cool interesting labels widget styles for you. This Labels widget can style using simple CSS codes. To do this follow the steps..





  •  Sign In to Blogger Dashboard
  • Go to Template -> Edit HTML
  • Find ]]></b:skin> and copy the code of label style you like above ]]></b:skin>
  • Save Template

 Black Forest Theme Labels with animated Scaling

.Label li {
        background: linear-gradient(to bottom, #6B6B6B 0%, #6B6B6B 4%, #333333 1%, #2B2B2B 100%) repeat scroll 0 0 transparent;
        border: 1px solid;
        border-radius: 6px 6px 6px 6px;
        float: left;
        font-size: 116%;
        list-style: none outside none;
        margin: 2px;
        padding: 4px;
        transition: all 0.3s ease 0s;
    }
.Label li:hover {
    transform: rotate(351deg) scale(1.7);
}




Yellow Customized labels Widget


    .Label li:before {

        background-image: -moz-linear-gradient(left top , #FEDA71, #FEBA47);

        border-bottom: 1px solid #D99D38;

        border-left: 1px solid #D99D38;

        content: "";

        height: 1.39em;

        left: -0.69em;

        position: absolute;

        top: 0.2em;

        transform: rotate(45deg);

        width: 1.3em;

        z-index: 1;

    }

    .Label li:after {

        background: none repeat scroll 0 0 #FFFFFF;

        border: 1px solid #D99D38;

        border-radius: 4.167em 4.167em 4.167em 4.167em;

        box-shadow: 0 1px 0 #FAEABA;

        content: "";

        height: 0.5em;

        left: -0.083em;

        position: absolute;

        top: 0.667em;

        width: 0.5em;

        z-index: 9999;

    }

    .Label li {

        background-image: -moz-linear-gradient(center top , #FEDA71, #FEBA47);

        border-bottom: 1px solid #D99D38;

        border-radius: 0 0.25em 0.25em 0;

        border-right: 1px solid #D99D38;

        border-top: 1px solid #D99D38;

        box-shadow: 0 1px 0 #FAEABA inset, 0 1px 1px rgba(0, 0, 0, 0.1);

        color: #996633;

        float: left;

        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;

        font-size: 0.75em;

        font-weight: bold;

        list-style: none outside none;

        margin: 0 0 7px 20px;

        padding: 0.417em 0.417em 0.417em 0.917em;

        position: relative;

        text-decoration: none;

        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

        z-index: 1;

    }




Blue Customized Labels Widget


    .Label li:before {

        background-image: -moz-linear-gradient(center top , #1E5799 0%, #207CCA 100%);

        border-bottom: 1px solid #145091;

        border-left: 1px solid #145091;

        content: "";

        height: 1.39em;

        left: -0.69em;

        position: absolute;

        top: 0.2em;

        transform: rotate(45deg);

        width: 1.3em;

        z-index: 1;

    }

    .Label li:after {

        background: none repeat scroll 0 0 #FFFFFF;

        border: 1px solid #3F6893;

        border-radius: 4.167em 4.167em 4.167em 4.167em;

        box-shadow: 0 1px 0 #B5D8FF;

        content: "";

        height: 0.5em;

        left: -0.083em;

        position: absolute;

        top: 0.667em;

        width: 0.5em;

        z-index: 9999;

    }

    .Label li {

        background-image: -moz-linear-gradient(center top , #1E5799, #207CCA);

        border-bottom: 1px solid #145091;

        border-radius: 0 0.25em 0.25em 0;

        border-right: 1px solid #145091;

        border-top: 1px solid #145091;

        box-shadow: 0 1px 0 #CCE4FF inset, 0 1px 1px rgba(0, 0, 0, 0.1);

        color: #996633;

        float: left;

        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;

        font-size: 0.75em;

        font-weight: bold;

        list-style: none outside none;

        margin: 0 0 7px 20px;

        padding: 0.417em 0.417em 0.417em 0.917em;

        position: relative;

        text-decoration: none;

        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

        z-index: 1;

    }



 Black Forest Theme Label like NetOops Blog Labels


    .Label li {

        background: linear-gradient(to bottom, #6B6B6B 0%, #6B6B6B 4%, #333333 1%, #2B2B2B 100%) repeat scroll 0 0 transparent;

        border: 1px solid;

        border-radius: 6px 6px 6px 6px;

        float: left;

        font-size: 116%;

        list-style: none outside none;

        margin: 2px;

        padding: 4px;

        transition: all 0.3s ease 0s;

    }

    .Label li:hover {

        transform: rotate(5deg);

    }

Skeleton Theme for Labels Widget

.Label a {
    color: #000000;
    text-decoration: none;
}
.Label li {
    border: 1px solid #000;
    border-radius: 6px 6px 6px 6px;
    color: #000000 !important;
    float: left;
    font-size: 116%;
    list-style: none outside none;
    margin: 2px;
    padding: 4px;
    transition: all 0.3s ease 0s;
}



Skeleton Theme with Painting Hover Effect

 
.Label a:hover
{
text-shadow:5px 5px 5px #dcdcdc;
background:orange;
border:1px solid orange;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
}




Leaf theme for Labels Widget


.Label a {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #7FBF4D;
     background-image: -moz-linear-gradient(center top , #7FBF4D, #63A62F);
     border-bottom-right-radius: 30px;
     border-color: #63A62F #63A62F #5B992B;
     border-image: none;
     border-style: solid;
     border-top-left-radius: 30px;
     border-width: 1px;
     box-shadow: 0px 1px 0px 0px #96CA6D inset;
     color: #FFFFFF;
     float: left;
     font: 14px verdana;
     height: 18px;
     margin-bottom: 9px;
     margin-left: 10px;
     padding: 10px;
     position: relative;
     text-decoration: none;
     transition: all 0.5s ease-in-out 0s;
}

.Label a:hover {
     background: none repeat scroll 0% 0% orange;
     border-radius: 0px 30px 0px 30px;
     border: 1px solid orange;
     text-shadow: 5px 5px 5px #DCDCDC;
}

.Label {
     margin: 0px;
     padding: 0px;
     position: relative;
}

EXE Extractor - Computer Tricks and Tips








e-ideamart.blogspot.com Provide Universal Extractor is a program do to exactly what it says: extract files from any type of archive, whether it's a simple zip file, an installation program, or even a Windows Installer (.msi) package. 


It is not ment to replace any general purpose archiving program. It can, however, extract any type of archive, regardless of source, compression method, etc.







Change the name of a label

Let's say you have a number of posts with the label Hawaii but you've decided that you'd rather call it Vacation instead. You can't edit the name of a label directly, but there's a simple workaround to accomplish your goal:
  1. Go to the Posts tab for your blog.
  2. Click on the "All labels" drop-down on top-right and select "Hawaii." This will filter the posts, so you'll only see those with the "Hawaii" label.

  3. Click the check box at the top of the list of posts to select all the posts.

  4. Then, click the Label icon and select "Hawaii" to remove the label "Hawaii" from all the posts that are selected.

  5. While the posts are still selected, click the Label icon again and select "Add new label." Then, type in "Vacation."

  6. You're done! Now, all the posts that used to have the label "Hawaii" have the label "Vacation" instead.

Free Download Windows 7 Themes Collection 2013









Free Download Windows 7 Themes Collection 2013.Best Windows 7 Themes Free Download.100 Windows 7 Themes Collection.


Windows 7 Themes Collection 2013

Windows 7 Themes Collection 2013
1.Dark 7 Mix Theme(My Favourite)
2.Colorful Theme
3.Embed Final Theme
4.Longhorn Air7 Beta
5.Harmony 7 Blue Alpha Theme
6.Gaia09 Visual Style
7.Windows 7 Prototype Bita2
8.Xero Theme
9.Soft7 Theme
10.Capriccio Theme
11.Windows 8 Theme
12.Longhorn Multitheme
13.OneWorld Theme
14.Leopard OS 10 Theme
15.4 Michael Jackson Theme
16.14 WIndows 7 Themepack
17.Aero Big Theme
18.Aero Diamond for Windows 7(64bit)
19.Aero Hilled Theme
20.Windows Nostalgia Theme
21.Only Black Windows 7
22.MAx Clear Live Black Theme
23.Windows 7 Red Theme
24.SiCo Theme
25.Windows 7 Blue Theme
26.Windows XP Theme

================
[INSTALL NOTES]
================

Step 1: Please use 7Zip/WinRAR/Universal Extractor to EXTRACT FILES.









Total Video Converter 3.7 Full Version Free Download




Total Video Converter 3.7 With Serial Full Version Full Version Free Download
Description: New Total Video Converter 3.7 lets you experience Unparalleled High-Definition movie. It is the best and unique software today with incomparable support for converting and burning video to AVCHD disc which can work on PS3 and Blu-ray player. Meanwhile, it supports for converting and burning video to HD formats like H.264 TS, Mpeg-2 TS, WMV-HD, MKV-HD, DivX-HD, Divx-HD, MOV-HD, FLV-HD and MP4-HD. 


This powerful video converter tool includes following functions:

  1. Convert ALL Videos
  2. Burn AVCHD & Blu-Ray
  3. Play All Videos
  4. Burn DVD/SVCD/VCD
  5. Download Videos.
  6. Edit Video
  7. Record Desktop
  8. Make Photo Slideshow



Main Features of Total Video Converter:

1. Convert all kinds of videos to mobile videos or audios (mp4, 3gp, xvid, divx mpeg4 avi, amr audio) which are used by cell-phone, PDA, PSP, iPod, iPhone, Xbox360, PS3 etc. 
2. Photos slide show combines multi-photos and musics with more than 300 photos fantasy transition effect 
3. High compatibility and high efficiency for Importing RMVB or RM video/audio 
4. Convert various videos to MPEG videos compatible with standard DVD/SVCD/VCD 
5. Burn the converted videos to DVD/SVCD/VCD 
6. Rip DVD to popular videos of all sorts 
7. Extract audio from various of videos and convert which to all kinds of audios (mp3, ac3, ogg, wav, aac) 
8. RIP CD to audios of all sorts directly. 
9. Support using with command line. 
10. Combine several video and audio files to one video file. 
11. Demultiplex or extract video and audio. 
12. Multiplex video and audio to one file. 
13. Flv Nelly Mosser audio extract and decode.





Tekken Tag Tournament Game Free Download





Tekken Tag Tournament Game Free Download.Latest Kids Games Free Download.

Tekken tag tournament free download full version pc game Tekken Tag Tournament, at first glance, an arcade Tekken game to date the most dramatic upgrade. Graphics Dreamcast hit last year when Namco's weapon-based fighter, Soul Calibur, received similar to that upgrade has been a huge boost. Plus, new methods have been added. But the series has hit out at the last Tekken game is to capture the same sense of magic? Most definitely.

Tekken Tag Tournament: Tekken series for a long time you are away from it, Tekken Tag Tekken fans want in large quantities to supply the same solid gameplay has a very hot return.

Tekken series arcade counterparts always gone above and beyond the console game as a set of stands. By additional characters in completely new ways, the series always lacked arcade games that have tried to add something. Tekken Tag Tournament, at first glance, an arcade Tekken game to date the most dramatic upgrade. Graphics Dreamcast hit last year when Namco's weapon-based fighter, Soul Calibur, received similar to that upgrade has been a huge boost. Plus, new methods have been added. But the series has hit out at the last Tekken game is to capture the same sense of magic? Most definitely.

Best Fighting Games Free Downlaod.





Newer Posts Older Posts
© Copyright Downloads free zone
Back To Top