14 Best CSS scroll bar style for blogger

Want to customize your blogger scroll bar like i did?
If yes then here are some 14 amazing colorful scroll bars for your blogger that will make your blogger look attractive and beautiful.
These CSS Scroll bars are easy and free to use.



How to use :


  1. Open your blog.
  2. Click on Theme button.
  3. Then click on Customise button.
  4. After that click on Advance button (The last button).
  5. Copy and paste the code of your favorite CSS scroll bar.
  6. After pasting the code and click on apply to blog.

--------------------------------------------------------------------------------------------------------------------------

1-Red shade Scrollbar


Code:


      ::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
border-radius: 10px;
background-color: #444444;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-color: #D62929;
background-image: -webkit-linear-gradient(90deg,
 transparent,
 rgba(0, 0, 0, 0.4) 50%,
 transparent,
 transparent)
}


2-Gray gradient Scrollbar:



Code:


      ::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
background-color: #CCCCCC;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #FFF;
background-image: -webkit-linear-gradient(90deg,
                                         rgba(0, 0, 0, 1) 0%,
 rgba(0, 0, 0, 1) 25%,
 transparent 100%,
 rgba(0, 0, 0, 1) 75%,
 transparent)
}






3- Black`n`Grey Scrollbar:








Code:



      ::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #AAA;
border-radius: 10px;
background-image: -webkit-linear-gradient(90deg,
                                         rgba(0, 0, 0, .2) 25%,
 transparent 25%,
 transparent 50%,
 rgba(0, 0, 0, .2) 50%,
 rgba(0, 0, 0, .2) 75%,
 transparent 75%,
 transparent)
}



4-Orangey Scrollbar:





Code:



       ::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #F90; background-image: -webkit-linear-gradient(90deg,
                                         rgba(255, 255, 255, .2) 25%,
 transparent 25%,
 transparent 50%,
 rgba(255, 255, 255, .2) 50%,
 rgba(255, 255, 255, .2) 75%,
 transparent 75%,
 transparent)
}



5-Blacky Scrollbar:





Code:



       ::-webkit-scrollbar-track
{
border: 1px solid black;
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #000000; }




6-Blue grad Scrollbar:





Code:



       ::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-image: -webkit-gradient(linear,
  left bottom,
  left top,
  color-stop(0.44, rgb(122,153,217)),
  color-stop(0.72, rgb(73,125,189)),
  color-stop(0.86, rgb(28,58,148)));
}



7-Orange shaded Scrollbar:







Code:
































Tricks using note pad

1-Creating a Matrix using note pad :

A MATRIX is a collection of random numbers shown in green colour it can be made in Windows and Macintosh by creating a file showing random numbers in green and saving it as a file with .exe extension.

1st   Open Note Pad
2nd Copy and paste the code given below and save it with name matrix.bat
 you can replace matrix with your desired name but don't forget to place the extension .bet after    
 your desired name.
3rd After saving open the note pad and see the magic!

CODE:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


--------------------------------------------------------------------------------------------------------------------------

2-Creating a personal Diary using note pad :

This a simple and cheap technique to create a personal diary using note pad which would save your notes with date!
Plus that using this diary you won't have to enter date and time! it will save your note with its own date and time!
1st Open note pad and type the following code in it.
2nd Do not change the upper case or lower case of the code and do not give any spaces before the     code.  
3rd Save the note pad and every time you open it and type your notes you will see the current date and time and your last written note.

CODE:

.LOG

--------------------------------------------------------------------------------------------------------------------------

3-Creating a fake windows ERROR using note pad :

 This is an awesome trick used in note pad. In this trick the window will display a run time ERROR and will ask you to shut down your PC immediately.
Don't worry this wont damage your PC and you can close this message any time you want if you don't want to shut down your PC.
You can perform this by the following steps :
1st Open note pad and paste the Code given below in it.
2nd You can replace the word Message Here , and the word Title  Here with your own words.
3rd Save the file with name error.vbs, You can change the name of file error

CODE:

X=Msgbox(Message Here,0+16,Title Here)
--------------------------------------------------------------------------------------------------------------------------

4- Force shut down your PC :

This trick will let you to Force shut down your PC fast and on one click.
Steps:
1st  Open note pad.
2nd Paste @echo off in the first line
3rd In the second line paste *Shutdown computer
4th In the third line place -c“Sleep Tight”-s
5th Save the file with any name but with .BAT extension.
6th Save the file and then test it ,it will automatically shut down your windows.

--------------------------------------------------------------------------------------------------------------------------


 5- Creating a password protected folder using note pad :

Bored of finding software's that will lock your file?
If yes then this trick will help you to create a strong and un breakable password protected folder!!
Steps:
1st Open note pad.
2nd Copy and paste the following code in it
3rd replace www.mmtwhiz.blogspot.com with own desired password.
4th Save the file as private.bat and as all files (*.*)
5th Open the application and it will create a folder.
6th Place your files in the folder and then type y in the allocation of private.bat and hit enter.

CODE:

News:

Our First Give-away!

Hurry up our first giveaway has started!!
We are giving away Tomy Clancy's Ghost Recon Game for PC!!
Don't wait and participate in the giveaway!!
  • Go to the give away:
(click on the button to go to the give away)




24 Flash Games in one for PC

24 Flash Games in one for PC





About :

This game pack contain 24 flash games in one.Flash games are small in size and fun to play.
Flash games do not require high PC requirements they work okay with low PC requirements.


Screen Shots :







Games List :

this Game pack includes the following games :

  • 3D Shooter
  • Beach Volleyball
  • Black Jack
  • Block Buster
  • Cliff Hanger
  • Color Breakout
  • Cybernoid
  • Flight Chase
  • Frontier Guard
  • Galaxy Fighter
  • Glug Glug
  • Jet Bike
  • Mah Jongg
  • Palantir
  • Paratroopers
  • Pool Billiards
  • Revers i-Fight
  • Robo Soccer
  • Roller fly
  • Sea Battle
  • Socoban
  • Star Monopoly
  • Thumb Raider
  • Video Poker


Password for the game :

This game is password protected to prevent server issues and other problems.
Want to know why our games and software's are PASSWORD PROTECTED.

The password for this game is :



===  www.mmtwhiz.blogspot.com  === 


Download the Game :

To download the game click on the download button below.
If your download does not start automatically click here.






5.84 MB

                                                                   








Pocket Tanks

Pocket Tanks Game for PC





About the Game :

Pocket tank is a 2D video game made for PC,It is made by the makers of the game "Super Deluxe" , it is a game in which two tanks are involved and you have to shoot your opponent tank till your weapons end.
There are 1 player vs 2 player mode and CPU vs 1 Player mode's in the game.
This is a Mini game and allocates small size of your disc space.It also requires low PC requirements.
Pocket Tanks is an addictive 2 Player and single Player game.
So play the game and enjoy it.


Screen Shots from the game :











System requirements :


  •  Disk space : 30 Mb

  •  Ram 500 Mb 

  •  Adobe Flash player (any version)

  •  Windows XP vista and other Windows till WIN 10


Password for the game :

This game is password protected to prevent server issues and other problems.
See why our software's and games are PASSWORD PROTECTED.
The RAR password for the game is :


===  www.mmtwhiz.blogspot.com   ===

 Download the game :

To download the game click the button below.
If your download does not start automatically click here.






3Mb












Rush-Team FPS

Rush-Team FPS 



About the game :

Rush team is a Online FPS game it was first designed to play by Unity 3D but then Google and Unity 3D banned rush team but now it has been reverted to WEB GL version also known ans Rush TEAM 2.
Now many google supported Browser's like UC browser Torch and internet explorer including our Google have banned the RUSH team game .
The team of this game has made a downloadable game player which can be free downloaded from here!
Now download this game and Enjoy the online FPS game!!



Screen shots :









System Requirements :


  • This game is compatible with all system requirements even with slow PC. 

  •  Unity 3D (included in the game setup)

  • Fast internet connection.


Password for the game :

This game is password protected for server issues and other problems.
See why our uploads are PASSWORD PROTECTED.
The RAR password for this game is :


===   www.mmtwhiz.blogspot.com   ===


Download the game :

To download the game click the download button below.
If your download does not start click here.








Jurassic Park-Operation Genesis

Jurassic Park-Operation Genesis 


About The Game :

Jurassic Park Operation Genesis is a Play station made game now available for PC also it is about a man who has owned a large piece of land and now wants to fill it with Dinosaur's and people so by this way he wants to earn good green bucks to improve his place and buy more dinosaur's and new buildings for peoples attraction.
It is a PSP2 made game now available in Win version.
It Is 100% working and virus free and tested for bugs and other issues.

 Screen Shots from the game :








System Requirements (minimum) :

==> 1 GHz Processor.

==> 1 GB RAM.

==> 200 MB storage space.

==> Direct X ( any version compatible )


PASSWORD FOR THE GAME :

This game is password protected to prevent server and other downloading issues,and to give our users FAST downloading speed's.
Want to know why we keep our files PASSWORD PROTECTED
The password for the game is :

==>   www.mmtwhiz.blogspot.com   <==



Download the Game from here :

Download the game by pressing the button below,
If the download does not start automatically click here.











Winrar 5.40 latest version for pc

Download Win.Rar for PC free and cracked version



About :

            Winrar the best software used for compressing or zipping files and converting them into archives.This is the latest version of WinRAR 5.4.0 It is the crack of winrar and is 1005 free and virus tested.You can easily archive a file or a folder and hence protect it it also have the compressing option by which we can Compress the file or folder and thus its size can be shrieked.
This version of winrar 5.4.0 is free and virus tested.

Features :

Winrar has many features some of them are :

> Password Locking

> virus testing

> Free Zip and archive compressing

> slow,best and fastest modes are available.

> High protection against Virus.

Screen Shots :












PASSWORD FOR EXTRACTING :

This software is password protected to prevent server issues and give our users fast downloading speed's
want to know why?

THE PASSWORD FOR THE SOFTWARE IS :


===>   www.mmtwhiz.blogspot.com   <===


Download the software:

Download the software by clicking the button below.
if your download does not start in 1 minute click here.








Kategori

Kategori