Advertisement
Guest User

OMG D: 2.0

a guest
Oct 4th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. body {background-color: #ffffff} /This is the background color/
  4. body {background-image:url("Main Background here")}
  5. body {background-attachment: fixed;} /Ignore/
  6. body {background-repeat: repeat;} /If its a repeating background leave it alone, if not add no-repeat/
  7. body {background-position: 0% 0%;}/ignore unless moving the main background around the page/
  8. body {margin-Left: 000px;}
  9. #profile {background-color: transparent;}
  10. #profile {border: 0px;}
  11. #profile {border: 0px;}
  12.  
  13.  
  14. /This junk here is the scroll bar/
  15. ::-webkit-scrollbar { width: 6px; height: 30px; -moz-border-radius: 15px;
  16. border-radius: 15px;}
  17. ::-webkit-scrollbar-track { border-radius: 15px;
  18. background-color:#000000; }
  19. ::-webkit-scrollbar-thumb { border-radius: 15px;
  20. background-color: #ffffff; }
  21.  
  22. /This is a headline easy to change/
  23. h1{height: 20px; line-height: 20px; font-family:Arial; font-size:15pt; color:#000000; font-weight:italic; background-color: #246574;
  24. letter-spacing:1px;}
  25.  
  26. /If you need another text box just copy and paste the full thing from div to /div /
  27.  
  28. </style>
  29.  
  30.  
  31. <div style="background-image:url('background for the box'); width: 400px; height: 500px;;position: absolute;top: 100px;left: 100px; background-color: #ffffff; border-color: #000000; border-width: 2px; border-style: solid; font-size: 12px; font-family: Arial; overflow: auto;"><center>
  32.  
  33. omg wtf
  34.  
  35.  
  36. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement