Advertisement
midnightsnitch

Theme 11: Neptune

Oct 13th, 2013
717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 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. <!--
  6. THEME 11: NEPTUNE BY NUTELLAMONKEYS.TUMBLR.COM
  7.  
  8. RULES:
  9. - DO NOT REDISTRIBUTE OR REUPLOAD AND CLAIM AS YOUR OWN
  10. - LEAVE THE CREDITS AS THEY ARE, DO NOT MOVE THEM TO A DIFFERENT PAGE
  11. - DO NOT USE AS A BASE CODE
  12.  
  13. If you fail to abide by these rules I throw you in Tartarus. :)
  14.  
  15. BASE CODE BY SOONJUNTHEMES.TUMBLR.COM
  16. -->
  17.  
  18. <head>
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{favicon}">
  21. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  22.  
  23. <meta name="color:Background" content="#fff" />
  24. <meta name="color:Text" content="#aaa" />
  25. <meta name="color:Links" content="#50B7CC"/>
  26. <meta name="color:Link Hover" content="#4088a4"/>
  27. <meta name="color:Tooltips" content="#f5f5f5" />
  28. <meta name="color:Tooltips BG" content="#50B7CC" />
  29. <meta name="color:Blockquote" content="#50B7CC"/>
  30. <meta name="color:Description" content="#aaa" />
  31. <meta name="color:Description BG" content="#fff" />
  32. <meta name="color:Description Link Hover" content="#fff" />
  33. <meta name="color:Line" content="#f5f5f5" />
  34. <meta name="color:Title" content="#50B7CC" />
  35. <meta name="color:Scrollbar" content="#50B7CC"/>
  36.  
  37. <meta name="image:Header" content="" />
  38.  
  39. <meta name="text:URL1" content="/" />
  40. <meta name="text:TITLE1" content="link 1" />
  41. <meta name="text:URL2" content="/" />
  42. <meta name="text:TITLE2" content="link 2" />
  43. <meta name="text:URL3" content="/" />
  44. <meta name="text:TITLE3" content="link 3" />
  45. <meta name="text:URL4" content="/" />
  46. <meta name="text:TITLE4" content="link 4" />
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/ofgq56z/KuXmourur/jquery.style-my-tooltips.js" type="text/javascript"></script>
  55.  
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("[title],a[title],img[title]").style_my_tooltips({
  60. tip_follows_cursor:"true",
  61. tip_delay_time:70,
  62. tip_fade_speed:500,
  63. attribute:"title"
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls {
  72. top: 0% !important;
  73. right:0% !important;
  74. position: fixed !important;
  75. -webkit-filter: invert(100%);
  76. opacity: 0.2;
  77. -webkit-transition: all 0.5s ease-in-out;
  78. -moz-transition: all 0.5s ease-in-out;
  79. -o-transition: all 0.5s ease-in-out;
  80. -ms-transition: all 0.5s ease-in-out;
  81. }
  82.  
  83. iframe#tumblr_controls:hover {
  84. top: 0% !important;
  85. right:0% !important;
  86. position: fixed !important;
  87. -webkit-filter: invert(100%);
  88. opacity: 0.4;
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. -ms-transition: all 0.5s ease-in-out;
  93. }
  94.  
  95. body {
  96. -webkit-backface-visibility: hidden;
  97. background-color: {color:Background};
  98. font-family:Tahoma;
  99. line-height:100%;
  100. letter-spacing:1px;
  101. color:{color:Text};
  102. word-wrap: break-word;
  103. font-size:9px;
  104. text-align:justify;
  105. }
  106.  
  107. img {
  108. max-width:100%;
  109. }
  110.  
  111. a { text-decoration:none;
  112. cursor:pointer;
  113. color:{color:Links};
  114. }
  115.  
  116. a:link, a:active, a:visited {
  117. color:{color:Links};
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. }
  123.  
  124. a:hover {
  125. color: {color:Link Hover};
  126. -webkit-transition: all 0.5s ease-in-out;
  127. -moz-transition: all 0.5s ease-in-out;
  128. -o-transition: all 0.5s ease-in-out;
  129. -ms-transition: all 0.5s ease-in-out;
  130. }
  131.  
  132. #s-m-t-tooltip {
  133. max-width: 170px;
  134. font-size:8px;
  135. letter-spacing:1;
  136. padding-left:6px;
  137. padding-right:6px;
  138. padding-top:4px;
  139. padding-bottom:4px;
  140. font-family:tahoma;
  141. letter-spacing:1px;
  142. text-transform: none;
  143. background-color:{color:Tooltips BG};
  144. color: {color:Tooltips};
  145. position: absolute;
  146. display:inline;
  147. margin-top: 20px;
  148. margin-left: 10px;
  149. text-align: center;
  150. z-index:6;
  151. }
  152.  
  153. ul li {
  154. list-style-type:square;
  155. }
  156.  
  157. hr
  158. {
  159. color: #f5f5f5;
  160. }
  161.  
  162. blockquote {
  163. margin: 10px;
  164. padding:0px 3px 0px 7px;
  165. border-left: 3px solid {color:Blockquote};
  166. }
  167.  
  168. #entry{
  169. top: 170px;
  170. position:relative;
  171. width:490px;
  172. margin: 0 auto;
  173. }
  174.  
  175. #posts {
  176. line-height:100%;
  177. background:{color:Background};
  178. width:500px;
  179. padding:20px;
  180. margin-top:50px;
  181. margin-bottom:20px;
  182. }
  183.  
  184. #topbar {
  185. background-color:transparent;
  186. z-index:3;
  187. position: absolute;
  188. top: 0px;
  189. left:0px;
  190. right:0px;
  191. padding:20px;
  192. width:auto;
  193. height:160px;
  194. text-align:center;
  195. display:inline-block;
  196. -webkit-transition: all 0.5s ease-in-out;
  197. -moz-transition: all 0.5s ease-in-out;
  198. -o-transition: all 0.5s ease-in-out;
  199. -ms-transition: all 0.5s ease-in-out;
  200. }
  201.  
  202. #topbar:hover img {
  203. opacity:0.5;
  204. -webkit-filter: grayscale(100%);
  205. -webkit-transition: .5s ease-in-out;
  206. -moz-filter: grayscale(100%);
  207. -moz-transition: .5s ease-in-out;
  208. -o-filter: grayscale(100%);
  209. -o-transition: .5s ease-in-out;
  210. }
  211.  
  212. #topbar img {
  213. width: 600px;
  214. height:200px;
  215. z-index:-3;
  216. margin-left:10px;
  217. margin-top:-20px;
  218. -webkit-filter: grayscale(0%);
  219. -webkit-transition: .5s ease-in-out;
  220. -moz-filter: grayscale(0%);
  221. -moz-transition: .5s ease-in-out;
  222. -o-filter: grayscale(0%);
  223. -o-transition: .5s ease-in-out;
  224. }
  225.  
  226. #top {
  227. width:500;
  228. height:170px;
  229. left:50%;
  230. top:50%;
  231. position:absolute;
  232. margin-left: -245px;
  233. margin-top: -83px;
  234. background:transparent;
  235. }
  236.  
  237.  
  238. #topbar:hover #description {
  239. opacity:0.9;
  240. -webkit-transition: all 0.5s ease-in-out;
  241. -moz-transition: all 0.5s ease-in-out;
  242. -o-transition: all 0.5s ease-in-out;
  243. -ms-transition: all 0.5s ease-in-out;
  244. }
  245.  
  246. #topbar:hover #navigation {
  247. opacity:0.9;
  248. -webkit-transition: all 0.5s ease-in-out;
  249. -moz-transition: all 0.5s ease-in-out;
  250. -o-transition: all 0.5s ease-in-out;
  251. -ms-transition: all 0.5s ease-in-out;
  252. }
  253.  
  254. #description {
  255. float:left;
  256. display:inline;
  257. font-size:9px;
  258. letter-spacing:1px;
  259. text-align: center;
  260. background-color:{color:Description BG};
  261. color:{color:Description};
  262. font-family:tahoma;
  263. width: 220px;
  264. height: 130px;
  265. padding:10px;
  266. margin-left:3px;
  267. margin-right:6px;
  268. opacity:0;
  269. -webkit-transition: all 0.5s ease-in-out;
  270. -moz-transition: all 0.5s ease-in-out;
  271. -o-transition: all 0.5s ease-in-out;
  272. -ms-transition: all 0.5s ease-in-out;
  273. }
  274.  
  275.  
  276. #navigation {
  277. float:right;
  278. display:inline-block;
  279. width: 250px;
  280. text-align:center;
  281. opacity:0;
  282. -webkit-transition: all 0.5s ease-in-out;
  283. -moz-transition: all 0.5s ease-in-out;
  284. -o-transition: all 0.5s ease-in-out;
  285. -ms-transition: all 0.5s ease-in-out;
  286. }
  287.  
  288. #navigation a.links {
  289. display:inline-block;
  290. width:100px;
  291. line-height:320%;
  292. background-color:{color:Description BG};
  293. text-align:center;
  294. text-transform: uppercase;
  295. color: {color:Links};
  296. margin-bottom:5px;
  297. margin-right:3px;
  298. padding:10px;
  299. font-size:8px;
  300. font-family:tahoma;
  301. letter-spacing:2px;
  302. }
  303.  
  304. #navigation a.links:hover {
  305. background-color:{color:Description Link Hover};
  306. color: {color:Link Hover};
  307. opacity:0.6;
  308. }
  309.  
  310. #page {
  311. position:fixed;
  312. bottom:0;
  313. width:480px;
  314. margin-left:20px;
  315. z-index:5;
  316. padding:10px;
  317. border-top:1px solid {color:Line};
  318. background-color:{color:Background};
  319. color:{color:Text};
  320. text-align:center;
  321. letter-spacing:5px;
  322. }
  323.  
  324. .info {
  325. position:absolute;
  326. margin-top:0px;
  327. width:490px;
  328. text-transform:uppercase;
  329. text-align:center;
  330. letter-spacing:1px;
  331. font-family: calibri;
  332. font-size:8px;
  333. color:{color:Text};
  334. border-top:1px solid {color:Line};
  335. padding:3px;
  336. background:{color:Background};
  337. }
  338.  
  339. .pnotes {
  340. background:transparent;
  341. width:500px;
  342. text-align: left;
  343. line-height:15px;
  344. padding:3px;
  345. margin-left: -20px;
  346. text-transform:uppercase;
  347. font-family: tahoma;
  348. font-size:8px;
  349. }
  350.  
  351. .pnotes img {
  352. width:16px;
  353. }
  354.  
  355. .pnotes li {
  356. list-style-type:none;
  357. border-bottom: 1px solid {color:Line};
  358. padding:4px;
  359. margin-right: 20px;
  360. margin-bottom:2px;
  361. }
  362.  
  363. ol.notes {
  364. margin: 25px 0px;
  365. }
  366.  
  367. img.avatar {
  368. vertical-align: -4px;
  369. width: 16px;
  370. height: 16px;
  371. padding: 1px;
  372. }
  373.  
  374. .posttitle {
  375. font-family: 'Pompiere', cursive;
  376. text-align:center;
  377. text-transform:uppercase;
  378. line-height: 100%;
  379. font-size:24px;
  380. -webkit-transition: all 0.5s ease-in-out;
  381. -moz-transition: all 0.5s ease-in-out;
  382. -o-transition: all 0.5s ease-in-out;
  383. -ms-transition: all 0.5s ease-in-out;
  384. }
  385.  
  386. .linky {
  387. color:{color:Links};
  388. font-family: 'Pompiere', cursive;
  389. text-align:center;
  390. text-transform:uppercase;
  391. line-height: 100%;
  392. font-size:24px;
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. -ms-transition: all 0.5s ease-in-out;
  397. }
  398.  
  399. .linky:hover {
  400. color:{Color:Link Hover};
  401. -webkit-transition: all 0.5s ease-in-out;
  402. -moz-transition: all 0.5s ease-in-out;
  403. -o-transition: all 0.5s ease-in-out;
  404. -ms-transition: all 0.5s ease-in-out;
  405. }
  406.  
  407. #quote {
  408. font-family: 'Miniver', cursive;
  409. font-size: 18px;
  410. letter-spacing:1px;
  411. line-height: 100%;
  412. padding: 10px;
  413. text-align:left;
  414. }
  415.  
  416. #source {
  417. font-size: 8px;
  418. text-align: right;
  419. font-family:Tahoma;
  420. letter-spacing:1px;
  421. }
  422.  
  423. #asker {
  424. font-size:17px;
  425. padding-bottom:12px;
  426. padding-top:6px;
  427. text-transform:uppercase;
  428. font-family: 'Pompiere', cursive;
  429. border-bottom:1px solid {color:Line};
  430. text-align:center;
  431. margin-left: 10px;
  432. margin-right: 10px;
  433. text-decoration:none;
  434. }
  435.  
  436. table {border:0}
  437. td, tr {border: 0}
  438.  
  439. .label {
  440. color:{color:Links};
  441. font-weight:bold;
  442. letter-spacing:1px;
  443. font-size:10px;
  444. text-transform:uppercase;
  445. }
  446.  
  447. ul.chat {
  448. margin-bottom:10px;
  449. margin-top:0px;
  450. padding:0px;
  451. }
  452.  
  453. .chat li{
  454. list-style-type: none;
  455. margin-top:2px;
  456. padding:3px;
  457. }
  458.  
  459. .audio {
  460. height:47px;
  461. margin-bottom:10px;
  462. }
  463.  
  464. .audio-player {
  465. height:26px;
  466. width:26px;
  467. margin-top: 7px;
  468. margin-left: 7px;
  469. overflow:hidden;
  470. opacity:0.6;
  471. border: 3px solid #f5f5f5;
  472. position:absolute; z-index:2;
  473. }
  474.  
  475. .audio-album {
  476. position:absolute;
  477. width:32px;
  478. border: 7px solid #f5f5f5;
  479. }
  480.  
  481. .audio-info {
  482. height: 30px;
  483. margin-left:45px;
  484. padding:10px 10px 10px 10px;
  485. text-align:left;
  486. font-family:calibri;
  487. font-size:9px;
  488. line-height:110%;
  489. }
  490.  
  491. ::-webkit-scrollbar-thumb{
  492. background:{color:Scrollbar};
  493. height:auto;
  494. }
  495.  
  496. ::-webkit-scrollbar {
  497. height:4px;
  498. width:5px;
  499. background: {color:Background};
  500. }
  501.  
  502. #title {
  503. color:{color:Title};
  504. font-size:18px;
  505. font-family: 'Miniver', cursive;
  506. text-align:center;
  507. -webkit-transition: all 0.5s ease-in-out;
  508. -moz-transition: all 0.5s ease-in-out;
  509. -o-transition: all 0.5s ease-in-out;
  510. -ms-transition: all 0.5s ease-in-out;
  511. }
  512.  
  513. #back {
  514. font-size: 25px;
  515. text-align: center;
  516. bottom:25px;
  517. right:13px;
  518. padding: 5px;
  519. position:fixed;
  520. opacity: 0.6;
  521. text-transform:uppercase;
  522. transition: all 0.5s ease;
  523. -webkit-transition: all 0.5s ease;
  524. -moz-transition: all 0.5s ease;
  525. -o-transition: all 0.5s ease;
  526. -ms-transition: all 0.5s ease;
  527. }
  528.  
  529. #back:hover {
  530. opacity: 1.0;
  531. transition: all 0.5s ease;
  532. -webkit-transition: all 0.5s ease;
  533. -moz-transition: all 0.5s ease;
  534. -o-transition: all 0.5s ease;
  535. -ms-transition: all 0.5s ease;
  536. }
  537.  
  538. #nutella {
  539. right:5px;
  540. bottom:5px;
  541. position:fixed;
  542. font-size:9px;
  543. width:50px;
  544. padding:1px;
  545. text-align:center;
  546. background:{color:Links};
  547. color:{color:Background};
  548. transition: all 0.5s ease;
  549. -webkit-transition: all 0.5s ease;
  550. -moz-transition: all 0.5s ease;
  551. -o-transition: all 0.5s ease;
  552. -ms-transition: all 0.5s ease;
  553. }
  554.  
  555. #nutella:hover {
  556. bottom:8px;
  557. transition: all 0.5s ease;
  558. -webkit-transition: all 0.5s ease;
  559. -moz-transition: all 0.5s ease;
  560. -o-transition: all 0.5s ease;
  561. -ms-transition: all 0.5s ease;
  562. }
  563.  
  564. #nutella a{
  565. color:{color:Background};
  566. }
  567.  
  568.  
  569. </style>
  570.  
  571. </head>
  572. <body>
  573.  
  574. <div id="nutella"><a href="http://nutellamonkeys.tumblr.com/">THEME</a></div>
  575.  
  576. <a id="scrlTop" title="Back to Top" href="#"><div id="back">&#9650;</a></div></a>
  577.  
  578. <div id="topbar">
  579. <img src="{image:Header}">
  580. <div id="top">
  581. <div id="description">
  582. <div id="title">{title}</div><p></p>
  583. {block:Description}{Description}{/block:Description}
  584. </div>
  585. <div id="navigation">
  586. <a class="links" href="/">Home</a>
  587. <a class="links" href="/ask">Ask</a>
  588. {block:ifTITLE1}<a href="{text:URL1}" class="links">{text:TITLE1}</a>{/block:ifTITLE1}
  589. {block:ifTITLE2}<a href="{text:URL2}" class="links">{text:TITLE2}</a>{/block:ifTITLE2}
  590. {block:ifTITLE3}<a href="{text:URL3}" class="links">{text:TITLE3}</a>{/block:ifTITLE3}
  591. {block:ifTITLE4}<a href="{text:URL4}" class="links">{text:TITLE4}</a>{/block:ifTITLE4}
  592. </div>
  593. </div>
  594. </div>
  595.  
  596.  
  597. <div id="entry">
  598. {block:Posts}
  599. <div id="posts">
  600.  
  601. {block:Quote}
  602. <div id="quote">"{Quote}"<br><div id="source">—{Source}</small></div></div>
  603. {/block:Quote}
  604.  
  605. {block:Photo}
  606. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="max-width:500px;"></center>
  607. {block:Caption}{Caption}{/block:Caption}
  608. {/block:Photo}
  609.  
  610. {block:Photoset}
  611. <center>{Photoset-500}</center>
  612. {block:Caption}{Caption}{/block:Caption}
  613. {/block:Photoset}
  614.  
  615. {block:Link}
  616. <a href="{URL}" {Target}><div class="linky">{Name}</div></a>
  617. {block:Description}{Description}{/block:Description}
  618. {block:Link}
  619.  
  620. {block:Chat}
  621. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  622. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  623. {/block:Label}
  624. {/block:Chat}
  625.  
  626. {block:Audio}
  627. <div class="audio">
  628. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:32px;">{/block:AlbumArt}
  629. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  630. <div class="audio-info">
  631. {block:TrackName} {TrackName}<br>{/block:TrackName}
  632. {block:PlayCount} {FormattedPlayCount} plays<br>{/block:PlayCount}
  633. </div></div>
  634. {block:Caption}{Caption}{/block:Caption}
  635. {/block:Audio}
  636.  
  637. {block:Text}
  638. {block:Title}
  639. <div class="posttitle">{Title}</div>
  640. {/block:Title}
  641. {Body}
  642. {/block:Text}
  643.  
  644. {block:Video}
  645. {Video-500}
  646. {block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}
  647. {block:Video}
  648.  
  649. {block:Answer}
  650. <table cellpadding="5" style="padding:5px; margin-bottom:5px; background-color:#fff" width="100%">
  651. <tr>
  652. <td align="center" width="17%" valign="middle" rowspan="2"><img src="{AskerPortraitURL-64}" style="border: 5px solid #f5f5f5">
  653. <td style="vertical-align:top;"><div id="asker">{Asker}</div></td>
  654. </tr>
  655. <tr>
  656. <td style="vertical-align:top;"><font color="#aaa"><center>{Question}</center></font></td>
  657. </tr>
  658. </table></td>
  659. {Answer}
  660. {/block:Answer}
  661.  
  662. <div class="info">
  663. {block:Date}<a href="{Permalink}" title="permalink">Posted {TimeAgo}{block:NoteCount} with {NoteCount} notes{/block:NoteCount}</a> {/block:Date}
  664. {block:RebloggedFrom} – <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> – <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom} <br>
  665. {block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  666.  
  667. {block:permalinkpage}
  668. <div class="info">
  669. {block:Date}Posted at {12Hour}:{Minutes}{CapitalAmPm} on the {DayofMonth}{DayOfMonthSuffix} of {Month} {Year} {/block:Date}
  670. {block:NoteCount}with {NoteCount} notes{/block:NoteCount}<br>
  671. {block:RebloggedFrom}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  672. {block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  673. <br></br>
  674. <div class="pnotes">
  675. {block:PostNotes}
  676. {PostNotes-16}
  677. {/block:PostNotes}
  678. </div>{/block:permalinkpage}</div>
  679. {block:ContentSource}
  680. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  681. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  682. {/block:SourceLogo}
  683. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  684. {/block:ContentSource}
  685. {/block:Posts}
  686.  
  687. <br></br><br></br>
  688.  
  689. <div id="page">
  690. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  691. {block:JumpPagination length="5"}
  692. {block:CurrentPage}
  693. <span class="current_page">{PageNumber}</span>
  694. {/block:CurrentPage}
  695. {block:JumpPage}
  696. <a class="jump_page" href="{URL}">{PageNumber}</a>
  697. {/block:JumpPage}
  698. {/block:JumpPagination}
  699. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>
  700. {/block:Pagination}</div>
  701.  
  702. </div></div>
  703.  
  704. </body>
  705. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement