Advertisement
Chibi-Elle

LESLIE [GIFT]

Oct 12th, 2021 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=IM+Fell+English+SC|Voltaire|Lobster+Two|Crushed|Varela+Round');
  3. @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
  4. @font-face { font-family: 'cutthecrap'; src: url('https://static.tumblr.com/ujahjev/tGWplsvls/cut_the_crap.ttf') format('truetype');}
  5. @font-face { font-family: 'calvous'; src: url('https://static.tumblr.com/uopakca/Jmnq5fig6/calvous_spurs_stamp_demo.ttf') format('truetype');}
  6. @font-face { font-family: 'devilnet'; src: url('https://static.tumblr.com/ujahjev/xcVplur0a/the_devil_net.ttf') format('truetype');}
  7.  
  8. body {
  9. background-color: #fff2fb;
  10. background-image: url('');
  11. background-position: right;
  12. background-size: 60%;
  13. background-repeat: no-repeat;
  14. }
  15.  
  16. #fairychan {
  17. position: fixed;
  18. left: 0px;
  19. right: 0px;
  20. top: 0px;
  21. bottom: 0px;
  22. }
  23.  
  24. ::-webkit-scrollbar-track {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb {
  29. background-color: pink;
  30. }
  31.  
  32. ::-webkit-scrollbar {
  33. width: 2px;
  34. height: 3px;
  35. }
  36.  
  37.  
  38. #pinkcircle {
  39. position: absolute;
  40. right: 3%;
  41. top: 4%;
  42. height: 200px;
  43. width: 200px;
  44. border-radius: 50%;
  45. background: #ffdbf5;
  46. background-image: url('');
  47. background-size: 100%;
  48. background-repeat: no-repeat;
  49. background-position: top;
  50. box-shadow: 0px 0px 3px 3px #ff94e1;
  51. transform: rotate(0deg);
  52. }
  53.  
  54. #img {
  55. position: absolute;
  56. z-index: 1;
  57. left: 0px;
  58. top: 0px;
  59. height: 200px;
  60. width: 200px;
  61. border-radius: 50%;
  62. background: #ffdbf5;
  63. background-image: url('https://64.media.tumblr.com/ca9f4bef4f22182fedb60736d0a87769/05e1f78dd0fd4db3-99/s500x750/db79e23e99442dbe2d84dafe3418eb8e5dfe78d4.gif');
  64. background-size: 100%;
  65. background-repeat: no-repeat;
  66. background-position: top;
  67. box-shadow: 0px 0px 3px 3px #ff94e1;
  68. transform: rotate(0deg);
  69. }
  70.  
  71. #img2 {
  72. position: absolute;
  73. z-index: 1;
  74. left: 0px;
  75. top: 215px;
  76. height: 200px;
  77. width: 200px;
  78. border-radius: 50%;
  79. background: #ffdbf5;
  80. background-image: url('https://64.media.tumblr.com/16c3d0e5905f12c7b1d343e80849ab6d/tumblr_pksmik1ybx1vkqunjo7_400.gif');
  81. background-size: 100%;
  82. background-repeat: no-repeat;
  83. background-position: top;
  84. box-shadow: 0px 0px 3px 3px #ff94e1;
  85. transform: rotate(0deg);
  86. }
  87.  
  88. #img3 {
  89. z-index: 2;
  90. left: 0px;
  91. top: 415px;
  92. height: 200px;
  93. width: 200px;
  94. border-radius: 50%;
  95. background: #ffdbf5;
  96. background-image: url('https://64.media.tumblr.com/081fb02ce0de16b9fac2e203f39b9219/tumblr_pqxj79BC6f1y4dodyo2_500.gif');
  97. background-size: 100%;
  98. background-repeat: no-repeat;
  99. background-position: top;
  100. box-shadow: 0px 0px 3px 3px #ff94e1;
  101. transform: rotate(0deg);
  102. }
  103.  
  104. h1 {
  105. margin: 0px 0px 5px 0px;
  106. font-family: 'Poppins', sans-serif;
  107. text-tranform: capitals;
  108. font-weight: 900;
  109. font-family: poppins;
  110. -webkit-text-fill-color: transparent;
  111. -webkit-text-stroke-width: 0.8px;
  112. -webkit-text-stroke-color: #040404;
  113. font-style: italic;
  114. text-shadow: -4px 4px #ff94e1;
  115. }
  116.  
  117. #title {
  118. position: absolute;
  119. right: 280px;
  120. bottom: 133px;
  121. height: 80px;
  122. width: 410px;
  123. text-align: left;
  124. font-size: 80px;
  125. transform: rotate(0deg);
  126.  
  127. }
  128.  
  129. span {
  130. text-decoration: none;
  131. font-family: 'Varela Round';
  132. background-color: #ff80dc;
  133. border: 1px dotted #fff;
  134. border-radius: 8%;
  135. color: #fff;
  136. margin-right: 8px;
  137. padding-left: 8px;
  138. padding-right: 8px;
  139. padding-top: 3px;
  140. padding-bottom: 3px;
  141. font-size: 17px;
  142. line-height: 3px;
  143. text-decoration: none;
  144. text-shadow: 2px 2px #888;
  145. -webkit-transition: all 0.7s ease-in-out;
  146. -moz-transition: all 0.7s ease-in-out;
  147. -o-transition: all 0.7s ease-in-out;
  148. -ms-transition: all 0.7s ease-in-out;
  149. transition: all 0.7s ease-in-out;
  150. }
  151.  
  152. span:hover {
  153. color: #eee;
  154. text-decoration: none;
  155. opacity: 0.7;
  156. -webkit-transition: all 0.7s ease-in-out;
  157. -moz-transition: all 0.7s ease-in-out;
  158. -o-transition: all 0.7s ease-in-out;
  159. -ms-transition: all 0.7s ease-in-out;
  160. transition: all 0.7s ease-in-out;
  161. }
  162.  
  163. #infobox {
  164. position: absolute;
  165. z-index: 1;
  166. height: 340px;
  167. width: 500px;
  168. right: 212px;
  169. bottom: -350px;
  170. border-radius: 5%;
  171. background: #fff;
  172. box-shadow: -2px 2px #ff94e1;
  173. background-image: url('https://www.transparenttextures.com/patterns/absurdity.png');
  174. background-size: %;
  175. background-repeat: repeat;
  176. background-position: center;
  177. }
  178.  
  179. #tinypic {
  180. position: absolute;
  181. z-index: 2;
  182. height: 98px;
  183. width: 98px;
  184. background-image: url('https://64.media.tumblr.com/3cd0fc5bcd22f5a010e515990d0955e7/tumblr_pl0sh8LqWg1t9a4a0_1280.jpg');
  185. background-size: 100%;
  186. background-repeat: no-repeat;
  187. right: 10px;
  188. top: -60px;
  189. box-shadow: 1px 1px #ff94e1;
  190. }
  191.  
  192. #info1 {
  193. position: absolute;
  194. z-index: 2;
  195. top: 15px;
  196. left: 15px;
  197. height: 300px;
  198. width: 350px;
  199. background: #fff;
  200. border-radius: 2%;
  201. padding: 5px;
  202. box-shadow: 0px 0px 0.5px 0.5px #ff94e1;
  203. font-family: 'Crushed';
  204. font-size: 12px;
  205. line-height: 14px;
  206. color: #a3819e;
  207. overflow-y: auto;
  208. }
  209.  
  210. b {
  211. font-family: 'calvous';
  212. color: #ff80dc;
  213. text-shadow: 1px 1px #777;
  214. font-size: 11px;
  215. }
  216.  
  217. a {
  218. font-family: 'Lobster Two';
  219. color: #fff;
  220. text-shadow: 0px 0px 2px #000;
  221. text-decoration: none;
  222. }
  223.  
  224. #tab1 {
  225. position: absolute;
  226. z-index: 3;
  227. right: 18px;
  228. top: 40px;
  229. height: 80px;
  230. width: 80px;
  231. background-image: url('https://66.media.tumblr.com/605736cbdc3d809b58e1751a88e4a81e/tumblr_mrcexi7CEH1rfjowdo1_500.gif');
  232. background-size: 100%;
  233. background-repeat: no-repeat;
  234. }
  235.  
  236. #tab2 {
  237. position: absolute;
  238. z-index: 3;
  239. right: 18px;
  240. top: 110px;
  241. height: 80px;
  242. width: 80px;
  243. background-image: url('https://66.media.tumblr.com/605736cbdc3d809b58e1751a88e4a81e/tumblr_mrcexi7CEH1rfjowdo1_500.gif');
  244. background-size: 100%;
  245. background-repeat: no-repeat;
  246. }
  247.  
  248. #tab3 {
  249. position: absolute;
  250. z-index: 3;
  251. right: 18px;
  252. top: 180px;
  253. height: 80px;
  254. width: 80px;
  255. background-image: url('https://66.media.tumblr.com/605736cbdc3d809b58e1751a88e4a81e/tumblr_mrcexi7CEH1rfjowdo1_500.gif');
  256. background-size: 100%;
  257. background-repeat: no-repeat;
  258. }
  259.  
  260. #tab4 {
  261. position: absolute;
  262. z-index: 3;
  263. right: 18px;
  264. top: 250px;
  265. height: 80px;
  266. width: 80px;
  267. background-image: url('https://66.media.tumblr.com/605736cbdc3d809b58e1751a88e4a81e/tumblr_mrcexi7CEH1rfjowdo1_500.gif');
  268. background-size: 100%;
  269. background-repeat: no-repeat;
  270. }
  271.  
  272. .friend {
  273. width: 65px;
  274. height:41px;
  275. opacity: 1;
  276. border: 1px dashed #ab1645;
  277. border-Radius: 10%;
  278. margin-right: .5px;
  279. margin-top: 4px;
  280. margin-bottom:-5px;
  281. opacity: 0.8;
  282. -webkit-transition:opacity 0.7s linear;
  283. -webkit-transition:all 0.6s ease-out;
  284. -moz-transition:all 0.6s ease-out;
  285. transition:all 0.6s ease-out;
  286. }
  287.  
  288. .friend:hover {
  289. opacity: 0.7;
  290. border: 1px dashed yellow;
  291. margin-right: .5px;
  292. margin-top: 4px;
  293. margin-bottom:-5px;
  294. -webkit-transition:opacity 0.7s linear;
  295. -webkit-transition:all 0.6s ease-out;
  296. -moz-transition:all 0.6s ease-out;
  297. transition:all 0.6s ease-out;
  298. }
  299.  
  300. #music {
  301. position: absolute;
  302. z-index: 5;
  303. top: 490px;
  304. right: 750px;}
  305.  
  306. #music1{
  307. position: absolute;
  308. -webkit-transition: all 0.5s ease-in-out;
  309. -moz-transition: all 0.5s ease-in-out;
  310. -o-transition: all 0.5s ease-in-out;}
  311.  
  312. #music1:hover #music2{}
  313.  
  314. #music1:hover #music3{}
  315.  
  316. #music1:hover #musiclist{ opacity:1;}
  317.  
  318. #music3 {
  319. position: fixed;
  320. width:80px;
  321. height:85px;
  322. background-size: 100%;
  323. background-image: url('https://www.seekpng.com/png/full/393-3939563_music-notes-tumblr-transparent-music-png.png');
  324. background-repeat: no-repeat;
  325. overflow:hidden;
  326. background-color: transparent;
  327. opacity: 0.9;
  328. filter: grayscale(0%);
  329. transform: rotate(-40deg);
  330. }
  331.  
  332. </style>
  333. <div id="fairychan" oncontextmenu="return false;">
  334. <div id="pinkcircle"><div id="img"></div>
  335. <div id="title"><h1>Leslie</h1>
  336. <span title="Put some words here.">OOC</span><span style="">Short</span><span title="">Is</span><span title="">Best</span><span title="">These hover!</span>
  337. </div>
  338. <div id="infobox">
  339. <a href="#2"><div id="tab1"></div></a>
  340. <a href="#3"><div id="tab2"></div></a>
  341. <a href="#4"><div id="tab3"></div></a>
  342. <a href="#1"><div id="tab4"></div></a>
  343. <div id="tinypic"></div>
  344. <div id="info1">
  345. <div style="height: 300px; overflow: hidden;">
  346. <a name="1"></a>
  347. <div style="height: 300px; overflow-y: auto;">
  348. <div style="margin: 0 auto; width: 29em;">
  349. Words go here. <B>Bold.</B> <a href="//roleplay.chat/profile.php?user=Sailor+Chuu" target="_blank">Chuu.</a> Words words words words words words words words.
  350. </div></div>
  351.  
  352. <a name="2"></a>
  353. <div style="height: 300px; overflow-y: auto;">
  354. <div style="margin: 0 auto; width: 29em;">
  355. Tab 2.
  356. </div></div>
  357.  
  358. <a name="3"></a>
  359. <div style="height: 300px; overflow-y: auto;">
  360. <div style="margin: 0 auto; width: 29em;">
  361. Tab 3.
  362. </div></div>
  363.  
  364. <a name="4"></a>
  365. <div style="height: 300px; overflow-y: auto;">
  366. <div style="margin: 0 auto; width: 29em;">
  367. <center>
  368. <a href="//roleplay.chat/profile.php?user=Channarong" target="_blank"><img src="https://64.media.tumblr.com/8cd0ab44c1ea1d1d2eab39bab1b365c9/879c4fd8f01d3582-4f/s640x960/01a0043c0eae7e3ae65685d1f75a5da1673606be.gif" title="Info here" class="friend"></a>
  369. <a href=" " target="_blank"><img src="https://c.tenor.com/06f4dM8xGCEAAAAC/astro-sanha.gif" title="Info here" class="friend"></a>
  370. <a href=" " target="_blank"><img src="https://c.tenor.com/06f4dM8xGCEAAAAC/astro-sanha.gif" title="Info here" class="friend"></a>
  371. <a href=" " target="_blank"><img src="https://c.tenor.com/06f4dM8xGCEAAAAC/astro-sanha.gif" title="Info here" class="friend"></a>
  372. <a href=" " target="_blank"><img src="https://c.tenor.com/06f4dM8xGCEAAAAC/astro-sanha.gif" title="Info here" class="friend"></a>
  373. </center>
  374. </div></div></div></div>
  375. </div>
  376. <div id="img2"></div>
  377.  
  378. <div id="music">
  379. <div id="music1">
  380. <div id="music3">
  381.  
  382. <audio controls style="opacity: 0;"><source src="https://www.dropbox.com/s/cp3gjyyiismojgz/%5BMV%5D%20E%27LAST%28%EC%97%98%EB%9D%BC%EC%8A%A4%ED%8A%B8%29%20_%20Tears%20Of%20Chaos%28%EB%88%88%EB%AC%BC%EC%9E%90%EA%B5%AD%29.mp3?raw=1"></audio><script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js" data-cf-settings="efa4bf266fe8bb445bebb0cb-|49" defer=""></script>
  383.  
  384.  
  385. </div>
  386.  
  387. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement