owltrash

for laddi

Nov 18th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Helvetica|Georgia');
  3.  
  4.  
  5. .pfor
  6. {display: none;
  7. background-color: transparent;}
  8. body {
  9. background:url('https://66.media.tumblr.com/890e30b79544c117b443f1d0675fd269/tumblr_o88m7t3SYV1v6ayv8o8_r2_75sq.png') top left fixed repeat;
  10. background-color: #fff5d8;
  11. overflow: hidden;}
  12.  
  13. #profile {border: 0px; background-color: transparent;}
  14. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  15.  
  16. ::-webkit-scrollbar {width: 5px; height: 0px;
  17. background:; }
  18.  
  19. ::-webkit-scrollbar-thumb {
  20. background-color:#f19d9d; border:1px solid #ffe291;
  21. -webkit-border-radius: 10px; border-radius: 10px;
  22. }
  23.  
  24.  
  25. /*------» sizzle «------*/ /*------» sizzle «------*/ /*------» sizzle «------*/
  26.  
  27.  
  28. #opening {
  29. position:fixed; width:100%; height:100%; left:225px; bottom:180px;}
  30.  
  31. #opening-img {
  32. position:absolute; background-image:
  33. url('https://i.imgur.com/LsL0LOI.gif');
  34. background-position:0% 20%; background-size:492px;
  35. background-repeat:no-repeat;
  36. background-attachment: absolute;
  37. width:492px; height:277px;
  38. left:150px; bottom:50px;
  39. box-shadow: inset 0px 0px 20px #f1871c,
  40. 0px 0px 20px #f1871c;
  41. filter: blur(0px); opacity:1.0; transition: 1s;}
  42.  
  43. body:hover #opening-img {filter: blur(10px); opacity:.0; transition: 2.5s;}
  44.  
  45.  
  46. /*------» portrait «------*/ /*------» portrait «------*/ /*------» portrait «------*/
  47.  
  48.  
  49. #pic {position:absolute;
  50. left:225px; bottom:100px;
  51. box-shadow:0px 0px 20px #ff7f53,
  52. 0px 0px 20px #ff7f53;
  53. opacity:.0; transition: 1s;}
  54.  
  55.  
  56. #sprite {position:absolute;
  57. left:90px; bottom:45px;
  58. opacity:.0; transition: 1s;
  59. }
  60.  
  61. #gallery {position:absolute;
  62. left:-210px; bottom:40px;
  63. width:240px;
  64. opacity:.0; transition: 1s;
  65. }
  66.  
  67. #flame {position:absolute;
  68. left:-90px; bottom:60px;
  69. opacity:.0; transition: 1s;
  70. }
  71.  
  72. #flame2 {position:absolute;
  73. left:-220px; bottom:190px;
  74. opacity:.0; transition: 1s;
  75. }
  76.  
  77. #flame3 {position:absolute;
  78. left:120px; bottom:190px;
  79. opacity:.0; transition: 1s;
  80. }
  81.  
  82. #melody {position:absolute;
  83. top:15px; left:120px;
  84. }
  85.  
  86. #bubble {position:absolute;
  87. background-color:#add6ff;
  88. border-radius:180px;
  89. width:50px; height:50px;
  90. left:120px; top:30px;
  91. }
  92.  
  93. #arrow {position:absolute;
  94. color:#add6ff;
  95. font-size:10px;
  96. left:-20px; bottom:270px;
  97. }
  98.  
  99.  
  100. /*------» volcano «------*/ /*------» volcano «------*/ /*------» volcano «------*/
  101.  
  102.  
  103. #container {
  104. position:absolute;
  105. left:430px; bottom:30px;
  106. opacity:.0; transition: 1s;}
  107.  
  108. body:hover #pic {opacity:1.0; transition-delay: 1s;}
  109. body:hover #container {opacity:1.0; transition-delay: 1s;}
  110. body:hover #gif {opacity:1.0; transition-delay: 1s;}
  111.  
  112.  
  113. #info {
  114. position:absolute;
  115. left:-80px; bottom:70px;
  116. width:219px; height:125px;
  117. background-color: #fac8bc;
  118. color:#b95951;
  119. font-family:helvetica,arial,sans-serif;
  120. font-size:9px;
  121. line-height:15px;
  122. letter-spacing:1px;
  123. text-transform:uppercase;
  124. text-align:center;
  125. float:left;
  126. overflow:auto;
  127. box-shadow:0px 0px 20px #ff7f53,
  128. 0px 0px 20px #ff7f53;
  129. opacity:.0; transition: 1s;
  130. }
  131.  
  132.  
  133. body:hover #bg {
  134. opacity:1.0; transition-delay: 1s;
  135. }
  136. body:hover #pic {
  137. opacity:1.0; transition-delay: 1s;
  138. }
  139. body:hover #info {
  140. opacity:1.0; transition-delay: 1s;
  141. }
  142. body:hover #gif {
  143. opacity:1.0; transition-delay: 1s;
  144. }
  145. body:hover #melody {
  146. opacity:1.0; transition-delay: 2.5s;
  147. }
  148. body:hover #sprite {
  149. opacity:1.0; transition-delay: 1.8s;
  150. }
  151. body:hover #flame {
  152. opacity:1.0; transition-delay: 2.5s;
  153. }
  154. body:hover #flame2 {
  155. opacity:1.0; transition-delay: 3s;
  156. }
  157. body:hover #flame3 {
  158. opacity:1.0; transition-delay: 3.3s;
  159. }
  160. body:hover #gallery {
  161. opacity:1.0; transition-delay: 3.8s;
  162. }
  163.  
  164.  
  165. /*------» coal «------*/ /*------» coal «------*/ /*------» coal «------*/
  166.  
  167.  
  168. a {color: #f56f4d;
  169. text-decoration: none;
  170. font-weight: normal;
  171. display: inline-block;
  172. }
  173.  
  174. a[data-tooltip] {
  175. position: relative;
  176. }
  177. a[data-tooltip]::before,
  178. a[data-tooltip]::after {
  179. position: absolute;
  180. display: none;
  181. opacity: 0.80;
  182. }
  183. a[data-tooltip]::before {
  184. content: attr(data-tooltip);
  185. background: #feebbd;
  186. color: #f56f4d;
  187. font-family:helvetica,arial,sans-serif;
  188. font-size:9px;
  189. padding: 3px;
  190. border-radius: 5px;
  191. white-space: nowrap;
  192. text-decoration: none;
  193. }
  194. a[data-tooltip]::after {
  195. width: 0;
  196. height: 0;
  197. border: 6px solid transparent;
  198. content: '';
  199. }
  200.  
  201. a[data-tooltip]:hover::before,
  202. a[data-tooltip]:hover::after {
  203. display: block;
  204. }
  205.  
  206. a[data-tooltip][data-placement="left"]::before {
  207. top: -25%;
  208. right: 100%;
  209. margin-right: 10px;
  210. }
  211. a[data-tooltip][data-placement="left"]::after {
  212. border-left-color: #ffcaad;
  213. border-right: none;
  214. top: 50%;
  215. right: 100%;
  216. margin-top: -6px;
  217. margin-right: 4px;
  218. }
  219.  
  220.  
  221. s {
  222. text-decoration:none;
  223. color:#f4896f;
  224. font-family:georgia,serif;
  225. font-size:30px;
  226. letter-spacing:2px;
  227. text-transform:lowercase;
  228. text-align:justify;
  229. text-shadow: 1px 0px 0px #fa7655,
  230. 0px 1px 0px #fa7655,
  231. -1px 0px 0px #ffe291,
  232. 0px -1px 0px #ffe291;
  233. padding:1px;
  234. }
  235.  
  236. u {
  237. text-decoration:none;
  238. background-color:#feebbd;
  239. color:#f56f4d;
  240. font-family: helvetica,arial,sans-serif; font-size: 12px;
  241. font-size:9px;
  242. line-height:12px;
  243. letter-spacing:1px;
  244. text-transform:uppercase;
  245. padding:2px;
  246. }
  247.  
  248. </style>
  249. </head>
  250. <body>
  251. <div id="opening">
  252. <div id="opening-img">
  253. </div>
  254.  
  255.  
  256. <div id="pic">
  257. <img src="https://i.imgur.com/Q24g6Sp.gif" height="125">
  258. </div>
  259.  
  260.  
  261. <div id="container">
  262.  
  263.  
  264. <div id="music-player">
  265. <div style="margin-top:4px;">
  266. <audio controls style="opacity: 0; width:150px; margin-bottom:85px; margin-left:130px;">
  267. <source src="MP3LINKHERE">
  268. </audio>
  269. </div>
  270. </div>
  271.  
  272.  
  273. <div id="info">
  274.  
  275. <br><br>
  276. <s>
  277. 🔥 laddi 🔥
  278. </s>
  279.  
  280. <br><br>
  281. magby. doesn't like <br>
  282. many things.
  283.  
  284. <br>
  285. <a data-tooltip="-------------------------"><small>[ out of character ]</small></a>
  286.  
  287. <br><br>
  288.  
  289. <u>type</u> fire <u>nature</u> lonely
  290.  
  291. <br>
  292.  
  293. <u>likes</u> <i>tba</i>, <i>tba</i>
  294.  
  295. <br>
  296. <i>tba</i>
  297.  
  298. <br><br><br>
  299.  
  300. </div>
  301.  
  302.  
  303. <div id="melody">
  304. <img src="https://i.imgur.com/kAjznZw.gif">
  305. </div>
  306.  
  307.  
  308. <div id="sprite">
  309.  
  310. <img src="https://i.imgur.com/searAn7.gif">
  311.  
  312. </div>
  313.  
  314.  
  315. <div id="flame3">
  316.  
  317. <img src="https://i.imgur.com/bYtcxCM.gif" height="30">
  318.  
  319. </div>
  320.  
  321.  
  322. <div id="flame2">
  323.  
  324. <img src="https://i.imgur.com/bYtcxCM.gif" height="30">
  325.  
  326. </div>
  327.  
  328.  
  329. <div id="flame">
  330.  
  331. <img src="https://i.imgur.com/bYtcxCM.gif" height="45">
  332.  
  333. </div>
  334.  
  335.  
  336.  
  337. <div id="gallery">
  338.  
  339. <a target="_blank" href="https://roleplay.chat/profile.php?user=Teddiursa"><img src="https://i.imgur.com/x2vKNOJ.png"></a>
  340. <a target="_blank" href="https://roleplay.chat/profile.php?user=seilkie"><img src="https://i.imgur.com/f87kL5q.png"></a>
  341. <a target="_blank" href="https://roleplay.chat/profile.php?user=spud"><img src="https://i.imgur.com/liOjZeR.png"></a>
  342.  
  343. </div>
  344.  
  345.  
  346.  
  347. </div>
  348. </body>
Advertisement
Add Comment
Please, Sign In to add comment