14 Best Free css scrollbar style for blogger 2015

Looking for css scrollbar style? Here are the 14 Best and Free css scrollbar style for blogger
To make our template look professional and nice then we have to customize every every element of the template and give the same effect to every element. While working on customization of the template we may need several different resources to customize template. Everyone is not master in coding and for those who are somewhere have loose coding skills may require to get some useful resources from other places which offers free or premium resources publicly. 
css scrollbar style

While customizing template we may also have to customize the scrollbar too.  I think customizing scrollbar may not require much mastery of coding we can customise scrollbar with CSS.
For those who don't want to make their own scrollbar styles then don't worry because I have in this post placed 14 CSS scrollbar styles 2015 for you.
Recommended Posts:
  1. Subcribe Box with Pure CSS Social Buttons
  2. 11 Excellent CSS image hover effects for blogs

How to install on blogger

Before we start first let's take a look on how we can install these scrollbars on blogger. For this follow the steps:
First goto 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.
Voila ! You successfully install your favourite scrollbar style.

14 Best css scrollbar style for blogger

Blue lined Scrollbar

Blue lined css Scrollbar style

Paste the below code for this 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)
}

Green CSS Scrollbar

Green CSS Scrollbar style


Paste the below code for this 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))
}

Red N' Black Scrollbar

Red N' Black css Scrollbar



Paste the below code for this scrollbar style :

::-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)
}

Gray gradient Scrollbar 

Gray gradient css Scrollbar

Paste the below code for this scrollbar style :

::-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)
}

Black N Grey Scrollbar

Black N Grey css Scrollbar style

Paste the below code for this 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)
}

Orangey Scrollbar

Orangey css Scrollbar style



Paste the below code for this 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)
}

Balcky Scrollbar

Balcky css Scrollbar style

Paste the below code for this 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; }

Blue grad scrollbar

Blue grad css scrollbar style

Paste the below code for this 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)));
}


Orange shaded Scrollbar

Orange shaded css Scrollbar style

Paste the below code for this 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)
}


Bluety Scrollbar

Bluety css Scrollbar style

Paste the below code for this 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));
}

Blacky I scrollbar

Blacky I css scrollbar style

Paste the below code for this 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;
}

Balcky II scrollbar

Balcky css scrollbar style

Paste the below code for this 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;
}

Red-Shade scrollbar

Red-Shade css scrollbar style

Paste the below code for this 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;
}


Grey Scrollbar

Grey css Scrollbar style

Paste the below code for this 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;
}

You may also Like: 

  1. New Box Subscription with morphing button effect

Final words

Hope that you like these CSS scrollbar styles and find them best for your templates. Let us know if you find any problem in installation or find any bug in them.
If you like this post then should share it with your friends on your social media profiles.
14 Best Free css scrollbar style for blogger 2015 14 Best Free css scrollbar style for blogger 2015 Reviewed by Maher Afrasiab on 4:15:00 pm Rating: 5

5 comments:

  1. I dont know why or how but this worked!!! and my blog now looks cool
    Thanks for this widget i'll share this on my blog!!
    https://mmtwhiz.blogspot.com
    :)

    ReplyDelete
  2. Sir i want to know how to add codebox in blogger like your codebox please help me

    ReplyDelete
  3. I wish to show thanks to you just for bailing me out of this particular
    trouble.As a result of checking through the net and meeting
    techniques that were not productive, I thought my life was done.


    aws training in bangalore



    aws training in chennai

    ReplyDelete
  4. БОЛЬШОЕ СПАСИБО!!!

    ReplyDelete

Powered by Blogger.