New CSS 3 Scroll bars

Let's Programming bring a wide rang of scroll bars for the websites, blogs and template. These are easily adjust with every website of every kind. We present these colorful side bars for the web development. We all want to create a attractive look of the home page we write many colorful scroll bar in CSS3 which can put with every Programming language easily. you just need to copy it and paste to your blog and get a colors in websites.

css scrollbar style

Blue CSS Scrollbar


Blue lined css Scrollbar style

::-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: #3366FF;
border-radius: 10px;
background-image: -webkit-linear-gradient(0deg,
                                          rgba(255, 255, 255, 0.5) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.5) 50%,
  rgba(255, 255, 255, 0.5) 75%,
  transparent 75%,
  transparent)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Green CSS Scrollbar

Green CSS Scrollbar style


::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #F5F5F5;
border-radius: 10px;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-color: #FFF;
background-image: -webkit-gradient(linear,
   40% 0%,
   75% 84%,
   from(#4D9C41),
   to(#19911D),
   color-stop(.6,#54DE5D))
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Red N' Black Scrollbar

Red N' Black css Scrollbar



::-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)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Gray gradient Scrollbar 

Gray gradient css Scrollbar

::-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)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Black N Grey Scrollbar

Black N Grey css Scrollbar style

::-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)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Orangey Scrollbar

Orangey css Scrollbar style




::-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)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Balcky Scrollbar

Balcky css Scrollbar style

::-webkit-scrollbar-track
{
border: 1px solid black;
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #000000;
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Blue grad scrollbar

Blue grad css scrollbar style

::-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)));
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}


Orange shaded Scrollbar

Orange shaded css Scrollbar style

::-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(45deg,
                                          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)
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}


Bluety Scrollbar

Bluety css Scrollbar style

::-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: #0ae;
background-image: -webkit-gradient(linear, 0 0, 0 100%,
                   color-stop(.5, rgba(255, 255, 255, .2)),
   color-stop(.5, transparent), to(transparent));
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}


Blacky I scrollbar

Blacky I css scrollbar style

::-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: #000000;
border: 2px solid #555555;
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Balcky II scrollbar

Balcky css scrollbar style

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #000000;
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}

Red-Shade scrollbar

Red-Shade css scrollbar style

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #D62929;
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}



Grey Scrollbar

Grey css Scrollbar style

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
// It is a publication of Let's Programming, don't remove this line for legal use.
// For CSS3 and jquery side bars are soon published. 
}
How to install
Installing manual: 
First go to Blogger dashboard >> Template >> Customize
At there click on the advance tab at last point. At there you should see a place where you can add CSS coding.
At there copy the code of your favourite scrollbar style and paste it at there and save your template.
Refresh the page and get the attractive look......

Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System