Asiasthemes

Autumn Leaves

Sep 23rd, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 KB | None | 0 0
  1. <!-
  2. basecode by miserywishes edited by me SEEKINGTRUST, if you take credit off which i know you will please put it in your faq or else i will report you.
  3. -!>
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35.  
  36.  
  37. <html lang="en">
  38. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  39. <html xmlns="http://www.w3.org/1999/xhtml">
  40. <head>
  41.  
  42.  
  43. <script type="text/javascript">
  44. <!--
  45.  
  46. // Disable Right Click Script
  47.  
  48. function IE(e)
  49. {
  50. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  51. {
  52. return false;
  53. }
  54. }
  55. function NS(e)
  56. {
  57. if (document.layers || (document.getElementById && !document.all))
  58. {
  59. if (e.which == "2" || e.which == "3")
  60. {
  61. return false;
  62. }
  63. }
  64. }
  65. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  66.  
  67. //-->
  68. </script>
  69.  
  70.  
  71. <script type="text/javascript"
  72. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  73.  
  74. <!-- DEFAULT VARIABLES -->
  75. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  76. <meta name="color:background" content="#fff"/>
  77. <meta name="color:link" content="#777"/>
  78. <meta name="color:text" content="#777"/>
  79. <meta name="color:title" content="#333"/>
  80. <meta name="color:hover" content="#fff"/>
  81. <meta name="color:quote2" content="#fff" /
  82.  
  83. <meta name="color:scrollbar" content="#ddd" />
  84. <meta name="image:sidebar" content=""/>
  85. <meta name="image:Sidebar5" content=""/>
  86. <meta name="image:background" content="1"/>
  87. <meta name="image:hover Background" content=""/>
  88. <meta name="image:Posts Background" content=""/>
  89. <meta name="image:sidebar Background" content=""/>
  90. <meta name="if:show blog title" content="1"/>
  91. <meta name="if:scrollbar" content="1"/>
  92. <meta name="text:link separation" content="&middot;" />
  93. <meta name="text:blogtitle size" content="23" />
  94. <meta name="text:link one" content="" />
  95. <meta name="text:link one title" content="" />
  96. <meta name="text:link two" content="" />
  97. <meta name="text:link two title" content="" />
  98. <meta name="text:link three" content="" />
  99. <meta name="text:link three title" content="" />
  100. <meta name="text:link four" content="" />
  101. <meta name="text:link four title" content="" />
  102. <meta name="text:link five" content="" />
  103. <meta name="text:link five title" content="" />
  104.  
  105. <script type="text/javascript"
  106. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  107.  
  108.  
  109. <style type="text/css">
  110.  
  111.  
  112.  
  113. {block:ifscrollbar}
  114. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background:white;}
  115. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  116. {/block:ifscrollbar}
  117.  
  118. iframe#tumblr_controls {right:2px !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;}
  119.  
  120. 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;}
  121.  
  122.  
  123. p {
  124. margin:0px;
  125. margin-top:0px;
  126. }
  127.  
  128.  
  129.  
  130. body {
  131. padding: 0px;
  132. margin: 0px;
  133. color:{color:text};
  134. font-family: dixel;
  135. line-height:7px;
  136. font-size:8px;
  137. background-color: {color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-repeat: repeat;
  141. }
  142.  
  143.  
  144. a:link, a:active, a:visited{
  145. text-decoration: none;
  146. -webkit-transition: color 0.3s ease-out;
  147. -moz-transition: color 0.3s ease-out;
  148. transition: color 0.3s ease-out;
  149. color:{color:link};
  150. }
  151.  
  152. a:hover {
  153. text-decoration: none;
  154. font-style:;
  155. text-shadow:0px 0px 2px #000;
  156. color: {color:Hover};
  157. }
  158.  
  159. div#center{
  160. margin:auto;
  161. position:relative;
  162. width:1000px;
  163. background-color:;
  164. overflow:auto;
  165. overflow-y:hidden;
  166. }
  167.  
  168. .entry {
  169. float:left;
  170. display: block;
  171. margin:3px;
  172. line-height:7px;
  173. padding:5px;
  174. border:1px dashed white;
  175. overflow:hidden;
  176. width:190px;
  177. opacity:0.7;
  178. {block:PermalinkPage}
  179. width:388px;
  180. text-align:left;
  181. line-height:10px;
  182. {/block:PermalinkPage}
  183. background-image:url({image:Posts background});
  184. transition: all 0.5s ease-out;
  185. -o-transition-transition: all 0.5s ease-out;
  186. -webkit-transition: all 0.5s ease-out;
  187. -moz-transition: all 0.5s ease-out;
  188. }
  189.  
  190.  
  191.  
  192. .entry .perma a{
  193. color:#444444;}
  194.  
  195.  
  196. .entry .perma{
  197. width:38px;
  198. height:30px;
  199. position: absolute;
  200. line-height: 33px;
  201. overflow:hidden;
  202. font-family:dixel;
  203. text-align:left;
  204. padding-left:6px;
  205. font-size:8px;
  206. left:-50px;
  207. bottom:2px;
  208. border-right:1px dashed #f2f2f2;
  209. border-top:1px dashed #f2f2f2;
  210.  
  211. letter-spacing: 0px;
  212. opacity: 0.0;
  213. transition: all 0.7s ease-out;
  214. -o-transition-transition: all 0.7s ease-out;
  215. -webkit-transition: all 0.7s ease-out;
  216. -moz-transition: all 0.7s ease-out;
  217. border-top-right-radius:90px;
  218. -moz-border-top-right-radius:90px;
  219. -webkit-border-top-right-radius:90px;
  220.  
  221. }
  222.  
  223. .entry:hover .perma{
  224.  
  225. margin-left: 0px;
  226. left:1px;
  227. overflow:visible;
  228. opacity:0.85;
  229. transition: all 0.7s ease-out;
  230. -o-transition-transition: all 0.7s ease-out;
  231. -webkit-transition: all 0.7s ease-out;
  232. -moz-transition: all 0.7s ease-out;
  233. }
  234.  
  235.  
  236. #posts {
  237. width:480px;
  238. margin-top:2px;
  239. margin-left:312px;
  240. right:auto;
  241.  
  242. margin-right:auto;
  243. position:relative;
  244. overflow-y: hidden;
  245. }
  246.  
  247.  
  248. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  249.  
  250. div#desc{
  251. position:fixed !important;
  252. opacity: 0.0;
  253. width: 154px;
  254. line-height:7px;
  255. height: 12px;
  256. margin-top: 450px;
  257. margin-left: 102px;
  258. padding-top:2px;
  259. padding: 10px;
  260. font-size: 8px;
  261. background:transparent;
  262. font-family: arma;
  263. text-align: left;
  264. border: 0px d #ddd;
  265. z-index: 99999;
  266. transition: all 0.9s ease-out;
  267. -o-transition-transition: all 0.9s ease-out;
  268. -webkit-transition: all 0.9s ease-out;
  269. -moz-transition: all 0.9s ease-out;
  270. }
  271. #sidebar:hover #desc{
  272.  
  273. margin-top: -34px;
  274. margin-left: -6px;
  275. opacity: 0.8;
  276. transition: all 0.9s ease-out;
  277. -o-transition-transition: all 0.9s ease-out;
  278. -webkit-transition: all 0.9s ease-out;
  279. -moz-transition: all 0.9s ease-out;
  280. }
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. #sidebar img{
  289. width:165px;
  290. margin-left:0px;
  291. transition: all 0.7s ease-out;
  292. -o-transition-transition: all 0.7s ease-out;
  293. -webkit-transition: all 0.7s ease-out;
  294. -moz-transition: all 0.7s ease-out;
  295. }
  296.  
  297. #sidebar{
  298. position:fixed !important;
  299. width:165px;
  300. background-image:url({image:sidebar background});
  301.  
  302. height:auto;
  303. padding:7px;
  304. margin-top:200px;
  305. margin-left:110px;
  306. line-height:8px;
  307. text-align:center;
  308. z-index:999;
  309. opacity:0.9;
  310. border:1px dashed white;
  311. transition: all 0.7s ease-out;
  312. -o-transition-transition: all 0.7s ease-out;
  313. -webkit-transition: all 0.7s ease-out;
  314. -moz-transition: all 0.7s ease-out;
  315. }
  316.  
  317.  
  318.  
  319.  
  320. div#quote2{
  321. position: fixed !important;
  322. width: auto;
  323. text-transform:uppercase;
  324. margin-left:3px;
  325. margin-top:-32px;
  326. font-family: pauly;
  327. line-height:39px;
  328. letter-spacing: 3px;
  329. font-style: normal;
  330. text-align: right;
  331. color:{color:quote2};
  332. font-size:19px;
  333. text-shadow:1px 2px -4px white;
  334. }
  335.  
  336.  
  337.  
  338. @font-face { font-family: "pauly"; src: url('http://static.tumblr.com/jdjsstr/JGKm7h9ln/neou-thin_1_.otf'); }
  339.  
  340.  
  341.  
  342. #sidebar5 {
  343. opacity:.0;
  344. position:fixed !important;
  345. width: 165px;
  346. height: auto;
  347. background-color: transparent;
  348. margin-left: -1px;
  349. margin-top: -1px;
  350. padding:1px;
  351. -webkit-transition: all 0.7s ease-in-out;
  352. -moz-transition: all 0.7s ease-in-out;
  353. -o-transition: all 0.7s ease-in-out;
  354. -ms-transition: all 0.7s ease-in-out;
  355. transition: all 0.7s ease-in-out;
  356. position:fixed;
  357. line-height: 12px;
  358. }
  359.  
  360. #sidebar5:hover {
  361. background-image:url({image:hover background});
  362. opacity:0.6;
  363. border-radius: 00px 00px 00px 00px;
  364. -webkit-transition: all 0.9s ease-in-out;
  365. -moz-transition: all 0.9s ease-in-out;
  366. -o-transition: all 0.9s ease-in-out;
  367. -ms-transition: all 0.9s ease-in-out;
  368. transition: all 0.9s ease-in-out;
  369. }
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377. #linksss{
  378. z-index:99;
  379. line-height:9px;
  380. width:165px;
  381. color:#555;
  382. opacity:0.9;
  383. margin-top:2px;
  384. border-top:0px dotted #bbb;
  385. padding-top:0px;
  386. transition: all 0.7s ease-out;
  387. -o-transition-transition: all 0.7s ease-out;
  388. -webkit-transition: all 0.7s ease-out;
  389. -moz-transition: all 0.7s ease-out;
  390. }
  391.  
  392.  
  393. #sidebarpic{
  394. opacity:1;
  395. transition: all 0.7s ease-out;
  396. -o-transition-transition: all 0.7s ease-out;
  397. -webkit-transition: all 0.7s ease-out;
  398. -moz-transition: all 0.7s ease-out;
  399. }
  400.  
  401.  
  402. @font-face { font-family: "rawengulksans"; src: url('http://static.tumblr.com/u37ad6e/i1rm8cst5/rawengulksans-094.ttf'); }
  403. .title{
  404. font-family:rawengulksans;
  405. font-size: 14px;
  406. line-height: 13px;
  407. color:{color:Title};
  408. letter-spacing: 1px;
  409. font-weight: normal;
  410. padding:0px 0px 0px 0px;
  411. }
  412.  
  413.  
  414. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  415.  
  416. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  417.  
  418. @font-face { font-family: "beansprout"; src: url('http://static.tumblr.com/pwgdr2n/aDQm3ij6n/1-beansprout-dna.ttf'); }
  419.  
  420. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  421.  
  422. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432. .permalink{
  433. text-transform: normal;
  434. display: block;
  435. text-align: right;
  436. text-decoration: none;
  437. }
  438.  
  439. #infscr-loading{
  440. bottom: -70px;
  441. position: absolute;
  442. left: 50%;
  443. margin-left:-8px;
  444. width:16px;
  445. height:11px;
  446. overflow:hidden;
  447. margin-bottom: 50px;
  448. }
  449.  
  450. #postnotes{
  451. text-align: justify;}
  452.  
  453. #postnotes blockquote{
  454. border: 0px;}
  455.  
  456. blockquote{
  457. padding:0px 0px 2px 5px;
  458. margin:0px 0px 2px 10px;
  459. border-left: 1px dotted #555555;
  460. }
  461.  
  462. blockquote p, ul{
  463. margin:0px;
  464. padding:0px;
  465. }
  466.  
  467. a img{border: 0px;}
  468.  
  469.  
  470. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  471.  
  472. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  473. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  474.  
  475. .notes img{width:10px; position:relative; top:3px;}
  476. <--ses-->
  477. small{font-size: 90%;}
  478.  
  479. {CustomCSS}
  480.  
  481. </style>
  482.  
  483. {block:IndexPage}
  484. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  485. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  486.  
  487. <script type="text/javascript">
  488. $(window).load(function () {
  489. var $content = $('#posts');
  490. $content.masonry({itemSelector: '.entry'}),
  491. $content.infinitescroll({
  492. navSelector : 'div#pagination',
  493. nextSelector : 'div#pagination a#nextPage',
  494. itemSelector : '.entry',
  495. loading: {
  496. finishedMsg: '',
  497. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  498. },
  499. bufferPx : 600,
  500. debug : false,
  501. },
  502. // call masonry as a callback.
  503. function( newElements ) {
  504. var $newElems = $( newElements );
  505. $newElems.hide();
  506. // ensure that images load before adding to masonry layout
  507. $newElems.imagesLoaded(function(){
  508. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  509.  
  510.  
  511. });
  512. });
  513. });
  514. </script>
  515.  
  516. {/block:IndexPage}
  517.  
  518.  
  519. <title>{title}</title>
  520.  
  521. <link rel="shortcut icon" href="{Favicon}" />
  522. <meta name="viewport" content="width=820" />
  523. </head>
  524.  
  525. <body>
  526.  
  527.  
  528. <div class="wrapper">
  529. <div class="header">
  530. </div>
  531.  
  532. <div id="cage">
  533. <div id="center">
  534.  
  535.  
  536. <div id="sidebar">
  537.  
  538. <center>
  539.  
  540. <div id="sidebar5">
  541. <a href="/"><img src="{image:sidebar5}" style="height: autopx; width: 165px; "></a>
  542. </div>
  543.  
  544. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div>
  545. {block:ifshowblogtitle}<div id="blogtitle">{title}</div>{/block:ifshowblogtitle}
  546.  
  547. <div id="quote2">{dfsjdbf}everlasting</div>
  548. <div id="desc">
  549. <center>{Description}</div>
  550. <div id="linksss">
  551. <a href="{text:link one}">{text:link one title}</a> {text:link separation}
  552. <a href="{text:link two}">{text:link two title}</a> {text:link separation}
  553. <a href="{ }"> <script language="JavaScript">
  554. var ref = (''+document.referrer+'');
  555. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID1894178&e1=+&e2=+&r=' + ref + '"><\/script>');
  556. </script>{text:link three title}</a>
  557. {block:iflinkfourtitle}
  558. {text:link separation}
  559. <a href="{text:link four}">{text:link four title}</a>
  560. {/block:iflinkfourtitle}
  561. {block:iflinkfivetitle}
  562. {text:link separation}
  563. <a href="{text:link five}">{text:link five title}</a>
  564. {/block:iflinkfivetitle}
  565. </div>
  566. </div>
  567. </center>
  568.  
  569.  
  570. <div class="left">
  571. <div id="posts">
  572. {block:Posts}
  573. <div class="entry">
  574.  
  575. {block:Answer}
  576. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-image:URL(http://static.tumblr.com/oct6d4x/lFHm1ew9k/brushed_alu.png);">
  577. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  578. {Asker}: {Question}</div>
  579. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  580. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  581. {/block:Answer}
  582.  
  583. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  584. {/block:Text}
  585.  
  586. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  587.  
  588. {block:Photo}
  589. {block:IndexPage}
  590. <center>
  591. <div class="perma">
  592. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  593. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  594. {/block:IndexPage}
  595. {block:PermalinkPage}
  596. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  597. {/block:PermalinkPage}
  598. {/block:Photo}
  599.  
  600. {block:Photoset}
  601. {block:IndexPage}
  602. <center>
  603. <div class="perma">
  604. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  605. {Photoset-250}</center>
  606. {/block:IndexPage}
  607. {block:PermalinkPage}
  608. <center>
  609. {Photoset-500}</center>
  610. {/block:PermalinkPage}
  611. {/block:Photoset}
  612.  
  613. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  614.  
  615. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  616. <ul class="chat">
  617. {block:Lines}
  618. <li class="user_{UserNumber}">
  619. {block:Label}
  620. <span class="label">{Label}</span>
  621. {/block:Label}
  622.  
  623. {Line}
  624. </li>
  625. {/block:Lines}
  626. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  627. {/block:Chat}
  628.  
  629. {block:Audio}
  630. <div style="width:190px; height:30px;">
  631. {AudioPlayerBlack}
  632. </div>
  633. {block:IndexPage}<span class="permalink">
  634. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  635. </span>{/block:IndexPage}
  636. {/block:Audio}
  637.  
  638. {block:Video}
  639. {block:IndexPage}
  640. <center>
  641.  
  642. <div class="perma">
  643. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  644. {Video-250}</center>
  645. {/block:IndexPage}
  646. {block:PermalinkPage}
  647. <center>
  648. {Video-400}</center>
  649. {/block:PermalinkPage}
  650. {block:Video}
  651.  
  652.  
  653. {block:PostNotes}<div align="middle">{caption}</div>
  654. <center>
  655.  
  656. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  657.  
  658. {block:HasTags}
  659. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  660. {block:RebloggedFrom}
  661. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  662. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  663.  
  664. {/block:RebloggedFrom}
  665. </center></span>
  666. <br>
  667. <div id="postnotes">{PostNotes}</div><br>
  668.  
  669. <center>{block:ContentSource}
  670. <br><a href="{SourceURL}">
  671. {lang:Source}:
  672. {block:SourceLogo}
  673. <img src="{BlackLogoURL}" width="{LogoWidth}"
  674. height="{LogoHeight}" alt="{SourceTitle}" />
  675. {/block:SourceLogo}
  676. {block:NoSourceLogo}
  677. {SourceLink}
  678. {/block:NoSourceLogo}
  679. </a>
  680. {/block:ContentSource}</center>
  681.  
  682. {/block:PostNotes}
  683. </div>
  684. {/block:Posts}
  685. </div></div>
  686.  
  687. {block:IndexPage}
  688. {block:Pagination}
  689. <div id="pagination">
  690. {block:NextPage}
  691. <a id="nextPage" href="{NextPage}"></a>
  692. {/block:NextPage}
  693. {block:PreviousPage}
  694. <a href="{PreviousPage}"></a>
  695. {/block:PreviousPage}
  696. </div>
  697. {/block:Pagination}
  698. {/block:IndexPage}
  699. </body>
  700.  
  701. </body>
  702. <div style="position:fixed; bottom:5px; right:5px;">
  703. <a href="http://seekingtrust.tumblr.com/">credit</a>
  704. </html>
Advertisement
Add Comment
Please, Sign In to add comment