Advertisement
0fficialvanessa

"You're a Cutie" Theme Twenty-Six.

Oct 27th, 2013
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 KB | None | 0 0
  1. <!-- Theme Twenty-Six // Youre A Cutie - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  9. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  10. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fcfcfc"/>
  54. <meta name="color:link" content="#777"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:title" content="#333"/>
  57. <meta name="color:hover" content="#373638"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60. <meta name="color:hover bg" content="#373638"/>
  61.  
  62. <meta name="image:sidebar" content="1"/>
  63. <meta name="image:background" content="1"/>
  64. <meta name="image:underbar" content="http://31.media.tumblr.com/1044374ad212021e8109a6d3b203bf90/tumblr_mlx7uq4O7j1snlcpxo1_1280.png"/>
  65.  
  66. <meta name="text:link one" content=""/>
  67. <meta name="text:link two" content=""/>
  68. <meta name="text:link three" content=""/>
  69. <meta name="text:link four" content=""/>
  70. <meta name="text:link five" content=""/>
  71. <meta name="text:link one more" content="Revisit my blog"/>
  72. <meta name="text:link two more" content="Come talk to me :)"/>
  73. <meta name="text:link three more" content="View my other links"/>
  74. <meta name="text:link four more" content="Don't remove credit!"/>
  75. <meta name="text:link five more" content="Love of my life"/>
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  78.  
  79. <style type="text/css">
  80.  
  81. div#qTip {
  82. display: none;
  83. text-align:center;
  84. position:absolute;
  85. letter-spacing:1px;
  86. text-transform:uppercase;
  87. z-index:99;
  88. font-size:8px;
  89. padding:4px;
  90. color:white;
  91. border:1px solid #eee;
  92. background:{color:hover bg};
  93. }
  94.  
  95. #tumblr_controls{
  96. position:fixed !important;
  97. -webkit-filter: invert(100%)
  98. }
  99.  
  100. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  101.  
  102. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  103.  
  104. p {
  105. margin:0px;
  106. margin-top:0px;
  107. }
  108.  
  109.  
  110. body {
  111. margin: 5px;
  112. font-family: calibri;
  113. line-height:10px;
  114. font-size:10px;
  115. background-attachment: fixed;
  116. background-repeat: repeat;
  117. color:{color:text};
  118. background-color: {color:Background};
  119. background-image:url({image:Background});
  120. }
  121.  
  122.  
  123. a:link, a:active, a:visited{
  124. text-decoration: none;
  125. -webkit-transition: all 0.6s ease-out;
  126. -moz-transition: all 0.6s ease-out;
  127. -o-transition: all 0.6s ease-out;
  128. transition: all 0.6s ease-out;
  129. color:{color:link};
  130. }
  131.  
  132. a:hover {
  133. -webkit-transition: all 0.9s ease-out;
  134. -moz-transition: all 0.9s ease-out;
  135. -o-transition: all 0.9s ease-out;
  136. transition: all 0.9s ease-out;
  137. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  138. color: {color:Hover};
  139. text-shadow:0px 0px 2px {color:text shadow};
  140. }
  141.  
  142. div#center{
  143. margin:auto;
  144. position:relative;
  145. width:1000px;
  146. background-color:;
  147. overflow:auto;
  148. overflow-y:hidden;
  149. }
  150.  
  151. .entry {
  152. float:left;
  153. display: block;
  154. margin:5px;
  155. overflow:hidden;
  156. width:250px;
  157. padding:10px;
  158. border:1px solid #eee;
  159. {block:PermalinkPage}
  160. width:450px;
  161. text-align:left;
  162. line-height:10px;
  163. {/block:PermalinkPage}
  164. background:white;
  165. }
  166.  
  167. .entry .perma{
  168. width:250px;
  169. height:auto;
  170. margin-left:0px;
  171. position: absolute;
  172. line-height: 14px;
  173. overflow:hidden;
  174. text-align:center;
  175. top:3px;
  176. padding:3px;
  177. background:white;
  178. word-spacing:2px;
  179. letter-spacing:1px;
  180. opacity: 0.0;
  181. -webkit-transition: all .7s ease;
  182. -moz-transition: all .7s ease;
  183. -o-transition: all .7s ease;
  184. transition: all .7s ease;
  185. }
  186.  
  187. .entry:hover .perma{
  188. overflow:visible;
  189. opacity:1;
  190. }
  191.  
  192. #posts {
  193. width:870px;
  194. margin-top:1px;
  195. z-index:99;
  196. margin-left:100px;
  197. right:auto;
  198. background:transparent;
  199. margin-right:auto;
  200. position:relative;
  201. overflow-y: hidden;
  202. }
  203.  
  204. #creditss {
  205. position:fixed !important;
  206. font-size: 8px;
  207. text-transform:uppercase;
  208. bottom:-8px;
  209. right:5px;
  210. padding: 4px;
  211. height:20px;
  212. width:auto;
  213. text-align:center;
  214. background: white;
  215. border: 1px solid #eee;
  216. border-top-left-radius:10px;
  217. border-top-right-radius:10px;
  218. }
  219.  
  220. #sidebar{
  221. position:fixed !important;
  222. width:142.5px;
  223. background:white;
  224. height:240px;
  225. padding:6px;
  226. margin-top:210px;
  227. margin-left:-100px;
  228. text-align:center;
  229. border:1px solid #eee;
  230. }
  231.  
  232. #sidebar img{
  233. width: 142.5px;
  234. height: 142.5px;
  235. }
  236.  
  237. div#links{
  238. position:fixed!important;
  239. width:255px;
  240. height: 50px;
  241. margin-top:2px;
  242. margin-left:-58px;
  243. padding:2px;
  244. padding-bottom:4px;
  245. padding-top:1px;
  246. text-transform:uppercase;
  247. font-size: 10px;
  248. z-index: 99999;
  249. opacity:1.0;
  250. }
  251.  
  252. .nav a{
  253. margin-top:0px;
  254. display:inline-block;
  255. width:25px;
  256. text-transform: uppercase;
  257. text-align:center;
  258. border: 0px solid #eee;
  259. color: white;
  260. padding:1px;
  261. background:{color:link};
  262. }
  263.  
  264. div#about{
  265. position:fixed!important;
  266. width:138px;
  267. height:34px;
  268. padding:2px;
  269. overflow:auto;
  270. border:1px solid #eee;
  271. margin-top:20px;
  272. margin-left:0px;
  273. border-radius:5px;
  274. z-index:99999;
  275. }
  276.  
  277. div#trans{
  278. position:fixed!important;
  279. background:transparent;
  280. margin-top:60px;
  281. margin-left:0px;
  282. }
  283.  
  284. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  285. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  286. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  287. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  288. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  289.  
  290. askk {
  291. font-family:"Dreamer";
  292. font-size: 15px;
  293. z-index:1;
  294. color: {color:Title};
  295. }
  296.  
  297. .title{
  298. line-height: 16px;
  299. font-size: 16px;
  300. font-family:"Dreamer";
  301. color:{color:Title};
  302. }
  303.  
  304. .permalink{
  305. text-transform: uppercase;
  306. font-size:8px;
  307. display: block;
  308. text-align: center;
  309. margin-top:8px;
  310. margin-bottom:2px;
  311. padding:2px;
  312. border-top:1px solid #eee;
  313. }
  314.  
  315. #audio {
  316. width:200px;
  317. height:auto;
  318. min-height:60px;
  319. padding-bottom:0px;
  320. }
  321. .cover {
  322. position:absolute;
  323. z-index:1;
  324. width:60px;
  325. height:60px;
  326. }
  327. .cover img {
  328. float:left;
  329. width:60px;
  330. height:60px;
  331. }
  332. .playbox {
  333. opacity:0.6;
  334. width:27px;
  335. height:30px;
  336. overflow:hidden;
  337. position:absolute;
  338. z-index:1000;
  339. margin-left:17px;
  340. margin-top:17px;
  341. text-align:center;
  342. }
  343. .info {
  344. margin-left:73px;
  345. margin-top:4px;
  346. line-height:14px;
  347. }
  348.  
  349. #infscr-loading{
  350. bottom: -70px;
  351. position: absolute;
  352. left: 50%;
  353. margin-left:-8px;
  354. width:16px;
  355. height:11px;
  356. overflow:hidden;
  357. margin-bottom: 50px;
  358. }
  359.  
  360. ::-webkit-scrollbar {
  361. width: 4px;
  362. height: 4px;
  363. border-left:0px solid #ccc;
  364. background-color:{color:background};
  365. }
  366.  
  367. ::-webkit-scrollbar-thumb {
  368. background: {color:scrollbar};
  369. }
  370.  
  371. ::-webkit-scrollbar {
  372. width: 5px;
  373. height: 5px;
  374. background: #dddddd;
  375. }
  376.  
  377. ::-webkit-scrollbar-thumb {
  378. background-color:{color:scrollbar};
  379. }
  380.  
  381. #postnotes{
  382. text-align: justify;}
  383.  
  384. #postnotes blockquote{
  385. border: 0px;}
  386.  
  387. blockquote{
  388. padding:0px 0px 2px 5px;
  389. margin:0px 0px 2px 10px;
  390. border-left: 1px dotted #555555;
  391. }
  392.  
  393. blockquote p, ul{
  394. margin:0px;
  395. padding:0px;
  396. }
  397.  
  398. a img{border: 0px;}
  399.  
  400.  
  401. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  402.  
  403. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  404. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  405.  
  406. .notes img{width:20px; border-radius:20px; padding:3px; border:1px solid #eee; position:relative; top:3px;}
  407. <--ses-->
  408. small{font-size: 90%;}
  409.  
  410. {CustomCSS}
  411.  
  412. </style>
  413.  
  414. {block:IndexPage}
  415. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  416. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  417.  
  418. <script type="text/javascript">
  419. $(window).load(function(){
  420. var $wall = $('#posts');
  421. $wall.imagesLoaded(function(){
  422. $wall.masonry({
  423. itemSelector: '.entry, .entry_photo',
  424. isAnimated : false
  425. });
  426. });
  427.  
  428. $wall.infinitescroll({
  429. navSelector : '#pagination',
  430. nextSelector : '#pagination a',
  431. itemSelector : '.entry, .entry_photo',
  432. bufferPx : 2000,
  433. debug : false,
  434. errorCallback: function() {
  435. $('#infscr-loading').fadeOut('normal');
  436. }},
  437. function( newElements ) {
  438. var $newElems = $( newElements );
  439. $newElems.hide();
  440. $newElems.imagesLoaded(function(){
  441. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  442. });
  443. }); $('#posts').show(500);
  444. });
  445. </script>
  446.  
  447.  
  448. {/block:IndexPage}
  449.  
  450.  
  451. <title>{title}</title>
  452.  
  453. <link rel="shortcut icon" href="{Favicon}" />
  454. <meta name="viewport" content="width=820" />
  455. </head>
  456.  
  457. <body>
  458. <BODY onselectstart="return false;" ondragstart="return false;">
  459. <div class="wrapper">
  460. <div class="header">
  461. </div>
  462.  
  463. <div id="cage">
  464. <div id="center">
  465.  
  466. <!---->
  467. <div id="creditss">
  468. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  469. <br>
  470. <font color="#eee">------------------------------------------</font>
  471. </div>
  472.  
  473. <div id="sidebar">
  474. <a href="/"><img src="{image:sidebar}" width=100%></a>
  475. <div id="links">
  476. <div class="nav">
  477. <a title="{text:link one more}" href="{text:link one}">1.</a>
  478. <a title="{text:link two more}" href="{text:link two}">2.</a>
  479. <a title="{text:link three more}" href="{text:link three}">3.</a>
  480. <a title="{text:link four more}" href="{text:link four}">4.</a>
  481. <a title="{text:link five more}" href="{text:link five}">5.</a></div></div>
  482. <div id="about">{Description}</div>
  483.  
  484. <div id="trans">
  485. <a href="/"><img src="{image:underbar}" style="height:40px;"></a></div>
  486. </div>
  487. <!------------------------------------->
  488.  
  489.  
  490. <div class="left">
  491. <div id="posts">
  492. {block:Posts}
  493. <div class="entry">
  494.  
  495. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  496. <span class="permalink">
  497. Posted at {12Hour}:{Minutes} {AmPm} <a href="{Permalink}">{notecount} likes </a> / <a href="{ReblogURL}" target="_blank">Share this post</a> <br>{/block:HasTags}</span>
  498. {/block:Text}
  499.  
  500. {block:Answer}
  501. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  502. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  503. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  504. {/block:Answer}
  505.  
  506. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  507. <span class="permalink">
  508. Posted at {12Hour}:{Minutes} {AmPm} <a href="{Permalink}">{notecount} likes </a> / <a href="{ReblogURL}" target="_blank">Share this post</a></span>
  509. {/block:Link}
  510.  
  511. {block:Photo}
  512. {block:IndexPage}
  513. <center>
  514. <div class="perma">
  515. <div style="font-size:8px;text-transform:uppercase;">
  516. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}" target="_blank">{DayOfWeek}</a> </div>
  517. <div style="font-size:12px;font-family:Dreamer;">
  518. <a href="{ReblogURL}" target="_blank"> Share this photo </a> </div> </div>
  519.  
  520. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  521. {/block:IndexPage}
  522. {block:PermalinkPage}
  523. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  524.  
  525. {LinkCloseTag}
  526. {/block:PermalinkPage}
  527. {/block:Photo}
  528.  
  529. {block:Photoset}
  530. {block:IndexPage}
  531. <center>
  532.  
  533. <div class="perma">
  534. <div style="font-size:8px;text-transform:uppercase;">
  535. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}" target="_blank">{DayOfWeek}</a> </div>
  536. <div style="font-size:12px;font-family:Dreamer;">
  537. <a href="{ReblogURL}" target="_blank"> Share these photos </a> </div> </div>
  538.  
  539. {Photoset-250}</center>
  540. {/block:IndexPage}
  541. {block:PermalinkPage}
  542. <center>
  543. {Photoset-500}</center>
  544. {/block:PermalinkPage}
  545. {/block:Photoset}
  546.  
  547. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  548. <span class="permalink">
  549. Posted at {12Hour}:{Minutes} {AmPm} <a href="{Permalink}">{notecount} likes </a> / <a href="{ReblogURL}" target="_blank">Share this post</a></span>{/block:Quote}
  550.  
  551. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  552. <ul class="chat">
  553. {block:Lines}
  554. <li class="user_{UserNumber}">
  555. {block:Label}
  556. <span class="label">{Label}</span>
  557. {/block:Label}
  558.  
  559. {Line}
  560. </li>
  561. {/block:Lines}
  562. <span class="permalink">
  563. Posted at {12Hour}:{Minutes} {AmPm} <a href="{Permalink}">{notecount} likes </a> / <a href="{ReblogURL}" target="_blank">Share this post</a></span>
  564. {/block:Chat}
  565.  
  566. {block:Audio}
  567. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  568. {block:IndexPage}
  569. {/block:IndexPage}
  570. <span class="permalink">
  571. Posted at {12Hour}:{Minutes} {AmPm} <a href="{Permalink}">{notecount} likes </a> / <a href="{ReblogURL}" target="_blank">Share this post</a></span>
  572. {/block:Audio}
  573.  
  574. {block:Video}
  575. {block:IndexPage}
  576. <center>
  577. <div class="perma">
  578. <div style="font-size:8px;text-transform:uppercase;">
  579. Posted at {12Hour}:{Minutes} {AmPm} on a <a href="{Permalink}" target="_blank">{DayOfWeek}</a> </div>
  580. <div style="font-size:12px;font-family:Dreamer;">
  581. <a href="{ReblogURL}" target="_blank"> Share this video </a> </div> </div>
  582. {Video-250}</center>
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. <center>
  586. {Video-400}</center>
  587. {/block:PermalinkPage}
  588. {block:Video}
  589.  
  590.  
  591. {block:PostNotes}<div align="middle">{caption}</div>
  592. <center>
  593.  
  594. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  595.  
  596. {block:HasTags}
  597. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  598. {block:RebloggedFrom}
  599. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  600. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  601.  
  602. {/block:RebloggedFrom}
  603. </center></span>
  604. <br>
  605. <div id="postnotes">{PostNotes}</div><br>
  606.  
  607. <center>{block:ContentSource}
  608. <br><a href="{SourceURL}">
  609. {lang:Source}:
  610. {block:SourceLogo}
  611. <img src="{BlackLogoURL}" width="{LogoWidth}"
  612. height="{LogoHeight}" alt="{SourceTitle}" />
  613. {/block:SourceLogo}
  614. {block:NoSourceLogo}
  615. {SourceLink}
  616. {/block:NoSourceLogo}
  617. </a>
  618. {/block:ContentSource}</center>
  619.  
  620. {/block:PostNotes}
  621. </div>
  622. {/block:Posts}
  623. </div></div>
  624.  
  625. {block:IndexPage}
  626. {block:Pagination}
  627. <div id="pagination">
  628. {block:NextPage}
  629. <a id="nextPage" href="{NextPage}"></a>
  630. {/block:NextPage}
  631. {block:PreviousPage}
  632. <a href="{PreviousPage}"></a>
  633. {/block:PreviousPage}
  634. </div>
  635. {/block:Pagination}
  636. {/block:IndexPage}
  637. </body>
  638.  
  639. <!-- THEME BY HEAVENLYHUGS -->
  640. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  641.  
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement