Advertisement
syncode

Solace

Dec 18th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!--
  4. ///////////////////////////////////////////////////////////////////////////
  5.  
  6. Solace
  7.  
  8. Design and Coded by artset.tumblr.com
  9.  
  10. //////////////////////////////////////////////////////////////////////////
  11.  
  12. Do not redistribute, remove credit, or claim as your own. Edits are welcome as long as credit remains intact.
  13.  
  14. -->
  15. <head>
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Sidebar" content="#fff" />
  18. <meta name="color:PostBackground" content="#fff" />
  19. <meta name="color:Question Background" content="#eee" />
  20. <meta name="color:Text" content="#424242" />
  21. <meta name="color:Accent" content="#69b389" />
  22. <meta name="color:Border" content="#ecebeb" />
  23. <meta name="color:Title" content="#5a8c6d" />
  24. <meta name="color:TitleHover" content="#474849" />
  25. <meta name="color:Link" content="#6b6b6b" />
  26. <meta name="color:Hover" content="#215497" />
  27. <meta name="color:Perma" content="#2e2d2d" />
  28. <meta name="color:PermaBG" content="#e7fbf4" />
  29. <meta name="color:PermaBGHover" content="#b6d7f5" />
  30. <meta name="color:tag" content="#424242" />
  31. <meta name="color:Navigation" content="#444444" />
  32. <meta name="color:bold" content="#7c6d83" />
  33. <meta name="color:italic" content="#788591" />
  34.  
  35. <meta name="text:Home Link" content="Index" />
  36. <meta name="text:Ask Link" content="Message" />
  37. <meta name="text:Archive Link" content="Grid" />
  38. <meta name="text:More Link" content="Further" />
  39. <meta name="text:Link One Title" content="un" />
  40. <meta name="text:Link One" content="/" />
  41. <meta name="text:Link Two Title" content="deux" />
  42. <meta name="text:Link Two" content="/" />
  43. <meta name="text:Link Three Title" content="trois" />
  44. <meta name="text:Link Three" content="" />
  45. <meta name="text:Link Four Title" content="quatre" />
  46. <meta name="text:Link Four" content="" />
  47. <meta name="text:Link Five Title" content="cinq" />
  48. <meta name="text:Link Five" content="" />
  49. <meta name="if:white tumblr controls" content="1" />
  50.  
  51. <meta name="if:Left Sidebar" content="1" />
  52. <meta name="if:Right Sidebar" content="0" />
  53. <meta name="if:Border" content="1" />
  54. <meta name="if:tags" content="0" />
  55. <meta name="if:caption" content="0" />
  56. <meta name="if:faded images" content="0" />
  57. <meta name="if:large space" content="0" />
  58. <meta name="if:medium space" content="1" />
  59. <meta name="if:small space" content="0" />
  60.  
  61. <meta name="if:sidebar image" content="0" />
  62. <meta name="if:bottom left" content="0"/>
  63. <meta name="if:bottom right" content="0" />
  64. <meta name="if:top left" content="0" />
  65. <meta name="if:top right" content="0" />
  66. <meta name="if:repeat" content="0" />
  67.  
  68.  
  69. <meta name="image:sidebar" content=""/>
  70. <meta name="image:background" content=""/>
  71.  
  72. <title>{Title}</title>
  73.  
  74. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  75. <link href='https://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
  76. <link href='https://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
  77. <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  78.  
  79. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  80. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  81. <link rel="shortcut icon" href="{Favicon}" />
  82. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  83.  
  84.  
  85. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  87. <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:20,tip_fade_speed:400,attribute:"title"});});})(jQuery);</script>
  88.  
  89.  
  90. <style type="text/css">
  91. #s-m-t-tooltip {
  92. display: block;
  93. max-width: 100px;
  94. margin: 15px;
  95. word-wrap: break-word;
  96. padding:2px 5px 2px 5px;
  97. z-index: 9999;
  98. background: {color:postbackground};
  99. text-transform: uppercase;
  100. font-family:consolas;
  101. font-size: 9px;
  102. color: {color:text};
  103. text-align: center;
  104. letter-spacing:1px;
  105. }
  106.  
  107. {block:ifwhitetumblrcontrols}#tumblr_controls {-webkit-filter: invert(100%); position: fixed !important;}{/block:ifwhitetumblrcontrols}
  108.  
  109. body, a, a:hover {
  110. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),
  111. progress;}
  112.  
  113. body {
  114. background-color:{color:background};
  115. color:{color:text};
  116. font-size:{text:font size};
  117. font-family: 'Open Sans', sans-serif;
  118. text-align:left;
  119. padding: 0px;
  120. font-size:10px;
  121. background-image: url({image:background});
  122. background-position: {block:ifbottomleft}bottom left{/block:ifbottomleft}{block:ifbottomright}bottom right{/block:ifbottomright}{/block:ifbottomright}{block:iftopright}top right{/block:iftopright} {block:iftopleft}top left{/block:iftopleft} ;
  123. background-attachment: fixed;
  124. {block:ifnotrepeat}background-repeat: no-repeat;{/block:ifnotrepeat}
  125. {block:ifrepeat}background-repeat:repeat;{/block:ifrepeat}
  126. }
  127.  
  128. ::selection {
  129. background:{color:accent};
  130. color:{color:background};}
  131.  
  132. ::-webkit-scrollbar {
  133. width:3px;
  134. height:7px;
  135. }
  136. ::-webkit-scrollbar-track-piece {
  137. background-color:{color:border};
  138. }
  139. ::-webkit-scrollbar-thumb {
  140. background-color:{color:accent};
  141. }
  142.  
  143. a{
  144. text-decoration:none;
  145. color:{color:link};
  146. border-bottom:1px solid none;
  147. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  148.  
  149. a:hover {
  150. color:{color:hover} ;
  151. }
  152.  
  153. #sidebar img {
  154. width:220px;
  155. margin: -11px -15px 5px -10px;
  156. }
  157. #sidebar{
  158. margin-top:25%;
  159. width:200px;
  160. color:{color:text};
  161. background:{color:sidebar};
  162. position:fixed;
  163. padding:15px;
  164. {block:ifborder}border:1px solid {color:border};{/block:ifborder}
  165. {block:ifLeftSidebar}{block:indexpage}margin-left:-340px;{/block:IndexPage} {block:PermalinkPage}margin-left:-340px;{/block:PermalinkPage}{/block:ifLeftSidebar}
  166. {block:ifRightSidebar}{block:indexpage}margin-left:350px;{/block:IndexPage}{block:PermalinkPage}margin-left:580px;{/block:PermalinkPage}{block:ifRightSidebar}
  167.  
  168. }
  169.  
  170. #description {
  171. text-align:justify;
  172. font-size:9px;
  173. text-justify: inter-word;
  174. padding:5px;
  175. margin-top:-10px;
  176. -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;
  177. }
  178.  
  179. #title {
  180. padding:5px;
  181. padding-bottom:8px;
  182. text-align:left;
  183. font-size:15px;
  184. font-family: consolas;
  185. text-transform:uppercase;
  186. }
  187.  
  188. #title a{
  189. color:{color:title};
  190. display:relative;
  191. border-bottom:none;
  192. }
  193.  
  194. #title:hover a{
  195. color:{color:titlehover};
  196. }
  197.  
  198.  
  199. #nav {
  200. font-size:8px;
  201. text-transform:uppercase;
  202. letter-spacing:1px;
  203. font-family: 'Lato', sans-serif;
  204. }
  205.  
  206. #nav a {
  207. display:inline-block;
  208. margin:4px;
  209. padding-bottom:3px;
  210. color:{color:Navigation};
  211. border-bottom:1px solid {color:border};
  212. }
  213.  
  214. #nav a:hover {
  215. border-bottom:1px solid {color:accent};
  216. text:{color:text};
  217. }
  218.  
  219. .links {
  220. display:none;
  221. }
  222.  
  223. #content {
  224. {block:indexpage}
  225. margin:auto;
  226. float:center;
  227. width:300px;
  228. {/block:indexpage}
  229. {block:permalinkpage}
  230. width:500px;
  231. margin:auto;
  232. float:center;
  233. {/block:permalinkpage};
  234.  
  235. }
  236.  
  237. #entry img {
  238. {block:Indexpage}
  239. max-width:300px;
  240. z-index:-9999;
  241. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  242. {/block:Indexpage}
  243. {block:permalinkpage}width:400px;
  244. background:{color:postbackground};
  245. margin-top:10px;{/block:permalinkpage}
  246. }
  247.  
  248. #entry:hover {
  249. opacity:1;
  250. }
  251. #entry {
  252. {block:ifborder}border:1px solid {color:border};{/block:ifborder}
  253. {block:iffadedimages}opacity:.8;{/block:iffadedimages}
  254. float:right;
  255. padding:10px;
  256. {block:iflargespace}margin-top:150px;{/block:iflargespace}
  257. {block:ifsmallspace}margin-top:30px;{/block:ifsmallspace}
  258. {block:ifmediumspace}margin-top:50px;{/block:ifmediumspace}
  259. {block:Indexpage}
  260. background:{color:postbackground};
  261. width:300px;{/block:Indexpage}
  262. {block:permalinkpage}width:400px;
  263. margin-left:100px;
  264. margin-top:100px;
  265. background: {color:postbackground};{/block:permalinkpage};
  266. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;}
  267. }
  268.  
  269. .posttitle {
  270. text-align:center;
  271. font-size:14px;
  272. }
  273. .mark {
  274. font: bold 60px georgia;
  275. line-height: 50px;
  276. position: absolute;
  277. color:{color:link};
  278. opacity:.3;}
  279.  
  280. .quote {
  281. text-indent: 35px;
  282. text-align: justify;
  283. padding:6px;
  284. border-bottom:1px solid {color:border};
  285. line-height:15px;
  286. font-family:times;
  287. }
  288. .question {
  289. padding:12px;
  290. text-align:justify;
  291. border-bottom:1px solid {color:border};
  292. margin:-10px -10px 10px;
  293. background:{color:question background};
  294. }
  295.  
  296. .asker {
  297. text-align:center;
  298. font-size:11px;
  299. font-style:italic;
  300. }
  301.  
  302. .caption {
  303. font-size:9px;
  304. }
  305.  
  306. i, em {
  307. font-style:italic;
  308. color:{color:italic};
  309. }
  310.  
  311. b, strong {
  312. color:{color:bold};
  313. font-weight:bold;
  314. }
  315.  
  316. blockquote {
  317. margin-top:7px;
  318. margin-left:15px;
  319. padding-left:5px;
  320. padding-right:5px;
  321. border-left: 1px solid {color:border};}
  322.  
  323. #audio { width:100%; }
  324.  
  325. .tumblr_audio_player {height: 40px; width: 40px; border:none; position:absolute; border:1px solid {color:border}; z-index:999999; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  326.  
  327. #entry:hover .tumblr_audio_player {opacity:.8; }
  328. #captio { overflow:auto; margin-left: 55px; height:45px;}
  329. q { font-family:consolas; color:{color:link};}
  330.  
  331. .permalinkpage {
  332. line-height:10px;
  333. text-align:center;
  334. font-size:8px;
  335. letter-spacing:1px;
  336. padding:15px;
  337. text-transform:uppercase;
  338. }
  339.  
  340. #postnotes {
  341. height:250px;
  342. padding-top:4px;
  343. overflow:auto;
  344. font-size:11px;
  345. }
  346.  
  347. .permat {
  348. position:absolute;
  349. letter-spacing:1px;
  350. font-size:8px;
  351. padding-top:1px;
  352. margin:4px;
  353. margin:20px -10px -0px;
  354. font-family: 'Lato', sans-serif;
  355. text-align:center;
  356. }
  357.  
  358. .tag {
  359. opacity:0;
  360. background:{color:postbackground};
  361. position:absolute;
  362. width:270px;
  363. padding:20px;
  364. z-index:9999;
  365. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  366. }
  367.  
  368. .tag a{
  369. border-bottom:1px solid {color:border};
  370. margin-left:4px;
  371. margin-right:4px;
  372. padding:2px;
  373. padding-left:3px;
  374. padding-right:3px;
  375. }
  376.  
  377. .tag a:hover {
  378. border-bottom:1px solid {color:accent};
  379. color:{color:text};
  380. }
  381.  
  382. #entry:hover .tag {
  383. opacity:.85;
  384. }
  385. .permainfo a{
  386. text-transform:uppercase;
  387. margin:5px;
  388. background:{color:permabg};
  389. color:{color:perma};
  390. padding:4px;
  391. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  392. }
  393.  
  394. .permainfo a:hover {
  395. background:{color:permabghover};
  396. color:{color:text};
  397. }
  398.  
  399. #postnotes img{display:none;}
  400. #postnotes ul, #postnotes ol {margin:0px; list-style:none;}
  401. #postnotes li{list-style:none;}
  402.  
  403. .pagination {display: none;}
  404. .jump_page {
  405. padding: 4px 8px;
  406. border-top: 1px solid {color:border};
  407. color:{color:text};
  408. font-size:11px;
  409. margin:4px;
  410. }
  411.  
  412. .current_page, .jump_page:hover {
  413. padding: 4px 8px;
  414. font-size:11px;
  415. border-top: 1px solid {color:accent};
  416. color:{color:text};
  417. }
  418.  
  419. #artset {
  420. font-family:calibri;
  421. text-transform:uppercase;
  422. letter-spacing:1px;
  423. font-size:10px;
  424. position:fixed;
  425. right:10px;
  426. bottom:10px;
  427. color:{color:postbackground};
  428. background:{color:accent};
  429. padding:5px 15px 5px 15px;
  430. width:70px;
  431. overflow:hidden;
  432. text-align:center;
  433. height:13px;
  434. -webkit-transition: all 0.3s linear;
  435. -moz-transition: all 0.3s linear;
  436. transition: all 0.3s linear;
  437. }
  438.  
  439. #artset a {
  440. color:{color:background};
  441. line-height:10px;
  442. -webkit-animation:fadeInDown 3s;
  443. -moz-animation:fadeInDown 3s;
  444. -ms-animation:fadeInDown 3s;
  445. -moz-transition: all 0.4s ease-out;
  446. -o-transition: all 0.4s ease-out;
  447. -webkit-transition: all 0.4s ease-out;
  448. transition: all 0.4s ease-out;
  449.  
  450. }
  451.  
  452. .word {
  453. -webkit-transition: all 0.3s linear;
  454. -moz-transition: all 0.3s linear;
  455. transition: all 0.3s linear;
  456. }
  457.  
  458. #artset a:hover .word{
  459. margin-top:-18px;
  460. -webkit-transition: all 0.3s linear;
  461. -moz-transition: all 0.3s linear;
  462. transition: all 0.3s linear;
  463. }
  464. {CustomCSS}</style>
  465. {block:IndexPage}
  466. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  467. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  468.  
  469. <script type="text/javascript">
  470. $(window).load(function(){
  471. var $wall = $('#content');
  472. $wall.imagesLoaded(function(){
  473. $wall.masonry({
  474. itemSelector: '#entry',
  475. isAnimated : false
  476. });
  477. });
  478.  
  479. $wall.infinitescroll({
  480. navSelector : 'div.pagination',
  481. nextSelector : '.pagination a#next',
  482. itemSelector : '#entry',
  483. bufferPx : 2000,
  484. debug : false,
  485. errorCallback: function() {
  486. $('#scroll').fadeOut('normal');
  487. }},
  488. function( newElements ) {
  489. var $newElems = $( newElements );
  490. $newElems.hide();
  491. $newElems.imagesLoaded(function(){
  492. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  493. });
  494. }); $('#content').show(500);
  495. });
  496. </script>
  497.  
  498. {/block:IndexPage}
  499.  
  500. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  501.  
  502. <script>
  503. $(document).ready(function(){
  504. $(".flink").click(function(){
  505. $(".links").slideToggle("fast");
  506. });
  507. });
  508. </script>
  509.  
  510. </head>
  511. <body>
  512.  
  513.  
  514. <div id="artset">
  515. <a href="http://artset.tumblr.com">
  516. <div class="word"> solace
  517. <br><br>
  518. by artset
  519. </div>
  520. </a>
  521. </div>
  522.  
  523. <div id="content">
  524.  
  525. <div id="sidebar">
  526.  
  527. {block:ifSidebarImage} <img src="{image:sidebar}"> {/block:ifSidebarImage}
  528.  
  529. <div id="title">
  530. <a href="/">{Title}</a>
  531. </div>
  532.  
  533. <div id="description"> {description}</div>
  534.  
  535. <div id="nav">
  536.  
  537. <a href="/">{text:home link}</a>
  538. <a href="/ask">{text:ask link}</a>
  539. <a href="/archive">{text:archive link}</a>
  540. <a href="" onclick="return false;" class="flink">{text:more link}</a>
  541. <div class="links">
  542. {block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  543. {block:ifLinkTwoTitle} <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  544. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  545. {block:ifLinkFourTitle}<a href value="{text:Link Four}"> {text:Link Four Title} </a>{/block:ifLinkFourTitle}
  546. {block:ifLinkFiveTitle}<a href value="{text:Link Five}"> {text:Link Five Title} </a>{/block:ifLinkFiveTitle}
  547. </div>
  548. </div>
  549.  
  550. </div>
  551.  
  552.  
  553. {block:Posts}
  554.  
  555. <div id="entry">
  556.  
  557. {block:IndexPage}{block:iftags}
  558. <div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  559. {/block:iftags}{/block:IndexPage}
  560.  
  561. {block:Text}
  562.  
  563. <div class="posttitle"><a href="{Permalink}">{block:Title}{Title}{/block:Title}</a> </div>
  564. {Body}
  565. {/block:Text}
  566.  
  567. {block:Photo}
  568. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>
  569. {block:ifcaption}<div class="caption">{Caption}</div>{/block:ifcaption}{/block:IndexPage}
  570. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  571. {block:PermalinkPage}<BR><div class="caption">{Caption}</div>{/block:PermalinkPage}
  572. {/block:Photo}
  573.  
  574. {block:Photoset}
  575. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" style="padding-bottom:5px;"/></a>
  576. {/block:Photos}
  577. {block:ifcaption}<div class="caption">{Caption}</div>{/block:ifcaption}
  578. {/block:Photoset}
  579.  
  580.  
  581. {block:Quote}
  582. <div class="mark">❝</div>
  583. <div class="quote">
  584. {Quote} </div> <BR>
  585. {block:Source} <a href="{Permalink}">{Source}</a>{/block:Source}
  586. {/block:Quote}
  587.  
  588. {block:Link}
  589. <div class="question"><a href="{URL}" {Target}>{Name}</a> </div>
  590. {block:Description}{Description}{/block:Description}
  591. {/block:Link}
  592.  
  593. {block:Chat}
  594. {block:Title}<t>{Title}</t>{/block:Title}
  595. {block:Lines}
  596. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  597. {/block:Lines}
  598. {/block:Chat}
  599.  
  600. {block:Audio}
  601. <div id="audio">
  602. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div>
  603. <div id="playpic"><div id="captio">{block:TrackName} "{TrackName}"
  604. {/block:TrackName} <br> {block:Artist}{Artist}{/block:Artist} <br> {block:Album} {Album}{/block:Album}</div></div>
  605. {/block:Audio}
  606.  
  607. {block:Video}
  608. <div style="width:400px; overflow:Auto;">{Video-400}</div>{/block:indexpage} {block:permalinkpage} {Video-500}{/block:permalinkpage}
  609. {block:Caption}{Caption}{/block:Caption}
  610. {/block:Video}
  611.  
  612. {block:Answer}
  613. <div class="question">
  614. <div class="asker">{Asker}:</div>
  615. <br>
  616. {Question}</div> {Answer}
  617. {/block:Answer}
  618.  
  619. {block:Indexpage}
  620. <div class="permat">
  621. <div class="permainfo">{block:Date} <a href="{Permalink}"> {Month} {MonthNumber}</a> {/block:Date} <a href="{ReblogUrl}">Reblog</a></div>
  622. <br>
  623. </div>
  624. {/block:Indexpage}
  625.  
  626. {block:PermalinkPage}
  627. <div class="permalinkpage">
  628. {block:NoteCount}{NoteCount} notes<br>{/block:NoteCount}
  629. {block:RebloggedFrom}Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  630. {block:NoteCount} <div style="text-align:center; margin:5px; font-family:calibri; line-height:12px"></div>{/block:NoteCount} <Br>
  631. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  632. </div>
  633. {/block:PermalinkPage}
  634.  
  635. {block:PostNotes}
  636. <div id="postnotes">{PostNotes}</div>
  637. {/block:PostNotes}</div>
  638.  
  639.  
  640.  
  641.  
  642. {/block:Posts}
  643.  
  644.  
  645. <div class="pagination">
  646. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  647. </div></div>{/block:Posts}</div></div></div> </div>
  648. </div> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement