Advertisement
hor4ny

"World of Chances" theme - twistedmiracles

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