Advertisement
hor4ny

"Forever and Always" - TwistedMiracles

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