Chibi-Elle

REGIN [WIP]

Aug 17th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 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 bottom, #F5FCFF, #DBF3FA, #B7E9F7, #92DFF3, #7AD7F0);
  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.pinimg.com/originals/17/aa/40/17aa40cc5530dfb653e172cbe086f6ee.gif');
  22. z-index: -1;
  23. position: fixed;
  24. background-size: 16%;
  25. left: 0px; top: 0px; right: 0px; bottom: 0px;
  26. }
  27.  
  28. ::-webkit-scrollbar-track {background-color:;}
  29. ::-webkit-scrollbar-thumb {background-color:;}
  30. ::-webkit-scrollbar {width:0px;height:0px;}
  31.  
  32. #render {
  33. position: absolute;
  34. height: 150vh;
  35. width: 97vw;
  36. background-color: transparent;
  37. border-radius: 0%;
  38. left: 0vw;
  39. bottom: -60vh;
  40. background-repeat: no-repeat;
  41. background-image: url('https://cdn131.picsart.com/314735012315211.png?type=webp&to=min&r=640');
  42. z-index: 7;
  43. }
  44.  
  45. #container {
  46. position: absolute;
  47. z-index: 5;
  48. border-right: 4px solid #7AD7F0;
  49. border-top: 4px solid #7AD7F0;
  50. border-bottom: 4px solid #7AD7F0;
  51. background-color: #92DFF3;
  52. background-image: url('https://www.transparenttextures.com/patterns/checkered-light-emboss.png');
  53. left: 27vw;
  54. bottom: 0vh;
  55. height: 57.88vh;
  56. width: 58vw;
  57. opacity: 0.95;
  58. }
  59.  
  60. #circle {
  61. z-index: 4;
  62. position: absolute;
  63. border: 4px solid #7AD7F0;
  64. background-color: #92dff3;
  65. border-radius: 50%;
  66. background-image: url('https://www.transparenttextures.com/patterns/checkered-light-emboss.png');
  67. height: 58.021vh;
  68. width: 58.021vh;
  69. bottom: 0vh;
  70. left: 14.63vw;
  71. opacity: 0.95;
  72. }
  73.  
  74. #scenery {
  75. position: absolute;
  76. z-index: 6;
  77. left: 59.7vw;
  78. bottom: 0vh;
  79. border-right: 4px solid #7AD7F0;
  80. border-top: 4px solid #7AD7F0;
  81. border-left: 4px solid #7AD7F0;
  82. background-image: url('https://pa1.narvii.com/7053/121db02f15dacfac6a1f2854dde70012373151c7r1-360-240_00.gif');
  83. background-position: top, top;
  84. background-repeat: no-repeat;
  85. background-size: 240%;
  86. opacity: 1;
  87. height: 56.4vh;
  88. width: 24vw;
  89. }
  90.  
  91.  
  92.  
  93.  
  94.  
  95. </style>
  96.  
  97. <div id="whole" oncontextmenu="return false;">
  98. <div id="overlay"></div>
  99. <div id="container"></div>
  100. <div id="circle"></div>
  101. <div id="scenery"></div>
Add Comment
Please, Sign In to add comment