owltrash

min's profile (w/ everything)

Nov 26th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cardo|Cinzel+Decorative|Dancing+Script|Source+Serif+Pro|Teko|Zeyada');
  3. @import url('https://fonts.googleapis.com/css?family=Georgia');
  4.  
  5.  
  6. .pfor{ display:none; background-color:transparent; }
  7. body {background:url('') top left fixed repeat;
  8. background-color:#fdc9c9;
  9. background-image:linear-gradient(#ffcfcf, #d76c6d);
  10. overflow:hidden; }
  11.  
  12. #profile{ border:0px; background-color:transparent; }
  13. *{cursor:url('https://i.imgur.com/io1eYmz.png'), default; }
  14.  
  15. ::-webkit-scrollbar { width:5px; height:0px;
  16. background:; }
  17. ::-webkit-scrollbar-thumb { background-color:#f48888;
  18. border:1px solid #ffafaf;
  19. -webkit-border-radius:10px; border-radius:10px; }
  20.  
  21.  
  22. canvas{ background-image: linear-gradient(#ffcfcf, #d76c6d); }
  23.  
  24. #opening{ position:fixed; width:100%; height:100%; left:225px; bottom:180px; }
  25.  
  26. #opening-img { position:absolute;
  27. background-image:url('https://i.imgur.com/oFVMnvV.gif');
  28. background-position:0% 20%; background-size:450px;
  29. background-attachment: absolute;
  30. background-repeat:no-repeat;
  31. height:617px; width:450px;
  32. bottom:-100px; left:75px;
  33. box-shadow: inset 0px 0px 20px #ffafaf,
  34. 0px 0px 20px #ffafaf;
  35. filter: blur(0px); opacity:1.0; transition: 1s; }
  36. body:hover #opening-img { filter: blur(10px); opacity:.0; transition: 2.5s; }
  37.  
  38.  
  39. #pic{ position:absolute; left:105px; bottom:-130px; opacity:.0; transition: 1s; }
  40. body:hover #pic { opacity:1.0; transition-delay:1s; }
  41.  
  42. #sprite{ position:absolute; bottom:-9px; left:410px; }
  43. body:hover #sprite { opacity:1.0; transition-delay:1s; }
  44.  
  45. #lalala{ position:absolute; bottom:345px; left:195px; }
  46. body:hover #music { opacity:1.0; transition-delay: 1.5s; }
  47.  
  48. #container{ position:absolute; left:0px; bottom:0px; opacity:.0; transition: 1s; }
  49. body:hover #container { opacity:1.0; transition-delay: 1s; }
  50.  
  51. #name{
  52. height:195px; width:175px;
  53. bottom:107px; left:343px;
  54. color:#e68787;
  55. font-family:'dancing script', cursive;
  56. font-size:69px;
  57. letter-spacing:1px;
  58. text-transform:; text-align:justify;
  59. text-shadow: 1px 0px 0px #f6c7c7,
  60. 0px 1px 0px #f6c7c7,
  61. -1px 0px 0px #f6c7c7,
  62. 0px -1px 0px #f6c7c7;
  63. margin: 0px 5px 0px; padding:10px;
  64. position:absolute;
  65. float:left; overflow:auto;
  66. opacity:.0; transition: 1s;
  67. }
  68. body:hover #name { opacity:1.0; transition-delay:1s; }
  69.  
  70. #subtitle{ color:#f3bdbd;
  71. bottom:40px; left:405px;
  72. height:195px; width:175px;
  73. font-family: 'source serif pro', cursive;
  74. font-size:18px;
  75. letter-spacing:2px;
  76. text-transform:uppercase;
  77. text-align:justify; padding:10px;
  78. float:left; overflow:auto;
  79. position:absolute;
  80. opacity:.0; transition: 1s; }
  81. body:hover #subtitle { opacity:1.0; transition-delay:1s; }
  82.  
  83. #story{ position:absolute;
  84. width:205px; height:193px;
  85. left:325px; bottom:8px;
  86. background-color:;
  87. color:#f6c7c7;
  88. font-family:'cardo';
  89. font-size:14px;
  90. line-height:20px;
  91. letter-spacing:1px;
  92. text-transform:; text-align:justify;
  93. padding:10px; float:left;
  94. overflow:auto; opacity:.0; transition: 1s; }
  95. body:hover #story { opacity:1.0; transition-delay:1s; }
  96.  
  97. #story::first-letter{
  98. background-color:#f0bbbb;
  99. color:#e68787;
  100. font-family:'cinzel decorative', cursive;
  101. font-size:33px;
  102. line-height:33px;
  103. letter-spacing:1px;
  104. text-transform:uppercase;
  105. text-shadow: 1px 0px 0px #f6c7c7,
  106. 0px 1px 0px #f6c7c7,
  107. -1px 0px 0px #f6c7c7,
  108. 0px -1px 0px #f6c7c7;
  109. margin: 0px 5px 0px; padding:10px;
  110. box-shadow: inset 0px 0px 20px #ffafaf,
  111. 0px 0px 20px #ffafaf;
  112. float:left; }
  113.  
  114. #tags{ color:#e68787;
  115. left:325px; bottom:-75px;
  116. width:220px; height:85px;
  117. font-family:'teko';
  118. font-size:16px;
  119. letter-spacing:2px;
  120. line-height:20px
  121. text-shadow: 1px 0px 0px #ffd0d0,
  122. 0px 1px 0px #ffd0d0,
  123. -1px 0px 0px #ffd0d0,
  124. 0px -1px 0px #ffbebe;
  125. text-transform:; text-align:justify;
  126. padding:3px; float:left;
  127. overflow:auto; position:absolute;
  128. opacity:.0; transition: 1s; }
  129. body:hover #tags { opacity:1.0; transition-delay:1s; }
  130.  
  131.  
  132. a {color: #ff8080;
  133. font-family:'georgia', cursive;
  134. font-size:14px;
  135. font-weight:normal;
  136. line-height:15px;
  137. letter-spacing:1px;
  138. text-decoration:none; text-transform:;
  139. box-shadow: inset 0px 0px 20px #ffafaf,
  140. 0px 0px 20px #ffafaf;
  141. padding:2px; display:inline-block; }
  142.  
  143. b {color:#e68787;
  144. background-color:;
  145. font-family:'georgia', cursive;
  146. font-size:14px;
  147. line-height:13px;
  148. letter-spacing:1px;
  149. text-decoration:none;
  150. text-shadow: 1px 0px 0px #f6c7c7,
  151. 0px 1px 0px #f6c7c7,
  152. -1px 0px 0px #f6c7c7,
  153. 0px -1px 0px #f6c7c7;
  154. text-transform:; padding:2px; }
  155.  
  156. u {color:#e68787;
  157. background-color:#f0bbbb;
  158. font-family:'teko'; font-size:14px;
  159. letter-spacing:1px;
  160. text-decoration:none;
  161. text-shadow: 1px 0px 0px #ffd0d0,
  162. 0px 1px 0px #ffd0d0,
  163. -1px 0px 0px #ffd0d0,
  164. 0px -1px 0px #ffbebe;
  165. text-transform:uppercase;
  166. box-shadow: inset 0px 0px 20px #ffafaf,
  167. 0px 0px 20px #ffafaf;
  168. padding:1px; }
  169.  
  170. </style>
  171.  
  172.  
  173. <body>
  174.  
  175. <script defer>
  176. window.onload = function() { <!-- function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false")
  177. //
  178.  
  179. var canvas = document.getElementById("canvas"), ctx = canvas.getContext('2d'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; var stars = [], FPS = 30, x = canvas.width; for (var i = 0; i < x; i++) { stars.push({ x: Math.random() * canvas.width, y: Math.random() * canvas.height, radius: Math.random(), vx: Math.floor(Math.random() * 10) - 5, vy: Math.floor(Math.random() * 10) - 5 }); }
  180. function draw() { ctx.clearRect(0,0,canvas.width,canvas.height); ctx.globalCompositeOperation = "lighter"; for (var i = 0, x = stars.length; i < x; i++) { var s = stars[i]; ctx.fillStyle = "#fff"; ctx.beginPath(); ctx.arc(s.x, s.y, s.radius, 0, 2 * Math.PI); ctx.fill(); } }
  181. function update() { for (var i = 0, x = stars.length; i < x; i++) { var s = stars[i]; s.x += s.vx / FPS; s.y += s.vy / FPS; if (s.x < 0 || s.x > canvas.width) s.x = -s.x; if (s.y < 0 || s.y > canvas.height) s.y = -s.y; } }
  182. function tick() { draw(); update(); requestAnimationFrame(tick); } tick(); };
  183. </script>
  184.  
  185. <canvas id="canvas"></canvas>
  186.  
  187. <div id="opening">
  188. <div id="opening-img">
  189.  
  190. <div id="sprite">
  191. <img src="https://i.imgur.com/TwU1kIA.gif">
  192. </div>
  193. </div>
  194.  
  195. <div id="pic">
  196. <img src="https://i.imgur.com/dvktrh0.png" height="550">
  197. </div>
  198.  
  199. <div id="container">
  200.  
  201. <div id="lalala">
  202. <img src="https://i.imgur.com/CqgNVbo.gif">
  203. </div>
  204. <div id="music-player">
  205. <div style="margin-top:4px;">
  206. <audio controls style="opacity: 0; width:150px; margin-bottom:313px; margin-left:170px;" loop="">
  207. <source src="">
  208. </audio>
  209. </div>
  210. </div>
  211.  
  212. <div id="name">
  213. Minthe,
  214. </div>
  215.  
  216. <div id="subtitle">
  217. the Skitty
  218. </div>
  219.  
  220. <div id="story">
  221.  
  222. A former <i><b>sugar baby</b></i> and <i><b>foster kid</b></i>, Minthe spent most of her life relying on no one but herself (despite her many boyfriends’ generous financial assistance), until heartbreak and <i><b>second chances</b></i> taught her otherwise.
  223. <br>
  224. Now she lives with her boyfriend <a target="_blank" href="https://roleplay.chat/profile.php?user=westly"><b>Westly</b></a>, his ditto, rotom, and three dogs, trying to figure out what she wants for herself.
  225.  
  226. </div>
  227.  
  228. <div id="tags">
  229. <br>
  230. <font style="float:right;">
  231. <u>20 yrs old.</u> <u>5’02”.</u> <u>sassy.</u> <u>pm-friendly.</u>
  232. </font>
  233. </div>
  234.  
  235.  
  236. </div>
  237.  
  238. </body>
Advertisement
Add Comment
Please, Sign In to add comment