Saturday, 30 November 2013

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/AVvXsEgQGzFdupoM9L8HCWgCOfvHGaaVJLcbypJmbfVkPsG2pFC4gakbMFhZZ9cgk_6piF9_OeN9QMArhRVDaC8MG-F-vIHnRL4NCXjNgR5fY1xZeNQcvlojKyYqIKiURWQ6I179aWOvYU6uYYU/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.

Friday, 29 November 2013

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.

Wednesday, 20 November 2013

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.





Tekken Tag Tournament Game Full Version Free Download





Tekken Tag Tournament Game Full Version Free Download.

 Tekken Tag Tournament is the fourth main installment in Namco's popular tekken fighting game for pc series . It ,however is not canonical to the tekken storyline . The game was orignallyavailable as an update kit for tekken 3 . Tekken tag tournament orignally was released as an acrade game in 1999 before it was ported to the playstation 2 in 2000 . The acrade versions operated similarly but tun on a 32 bit graphics engine like tekken 3 . It recieved upgraded graphics when it was ported to the playstation 2 .It along with Tekken 4 and Soculalibur ll , was released in 2008 as a part of NAMCO Classic Fighter Collection . After 10 years a sequel has been anounced named Tekken Tag Tournament 2 
A remastered versions of the game titled tekken tag tournament Hd was released for playstation 3 in November 2011 as a part of the tekken Hybrid disc which also includes the #D movie , Tekken Blood Va
ngeance and a demo versions of tekken tag tournament 2 .




Minimum System Requirements
Operating System: Microsoft Windows xp sp 3 win /win8
Processor: Pentium 4  2.6 GHz or equivalent 
RAM: 1gB Required
Video Card: 256 MB VRAM with Pixel Shader 3.0  +Required
Hard Disk Space: 14GB free space 
DirectX: 9.0c Required





Note!

 This Is A Torrent File.Install uTorrent For Download This Game

uTorrent File





Tekken 3 Game Free Download For PC




Tekken 3 Game Free Download For PC.Full Version Tekken 3 Game Free Download For PC Only 4 u.Best Games For Fighting.All Tekken Games Free Download.



Tekken 3 System Requirements

Pentium II
64 MB of RAM
16x CD-Rom
Windows 9x
DirectX: 7


Recommended System Requirements:

Pentium II
256 MB of RAM
Fast CD-ROM with good access times
Windows 2000 or XP
DirectX: 8




Download Skype 5.5.0.110 Beta Full Version








Download Skype and start calling for free all over the world right now. Skype is software for calling other people on their computers or phones. The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear. All old versions are available here.Skype PC Software Free Download.Latest Skype Free Download.Online Videos Recorded Software Free Download.All Skype Version 100% Free Download Here.

Best Skype Collection Free Download.Online Free Videos & Audio Call 100% Free.Skype World Papular Software.Download Skype PC Software.Top Skype Collection Free Download.Skype All Version Free Download.Click Download Button And Enjoy!







Latest 2013 Skype Setup Full Version Free Download




