Created
January 4, 2012 15:10
-
-
Save ZeeAgency/1560449 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div { | |
margin: 20px; | |
border: 1px solid #CCC; | |
padding: 10px; | |
width: 200px; | |
height: 200px; | |
background: #FFF; | |
overflow: scroll; | |
} | |
p { | |
width: 300px; | |
} | |
::-webkit-scrollbar { | |
width: 18px; | |
height: 18px; | |
} | |
::-webkit-scrollbar:vertical { | |
border-top: 0; | |
border-bottom: 0; | |
background: -webkit-linear-gradient(left, #FFF, #EEE); | |
box-shadow: #CCC -1px 0 0 0; | |
} | |
::-webkit-scrollbar-track:vertical, | |
::-webkit-scrollbar-thumb:vertical { | |
border: 2px solid transparent; | |
border-radius: 50px; | |
} | |
::-webkit-scrollbar-track:vertical { | |
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) inset, | |
-6px 3px 9px -7px rgba(0, 0, 0, 0.5) inset, | |
white 0 0 0 20px inset; | |
} | |
::-webkit-scrollbar-thumb:vertical { | |
box-shadow: #0037b4 -1px 0 1px -1px inset, | |
#0037b4 1px 0 1px -1px inset, | |
#8ed9ff -1px 0 1px -2px inset, | |
#8ed9ff -7px 0 6px -3px inset, | |
#3689e2 0 0 0 20px inset; | |
} | |
::-webkit-scrollbar:horizontal { | |
background: #e0e0e0; | |
} | |
::-webkit-scrollbar-thumb:horizontal { | |
background: #afafaf; | |
border-top: 1px solid #d6d6d6; | |
border-left: 1px solid #d6d6d6; | |
border-bottom: 1px solid #000; | |
border-right: 1px solid #000; | |
box-shadow: 1px 1px 0 0 #fefffe inset, -1px -1px 0 0 #676767 inset; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<p>Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.</p> | |
<p>Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, that's what you see at a toy store. And you must think you're in a toy store, because you're here shopping for an infant named Jeb.</p> | |
<p>Now that there is the Tec-9, a crappy spray gun from South Miami. This gun is advertised as the most popular gun in American crime. Do you believe that shit? It actually says that in the little book that comes with it: the most popular gun in American crime. Like they're actually proud of that shit.</p> | |
<div style="display:none;"> | |
<a href="http://slipsum.com">lorem ipsum</a> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment