owltrash

felicia's profile (wip)

Dec 15th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. .pfor{ display:none; background-color:transparent; }
  5. body {background:url('') top left fixed repeat;
  6. background-color:#000;
  7. overflow:hidden; }
  8.  
  9. #profile{ border:0px; background-color:transparent; }
  10. *{cursor:url('https://i.imgur.com/8QmAMfq.png'), default; }
  11.  
  12. ::-webkit-scrollbar { width:5px; height:0px;
  13. background:; }
  14. ::-webkit-scrollbar-thumb { background-color:#000;
  15. border:1px solid #FBFBFB;
  16. -webkit-border-radius:10px; border-radius:10px; }
  17.  
  18. body{
  19. background-color:#fff;
  20. background-position:right top; background-image: url("https://i.imgur.com/urBn1Fr.png");
  21. background-repeat: repeat; background-attachment:fixed; background-size: repeat}
  22.  
  23. ::-webkit-scrollbar { width:5px; height:0px; background:; }
  24. ::-webkit-scrollbar-thumb { background-color:#fff; border:1px solid #fff;
  25. -webkit-border-radius:10px; border-radius:10px; }
  26.  
  27.  
  28. #opening{ position:fixed; width:100%; height:100%; left:120px; bottom:0px; }
  29.  
  30. #opening-img{ position:absolute;
  31. background-image:url('https://i.imgur.com/E0umzoO.png');
  32. background-position:0% 50%; background-size:189px;
  33. background-attachment: absolute;
  34. background-repeat:no-repeat;
  35. height:566px; width:189px;
  36. bottom:0px; left:50px; }
  37.  
  38.  
  39. #bubble { position:absolute;
  40. background-image:url('https://i.imgur.com/Zm5ceTq.png');
  41. background-position:0% 20%; background-size:200px;
  42. background-attachment: absolute;
  43. background-repeat:no-repeat;
  44. height:200px; width:200px;
  45. bottom:500px; left:230px; }
  46.  
  47.  
  48.  
  49. </style>
  50. <body>
  51.  
  52.  
  53. <div id="opening">
  54. <div id="opening-img"></div>
  55. <div id="bubble">
  56. </div>
  57.  
  58.  
  59. </body>
Advertisement
Add Comment
Please, Sign In to add comment