Advertisement
AlanReiAkemi

my chatango profile part 4

Jan 22nd, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. <!------------------------------
  2. Theme 02 - Clouds
  3. Made by Tanja.chatango.com
  4. Don't steal the codes, please.
  5. -------------------------------->
  6.  
  7. <!-- TITLE OF PAGE -->
  8. <script language=javascript>document.title=(" :D ") </script>
  9.  
  10.  
  11. <!-- DISABLE RIGHT CLICK -->
  12. <script type="text/javascript">
  13. function clickIE() {if (document.all) {(message);return false;}}
  14. function clickNS(e) {if
  15. (document.layers||(document.getElementById&&!document.all)) {
  16. if (e.which==2||e.which==3) {(message);return false;}}}
  17. if (document.layers)
  18. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  19. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  20. document.oncontextmenu=new Function("return false")
  21. // --></script>
  22.  
  23.  
  24. <!-- DISABLE ADS -->
  25. <style type="text/css">
  26. .logo_div, .fpix_header, .topad, .fpix_asl_table, .profile_text,
  27. .nc_profile, #left_container, #profilephoto, #flash_close_butt,
  28. #start_chat_but, .uppermenu, #buyers_ad, #flashcontent, .yellow_but,
  29. .bottombar, .byline, .top-links { visibility: hidden !important; display: none !important;}
  30. </style>
  31.  
  32. <!-- CUSTOM CURSOR -->
  33. <style type="text/css">
  34. body, a:hover {cursor: url(http://puu.sh/idjQ1/ad74c386f1.png), progress !important;}
  35. </style>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. background-image: url('http://puu.sh/hu6Sn/b04f98fae4.jpg')!important;
  43. background-repeat: no-repeat!important;
  44. background-attachment: fixed!important;
  45. background-position: center!important;
  46. background-size: cover!important;
  47. }
  48.  
  49. .box1:hover, .box2:hover, .box3:hover {
  50. -webkit-box-shadow: 0px 0px 15px 10px rgba(212,224,237,0.75);
  51. box-shadow: 0px 0px 15px 10px rgba(212,224,237,0.75);
  52. }
  53.  
  54. .box1 {
  55. background-color: rgba(56,76,98,0.8);
  56. position: fixed;
  57. width: 350px;
  58. height: 120px;
  59. top: 70px;
  60. left: 500px;
  61. margin-left: auto;
  62. margin-right: auto;
  63. text-align: center;
  64. font-family: calibri;
  65. font-size: 12px;
  66. color: #ffffff;
  67. border: 1px solid #7098C5;
  68. -webkit-box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  69. box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  70. -webkit-transition: all 0.7s ease;
  71. transition: all 0.7s ease;
  72. }
  73.  
  74. .box2 {
  75. background-color: rgba(56,76,98,0.8);
  76. position: fixed;
  77. width: 350px;
  78. height: 120px;
  79. top: 270px;
  80. left: 500px;
  81. margin-left: auto;
  82. margin-right: auto;
  83. text-align: center;
  84. font-family: calibri;
  85. font-size: 12px;
  86. color: #ffffff;
  87. border: 1px solid #7098C5;
  88. -webkit-box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  89. box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  90. -webkit-transition: all 0.7s ease;
  91. transition: all 0.7s ease;
  92. }
  93.  
  94. .box3 {
  95. background-color: rgba(56,76,98,0.8);
  96. position: fixed;
  97. width: 350px;
  98. height: 120px;
  99. top: 470px;
  100. left: 500px;
  101. margin-left: auto;
  102. margin-right: auto;
  103. text-align: center;
  104. font-family: calibri;
  105. font-size: 12px;
  106. color: #ffffff;
  107. border: 1px solid #7098C5;
  108. -webkit-box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  109. box-shadow: 0px 0px 15px 5px rgba(112,152,197,0.75);
  110. -webkit-transition: all 0.7s ease;
  111. transition: all 0.7s ease;
  112. }
  113.  
  114. .box b, strong {color: #7098C5;} /** bio box bold text **/
  115. .box i,em {color: #161e27;} /**bio box italic text **/
  116. .box a {color: #7098C5;} /** bio box links **/
  117. .box a:hover { color: #ffffff; } /** bio box links hover **/
  118.  
  119. p {
  120. border-bottom: 1px solid #7098c5;
  121. padding: 5px;
  122. }
  123.  
  124. #musicplayer {
  125. width:24px;
  126. height:24px;
  127. margin-top:3px;
  128. margin-left:3px;
  129. overflow:hidden;
  130. -webkit-transition: all 0.6s ease-in-out;
  131. -moz-transition: all 0.6s ease-in-out;
  132. -ms-transition: all 0.6s ease-in-out;
  133. -o-transition: all 0.6s ease-in-out;
  134. transition: all 0.6s ease-in-out;
  135. }
  136.  
  137. #player {
  138. position:fixed;
  139. top:10px;
  140. left:10px;
  141. width:30px;
  142. height:30px;
  143. z-index:9999;
  144. background-color:#7098C5;
  145. border:3px solid #7098C5;
  146. border-radius:31px;
  147. opacity:6;
  148. -webkit-transition: all 0.6s ease-in-out;
  149. -moz-transition: all 0.6s ease-in-out;
  150. -ms-transition: all 0.6s ease-in-out;
  151. -o-transition: all 0.6s ease-in-out;
  152. transition: all 0.6s ease-in-out;
  153. }
  154.  
  155. #woop {
  156. height:26px;
  157. margin-top:4px;
  158. }
  159.  
  160. #woop img {
  161. margin-right:5px;
  162. margin-left:3px;
  163. margin-top:0px;
  164. }
  165.  
  166. #woop embed, #woop {
  167. -webkit-transition: all 0.6s ease-in-out;
  168. -moz-transition: all 0.6s ease-in-out;
  169. -ms-transition: all 0.6s ease-in-out;
  170. -o-transition: all 0.6s ease-in-out;
  171. transition: all 0.6s ease-in-out;
  172. }
  173.  
  174. #player:hover {
  175. opacity:2;
  176. width:74px;
  177. }
  178.  
  179. #player:hover #musicplayer {
  180. width:60px;
  181. }
  182.  
  183. #player:hover #woop {
  184. margin-right:-50px;
  185. }
  186.  
  187. .credits {
  188. position: fixed;
  189. right: 5px;
  190. bottom: 5px
  191. }
  192.  
  193. #creditfont {
  194. font-size: 15px;
  195. font-family: arial;
  196. color: #7098C5;
  197. text-decoration: none;
  198. }
  199.  
  200. #creditfont:hover {
  201. color:#ffffff;
  202. }
  203.  
  204. </style>
  205.  
  206. <!-- Boxes -->
  207. <div class="box">
  208. <div class="box1">
  209. <p><b>Home</b></p>
  210. Welcome to my profile xD
  211. <br><br>
  212. <a href="https://www.facebook.com/RaiserThePhoenix">My Facebook :D</a>
  213. and
  214. <a href="http://cur.lv/rychb">18 + + :D</a>
  215. </div>
  216.  
  217. <div class="box2">
  218. <p><b>About</b></p>
  219. Hello :D my name alan :D
  220. i love rain
  221. and
  222. i love everyone <3
  223. :)
  224. <br><br>
  225. <a href="https://www.paypal.com/id/cgi-bin/webscr?cmd=_flow&SESSION=AYhqMh8pj5BSYtmfXtTijYvuqLVmEiktkk8aaPGyPO74yHAn9uTdnoo1umS&dispatch=5885d80a13c0db1f8e263663d3faee8d64ad11bbf4d2a5a1a0d303a50933f9b2">Donate Here </a>
  226. </div>
  227.  
  228. <div class="box3">
  229. <p><b>Etc.</b></p>
  230. Broken wings,
  231. Make it impossible to fly.
  232.  
  233. Broken dreams,
  234. Make it impossible to die.
  235.  
  236. Broken promises,
  237. Make it impossible to trust.
  238.  
  239. A broken heart,
  240. Makes it impossible to love.
  241.  
  242. <br><br>
  243. <a href="https://www.instagram.com/alanreiakemi/">My Instagram :D</a>
  244. </div>
  245. </div>
  246.  
  247.  
  248.  
  249. </div>
  250. <div style="position:fixed;bottom: 60px;left: 0px;z-index:10;"><script src="//barrykun.com/vl.js" private="true"></script>
  251.  
  252. <!--- MUSIC NOTES CURSOR ---!>
  253. <script type="text/javascript" src="http://blogparts.giffy.me/0016/parts.js"></script>
  254.  
  255. <!-- Credits -->
  256. <div class="credits"><a href="http://tanja.chatango.com/" title="Theme made by Tanja" id="creditfont">☂</a></div>
  257.  
  258. <script language="JavaScript">
  259. var message="This is original coding! Please DO NOT steal someone else's hard work!";
  260. function clickIE() {if (document.all) {alert(message);return false;}}
  261. function clickNS(e) {if
  262. (document.layers||(document.getElementById&&!document.all)) {
  263. if (e.which==2||e.which==3) {alert(message);return false;}}}
  264. if (document.layers)
  265. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  266. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  267. document.oncontextmenu=new Function("return false")
  268. </script></font></font><font color="#FF0000" face="times new roman" size="15"><font color="#dc9e5c" face="matura mt script capitals" size="8"><font face="calibri" size="8"><font color="#00FFFF"><font face="impact" size="20"><font color="#00FFFF"> <!-- end of outer_container -->
  269. </font></font></font></font></font></font><font color="#FF0000" face="times new roman" size="15"><font color="#dc9e5c" face="matura mt script capitals" size="8"><font face="calibri" size="8"><font color="#00FFFF"><font face="impact" size="20"><font color="#00FFFF"> <!-- end of fpix_wrapper -->
  270. <script type="text/javascript" language="javascript" charset="euc-jp" src="http://www.hapinemu.net/fobp/bp094/bp094.js"></script><p><a href="http://www.hapinemu.net/blogparts/"><img src="" alt="" border="0"></a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement