Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head> <!-- Petal to the metal, I never half ass shit. -->
  4. <Background />
  5. <!--
  6. receipt
  7. -------
  8. Doctype : HTML/CSS/JS/TEXT
  9. Produced by: Lyend (http://lyend.chatango.com/)
  10. Price: 8$
  11. Title: Kingdom Hearts Chatango theme
  12. Date of Purchase: 8/10/14
  13. Work time: 3H.
  14. To: Keyblade
  15. -->
  16. <script language="javascript">document.title=("POOOOOCCCCCKKKKKKYYYYYYYYYY")</script>
  17. <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/3uii5ii0oxzaiai/ID.css">
  18. <!-- Extra fonts, links etc. whatever the hell you put here -->
  19. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  20. <link type="text/css" rel="stylesheet" href="http://www.dreamtemplate.com/dreamcodes/divider/css/tsc_divider.css" />
  21. <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/lq5f0ndpw541wtl/defualt.css">
  22. <script src="https://dl.dropboxusercontent.com/s/v7nxo2yemq9ilsn/Keyblade.js">
  23. </script>
  24. <script src="https://dl.dropboxusercontent.com/u/108390498/Code/fade().js"></script>
  25. <script language=JavaScript>
  26. function clickIE4(){
  27. if (event.button==2)
  28. { alert(message);
  29. return false;
  30. }
  31. }
  32. function clickNS4(e){
  33. if (document.layers||document.getElementById&&!document.all)
  34. { if
  35. (e.which==2||e.which==3)
  36. { alert(message); return false; }
  37. }
  38. } if (document.layers){
  39. document.captureEvents(Event.MOUSEDOWN);
  40. document.onmousedown=clickNS4;
  41. }
  42. else if (document.all&&!document.getElementById){
  43. document.onmousedown=clickIE4;
  44. } document.oncontextmenu=new Function("alert('You are a Faggot for trying to view source');return false")
  45. </script>
  46.  
  47. <style>
  48. /* Under the hood stuff - Get rid of all this stupid shit and have a nice blank page to work with. */
  49. .logo_div { visibility: hidden; }
  50. .fpix_header { visibility: hidden; }
  51. .topad { visibility: hidden; }
  52. .fpix_asl_table { visibility: hidden; }
  53. .profile_text { visibility: hidden; }
  54. .nc_profile { visibility: visible; }
  55. #left_container { visibility: hidden }
  56. #profilephoto { visibility: hidden; }
  57. #flash_close_butt { visibility: hidden; }
  58. #start_chat_but { visibility: hidden; }
  59. #fpix_wrapper { visibility: visible; }
  60. span {display:text !important;}
  61.  
  62. @-webkit-keyframes fadeIn {
  63. from { opacity:0; }
  64. to { opacity:1; }
  65. }
  66. @-moz-keyframes fadeIn {
  67. from { opacity:0; }
  68. to { opacity:1; }
  69. }
  70. @keyframes fadeIn {
  71. from { opacity:0; }
  72. to { opacity:1;}
  73. }
  74. .fade-in {
  75. opacity:0;
  76. -webkit-animation:fadeIn ease-in 1;
  77. -moz-animation:fadeIn ease-in 1;
  78. animation:fadeIn ease-in 1;
  79. -webkit-animation-fill-mode:forwards;
  80. -moz-animation-fill-mode:forwards;
  81. animation-fill-mode:forwards;
  82. -webkit-animation-duration:0.5s;
  83. -moz-animation-duration:0.5s;
  84. animation-duration:0.5s;
  85. }
  86. .fade-in.one {
  87. -webkit-animation-delay: 0.5s;
  88. -moz-animation-delay: 0.5s;
  89. animation-delay: 0.5s;
  90. }
  91. @-webkit-keyframes fadeOut {
  92. from { opacity:1; }
  93. to { opacity:0; }
  94. }
  95. @-moz-keyframes fadeOut {
  96. from { opacity:1; }
  97. to { opacity:0; }
  98. }
  99. @keyframes fadeOut {
  100. from { opacity:1; }
  101. to { opacity:0; }
  102. }
  103. .fade-out {
  104. opacity:1;
  105. -webkit-animation:fadeOut ease-in 1;
  106. -moz-animation:fadeOut ease-in 1;
  107. animation:fadeOut ease-in 1;
  108. -webkit-animation-fill-mode:forwards;
  109. -moz-animation-fill-mode:forwards;
  110. animation-fill-mode:forwards;
  111. -webkit-animation-duration:0.5s;
  112. -moz-animation-duration:0.5s;
  113. animation-duration:0.5s;
  114. }
  115. .fade-out.one {
  116. -webkit-animation-delay: 0.5s;
  117. -moz-animation-delay: 0.5s;
  118. animation-delay: 0.5s;
  119. }
  120. html, body { font-family: Verdana; font-size:11px; color:#000;}
  121. Background {
  122. Top:0px;
  123. Left:0px;
  124. Height:100%;
  125. Width:100%;
  126. background-color:white;
  127. position:absolute;
  128. background-image:url('http://i.imgur.com/T5dSsIl.png?1?3988');
  129. opacity:1.0;
  130. filter:alpha(opacity=100); /* For IE8 and earlier */
  131. background-size:cover;
  132. overflow:hidden;
  133. }
  134. #main_container {
  135. width:600px;
  136. height:400px;
  137. position:relative;
  138. border:1px dotted #c0c0c0;
  139. margin-top:10%;
  140. margin-left:2%;
  141. -webkit-border-radius: 10px; /*Chrome*/
  142. border-radius: 10px;
  143. -webkit-box-shadow: 0 2px 20px 1px #c0c0c0;
  144. box-shadow: 0 2px 20px 1px #c0c0c0;
  145. padding-right:7px;
  146. padding-left:2px;
  147. }
  148. #title {
  149. font-family: 'ubuntu condensed', sans-serif;
  150. font-size:18px;
  151. text-align: center;
  152. text-decoration: underline;
  153. text-shadow: 2px 3px 3px #000;
  154. padding:2px 2px 2px 2px;
  155. text-indent: 25px;
  156. }
  157. #text {
  158. padding:5px 5px 5px 5px
  159. position:relative;
  160. top:0;
  161. left:0;
  162. width:100%;
  163. height:65%;
  164. text-overflow:ellipsis;
  165. font-size:9px;
  166. }
  167. #hr-contain {
  168. position:relative;
  169. width:100%;
  170. margin-left:auto;
  171. margin-right:auto;
  172. height:auto; } /*Penis licker hr code */
  173. #footer_main {
  174. border:1px transparent solid;
  175. Bottom:6%;
  176. position:absolute;
  177. right:0%;
  178. width:100%;
  179. height:25px;
  180. overflow:none;
  181. }
  182. #connect {
  183. margin-left:22%;
  184. margin-top:2%;
  185. -webkit-border-radius: 10px; /*Chrome*/
  186. border-radius: 10px;
  187. -webkit-box-shadow: 0 2px 20px 1px #c0c0c0;
  188. box-shadow: 0 2px 20px 1px #c0c0c0;
  189. width:80px;
  190. height:20px;
  191. position:relative;
  192. border:1px dotted #c0c0c0;
  193. padding-right:4px;
  194. padding-left:5px;
  195. text-align: center;
  196. }
  197. #connect:after {
  198. Content:"Lyend"; }
  199. #connect:hover { text-decoration: underline; }
  200. img.friend {
  201. position:relative;
  202. display:inline;
  203. height:25px;
  204. width:25px;
  205. margin-left:5px;
  206. -webkit-transition: all 0.3s ease-in-out;
  207. -webkit-transition-property: all;
  208. -webkit-transition-duration: 0.3s;
  209. -webkit-transition-timing-function: ease-in-out;
  210. -webkit-transition-delay: initial;
  211. -moz-transition: all 0.3s ease-in-out;
  212. -o-transition: all 0.3s ease-in-out;
  213. -ms-transition: all 0.3s ease-in-out;
  214. transition: all 0.3s ease-in-out;
  215. text-decoration: none;
  216. border:1px dashed #c0c0c0;
  217. }
  218. img.friend:hover {
  219. height:50px;
  220. width:50px;
  221. -webkit-transition: all 0.5s ease-in-out;
  222. -webkit-transition-property: all;
  223. -webkit-transition-duration: 0.5s;
  224. -webkit-transition-timing-function: ease-in-out;
  225. -webkit-transition-delay: initial;
  226. -moz-transition: all 0.5s ease-in-out;
  227. -o-transition: all 0.5s ease-in-out;
  228. -ms-transition: all 0.5s ease-in-out;
  229. transition: all 0.5s ease-in-out;
  230. }
  231. #menu {
  232. margin-left:2%;
  233. margin-top:2%;
  234. -webkit-border-radius: 10px; /*Chrome*/
  235. border-radius: 10px;
  236. -webkit-box-shadow: 0 2px 20px 1px #c0c0c0;
  237. box-shadow: 0 2px 20px 1px #c0c0c0;
  238. width:600px;
  239. height:50px;
  240. position:relative;
  241. border:1px dotted #c0c0c0;
  242. padding-right:4px;
  243. padding-left:5px;
  244. }
  245. #a {
  246. position:relative;
  247. display:inline-block;
  248. height:100%;
  249. width:20%;
  250. text-align:center;
  251. line-height: 420%; /*I couldn't help myself lol. */
  252. border-bottom-color: transparent;
  253. border-top-color: transparent;
  254. border-right: 2px dotted #c0c0c0;
  255. border-left: 2px dotted #c0c0c0;
  256. -webkit-transition: all 0.3s ease-in-out;
  257. -webkit-transition-property: all;
  258. -webkit-transition-duration: 0.3s;
  259. -webkit-transition-timing-function: ease-in-out;
  260. -webkit-transition-delay: initial;
  261. -moz-transition: all 0.3s ease-in-out;
  262. -o-transition: all 0.3s ease-in-out;
  263. -ms-transition: all 0.3s ease-in-out;
  264. transition: all 0.3s ease-in-out;
  265. }
  266. #a:hover {
  267. -webkit-transition: all 0.5s ease-in-out;
  268. -webkit-transition-property: all;
  269. -webkit-transition-duration: 0.5s;
  270. -webkit-transition-timing-function: ease-in-out;
  271. -webkit-transition-delay: initial;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. -ms-transition: all 0.5s ease-in-out;
  275. transition: all 0.5s ease-in-out;
  276. color:skyblue;
  277. text-decoration: underline;
  278. }
  279. .none { display:none;}
  280. .tt { page-break-after: always;
  281. text-align: center;
  282. font-family: cursive;
  283. font-size: 18px;
  284. text-indent: 25px; }
  285.  
  286. </style>
  287.  
  288. </head>
  289. <!-- Body -->
  290. <body>
  291. <!-- Please do not Remove - Copyrighted. And I will hunt you down.-->
  292. <a href="http://adf.ly/7434152/script-ango" target="_blank">
  293. <div id="script">
  294. <div id="inside"></div>
  295. </div>
  296. </a>
  297.  
  298. <div id="main_container">
  299. <div id="title">⚜ Ruby rose ⚜</div>
  300. <center>
  301. <div id="hr-contain"> <!-- Divider container -->
  302. <div class="tsc_divider5"></div> <!-- Divider -->
  303. </div>
  304. </center>
  305. <div id="text">
  306. <div id="info"><div id="myDiv" class="fade-in one"><!-- Introduction -->Hai there this is just a prof and yea o3o. so anyways the profs you see down below that are just flying around are my rp profs. I am a animator and a pretty good one at that as you see the picture on the right i animated but ima a mysterious one i dont usually take credit cause i feel like i dont need to.i usually go to http://theicepalace00.chatango.com/. You will see me there alot alot. I like to eat sweets i am a sweet tooth i just love zem sweets. This is also a rp account just go to the wiki http://rwby.wikia.com/wiki/Ruby_Rose.</div></div>
  307.  
  308. <!-- Text for About me -->
  309. <div id="1" class="none"><div id="myDiv" class="fade-in one"><div class="tt">About Me</div><br/>
  310.  
  311. Text Text text
  312. </div></div>
  313.  
  314. <div id="2" class="none"><div id="myDiv" class="fade-in one">
  315. <div class="tt">Roleplay</div><br/>
  316. Text text
  317. </div></div>
  318.  
  319. <div id="3" class="none"><div id="myDiv" class="fade-in one">
  320. <div class="tt">Character Details</div><br/>
  321. text text text
  322. </div></div>
  323.  
  324. <div id="4" class="none"><div id="myDiv" class="fade-in one">
  325. <div class="tt">Abilities</div><br/>
  326. Text text text
  327. </div></div>
  328.  
  329. </div>
  330.  
  331. <div id="footer_main">
  332. <marquee direction="right" scrollamount="4" onmouseover="this.stop()" onmouseout="this.start()">
  333. <!-- Replace with your own friend's -->
  334. <a href="http://esedeath.chatango.com/" target="_blank">
  335. <img src="http://fp.chatango.com/profileimg/e/s/esedeath/thumb.jpg" class="friend"/>
  336. </a>
  337. <a href="http://levymcgarden567.chatango.com/" target="_blank">
  338. <img src="http://fp.chatango.com/profileimg/l/e/levymcgarden567/thumb.jpg" class="friend"/>
  339. </a>
  340. <a href="http://animefan567.chatango.com/" target="_blank">
  341. <img src="http://fp.chatango.com/profileimg/a/n/animefan567/thumb.jpg" class="friend"/>
  342. </a>
  343. <!--Nichole, esedeath, levymcgarden567, animefan567 -->
  344. </marquee>
  345. </div>
  346. </div> <!-- End of main container -->
  347. </body>
  348. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement