Advertisement
hor4ny

"Beautiful" theme - twistedmiracles

Oct 2nd, 2012
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.88 KB | None | 0 0
  1. <!--
  2. "Beautiful" theme by twistedmiracles.
  3. Keep credit or put it in your FAQ.
  4.  
  5. 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.
  6. -->
  7.  
  8. <html lang="en">
  9. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <!-- DEFAULT VARIABLES -->
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  47. <meta name="color:background" content="#fff"/>
  48. <meta name="color:link" content="#777"/>
  49. <meta name="color:text" content="#777"/>
  50. <meta name="color:title" content="#333"/>
  51. <meta name="color:hover" content="#fff"/>
  52. <meta name="color:blogtitle" content="#fff" />
  53. <meta name="color:blogtitle shadow" content="#000" />
  54. <meta name="color:scrollbar" content="#ddd" />
  55. <meta name="image:sidebar" content=""/>
  56. <meta name="image:background" content="1"/>
  57. <meta name="if:scrollbar" content="1"/>
  58. <meta name="if:dashed borders" content="1"/>
  59. <meta name="if:solid borders" content="0"/>
  60. <meta name="if:dotted borders" content="0"/>
  61. <meta name="text:link separation" content="&middot;" />
  62. <meta name="text:link one" content="" />
  63. <meta name="text:link one title" content="" />
  64. <meta name="text:link two" content="" />
  65. <meta name="text:link two title" content="" />
  66. <meta name="text:link three" content="" />
  67. <meta name="text:link three title" content="" />
  68. <meta name="text:link four" content="" />
  69. <meta name="text:link four title" content="" />
  70. <meta name="text:link five" content="" />
  71. <meta name="text:link five title" content="" />
  72.  
  73. <script type="text/javascript"
  74. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81. {block:ifscrollbar}
  82. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background:white;}
  83. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  84. {/block:ifscrollbar}
  85.  
  86. 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;}
  87.  
  88. 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;}
  89.  
  90.  
  91. p {
  92. margin:0px;
  93. margin-top:0px;
  94. }
  95.  
  96.  
  97.  
  98. body {
  99. padding: 0px;
  100. margin: 0px;
  101. color:{color:text};
  102. font-family: dixel;
  103. line-height:7px;
  104. font-size:8px;
  105. background-color: {color:Background};
  106. background-image:url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited{
  113. text-decoration: none;
  114. -webkit-transition: color 0.3s ease-out;
  115. -moz-transition: color 0.3s ease-out;
  116. transition: color 0.3s ease-out;
  117. color:{color:link};
  118. }
  119.  
  120. a:hover {
  121. text-decoration: none;
  122. font-style:;
  123. text-shadow:0px 0px 2px #000;
  124. color: {color:Hover};
  125. }
  126.  
  127. div#center{
  128. margin:auto;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. .entry {
  137. float:left;
  138. display: block;
  139. margin:3px;
  140. line-height:7px;
  141. padding:4px;
  142. {block:ifdashedborders}
  143. border:1px dashed #ccc;
  144. {/block:ifdashedborders}
  145. {block:ifsolidborders}
  146. border:1px solid #ccc;
  147. {/block:ifsolidborders}
  148. {block:ifdottedborders}
  149. border:1px dotted #ccc;
  150. {/block:ifdottedborders}
  151. overflow:hidden;
  152. width:220px;
  153. opacity:0.9;
  154. {block:PermalinkPage}
  155. width:458px;
  156. text-align:left;
  157. line-height:10px;
  158. {/block:PermalinkPage}
  159. background:white;
  160. background-image:URL();
  161. transition: all 0.5s ease-out;
  162. -o-transition-transition: all 0.5s ease-out;
  163. -webkit-transition: all 0.5s ease-out;
  164. -moz-transition: all 0.5s ease-out;
  165. }
  166.  
  167.  
  168.  
  169. .entry .perma a{
  170. color:#444444;}
  171.  
  172.  
  173. .entry .perma{
  174. width:38px;
  175. height:30px;
  176. position: absolute;
  177. line-height: 33px;
  178. overflow:hidden;
  179. font-family:dixel;
  180. text-align:left;
  181. padding-left:6px;
  182. font-size:8px;
  183. left:-50px;
  184. bottom:3px;
  185. border-right:1px solid #f2f2f2;
  186. border-top:1px solid #f2f2f2;
  187. background:white;
  188. letter-spacing: 0px;
  189. opacity: 0.0;
  190. transition: all 0.7s ease-out;
  191. -o-transition-transition: all 0.7s ease-out;
  192. -webkit-transition: all 0.7s ease-out;
  193. -moz-transition: all 0.7s ease-out;
  194. border-top-right-radius:90px;
  195. -moz-border-top-right-radius:90px;
  196. -webkit-border-top-right-radius:90px;
  197.  
  198. }
  199.  
  200. .entry:hover .perma{
  201. margin-left: 0px;
  202. left:2px;
  203. overflow:visible;
  204. opacity:0.85;
  205. transition: all 0.7s ease-out;
  206. -o-transition-transition: all 0.7s ease-out;
  207. -webkit-transition: all 0.7s ease-out;
  208. -moz-transition: all 0.7s ease-out;
  209. }
  210.  
  211.  
  212. #posts {
  213. width:480px;
  214. margin-top:2px;
  215. margin-left:305px;
  216. right:auto;
  217. background:transparent;
  218. margin-right:auto;
  219. position:relative;
  220. overflow-y: hidden;
  221. }
  222.  
  223.  
  224. #sidebar img{
  225. width:175px;
  226. margin-left:0px;
  227. transition: all 0.7s ease-out;
  228. -o-transition-transition: all 0.7s ease-out;
  229. -webkit-transition: all 0.7s ease-out;
  230. -moz-transition: all 0.7s ease-out;
  231. }
  232.  
  233. #sidebar{
  234. position:fixed !important;
  235. width:175px;
  236. background-image:url('');
  237. background:white;
  238. height:auto;
  239. padding:4px;
  240. margin-top:170px;
  241. margin-left:100px;
  242. line-height:8px;
  243. text-align:center;
  244. z-index:999;
  245. opacity:0.9;
  246. {block:ifdashedborders}
  247. border:1px dashed #ccc;
  248. {/block:ifdashedborders}
  249. {block:ifsolidborders}
  250. border:1px solid #ccc;
  251. {/block:ifsolidborders}
  252. {block:ifdottedborders}
  253. border:1px dotted #ccc;
  254. {/block:ifdottedborders}
  255. transition: all 0.7s ease-out;
  256. -o-transition-transition: all 0.7s ease-out;
  257. -webkit-transition: all 0.7s ease-out;
  258. -moz-transition: all 0.7s ease-out;
  259. }
  260.  
  261.  
  262.  
  263.  
  264. #description{
  265. overflow:hidden;
  266. opacity:0;
  267. height:0px;
  268. overflow:hidden;
  269. transition: all 0.5s ease-out;
  270. -o-transition-transition: all 0.5s ease-out;
  271. -webkit-transition: all 0.5s ease-out;
  272. -moz-transition: all 0.5s ease-out;
  273. }
  274.  
  275. #sidebar:hover #description{
  276. opacity:1;
  277. height:25px;
  278. }
  279.  
  280.  
  281.  
  282. #desc{
  283. width:175px;
  284. height:5px;
  285. opacity:0.5;
  286. margin-top:-25px;
  287. position:fixed;
  288. background:white;
  289. transition: all 0.5s ease-out;
  290. -o-transition-transition: all 0.5s ease-out;
  291. -webkit-transition: all 0.5s ease-out;
  292. -moz-transition: all 0.5s ease-out;
  293. }
  294.  
  295. #sidebar:hover #desc{
  296. height:24px;
  297. {block:ifdashedborders}
  298. border-top:1px dashed #ccc;
  299. border-bottom:1px dashed #ccc;
  300. {/block:ifdashedborders}
  301. {block:ifsolidborders}
  302. border-top:1px solid #ccc;
  303. border-bottom:1px solid #ccc;;
  304. {/block:ifsolidborders}
  305. {block:ifdottedborders}
  306. border-top:1px dotted #ccc;
  307. border-bottom:1px dotted #ccc;
  308. {/block:ifdottedborders}
  309. padding-top:4px;
  310. opacity:1;
  311. padding-bottom:4px;
  312. margin-top:-61px;
  313. }
  314.  
  315.  
  316. #linkz{
  317. opacity:0;
  318. overflow:hidden;
  319. height:0px;
  320. line-height:10px;
  321. transition: all 0.5s ease-out;
  322. -o-transition-transition: all 0.5s ease-out;
  323. -webkit-transition: all 0.5s ease-out;
  324. -moz-transition: all 0.5s ease-out;
  325. }
  326.  
  327. #sidebar:hover #linkz{
  328. opacity:1;
  329. height:10px;
  330.  
  331. }
  332.  
  333. #linksss{
  334. width:175px;
  335. height:5px;
  336. opacity:0.5;
  337. margin-top:-15px;
  338. position:fixed;
  339. background:white;
  340. padding-top:0px;
  341. transition: all 0.5s ease-out;
  342. -o-transition-transition: all 0.5s ease-out;
  343. -webkit-transition: all 0.5s ease-out;
  344. -moz-transition: all 0.5s ease-out;
  345. }
  346. #sidebar:hover #linksss{
  347. {block:ifdashedborders}
  348. border-top:1px dashed #ccc;
  349. border-bottom:1px dashed #ccc;
  350. {/block:ifdashedborders}
  351. {block:ifsolidborders}
  352. border-top:1px solid #ccc;
  353. border-bottom:1px solid #ccc;;
  354. {/block:ifsolidborders}
  355. {block:ifdottedborders}
  356. border-top:1px dotted #ccc;
  357. border-bottom:1px dotted #ccc;
  358. {/block:ifdottedborders}
  359. height:10px;
  360. opacity:1;
  361. margin-top:-22px;
  362. }
  363.  
  364. #sidebarpic{
  365. opacity:1;
  366. transition: all 0.7s ease-out;
  367. -o-transition-transition: all 0.7s ease-out;
  368. -webkit-transition: all 0.7s ease-out;
  369. -moz-transition: all 0.7s ease-out;
  370. }
  371.  
  372. .title{
  373. font-family:swenson;
  374. font-size: 20px;
  375. line-height: 15px;
  376. color:{color:Title};
  377. letter-spacing: 1px;
  378. font-weight: normal;
  379. text-transform:lowercase;
  380. padding:0px 0px 0px 0px;
  381. }
  382.  
  383.  
  384. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  385. @font-face { font-family: "swenson"; src: url('http://static.tumblr.com/q54tzar/PHem21foh/swenson_1_.ttf'); }
  386.  
  387. #blogtitle2{
  388. position:fixed;
  389. opacity:0;
  390. margin-top:20px;
  391. width:175px;
  392. font-family: "swenson";
  393. line-height:40px;
  394. z-index:99;
  395. text-shadow:1px 1px 1px {color:blogtitle shadow};
  396. letter-spacing:0px; color:{color:blogtitle};
  397. font-size:40px;
  398. text-align:center;
  399. transition: all 0.5s ease-out;
  400. -o-transition-transition: all 0.5s ease-out;
  401. -webkit-transition: all 0.5s ease-out;
  402. -moz-transition: all 0.5s ease-out;
  403. }
  404.  
  405. #sidebar:hover #blogtitle2{
  406. opacity:1;
  407. margin-top:-40px;
  408. }
  409.  
  410. #sidebar:hover #blogtitle{
  411. margin-top:20px;
  412. opacity:0;
  413. }
  414. #blogtitle{
  415. width:175px;
  416. font-family: "swenson";
  417. line-height:40px;
  418. z-index:99;
  419. text-shadow:1px 1px 1px {color:blogtitle shadow};
  420. font-size:40px;
  421. text-align:center;
  422. margin-top:-42px;
  423. font-weight:;
  424. position:fixed;
  425. letter-spacing:0px; color:{color:blogtitle};
  426. transition: all 0.5s ease-out;
  427. -o-transition-transition: all 0.5s ease-out;
  428. -webkit-transition: all 0.5s ease-out;
  429. -moz-transition: all 0.5s ease-out;}
  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. <div id="sidebar">
  536.  
  537. <center>
  538. <div id="blogtitle2">{title}</div>
  539. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div>
  540. <div id="blogtitle">{title}</div>
  541. <div id="desc"><div id="description">{description}</div></div>
  542. <div id="linksss"><div id="linkz">
  543. <a href="{text:link one}">{text:link one title}</a> {text:link separation}
  544. <a href="{text:link two}">{text:link two title}</a> {text:link separation}
  545. <a href="{text:link three}">{text:link three title}</a>
  546. {block:iflinkfourtitle}
  547. {text:link separation}
  548. <a href="{text:link four}">{text:link four title}</a>
  549. {/block:iflinkfourtitle}
  550. {block:iflinkfivetitle}
  551. {text:link separation}
  552. <a href="{text:link five}">{text:link five title}</a>
  553. {/block:iflinkfivetitle}</div>
  554. </div>
  555.  
  556. </div>
  557. </center>
  558.  
  559.  
  560. <div class="left">
  561. <div id="posts">
  562. {block:Posts}
  563. <div class="entry">
  564.  
  565. {block:Answer}
  566. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  567. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  568. {Asker}: {Question}</div>
  569. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  570. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  571. {/block:Answer}
  572.  
  573. {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>
  574. {/block:Text}
  575.  
  576. {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}
  577.  
  578. {block:Photo}
  579. {block:IndexPage}
  580. <center>
  581. <div class="perma">
  582. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  583. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  584. {/block:IndexPage}
  585. {block:PermalinkPage}
  586. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  587. {/block:PermalinkPage}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. {block:IndexPage}
  592. <center>
  593. <div class="perma">
  594. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  595. {Photoset-250}</center>
  596. {/block:IndexPage}
  597. {block:PermalinkPage}
  598. <center>
  599. {Photoset-500}</center>
  600. {/block:PermalinkPage}
  601. {/block:Photoset}
  602.  
  603. {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}
  604.  
  605. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  606. <ul class="chat">
  607. {block:Lines}
  608. <li class="user_{UserNumber}">
  609. {block:Label}
  610. <span class="label">{Label}</span>
  611. {/block:Label}
  612.  
  613. {Line}
  614. </li>
  615. {/block:Lines}
  616. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  617. {/block:Chat}
  618.  
  619. {block:Audio}
  620. <div style="width:190px; height:30px;">
  621. {AudioPlayerBlack}
  622. </div>
  623. {block:IndexPage}<span class="permalink">
  624. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  625. </span>{/block:IndexPage}
  626. {/block:Audio}
  627.  
  628. {block:Video}
  629. {block:IndexPage}
  630. <center>
  631.  
  632. <div class="perma">
  633. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  634. {Video-250}</center>
  635. {/block:IndexPage}
  636. {block:PermalinkPage}
  637. <center>
  638. {Video-400}</center>
  639. {/block:PermalinkPage}
  640. {block:Video}
  641.  
  642.  
  643. {block:PostNotes}<div align="middle">{caption}</div>
  644. <center>
  645.  
  646. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  647.  
  648. {block:HasTags}
  649. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  650. {block:RebloggedFrom}
  651. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  652. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  653.  
  654. {/block:RebloggedFrom}
  655. </center></span>
  656. <br>
  657. <div id="postnotes">{PostNotes}</div><br>
  658.  
  659. <center>{block:ContentSource}
  660. <br><a href="{SourceURL}">
  661. {lang:Source}:
  662. {block:SourceLogo}
  663. <img src="{BlackLogoURL}" width="{LogoWidth}"
  664. height="{LogoHeight}" alt="{SourceTitle}" />
  665. {/block:SourceLogo}
  666. {block:NoSourceLogo}
  667. {SourceLink}
  668. {/block:NoSourceLogo}
  669. </a>
  670. {/block:ContentSource}</center>
  671.  
  672. {/block:PostNotes}
  673. </div>
  674. {/block:Posts}
  675. </div></div>
  676.  
  677. {block:IndexPage}
  678. {block:Pagination}
  679. <div id="pagination">
  680. {block:NextPage}
  681. <a id="nextPage" href="{NextPage}"></a>
  682. {/block:NextPage}
  683. {block:PreviousPage}
  684. <a href="{PreviousPage}"></a>
  685. {/block:PreviousPage}
  686. </div>
  687. {/block:Pagination}
  688. {/block:IndexPage}
  689. </body>
  690. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://twistedmiracles.tumblr.com">&hearts;</a></div>
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement