inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on Aug 6, 2013 11:04:31 GMT -8
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Aug 6, 2013 14:05:14 GMT -8
Copy and paste the following into your Style Sheet, at the very bottom (Admin > Themes > Advanced Styles & CSS > Style Sheet). Change hex codes and additional settings to your liking /* For the "inset" look only */ /*html { overflow: auto; } body { position: absolute; top: 0px; left: 20px; bottom: 20px; right: 0px; padding: 30px; overflow-y: scroll; overflow-x: hidden; }*/
/* Let's get this party started */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); -webkit-border-radius: 5px; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 5px; border-radius: 5px; background: rgba(134,163,154,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(134,163,154,0.4); }
|
|