Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. <!--- TITLE OF PAGE --->
  2.  
  3. <script language=javascript>document.title=(" Love is in the air! ") </script>
  4.  
  5.  
  6. <!--- DISABLE ADS -->
  7.  
  8. <style type="text/css">
  9.  
  10. #ad, .topad, #buyers_ad, .bap-trigger,
  11. * body [name*='google_ads_frame1'],
  12. * body [name*='google_ads_frame2'],
  13. #left_container [href*='ad'] {display: none !important;}
  14. .logo_div {display:none !important;visibility:hidden;}
  15. .uppermenu {display:none !important;visibility:hidden;}
  16. .fpix_header {display:none !important;visibility:hidden;}
  17. .fpix_header td {display:none !important;visibility:hidden;}
  18. .fpix_header.topad {display:none !important;visibility:hidden;}
  19. #show_chat_btn {display:none !important;visibility:hidden;}
  20. .profile_text {display:none !important;visibility:hidden;}
  21. #flash_close_butt {display:none !important;visibility:hidden;}
  22. #left_container {display:none !important;visibility:hidden;}
  23. #asltable {display:none !important;visibility:hidden;}
  24. #asltable td {display:none !important;visibility:hidden;}
  25. #asltable.fpix_asl_table {display:none !important;visibility:hidden;}
  26. #buyers_ad {display:none !important;visibility:hidden;}
  27. .bottombar {display:none !important;visibility:hidden;}
  28.  
  29. </style>
  30.  
  31. <html>
  32. <head>
  33. <style>
  34.  
  35. body {
  36.  
  37. background:#ffffff !important;
  38.  
  39. }
  40.  
  41. a:link {color: #EEEEEE;}
  42.  
  43. a:visited {color: #D6A1BA;}
  44.  
  45. a:active {color: #FFFFFF;}
  46.  
  47.  
  48. h1 {
  49.  
  50. font-family: Aderyn;
  51. font-size:12px;
  52. color:#ffffff;
  53. text-align:center;
  54.  
  55. }
  56. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  57.  
  58. .box
  59. {
  60. position:absolute;
  61. top:220px;
  62. left:300px;
  63. padding:8px;
  64. border:3px solid #FFCCCC;
  65. border-radius:25px;
  66. height:280px;
  67. width:460px;
  68. float:center;
  69. text-align:center;
  70. background-color:#ffffff;
  71. font-family:vrinda;
  72. font-size:9px;
  73. color:#cccccc;
  74. }
  75.  
  76. #title{
  77.  
  78. position:absolute;
  79. bottom:120px; left:300px;
  80.  
  81. font-family:"learningcurve";
  82. font-size:60px;
  83. color:#ffcccc;
  84. text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  85. letter-spacing: 2px;
  86. text-align:center;
  87.  
  88. }
  89. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  90.  
  91. #imgs {
  92.  
  93. position:absolute;
  94. top:120px; left:292px;
  95.  
  96. }
  97.  
  98. #imgstitch {
  99.  
  100. position:absolute;
  101. bottom:120px; left:740px;
  102.  
  103. }
  104.  
  105. #musicplayer {
  106.  
  107. width:24px; height:24px;
  108.  
  109. margin-top:3px;
  110. margin-left:3px;
  111.  
  112. overflow:hidden;
  113.  
  114. -webkit-transition: all 0.6s ease-in-out;
  115. -moz-transition: all 0.6s ease-in-out;
  116. -ms-transition: all 0.6s ease-in-out;
  117. -o-transition: all 0.6s ease-in-out;
  118. transition: all 0.6s ease-in-out;
  119.  
  120. }
  121.  
  122. #player {
  123.  
  124. position:fixed;
  125. bottom:195px; left:315px;
  126.  
  127. width:30px; height:30px;
  128.  
  129. z-index:9999;
  130.  
  131. background-color:#fffffff;
  132. border:4px double #ffcccc;
  133. border-radius:31px;
  134.  
  135. opacity:6;
  136.  
  137. -webkit-transition: all 0.6s ease-in-out;
  138. -moz-transition: all 0.6s ease-in-out;
  139. -ms-transition: all 0.6s ease-in-out;
  140. -o-transition: all 0.6s ease-in-out;
  141. transition: all 0.6s ease-in-out;
  142.  
  143. }
  144.  
  145.  
  146. #woop {
  147.  
  148. height:26px;
  149. margin-top:5px;
  150.  
  151. }
  152.  
  153. #woop img {
  154.  
  155. margin-right:10px;
  156. margin-left:1px;
  157. margin-top:-2px;
  158.  
  159. }
  160.  
  161. #woop embed, #woop {
  162.  
  163. -webkit-transition: all 0.6s ease-in-out;
  164. -moz-transition: all 0.6s ease-in-out;
  165. -ms-transition: all 0.6s ease-in-out;
  166. -o-transition: all 0.6s ease-in-out;
  167. transition: all 0.6s ease-in-out;
  168.  
  169. }
  170.  
  171. #player:hover {
  172.  
  173. opacity:2;
  174. width:80px;
  175.  
  176. }
  177.  
  178. #player:hover #musicplayer {
  179.  
  180. width:74px;
  181.  
  182. }
  183.  
  184. #player:hover #woop {
  185.  
  186. margin-right:-50px;
  187.  
  188. }
  189.  
  190. .credit {
  191.  
  192. position:fixed;
  193. left:20px; bottom:0px;
  194.  
  195. height:30px; width:100px;
  196.  
  197. Background-color:#FFCCCC;
  198. border:1px solid #FFCCCC;
  199. border-top-left-radius: 50px;
  200. border-top-right-radius: 50px;
  201.  
  202.  
  203. font-family:verdana;
  204. font-size:9px;
  205. color:#ffffff;
  206. text-align:center;
  207.  
  208. transition: all 0.7s ease;
  209.  
  210.  
  211. }
  212.  
  213. .credit:hover {
  214.  
  215. height:200px;
  216.  
  217. }
  218.  
  219. </style>
  220.  
  221. <body>
  222.  
  223. <!--- TEXT BOX --->
  224.  
  225. <div class="box">
  226.  
  227. <br><br><br><br>
  228.  
  229. blahblahblahblahblahblahblahblahblahblahblahblahblahblahblah
  230. ...-breathes-...blahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblah
  231. blahblahblahblahblahblahblahblahblahblahblahblah
  232. ANDDDDD blah
  233.  
  234. U-Ummm...I'm kawaii desu and I love marshmallows and and and SMOOCHESS
  235.  
  236. A-And uhh...Add my other account
  237. Feint ^^ oh ohh and my name's Kevina OwO . Ok buh bye Ily <3 ヽ(*⌒∇⌒*)ノ(◕‿◕✿)
  238. </div>
  239.  
  240. <!--- MARQUEE SCROLLING LINK AND TEXT --->
  241.  
  242. <div style="position:fixed;width:300px;top:170px; left:460px;padding-left:13px;font-family:consolas;font-size:8px;background-color:#fcfcfc;color:#ffcccc;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:4px;border:4px DOUBLE white;border-radius:0px;">
  243.  
  244. <!--- MARQUEE TEXT AND LINK --->
  245.  
  246. <marquee> <a href="URL GOES HERE"> Because I'm special ♥ </a></marquee>
  247.  
  248. </font></div>
  249.  
  250.  
  251. <!--- CUTE EMOTICON BEAR PIC GIF OR WHATEVER --->
  252.  
  253. <div id="imgs">
  254.  
  255. <img src="http://24.media.tumblr.com/41dd1c6509f12f08720abc859d8963ee/tumblr_mfpo9tA7Fc1rgpyeqo1_500.gif" style="width:160px;height:90px;">
  256.  
  257. </div>
  258.  
  259.  
  260. <!--- STITCH GIF --->
  261.  
  262. <div id="imgstitch">
  263.  
  264. <img src="http://24.media.tumblr.com/478976ecf2d3d598938dc92110c4eb34/tumblr_min2kdQ1C51qeevg7o1_100.gif">
  265.  
  266. </div>
  267.  
  268.  
  269. <!--- ANIME GIRL RENDER --->
  270.  
  271. <img src='http://i38.photobucket.com/albums/e139/xBun-Bunx/a304794084e28bfe8db327223c905838_zpsd3166479.jpg' style='position:fixed;bottom:0px;right:0px;z-index:-999'/>
  272.  
  273. <!--- NAME/TITLE --->
  274.  
  275. <div id="title">
  276.  
  277. Kawaii desu neeee~
  278.  
  279. </div>
  280.  
  281. <!--- MUSIC PLAYER CODE FROM YUKOKI ON TUMBLR/ IF YOU WANT TO CHANGE THE MUSIC AND NEED HELP ASK ME --->
  282.  
  283. <div id="player"> <div id="musicplayer"> <div id="woop">
  284.  
  285. <table cellspacing"0" cellpadding="0"> <tr><td>
  286.  
  287. <img src="https://31.media.tumblr.com/e8e56335877d82f42d4bf8615faaf86c/tumblr_inline_mz4cg7eV5f1qid2nw.gif"></td><td>
  288. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/3gslpju8ij/-Sweets_Parade-.mp3&t0=&f1=http://k003.kiwi6.com/hotlink/z1mv6a0pzb/-cute-.mp3&t1=&f2=http://k003.kiwi6.com/hotlink/ykev5j79gc/Love_Snow_Really_Magic_-_Mitchie_M.mp3&t2=&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  289.  
  290. </td></tr></table>
  291.  
  292. </div></div></div>
  293.  
  294.  
  295. <!--- CREDIT --->
  296.  
  297. <div class="credit">
  298.  
  299. <a href="http://chatangotheme.tumblr.com"> <h1> Credit </h1> </a>
  300.  
  301. <br><br>
  302.  
  303. Credit goes to me, Kiah.
  304. <br> <br>
  305. This was made on google chrome,
  306. <br><br>
  307. so it's best veiwed on that browser.
  308. <br><br>
  309. ✿ - ✿ - ✿
  310.  
  311. </div>
  312.  
  313. </body>
  314. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement