Advertisement
hor4ny

"Time Heals" theme - TwistedMiracles

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