Paint scroll bars


joemax

Recommended Posts

There seems to be a lot of interest in skins lately so I thought I would post a small script I stole off of the Chinese forum to paint your scroll bars. Unfortunately, I have no idea whose skin I got it from so I'd like to thank all the Chinese skin makers. :$

The script allows you to change the color as well as the height and width of the scroll bars. Simply copy and paste this script into your global rules in the "Edit Blocking Rules" window(be sure to include exclamation marks). You can adjust width and height by changing the numbers in the second row. Do the same to change colors. This script is demonstrated in the image, the scroll bars are blue and are 8 pixels in width and height.

I used colorpicker to generate my colors.

These changes will only happen on pages where adhunter is enabled.!NanoScrollbars G1

##::-webkit-scrollbar {width: 8px;height:8px;}

##::-webkit-scrollbar-track-piece{background-color: #93C0E6;margin: -2px;}

##::-webkit-scrollbar-thumb{background-color: #084373;min-height: 80px;min-width: 80px;border-radius: 10px;}

##::-webkit-scrollbar-thumb:vertical:hover{background-color: #0B5FA3}

##::-webkit-scrollbar-thumb:horizontal:hover{background-color: #0B5FA3}

!.

.5238

And again my apologies to the author of the script, please notify me so I can give proper credit! TIA

joemax

post-7385961-14315115059648_thumb.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.