Barra de Rolagem estilo Customize

|| ||
Oi, hoje eu trouxe uma barra de rolagem super delicada. Ela é linda! O nome dela é Customize.
É bem fácil e fica super lindo.

Entre na sua conta blogger vai em Modelo > Editar HTML 


Aperte Ctrl + F e  pesquise por:

]]></b:skin>

Quando achar cole ACIMA o seguinte código:

::-webkit-scrollbar{ width:5px;height:5px;} /* Largura da barra */
::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;} /* Background da barra fixa */
::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;-webkit-border-radius: 10px; /* Estilos da barra móvel vertical */
-moz-border-radius: 10px;
border-radius: 10px;}
::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;-webkit-border-radius: 10px; /* Estilos da barra móvel horizontal */
-moz-border-radius: 10px;
border-radius: 10px;}

Esse tutorial só funciona no Google Chrome
Créditos: Sweet Poison