Advertisement
0fficialvanessa

"You and I" Theme Thirty-One.

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