Advertisement
Jayn

base

Jun 18th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- THIS IS A COMMENT -->
  6.  
  7. <style type="text/css">
  8.  
  9. /*SCROLLBAR*/
  10.  
  11. ::-webkit-scrollbar { width: 5px; height: 5px; }
  12. ::-webkit-scrollbar-track-piece { background: #e5d3cc; border: 1px solid #e5d3cc;}
  13. ::-webkit-scrollbar-thumb { height: 30px; background-color: #4daec3; }
  14. ::-webkit-scrollbar-thumb:hover { background-color: #eee; }
  15.  
  16. body {
  17.  
  18. color: #777;
  19. background-color: #e2e2e2;
  20. font-family: 'Calibri';
  21. font-size: 11px;
  22.  
  23. }
  24.  
  25.  
  26. </style>
  27. </head>
  28.  
  29. <body>
  30.  
  31. CONTENT GOES HERE.
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement