Advertisement
Guest User

for somebody

a guest
May 30th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. <!---Profile Tab-->
  2. <script language=javascript>document.title=("Kawaii")</script>
  3.  
  4. <!---icon profil--->
  5. <link rel="shortcut icon" href="http://i572.photobucket.com/albums/ss168/Gwaedin/Anonymous.png">
  6.  
  7. <Style>
  8. #buyers_ad { display: none; }
  9. .uppermenu, .bottombar { display: none; }
  10. #show_chat_btn { display : none; }
  11. .top-links { display: none; }
  12. .profile_text { display: none; }
  13. .fpix_header { display: none; }
  14. #asltable { display: none; }
  15. #left_container { display: none; }
  16. body { background-color: #DBDBDB; }
  17. </style>
  18.  
  19.  
  20. <!---CSS Style--->
  21. <style>
  22.  
  23. body{
  24. background-color:#FFFFFF;
  25. }
  26.  
  27. ::selection {
  28. background: #99CDFF;
  29. color:#FFFFFF;
  30. }
  31.  
  32. ::-moz-selection {
  33. background: #FFFFFF;
  34. color:#FFFFFF;
  35. }
  36.  
  37. #friends{
  38. color:#FFFFFF;
  39. font-family:arial;
  40. width:200px;
  41. height:20px;
  42. text-align:center;
  43. padding-left:10px;
  44. opacity:0.5;
  45. padding-top:4px;
  46. border-radius:10px;
  47. background-color:#CC99FF;
  48. position:fixed;
  49. top:210px;
  50. right:20px;
  51. overflow:hidden;
  52. font-size:11px;
  53. }
  54.  
  55. #friends:hover{
  56. height:445px;
  57. -webkit-transition: all 1.5s ease-out;
  58. -moz-transition: all 1.5s ease-out;
  59. -o-transition: all 1.5s ease-out;
  60. transition: all 1.5s ease-out;
  61. }
  62.  
  63. #box{
  64. width:300px;
  65. height:155px;
  66. opacity:0.5;
  67. border-radius:10px;
  68. background-color:#CC99FF;
  69. color:#CC99FF;
  70. font-family:arial;
  71. font-size:10px;
  72. padding:20px;
  73. position:fixed;
  74. right:20px;
  75. top:50px;
  76. overflow:auto;
  77. }
  78.  
  79. .text{
  80. color:#CC99FF;
  81. font-size:30px;
  82. font-family:times new roman;
  83. position:fixed;
  84. right:200px;
  85. top:20px;
  86. }
  87.  
  88. .text2{
  89. color:#CC99FF;
  90. font-size:30px;
  91. font-family:times new roman;
  92. position:fixed;
  93. left:10px;
  94. bottom:20px;
  95. }
  96.  
  97. #bk{
  98. position:fixed;
  99. height:100%;
  100. left:0px;
  101. bottom:0px;
  102. z-index:-99;
  103. }
  104.  
  105. .friend{
  106. width:30px;
  107. height:30px;
  108. background-color:#CC99FF;
  109. padding:2px;
  110. border:2px solid #FFFFFF;
  111. margin:5px;
  112. }
  113.  
  114. .friend:hover{
  115. border:2px solid #cccccc;
  116. -webkit-transition: all 0.5s ease-out;
  117. -moz-transition: all 0.5s ease-out;
  118. -o-transition: all 0.5s ease-out;
  119. transition: all 0.5s ease-out;
  120. opacity:0.6;
  121. }
  122.  
  123. #thanks{
  124. color:#FFFFFF;
  125. font-family:arial;
  126. width:130px;
  127. height:20px;
  128. text-align: center;
  129. padding-left:10px;
  130. opacity:0.5;
  131. padding-top:4px;
  132. border-radius:10px;
  133. background-color:#CC99FF;
  134. position:fixed;
  135. top:210px;
  136. right:380px;
  137. overflow:hidden;
  138. font-size:11px;
  139. }
  140.  
  141. #thanks:hover{
  142. height:295px;
  143. -webkit-transition: all 1.5s ease-out;
  144. -moz-transition: all 1.5s ease-out;
  145. -o-transition: all 1.5s ease-out;
  146. transition: all 1.5s ease-out;
  147. }
  148.  
  149.  
  150. #music-rounded {
  151. position:fixed;
  152. right:420px;
  153. top:100px;
  154. width:50px;
  155. height:50px;
  156. background-color:#CC99FF;
  157. -moz-border-radius:100px;
  158. -webkit-border-radius:100px;
  159. border-radius:100px;
  160. opacity:1;
  161. -webkit-transition: all 0.4s ease;
  162. -moz-transition: all 0.4s ease;
  163. transition: all 0.4s ease;
  164. }
  165.  
  166. #music-rounded img {
  167. margin-top:17px;
  168. margin-left:-2px;
  169. }
  170.  
  171. #music-rounded:hover .music-player-embed {
  172. -moz-border-radius:5px;
  173. -webkit-border-radius:5px;
  174. border-radius:5px;
  175. margin-top:-20px;
  176. opacity:1;
  177. background-color:#CC99FF;
  178. color:#fff;
  179. -webkit-transition: all 0.7s ease;
  180. -moz-transition: all 0.7s ease;
  181. transition: all 0.7s ease;
  182. }
  183.  
  184. .music-border {
  185. position:absolute;
  186. margin-top:-42px;
  187. margin-left:-15px;
  188. border:10px solid rgba(0, 0, 0, 0.4);
  189. width:60px;
  190. height:59px;
  191. background-color:none;
  192. -moz-border-radius:100px;
  193. -webkit-border-radius:100px;
  194. border-radius:100px;
  195. -webkit-transition: all 0.4s ease;
  196. -moz-transition: all 0.4s ease;
  197. transition: all 0.4s ease;
  198. }
  199.  
  200. .music-border:hover {
  201. margin-top:-48px;
  202. margin-left:-20px;
  203. border:15px solid rgba(0, 0, 0, 0.4);
  204. -webkit-transition: all 0.7s ease;
  205. -moz-transition: all 0.7s ease;
  206. transition: all 0.7s ease;
  207. -webkit-transform:rotateY(360deg);
  208. -moz-transform:rotateY(360deg);
  209. -o-transform: rotateY(360deg);
  210. }
  211.  
  212. .music-player-embed {
  213. font-family:Consolas;
  214. font-size:11px;
  215. position:absolute;
  216. min-width:100px;
  217. background-color:#FFF;
  218. padding:9px;
  219. margin-left:90px;
  220. margin-top:0px;
  221. overflow:hidden;
  222. opacity:0;
  223. -webkit-transition: all 0.7s ease;
  224. -moz-transition: all 0.7s ease;
  225. transition: all 0.7s ease;
  226. }
  227.  
  228. #bk2{
  229. position:fixed;
  230. height:280px;
  231. right:150px;
  232. bottom:0px;
  233. z-index:-99;
  234. }
  235.  
  236. #bk3{
  237. position:fixed;
  238. height:220px;
  239. right:80px;
  240. bottom:0px;
  241. z-index:-99;
  242. }
  243.  
  244. #bk4{
  245. position:fixed;
  246. height:170px;
  247. right:220px;
  248. bottom:0px;
  249. z-index:-99;
  250. }
  251.  
  252.  
  253. #bk5{
  254. position:fixed;
  255. height:220px;
  256. right:0px;
  257. bottom:-100px;
  258. z-index:-99;
  259. }
  260.  
  261. </style>
  262.  
  263. <!---BACKGROUNDS---!>
  264.  
  265. <img id="bk" src="http://i57.tinypic.com/2djvucg.gif">
  266.  
  267. <img id="bk2" src="">
  268.  
  269. <img id="bk3" src="">
  270.  
  271. <img id="bk4" src="">
  272.  
  273. <img id="bk5" src="">
  274.  
  275. <!---INFO HERE---!>
  276.  
  277. <div id="box"><font size="3"><font color="#000000"><CENTER>Hello, I'm Platformer, I'm an awesome guy.
  278.  
  279.  
  280. </div>
  281.  
  282. <!---TITLE---!>
  283. <div class="text"><div><font color="#929292">★</font><font color="#a596ae"> </font><font color="#b99bcb">A</font><font color="#cc9fe7">ʙ</font><font color="#b982cf">ᴏ</font><font color="#a565b7">ᴜ</font><font color="#92489f">ᴛ</font><font color="#7e2b87"> </font><font color="#9852a7">M</font><font color="#b278c7">ᴇ</font><font color="#cc9fe7"> </font><font color="#b99bcb">;</font><font color="#a596ae"> </font><font color="#929292">★</font></div>
  284.  
  285.  
  286. <!---FRIENDS---!>
  287.  
  288. <div id="friends"><font face="arial"><font color="#000000">F ʀ ɪ ᴇ ɴ ᴅ s
  289.  
  290. </br></br>
  291.  
  292. <!---FRIENDS LINKS---!>
  293. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  294. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  295. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  296. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  297. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  298. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  299. <a href="http://" target="_blank"><img class="friend" src="http://vignette3.wikia.nocookie.net/fantendo/images/2/2f/QuestionMark.jpg/revision/latest?cb=20110522193018"></a>
  300. <a href="http://mysteriousgrim.chatango.com" target="_blank"><img class="friend" src="http://ust.chatango.com/profileimg/m/y/mysteriousgrim/thumb.jpg"></a>
  301. <a href="http://tehpwnz0r64.chatango.com" target="_blank"><img class="friend" src="http://ust.chatango.com/profileimg/t/e/tehpwnz0r64/thumb.jpg"></a>
  302. <a href="http://LordLeIouch.chatango.com" target="_blank"><img class="friend" src="http://ust.chatango.com/profileimg/l/o/lordleiouch/thumb.jpg"></a>
  303. <a href="http://Goobyv3rm.chatango.com" target="_blank"><img class="friend" src="http://ust.chatango.com/profileimg/g/o/goobyv3rm/thumb.jpg"></a>
  304.  
  305. </div>
  306.  
  307.  
  308.  
  309.  
  310.  
  311. <!----MUSIC PLAYER---!>
  312.  
  313. <div id="music-rounded">
  314. <center><img src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"></center>
  315. <div class="music-border"></div>
  316. <div class="music-player-embed">
  317. <center><!---PUT MUSIC PLAYER HERE---!><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/kympw03i86/nightcore_You_suck_at_love.mp3&t0=★&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center>
  318. </div>
  319. </div>
  320. <div style="position:fixed;bottom: 60px;left: 0px;z-index:10;"><script src="//barrykun.com/vl.js" private="true" bgcolor="#010101" textcolor="#fa0000" linkcolor="#fc001e"></script></div>
  321.  
  322. <!---Cursor--->
  323. <style type="text/css">body, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;}</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement