Chibi-Elle

ADVENTURER PLACEHOLDER

Aug 22nd, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Pinyon+Script|Lilita+One|Spicy+Rice|Satisfy|Overlock|Sail|Sonsie+One|Neucha);
  3.  
  4. body{
  5. background-color: #fff;
  6. background-image: linear-gradient(to top, #84C9AA, #5AB099, #2F9286, #1E606A, #0F3753, #041B43);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #whole {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. background: url('https://i.dlpng.com/static/png/7127459_preview.png');
  22. background-repeat: no-repeat;
  23. z-index: -1;
  24. position: fixed;
  25. background-size: 100%;
  26. left: -9px;
  27. right: 0px;
  28. top: 160px;
  29. bottom: 0px;
  30. }
  31.  
  32. #overlay2 {
  33. background: url('https://cutewallpaper.org/21/black-gif-background/Free-gif-backgrounds-clipart-images-gallery-for-free-.gif');
  34. background-repeat: repeat;
  35. z-index: -2;
  36. position: fixed;
  37. background-size: 10%;
  38. top: 0px;
  39. left: 0px;
  40. bottom: 0px;
  41. right: 0px;
  42. }
  43.  
  44. ::-webkit-scrollbar-track {background-color:;}
  45. ::-webkit-scrollbar-thumb {background-color:;}
  46. ::-webkit-scrollbar {width:0px;height:0px;}
  47.  
  48. #render {
  49. position: absolute;
  50. height: 90vh;
  51. width: 37vw;
  52. background-color: transparent;
  53. border-radius: 0%;
  54. left: 0vw;
  55. bottom: -14vh;
  56. background-repeat: no-repeat;
  57. background-image: url('http://i.picpar.com/USPe.png');
  58. z-index: 5;
  59. }
  60.  
  61.  
  62.  
  63.  
  64.  
  65. </style>
  66. <div id="whole" oncontextmenu="return false;">
  67. <div id="overlay"></div>
  68. <div id="overlay2"></div>
  69. <div id="render"></div>
Add Comment
Please, Sign In to add comment