Advertisement
conception

aya pro

Jun 12th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <center><style>
  2. .overlay {
  3. width: 900px;
  4. height: 800px;
  5. top: -200px;
  6. background: url('http://i.imgur.com/HVpNW46.png') 0px 0px no-repeat;
  7. position: relative;
  8. }
  9.  
  10. .innerbox {
  11. overflow: auto;
  12. border: 1px solid #333;
  13. position: absolute;
  14. }
  15.  
  16.  
  17. #innerbox1 {
  18. top: 267px;
  19. left: 389px;
  20. width: 321px;
  21. height: 171px;
  22. overflow: auto;
  23. }
  24.  
  25. #innerbox2 {
  26. top: 223px;
  27. left: 171px;
  28. width: 165px;
  29. height: 140px;
  30. }
  31. #innerbox3 {
  32. top: 495px;
  33. left: 357px;
  34. width: 288px;
  35. height: 101px;
  36. }
  37.  
  38.  
  39. </style>
  40.  
  41. <div class="overlay">
  42. <div class="innerbox" id="innerbox2">Box 2</div>
  43. <div class="innerbox" id="innerbox3">Box 3</div>
  44. <div class="innerbox" id="innerbox1">box 1</div>
  45. </div>
  46.  
  47.  
  48. <style>
  49. html, body { background-color: #540c18;
  50. color: #ffffff;
  51. }
  52.  
  53.  
  54.  
  55.  
  56. .defaultpic, .thumbnail, .gallery, .menu2, .topbar, .leftnav, .userinfo, .comments, .friends, .rate, .buttons1, .buttons2, .buttons3, .journal_entry, .buttons1, .buttons2, .buttons3, .profile_title, .likes_title, .dislikes_title, .music_title, h2, .maintop img, .view_comments, .maintop table .comment_title, .videos, #menu0, .footer_links { display: none; }
  57. .profilepages, .tagline { display: none;
  58. }
  59. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement