Advertisement
nemurou

reverie v2

Dec 2nd, 2017
2,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.56 KB | None | 0 0
  1. <!---
  2.  
  3. tumblr theme by nemurou
  4. december 2017
  5.  
  6. terms of use: https://nemurou.tumblr.com/tou
  7.  
  8. DO NOT ALTER/TOUCH THE CREDIT.
  9.  
  10. ---->
  11.  
  12. <!DOCTYPE html>
  13. <head>
  14. <title>{Title}</title>
  15. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. <link rel="shortcut icon" href="{Favicon}">
  18. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  19. <meta name="viewport" content="width=device-width, initial-scale=1">
  20. <script>
  21. $(document).ready(function() {
  22. $('iframe.tumblr_audio_player').load( function() {
  23. $('iframe.tumblr_audio_player').contents().find("head")
  24. .append($("<style type='text/css'> .audio-player{background:{color:border} !important} </style>"));
  25. });
  26. });
  27. </script>
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Playfair+Display:400,400i,700" rel="stylesheet">
  30.  
  31. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  32.  
  33. <script>
  34.  
  35. (function($){
  36.  
  37. $(document).ready(function(){
  38.  
  39. $("a[title]").style_my_tooltips({
  40.  
  41. tip_follows_cursor:true,
  42.  
  43. tip_delay_time:0,
  44.  
  45. tip_fade_speed:300,
  46.  
  47. attribute:"title"
  48.  
  49. });
  50.  
  51. });
  52.  
  53. })(jQuery);
  54.  
  55. </script>
  56.  
  57. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  58. <script src="https://static.tumblr.com/wegwsdb/AfJp0baiv/unnest.js"></script>
  59. <script> $(function(){ $('article').unnest({
  60. yourCaption: ".captions", //your caption selector, the div wrapping {Caption}
  61. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  62. newCaptionUsername: true, //if the user adds a new caption, following a series of captions, show their username above the caption
  63. originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  64. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  65. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  66. usernameColon: false //if turned to false, removes the colon at the end of usernames
  67. }); }); </script>
  68.  
  69. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  70. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  71.  
  72. <script>
  73. $(document).ready(function(){
  74. $('.photo-slideshow').pxuPhotoset({
  75. lightbox: true,
  76. rounded: false,
  77. gutter: '3px',
  78. borderRadius: '0px',
  79. photoset: '.photo-slideshow',
  80. photoWrap: '.photo-data',
  81. photo: '.pxu-photo'
  82. });
  83. });
  84. </script>
  85.  
  86. <meta name="if:show permalink border" content="">
  87. <meta name="if:underlined permalinks" content="">
  88. <meta name="if:display captions" content="">
  89. <meta name="if:display tags" content="">
  90.  
  91. <meta name="image:sidebar" content="">
  92.  
  93. <meta name="color:text" content="#3f3f3f">
  94. <meta name="color:link" content="#000000">
  95. <meta name="color:border" content="#eeeeee">
  96. <meta name="color:accent" content="#f9f9f9">
  97.  
  98. <meta name="text:post width" content="350px"/>
  99.  
  100. <meta name="text:title" content="Reverie"/>
  101.  
  102. <meta name="text:links section title" content="Navigation"/>
  103. <meta name="text:link 1" content=""/>
  104. <meta name="text:link 1 url" content=""/>
  105. <meta name="text:link 2" content=""/>
  106. <meta name="text:link 2 url" content=""/>
  107. <meta name="text:link 3" content=""/>
  108. <meta name="text:link 3 url" content=""/>
  109. <meta name="text:link 4" content=""/>
  110. <meta name="text:link 4 url" content=""/>
  111. <meta name="text:link 5" content=""/>
  112. <meta name="text:link 5 url" content=""/>
  113. <meta name="text:link 6" content=""/>
  114. <meta name="text:link 6 url" content=""/>
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119. /*tumblr controls by cyantists*/
  120. iframe.tmblr-iframe {
  121. z-index: 99999999999999!important;
  122. top: 0!important;
  123. right: 0!important;
  124. opacity: 0.4;
  125. margin-top:50px!important;
  126. filter: invert(1) contrast(150%);
  127. -webkit-filter: invert(1) contrast(150%);
  128. -o-filter: invert(1) contrast(150%);
  129. -moz-filter: invert(1) contrast(150%);
  130. -ms-filter: invert(1) contrast(150%);
  131. transform: scale(0.5);
  132. transform-origin: 100% 0;
  133. -webkit-transform: scale(.7);
  134. -webkit-transform-origin: 100% 0;
  135. -o-transform: scale(.7);
  136. -o-transform-origin: 100% 0;
  137. -moz-transform: scale(.7);
  138. -moz-transform-origin: 100% 0;
  139. -ms-transform: scale(.7);
  140. -ms-transform-origin: 100% 0;
  141. }
  142.  
  143. ::selection {
  144. background: #f2f2f2;
  145. color:#000;
  146. }
  147.  
  148. ::-moz-selection {
  149. background: #f2f2f2;
  150. color:#000;
  151. }
  152.  
  153.  
  154. ::-webkit-scrollbar {
  155. width:17px;
  156. height:17px;
  157. }
  158.  
  159. ::-webkit-scrollbar {
  160. background-color:#fff;
  161. }
  162.  
  163. ::-webkit-scrollbar-thumb {
  164. border:8px solid #fff;
  165. background-color:{color:border};
  166. min-width:26px;
  167. min-height:26px;
  168. }
  169.  
  170. #s-m-t-tooltip {
  171. max-width:150px;
  172. background:{color:accent};
  173. padding:1px 10px 2px 10px;
  174. z-index:999;
  175. margin:20px;
  176. font-size:10px;
  177. font-style:italic;
  178. }
  179.  
  180. body {
  181. margin:0;
  182. font-size:11px;
  183. font-family: 'Libre Baskerville', serif;
  184. line-height:200%;
  185. -moz-osx-font-smoothing:grayscale;
  186. -webkit-font-smoothing:antialiased;
  187. font-smoothing:antialiased;
  188. color:{color:text};
  189. background:#fff;
  190. }
  191.  
  192. a {
  193. color:{color:link};
  194. text-decoration:none;
  195. }
  196.  
  197.  
  198. big, pre, h1, h2, h3, h4, h5, h6, small, sub {
  199. font-size:11px;
  200. font-family: 'Libre Baskerville', serif;
  201. }
  202.  
  203. hr {
  204. border:0;
  205. }
  206.  
  207. li {
  208. list-style:normal;
  209. margin-left:-25px;
  210. }
  211.  
  212. img {
  213. border:0;
  214. max-width:100%;
  215. height:auto;
  216. display:block;
  217. }
  218.  
  219.  
  220. #content {
  221. margin:150px auto;
  222. width:calc({text:post width} + 600px);
  223. }
  224.  
  225.  
  226. article {
  227. position:relative;
  228. margin:0px 0px 100px 300px;
  229. width:{text:post width};
  230. min-width:300px;
  231. max-width:540px;
  232. }
  233.  
  234.  
  235. article:last-child {
  236. margin-bottom:0px;
  237. }
  238.  
  239. blockquote {
  240. margin:0px 0px 5px 0px;
  241. padding:0px 5px 0px 15px;
  242. border-left:1px solid {color:border};
  243. }
  244.  
  245.  
  246. .tumblr_avatar {
  247. margin-right:9px;
  248. width:25px;
  249. height:25px;
  250. border-radius:4px;
  251. -moz-border-radius:4px;
  252. -webkit-border-radius:4px;
  253. vertical-align:middle;
  254. display:inline;
  255. box-sizing:border-box;
  256. -webkit-box-sizing: border-box;
  257. -moz-box-sizing: border-box;
  258. border:1px solid {color:border};
  259. padding:3px;
  260. background:#fff;
  261. }
  262.  
  263. .captions a.tumblr_blog {
  264. vertical-align:middle;
  265. height:25px;
  266. line-height:25px;
  267. text-decoration:none;
  268. background:{color:accent};
  269. padding:2px 8px 4px 8px;
  270. border-bottom:0;
  271. border-radius:4px;
  272. -moz-border-radius:4px;
  273. -webkit-border-radius:4px;
  274. box-sizing:border-box;
  275. -webkit-box-sizing: border-box;
  276. -moz-box-sizing: border-box;
  277. }
  278.  
  279. .captions a {
  280. border-bottom:1px solid {color:border};
  281. }
  282.  
  283. .captions {
  284. margin-top:15px;
  285. color:#555;
  286. }
  287.  
  288. .captions blockquote {
  289. border:0;
  290. margin:5px 0px 0px 0px;
  291. padding:0;
  292. }
  293.  
  294. .title {
  295. font-weight:700;
  296. font-size:16px;
  297. margin-bottom:7px;
  298. font-family: 'Playfair Display', serif;
  299. }
  300.  
  301. .chatlines {
  302. border-bottom:1px dotted {color:border};
  303. padding:5px 0px;
  304. }
  305.  
  306. .notes {
  307. margin:30px 0 0 0;
  308. }
  309.  
  310. .quote, .src {
  311. line-height:190%;
  312. }
  313.  
  314. .quote {
  315. font-size:14px;
  316. font-style: italic;
  317. }
  318.  
  319. .src {
  320. font-size:10px;
  321. margin-top:5px;
  322. text-align:right;
  323. }
  324.  
  325. .w {
  326. max-width:{text:post width};
  327. max-height:{text:post width};
  328. }
  329.  
  330. .vc {
  331. overflow:hidden;
  332. }
  333.  
  334. .vc iframe, .vc object, .vc embed {
  335. max-width:{text:post width};
  336. max-height:{text:post width};
  337. }
  338.  
  339. .music iframe {
  340. max-width: 100%;
  341. }
  342.  
  343. .music {
  344. margin-bottom:-7px;
  345. }
  346.  
  347. ol.notes{
  348. padding:0;
  349. margin:0;
  350. }
  351.  
  352. ol.notes li {
  353. list-style-type: none;
  354. }
  355.  
  356. ol.notes li.note img{
  357. width:0px;
  358. height:0px;
  359. }
  360.  
  361. ol.notes li.note{
  362. margin:0px;
  363. }
  364.  
  365. #bar {
  366. position:fixed;
  367. width:100vw;
  368. height:50px;
  369. vertical-align: middle;
  370. line-height:50px;
  371. text-align:center;
  372. background:#fff;
  373. z-index:999;
  374. top:0;
  375. font-size:10px;
  376. border-bottom:1px solid {color:border};
  377. text-transform:uppercase;
  378. }
  379.  
  380. #bar a {
  381. margin-right:25px;
  382. }
  383.  
  384. #bar a:last-child {
  385. margin-right:0px;
  386. }
  387.  
  388. aside {
  389. width:200px;
  390. position:fixed;
  391. }
  392.  
  393. #right {
  394. margin-left:calc({text:post width} + 300px);
  395. width:200px;
  396. position:fixed;
  397. padding-left:100px;
  398. }
  399.  
  400. .sects {
  401. margin-bottom:40px;
  402. padding-bottom:40px;
  403. border-bottom:1px solid {color:border};
  404. }
  405.  
  406. .sects:last-of-type {
  407. border-bottom:0px;
  408. }
  409.  
  410. .sects-title {
  411. font-family: 'Playfair Display', serif;
  412. font-weight:700;
  413. font-size:15px;
  414. border-bottom:1px solid {color:border};
  415. }
  416.  
  417. .stuff {
  418. margin-top:10px;
  419. }
  420.  
  421. #icon {
  422. width:80px;
  423. height:80px;
  424. margin-bottom:15px;
  425. }
  426.  
  427. #links a{
  428. display:block;
  429. }
  430.  
  431. .vignette, #vignette {
  432. opacity:0;
  433. }
  434.  
  435. .lightbox-image, #tumblr_lightbox img {
  436. box-shadow:none !important;
  437. border-radius:0 !important;
  438. max-width:none;
  439. }
  440.  
  441. .tmblr-lightbox, #tumblr_lightbox {
  442. background-color:rgba(255, 255, 255, 0.5) !important;
  443. }
  444.  
  445. .lightbox-caption, #tumblr_lightbox_caption {
  446. visibility:hidden;
  447. }
  448.  
  449. .permalink, .permalinks {
  450. margin-top:20px;
  451. }
  452.  
  453. .permalink a {
  454. color:{color:link};
  455. {block:ifunderlinedpermalinks}
  456. border-bottom:1px solid {color:border};
  457. {/block:ifunderlinedpermalinks}
  458. margin-right:13px;
  459. text-transform:lowercase;
  460. }
  461.  
  462. .permalink a:last-of-type {
  463. margin-right:0px;
  464. }
  465.  
  466. .permalink a:hover {
  467. color:{color:text};
  468. }
  469.  
  470. .perma-a {
  471. position:absolute;
  472. }
  473.  
  474. .perma-b {
  475. text-align:right;
  476. }
  477.  
  478. .like-b {
  479. position:relative;
  480. display:inline-block;
  481. height:1em;
  482. line-height:1em;
  483. overflow:hidden;
  484. margin-bottom:-3px;
  485. }
  486.  
  487. .like-b .like_button iframe {
  488. position:absolute;
  489. top:0;
  490. left:0;
  491. bottom:0;
  492. right:0;
  493. z-index:2;
  494. opacity:0;
  495. }
  496.  
  497. .like-b .liked + .b {
  498. color:inherit;
  499. }
  500.  
  501. .like-b .liked + .b:after {
  502. content:'d';
  503. }
  504.  
  505. .tag {
  506. {block:ifshowpermalinkborder}
  507. border-top:1px solid {color:border};
  508. {/block:ifshowpermalinkborder}
  509. width:100%;
  510. padding-top:8px;
  511. }
  512.  
  513. .tag a {
  514. line-height:100%;
  515. display:inline-block;
  516. margin:10px 10px 0 0;
  517. padding:3px 5px;
  518. font-size:10px;
  519. background:{color:accent};
  520. -moz-border-radius:4px;
  521. -webkit-border-radius:4px;
  522. box-sizing:border-box;
  523. }
  524.  
  525. .tag a:last-of-type {
  526. margin-right:0px;
  527. }
  528.  
  529. .ask a{
  530. border-bottom:1px solid {color:border};
  531. }
  532.  
  533. .asker a {
  534. border-bottom:0;
  535. padding:0;
  536. display:inline;
  537. font-weight:700;
  538. }
  539.  
  540. .asker {
  541. background:{color:accent};
  542. box-sizing:border-box;
  543. -webkit-box-sizing: border-box;
  544. -moz-box-sizing: border-box;
  545. padding:15px;
  546. }
  547.  
  548. #pagination {
  549. text-align:center;
  550. margin:0px 0px 0px -9px;
  551. }
  552.  
  553. .jump_page, .current_page {
  554. margin-right:9px;
  555. }
  556.  
  557. .jump_page {
  558. padding: 4px 8px;
  559. color:{color:text};
  560. text-decoration:none;
  561. }
  562.  
  563. .current_page {
  564. padding: 4px 8px;
  565. color:{color:text};
  566. background:{color:accent};
  567. text-decoration:none;
  568. border-radius:4px;
  569. -moz-border-radius:4px;
  570. -webkit-borde-rradius:4px;
  571. }
  572.  
  573. </style> </head> <body>
  574.  
  575. <div id="bar">
  576. <a href="/">index</a>
  577. <a href="/ask">message</a>
  578. <a href="/archive">archive</a>
  579. {block:ifheaderlink1}<a href="{text:header link 1 url}">{text:header link 1}</a>{/block:ifheaderlink1}
  580. {block:ifheaderlink2}<a href="{text:header link 2 url}">{text:header link 2}</a>{/block:ifheaderlink2}
  581. {block:ifheaderlink3}<a href="{text:header link 3 url}">{text:header link 3}</a>{/block:ifheaderlink3}
  582. {block:ifheaderlink4}<a href="{text:header link 4 url}">{text:header link 4}</a>{/block:ifheaderlink4}
  583. <!--
  584. dont edit the theme credit.
  585. dont delete it.
  586. just dont touch the theme credit.
  587. --->
  588. <a href="https://nemurou.tumblr.com/">theme</a>
  589. </div>
  590.  
  591. <div id="content">
  592.  
  593. <aside>
  594.  
  595. <div class="sects">
  596. <span class="sects-title">{text:title}</span>
  597. <div class="stuff">
  598. <img id="icon" src="{image:sidebar}">
  599. <div style="margin-bottom:15px;">{description}</div>
  600. </div>
  601. </div>
  602.  
  603. </aside>
  604.  
  605.  
  606. <div id="right">
  607.  
  608. <div class="sects">
  609. {block:iflinkssectiontitle}<span class="sects-title">{text:links section title}</span>{/block:iflinkssectiontitle}
  610. <div class="stuff">
  611. <div id="links">
  612. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  613. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  614. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  615. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  616. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  617. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  618. </div>
  619. <!---end of inner--->
  620. </div>
  621. <!--end of links section-->
  622. </div>
  623.  
  624. <!--end of right sidebar--->
  625. </div>
  626.  
  627. {block:Posts}
  628.  
  629.  
  630. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  631.  
  632.  
  633.  
  634. <article id="{PostID}">
  635.  
  636.  
  637. {block:Photo}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img style="width:100%;" src="{PhotoURL-HighRes}"></a>{/block:Photo}
  638.  
  639. {block:Photoset}<a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false"><div style="max-width:100%;"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></a>{/block:Photoset}
  640.  
  641. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title} <div style="border:0; padding:0;" class="captions">{Body}</div>{/block:Text}
  642.  
  643. {block:Audio}<div class="music">{AudioEmbed}</div>{/block:Audio}
  644.  
  645. {block:Answer}
  646. <div class="ask">
  647. <div class="asker">
  648. {Asker} sent: {Question}</div>
  649. {Answer}
  650. </div>
  651. {/block:Answer}
  652.  
  653. {block:Chat}
  654. {block:Title}
  655. <div class="title">{Title}</div>
  656. {/block:Title}
  657. <div style="border-top:1px dotted {color:border}">
  658. {block:Lines}
  659. <div class="chatlines">{block:Label}<div style="font-weight:700;display:inline;margin-right:5px;">{Label}</div>{/block:Label}{Line}
  660. </div>
  661. {/block:Lines}
  662. </div>
  663. {/block:Chat}
  664.  
  665. {block:Quote}
  666. <div class="quote">{Quote}</div>
  667. {block:source}
  668. <div class="src">&mdash; {source}</div>
  669. {/block:source}
  670. {/block:Quote}
  671.  
  672. {block:Link}
  673. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  674. {Description}
  675. {/block:Link}
  676.  
  677. {block:Video}
  678. <div class="vc"><div class="w">{Video-500}</div></div>
  679. {/block:Video}
  680.  
  681. {block:ifdisplaycaptions}{block:indexpage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:indexpage}{/block:ifdisplaycaptions}
  682.  
  683. {block:permalinkpage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  684.  
  685. {block:indexpage}{block:date}
  686. <div class="permalink">
  687. <div class="perma-a">
  688. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
  689. <a href="{permalink}">{NoteCountwithlabel}</a>
  690. </div>
  691. <div class="perma-b">
  692. <a href="{ReblogURL}" target="_blank" >reblog</a>
  693. <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
  694. <!---end of right perma info-->
  695. </div>
  696. <!---end of permalink--->
  697. </div>
  698.  
  699. {block:ifdisplaytags}{block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifdisplaytags} {/block:date}{/block:indexpage}
  700.  
  701. {block:permalinkpage}{block:date} <div class="permalinks">{MonthNumberWithZero}.{DayOfMonthWithZero}.{Year} / {12HourWithZero}:{Minutes} {AmPm} / {NoteCountwithLabel}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}"> reblogged from </a> / <a href="{ReblogRootURL}">original post</a>{/block:RebloggedFrom}</div>
  702.  
  703. {block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:date}{/block:permalinkpage}
  704.  
  705. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  706.  
  707. </article>
  708.  
  709. {/block:Posts}
  710.  
  711. <article style="margin-bottom:0;">
  712. {block:Pagination}
  713. <div id="pagination">
  714. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  715. {block:JumpPagination length="5"}
  716. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  717. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  718. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  719. </div>
  720. {/block:Pagination}
  721. </article>
  722.  
  723.  
  724. </div>
  725. </body>
  726.  
  727.  
  728.  
  729.  
  730. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement