Advertisement
dearhannibal

Intrepid

May 26th, 2014
1,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you -->
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!-- default variables -->
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:title" content ="#3b3b3b">
  19. <meta name="color:text" content="#3b3b3b">
  20. <meta name="color:tags" content="#3b3b3b">
  21. <meta name="color:permalink" content="#e0e0e0">
  22. <meta name="color:link" content="##706f6f">
  23. <meta name="color:link hover" content="#3b3b3b">
  24. <meta name="color:border" content="#eeeeee">
  25. <meta name="color:scrollbar" content="#eeeeee">
  26. <meta name="color:scrollbar bg" content="#ffffff">
  27.  
  28. <meta name="if:show captions" content="1"/>
  29. <meta name="if:500px Posts" content="0"/>
  30. <meta name="if:400px Posts" content="1"/>
  31.  
  32.  
  33. <meta name="text:Link 1 URL" content="" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 3 URL" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 4 URL" content="" />
  40. <meta name="text:Link 4" content=""/>
  41. <meta name="text:Link 5 URL" content="" />
  42. <meta name="text:Link 5" content="" />
  43.  
  44.  
  45.  
  46. <script type="text/javascript" src="http://laura-schmal.de/data/tumblr/lightbox/js/jquery-1.7.2.min.js"></script>
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=PT+Serif|Playfair+Display+SC|' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  53.  
  54. <!-- tooltip script -->
  55.  
  56. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:200,
  64. tip_fade_speed:300
  65. }
  66. );
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72. <!-- CSS styling aww yeah. This is the fun part. -->
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. #s-m-t-tooltip {
  78. max-width:300px;
  79. margin:10px 0px 0px 15px;
  80. text-transform:uppercase;
  81. font-family:helvetica;
  82. letter-spacing:1px;
  83. font-size:8px;
  84. color:#ffffff;
  85. background:#060606;
  86. border:0px double #ebe9e9;
  87. padding:5px;
  88. z-index:999
  89. }
  90.  
  91. ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
  92. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  93. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  94. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  95.  
  96. #credit {
  97. position:fixed;
  98. float:right;
  99. opacity:0.8;
  100. bottom:18px;
  101. right:18px;
  102. padding:6px;
  103. font-size:18px;
  104. text-align:center;
  105. height:10px;
  106. width:10px;
  107. font-family:'VT323';
  108. letter-spacing:1px;
  109. color:{color:credit};
  110. -webkit-transition:all 0.5s ease-in-out;
  111. -moz-transition:all 0.5s ease-in-out;
  112. transition:all 0.5s ease-in-out;}
  113. #credit a {color:black;}
  114.  
  115.  
  116.  
  117.  
  118.  
  119. body {
  120. margin:0px;
  121. padding:0px;
  122. width:auto;
  123. font-size:9px;
  124. color:{color:text};
  125. background:{color:background};
  126. }
  127.  
  128. a:link, a, a:active, a:visited {
  129. text-decoration:none;
  130. color:{color:link};
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. }
  137. a:hover {
  138. color:{color:link hover};
  139. }
  140.  
  141. #con {
  142. position:absolute;
  143. left:50%;
  144. margin-left:-250px;
  145. }
  146.  
  147. #entry {
  148. margin:auto;
  149. position:absolute;
  150. width:400px;
  151. margin-top:180px;
  152. font-family:helvetica;
  153. font-size:11px;
  154. padding-bottom:60px;
  155. {block:if500pxPosts}
  156. width:500px;
  157. {/block:if500pxPosts}
  158. }
  159.  
  160. .post {
  161. float:center;
  162. overflow:hidden;
  163. text-align:justify;
  164. padding-top:100px;
  165. margin-left:60px;
  166. margin-bottom:60px;
  167. overflow:hidden;
  168. {block:if400pxPosts}
  169. width:400px;
  170. {/block:if400pxPosts}
  171. {block:if500pxPosts}
  172. width:500px;
  173. margin:auto;
  174. padding-top:100px;
  175. margin-left:20px;
  176. margin-bottom:60px;
  177. {/block:if500pxPosts}
  178. }
  179.  
  180. .post img{
  181. {block:if400pxPosts}
  182. width:400px;
  183. {/block:if400pxPosts}
  184. {block:if500pxPosts}
  185. width:500px;
  186. {/block:if500pxPosts}
  187. width:auto;
  188. }
  189.  
  190. .text img{
  191. width:auto;
  192. }
  193.  
  194. iframe.photoset {
  195. {block:if400pxPosts}
  196. width:400px;
  197. {/block:if400pxPosts}
  198. {block:if500pxPosts}
  199. width:500px;
  200. {/block:if500pxPosts}
  201. }
  202.  
  203.  
  204.  
  205. #permalinkpage {
  206. {block:if400pxPosts}
  207. width:392px;
  208. {/block:if400pxPosts}
  209. margin-bottom:2px;
  210. margin-top:25px;
  211. margin-left:1px;
  212. font-family:arial;
  213. font-size:8px;
  214. text-align:center;
  215. text-transform:lowercase;
  216. letter-spacing:2px;
  217. padding:5px;
  218. {block:if500pxPosts}
  219. width:492px;
  220. {/block:if500pxPosts}
  221. }
  222.  
  223. #permalinkpage a {
  224. margin-top:10px;
  225. color:{color:bottompost link};
  226. }
  227.  
  228. #permalinkpage a:hover {
  229. color:{color:bottompost link hover};
  230. }
  231.  
  232.  
  233. #bottompost {
  234. margin-left:0px;
  235. {block:if400pxPosts}
  236. width:392px;
  237. {/block:if400pxPosts}
  238. text-align:center;
  239. margin-top:15px;
  240. font-size:9px;
  241. text-transform:uppercase;
  242. {block:if500pxPosts}
  243. width:492px;
  244. {/block:if500pxPosts}
  245.  
  246. }
  247. #bottompost a {
  248. margin:0 5px;
  249. color:{color:link};
  250. }
  251.  
  252.  
  253. .tags {
  254. padding-right:5px;
  255. padding-left:5px;
  256. color:{color:tags};
  257. font-size:9px;
  258. margin-top:5px;
  259.  
  260. }
  261. .tags a{
  262. color:{color:tags};
  263. text-transform:none;
  264.  
  265. }
  266.  
  267.  
  268.  
  269.  
  270. h1 {
  271. font-size:12px;
  272. font-family:sans-serif;
  273. line-height:18px;
  274. font-weight:bold;
  275. text-transform:none;
  276. padding-left:5px;
  277. color:{color:title};
  278. }
  279. h1 a {
  280. color:{color:title};
  281. text-transform:none;
  282. }
  283.  
  284.  
  285.  
  286. #sidebar {
  287. padding:20px;
  288. position:absolute;
  289. text-align:justify;
  290. width:140px;
  291. margin-top:-110px;
  292. margin-left:-27px;
  293. z-index:1;
  294. margin-bottom:40px;
  295. }
  296.  
  297.  
  298.  
  299. .titleone{
  300. position:relative;
  301. text-align:center;
  302. {block:if400pxPosts}
  303. width:500px;
  304. padding-left:10px;
  305. margin:auto;
  306. margin-left:5px;
  307. {/block:if400pxPosts}
  308. color:{color:link};
  309. line-height:38px;
  310. margin-bottom:-26px;
  311. font-family: 'Playfair Display SC', serif;
  312. font-size:48px;
  313. text-transform:uppercase;
  314. letter-spacing:2px;
  315. {block:if500pxPosts}
  316. width:550px;
  317. margin:auto;
  318. {/block:if500pxPosts}
  319. }
  320.  
  321.  
  322.  
  323.  
  324. .pagination {
  325. width:200px;
  326. margin:auto;
  327. margin-top:150px;
  328. text-align:center;
  329. text-transform:lowercase;
  330. font-family: 'PT Serif', serif;
  331. font-weight:normal;
  332. text-decoration:;
  333. margin-left:160px;
  334. font-size:9px;
  335. }
  336.  
  337. .pagination a {
  338. color:{color:title};
  339. margin-bottom:10px;
  340. background:#ffffff;
  341. padding:5px;
  342. -webkit-transition: all 0.5s ease-in-out;
  343. -moz-transition: all 0.5s ease-in-out;
  344. -o-transition: all 0.5s ease-in-out;
  345. -ms-transition: all 0.5s ease-in-out;
  346. transition: all 0.5s ease-in-out;
  347. }
  348.  
  349. .pagination a:hover {
  350. color:{color:link hover};
  351. }
  352.  
  353. .quote {
  354. font-family:sans-serif;
  355. font-weight:bold;
  356. font-size:12px;
  357. text-align:right;
  358. line-height:18px;
  359. padding-right:5px;
  360. padding-left:0px;
  361. padding-bottom:5px;
  362. {block:if400pxPosts}
  363. width:400px;
  364. {/block:if400pxPosts}
  365. {block:if500pxPosts}
  366. width:500px;
  367. {/block:if500pxPosts}
  368. }
  369.  
  370. #source {
  371. text-align:left;
  372. padding-left:20px;
  373. padding-right:5px;
  374. }
  375.  
  376. .tumblr_audio_player {
  377. {block:if400pxPosts}
  378. width:400px;
  379. {/block:if400pxPosts}
  380. height:30px;
  381. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  382. }
  383.  
  384. .player {
  385. width:30px;
  386. overflow:hidden;
  387. padding-left:10px;
  388. border-left:0px solid {color:borders};
  389. height:33px;
  390. float:left;
  391. margin-right:10px;
  392. padding-top:2px;
  393. border-right:0px solid {color:background};
  394. }
  395.  
  396. .audio_info {
  397. padding-top:0px;
  398. font-family:sans-serif;
  399. font-weight:bold;
  400. font-size:12px;
  401. line-height:18px;
  402. }
  403.  
  404. .plays {
  405. font-weight:none;
  406. font-style:none;
  407. text-transform:none;
  408. font-size:10px;
  409. margin-bottom:10px;
  410. }
  411.  
  412.  
  413. .video {
  414. {block:if400pxPosts}
  415. width:390px;
  416. {/block:if400pxPosts}
  417. background:#f4f4f4;
  418. padding:5px;
  419. {block:if500pxPosts}width:490px;{/block:if500pxPosts}
  420. }
  421.  
  422. .data {
  423. background-color:{color:background};
  424. color:{color:text};
  425. text-transform:lowercase;
  426. height:10px;
  427. padding:6px 0px 5px 0px;
  428. {block:if400pxPosts}
  429. width:400px;
  430. {/block:if400pxPosts}
  431. margin-bottom:-7px;
  432. margin-left:99px;
  433. text-align:center;
  434. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  435. }
  436.  
  437. .data b {
  438. color:{color:source};
  439. line-height:7px;
  440. }
  441.  
  442.  
  443. .caption {
  444. {block:if400pxPosts}
  445. width:400px;
  446. {/block:if400pxPosts}
  447. text-align:center;
  448. margin-top:0px;
  449. padding-left:20px;
  450. padding-right:10px;
  451. font-family:sans-serif;
  452. display:block;
  453. background:#f4f4f4;
  454. padding:5px;
  455. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  456.  
  457. }
  458. .caption img {
  459. {block:if400pxPosts}
  460. max-width:390px;
  461. {/block:if400pxPosts}
  462. {block:if500pxPosts}max-width:490px;{/block:if500pxPosts}
  463. }
  464.  
  465. blockquote {
  466. padding-left:5px;
  467. padding-right:5px;
  468. border-left:1px solid {color:border};
  469. }
  470.  
  471. #asker {
  472. padding:5px;
  473. font-family:georgia;
  474. text-align:left;
  475. margin-top:0px;
  476. margin-bottom:0px;
  477. font-size:10px;
  478. font-style:italic;
  479. opacity:0.8;
  480. }
  481.  
  482. #asker a {
  483. letter-spacing:1px;
  484. border-bottom:0px solid {color:link};
  485. }
  486.  
  487. .question {
  488. font-size:11px;
  489. line-height:18px;
  490. font-weight:bold;
  491. text-align:center;
  492. margin-top:-29px;
  493. background:#f4f4f4;
  494. padding:10px;
  495. }
  496.  
  497. .answer {
  498. font-family:sans-serif;
  499. font-size:11px;
  500. margin-left:2px;
  501. margin-top:-6px;
  502. margin-bottom:-5px;
  503. line-height:18px;
  504. }
  505.  
  506. .answer img{
  507. width:auto;
  508. }
  509.  
  510.  
  511. ol.notes {
  512. padding-left:5px;
  513. padding-bottom:2%;
  514. {block:if400pxPosts}
  515. width:400px;
  516. {/block:if400pxPosts}
  517. list-style-type:none;
  518. text-align:center;
  519. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  520. }
  521.  
  522. ol.notes li.note{
  523. border-bottom:1px solid {color:border};
  524. padding:2%;
  525. }
  526.  
  527. ol.notes li.note img.avatar{
  528. width:0px;
  529. height:0px;}
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536. </style>
  537.  
  538. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  539. </script>
  540. <script type="text/javascript">
  541. $(document).ready(function(){
  542. $(".links_body").hide();
  543. $(".description").hide();
  544. $(".links_head").mouseover(function(){
  545. $(this).next(".links_body").slideToggle('normal');
  546. $(this).next(".description").slideToggle('normal');
  547. }); }); </script>
  548. <style type="text/css">
  549. .links_list {
  550. padding: 0px;
  551. width: 230px;
  552. }
  553.  
  554. .links_head {
  555. cursor:help;
  556. position:relative;
  557. text-align:center;
  558. letter-spacing: 1px;
  559. width:30px;
  560. font-size:52px;
  561. padding:2px;
  562. margin:auto;
  563. font-family: 'Playfair Display SC', serif;
  564. margin-top:-55px;
  565. padding-right:130px;
  566. background-color:{color:Description};
  567. }
  568.  
  569.  
  570. .description{
  571. margin:auto;
  572. font-family:helvetica;
  573. font-size:11px;
  574. margin-top:30px;
  575. margin-bottom:-60px;
  576. }
  577.  
  578.  
  579. .links_body {
  580. margin:12px 1px 10px 45px;
  581. width:400px;
  582. background:white;
  583. padding:20px;
  584. border:0px solid {color:link};
  585. {block:if500pxPosts}
  586. width:500px;
  587. margin:auto;
  588. {/block:if500pxPosts}
  589. }
  590.  
  591. .links_body a{
  592. display: block;
  593. text-transform:lowercase;
  594. font-size:11px;
  595. letter-spacing:0px;
  596. padding: 0px 10px 10px 10px;
  597. margin-left: 2px;
  598. font-family:sans-serif;
  599. font-weight:bold;
  600. text-align:center;
  601. -webkit-transition: all 0.5s ease;
  602. -moz-transition: all 0.5s ease;
  603. transition: all 0.5s ease;
  604. -o-transition-duration: all 0.5s ease;
  605. }
  606.  
  607. .links_body a:hover{
  608. text-decoration:underline;
  609. -webkit-transition: all 0.8s ease;
  610. -moz-transition: all 0.8s ease;
  611. transition: all 0.8s ease;
  612. -o-transition-duration: all 0.8s ease;
  613. color: {color:Menu Hover};
  614. background: {color:Menu Background Hover};
  615. }
  616.  
  617.  
  618.  
  619. </style>
  620. </head>
  621.  
  622. <body>
  623.  
  624. <div id="credit"><a href="http://dehaan.tk/">AD</a></div>
  625.  
  626. <div id="con">
  627.  
  628. <div id="entry">
  629.  
  630. <div id="sidebar">
  631.  
  632. <div class="titleone"><a href="/">
  633. {Title}</a>
  634. </div>
  635.  
  636.  
  637. <div class="links_list">
  638. <p class="links_head">+</p>
  639. <div class="links_body">
  640. {block:if400pxPosts}
  641. <p style="letter-spacing:1px; margin-left:-10px; font-family:sans-serif; font-size:11px; font-height:18px; width:400px; text-align:center;margin-top:0px; padding:10px;">{Description}</p>{/block:if400pxPosts}
  642. {block:if500pxPosts}
  643. <p style="letter-spacing:1px; margin-left:-10px; font-family:sans-serif; font-size:11px; font-height:18px; width:500px; text-align:center;margin-top:0px; padding:10px;">{Description}</p>{/block:if500pxPosts}
  644.  
  645. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  646. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  647. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  648. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  649. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  650. </div>
  651.  
  652. </div>
  653.  
  654. </div>
  655.  
  656.  
  657.  
  658. {block:Posts}
  659. <div class="post">
  660.  
  661. {block:Text}
  662. {block:Title}<h1>{Title}</h1>{/block:Title}
  663. {Body}
  664. {/block:Text}
  665.  
  666.  
  667. {block:Photo}
  668. {block:if500pxPosts}
  669. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  670. <img style="width:500px; opacity:.9; margin-top:-3px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  671. {/block:if500pxPosts}
  672. {block:if400pxPosts}
  673. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  674. <img style="width:400px; opacity:.9; margin-top:-5px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>{/block:if400pxPosts}
  675. {block:Caption}
  676. {block:ifshowcaptions}
  677. <span class="caption">{Caption}</span>
  678. {/block:ifshowcaptions}
  679. {/block:Caption}
  680. {/block:Photo}
  681.  
  682.  
  683. {block:Photoset}
  684. {block:if500pxPosts}{Photoset-500}<img style="width:500px; opacity:.9; margin-top:-3px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>{/block:if500pxPosts}
  685. {block:if400pxPosts}
  686. {Photoset-400}
  687. <img style="width:400px; opacity:.9; margin-top:-5px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  688. {/block:if400pxPosts}
  689. {block:Caption}
  690. {block:ifshowcaptions}
  691. <span class="caption">{Caption}</span>
  692. {/block:ifshowcaptions}
  693. {/block:Caption}
  694. {/block:Photoset}
  695.  
  696. {block:Quote}
  697. <div class="quote">❝ {Quote} ❞</div>
  698. {block:Source}
  699. <div id="source">— {Source}</div>
  700. {/block:Source}
  701. {/block:Quote}
  702.  
  703.  
  704. {block:Link}
  705. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  706. {block:Description}
  707. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  708. {/block:Description}
  709. {/block:Link}
  710.  
  711.  
  712. {block:Chat}
  713. {block:Title}<h1>{Title}</h1>{/block:Title}
  714. {block:Lines}
  715. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  716. {/block:Lines}
  717. {/block:Chat}
  718.  
  719. {block:Audio}{block:AudioPlayer}
  720. <div class="player">{AudioPlayerWhite}</div>
  721. {/block:AudioPlayer}
  722. <div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}<div class="plays">by {block:Artist}{Artist}{/block:Artist}</div></div>
  723. {/block:Audio}
  724.  
  725.  
  726. {block:Video}
  727. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
  728. {block:if400pxPosts}
  729. {Video-400}
  730. {/block:if400pxPosts}
  731. {block:Caption}
  732. {block:ifshowcaptions}
  733. <span class="caption">{Caption}</span>
  734. {/block:ifshowcaptions}
  735. {/block:Caption}
  736. {/block:Video}
  737.  
  738.  
  739. {block:Answer}
  740. <div id="asker"><center>{Asker} whispered: </div>
  741. <div class="question">
  742. <br>“{Question}”</font></center></div>
  743. {block:if500pxPosts}<div class="answer" style="width:490px; text-align:center;">{Answer} </div>{/block:if500pxPosts}{block:if400pxPosts}<div class="answer" style="width:390px; text-align:center;">{Answer} </div>{/block:if400pxPosts}
  744. {/block:Answer}
  745.  
  746. <div id="bottompost">
  747. <a href="{Permalink}" style="font-weight:bold" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a>
  748. {block:PermalinkPage}
  749. {block:ContentSource}
  750. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  751. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  752. {/block:SourceLogo}
  753. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  754. {/block:ContentSource}
  755. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  756. {/block:PermalinkPage}
  757.  
  758. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="color:{color:tags};">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  759. </div>
  760.  
  761. {block:PermalinkPage}
  762. <div id="permalinkpage">
  763. <font style="text-transform:lowercase;"><br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br>
  764. {/block:PermalinkPage}
  765.  
  766. </div>
  767.  
  768.  
  769. {/block:Posts}
  770.  
  771. <div class="pagination">
  772. {block:PreviousPage}
  773. <a href="{PreviousPage}">back in the past</a>
  774. {/block:PreviousPage}
  775. {block:NextPage}
  776. <a href="{NextPage}">to the future</a>
  777. {block:NextPage}
  778. </div>
  779.  
  780. {block:PermalinkPage}
  781. {block:PostNotes}
  782. <div id="notes">{PostNotes}</div>
  783. {/block:PostNotes}
  784. {/block:permalinkpage}
  785.  
  786. </div>
  787.  
  788. </div>
  789.  
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement