Advertisement
hor4ny

"Begin Again" theme - TwistedMiracles

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