Latest Skype 6.3.0.107 Full Version & Skype 6.5.0.107 Beta is a little piece of software that allows you to make free calls to worldwide or anyone else on Skype, anywhere in the world. And even though the calls are free, they are really excellent quality. If you and your friends, family or business contacts are using webcams, you can also make free video calls. You can even call landlines and mobile phones at really cheap per minute rates (and there's no setup or subscription fee). 


There’s so much you can do with Skype – share a bedtime story, host a meeting or take a language class.
Here’s just a few of the great things you can do:

Free Skype to Skype calls.
Low cost calls and text messages to mobiles and landlines.
Video call on Skype and Facebook.
Free instant messages to your friends, family and colleagues.
All you need to get started is Windows XP, Vista or 7, a webcam for video calls and a microphone.
Skype Review
Name : Skype
Version : 6.3.0.107 / 6.5.0.107 Beta
Languange : English/Multi
Medicine : Include
OS Support : Xp/Vista/7/8
Password : No
Type File : exe/msi






Mushroom Madness 3 Free Online Play








Mushroom Madness 3 Free Online Play.Mushroom Madness 3 Very Easy and Interesting Game kids game 4 you.Click Only Mouse and Play This Game. 100% Free online kids games free download and Play game Your Kids.2013 Best and Top Funny Games Online play and Download.

WWE Smackdown vs raw 2013 Game Free Download For PC





WWE Smackdown vs raw 2013 Game Free Download For PC.World Best Fighting Game Free Download.Latest WWE Games Free Download.Download WWE 2013 Games.Kids Fighting Games Gallery.




System Requirement:

RAM: 256 MB
Video Memory: 64 MB
OS: Windows 98, 2000, XP, Vista, 7 and Windows 8




Note:

This is Torrent Download file. You must be Install µTorrent in your System.
 uTorent File








WWE SmackDown vs. Raw 2011 Free Download





WWE SmackDown vs. Raw 2011 Free Download
The game's new "WWE Universe" builds storylines, and integrates cut scenes and rivalries between wrestlers based on the matches that are wrestled. These cut scenes appear randomly before, during, and after the match.[3][7] The game features more than 100 cutscenes to push storylines, which can revolve around alliances, rivalries and titles, forward. The game reacts to the players actions and depending on the goal of the player's superstar, original or created, puts them in one of, or several, the top ten contenders lists for a specific title. However, one can only get into the contendership list depending on their rivalries, alliances, match types and most importantly, win-loss ratio.



WWE Smackdown vs Raw 2011 For PC Xbox Playstation With Cheats

WWE SmackDown vs. Raw 2011 also shortened to WWE SvR 2011 or "SVR 11". is a professional wrestling video game developed by Yuke's and published by THQ for the PlayStation 2 (PS2), PlayStation 3 (PS3), PlayStation Portable (PSP), Wii, and Xbox 360 systems. It is the seventh game in the WWE SmackDown vs. Raw series and the final game under the SmackDown vs. Raw name, with future installments simply being named WWE, hence, it is the final installation of the SmackDown vs. Raw series. It is the sequel to WWE SmackDown vs. Raw 2010 and succeeded by WWE '12. It is also the last installment for the PlayStation 2 and PlayStation Portable platforms. It was released on October 26, 2010 in North America, October 28, 2010 in Australia and October 29, 2010 in Europe. The game is based on the two brands of WWE, Raw and SmackDown.




Note!
 This Is A Torrent File.Install uTorrent For Download This Game


uTorrent File


Skype 5.0.0.105 Beta Free Download






Skype 5.0.0.105 Beta Free Download.

Download Skype and start calling for free all over the world right now. Skype is software for calling other people on their computers or phones. The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear. All old versions are available here.Skype PC Software Free Download.Latest Skype Free Download.Online Videos Recorded Software Free Download.All Skype Version 100% Free Download Here.

Best Skype Collection Free Download.Online Free Videos & Audio Call 100% Free.Skype World Papular Software.Download Skype PC Software.Top Skype Collection Free Download.








Skype Free Download Full Version | Free Video Calls Software Standalone








Skype Free Download Full Version | 2013 Latest Skype Free Download.Skype Free Download Full Version Only 4 u. Videos Calls Free Online.Latest  Skype Free Download Full Version For PC.Best PC Software for Videos Calls.Online Free Videos Calls Software Free Download.








Road Rash 2002 Game Free Download





Road Rash 2002 Game Free Download.Latest Road Rash 2002 Games Free Download For PC.



System Requirements:

350MHz processor
32MB RAM
50MB hard drive free space
4MB graphic card
Sound card, keyboard, mouse etc.





Typing Master 2010 Full Version Free Download












Typing Master 2010 Full Version Free Download.Typing Master 2010 Download.Full Version Software Free Download.TypingMaster Pro, the personal typing trainer that applies to your unique needs meat. The program customized exercises and helpful feedback to guide provides step by step to professional keyboarding. As a result your typing speed will increase significantly saving you a lot of valuable work time.





Adobe Photoshop 7.0 Full Version Free Download With Serial Key











Adobe Photoshop 7.0 Full Version Free Download.Latest Upload Adobe Photoshop 7.0 Full Version Free Download.Adobe PhotoShop 7.0 is very helpfull Software.This software is also use for web developments programms like making a Website its very usefull every colours codes and designes make easy on Adobe Photoshop 7.0.Adobe Photoshop 7.0 All Version Free Download Here.Adobe Photoshop 7.0 Download Full Setup Free Download With Serial Key.







Torrent File(Extratorrent)
 
Top