Detonado

THEME 10

Sep 24th, 2012
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.38 KB | None | 0 0
  1. <!--
  2.  
  3. ************************ C R E D I T *********************************
  4. Theme by http://exist0.tumblr.com
  5.  
  6. *********************************************************************
  7. -->
  8.  
  9. <head>
  10.  
  11. <meta name="image:background" content="#ffffff"/>
  12. <meta name="image:your" content="" />
  13. <meta name="image:sidebar" content="http://static.tumblr.com/qbwrk8v/d3Um3rykt/2__wolf_.jpg"/>
  14.  
  15. <meta name="color:background" content="#eeeeee" />
  16.  
  17. <meta name="color:posts" content="#eeeeee" />
  18. <meta name="color:text" content="#999999" />
  19. <meta name="color:post titles" content="#666666" />
  20. <meta name="color:post titles background" content="#eeeeee" />
  21. <meta name="color:link" content="#000000" />
  22. <meta name="color:link hover" content="#000000" />
  23. <meta name="color:link background" content="#eeeeee" />
  24.  
  25. <meta name="color:sidebar" content="#eeeeee" />
  26. <meta name="color:sidebar hover" content="#f0f0f0" />
  27. <meta name="color:nav link" content="#444444" />
  28. <meta name="color:main title" content="#999999" />
  29. <meta name="color:main title background" content="#eeeeee" />
  30. <meta name="color:description" content="#666666" />
  31. <meta name="color:description background" content="#dddddd" />
  32.  
  33. <meta name="text:permalink" content="o" />
  34. <meta name="color:permalink" content="#999999" />
  35. <meta name="color:permalink background" content="#eeeeee" />
  36.  
  37. <meta name="if:Faded Images" content="1" />
  38. <meta name="if:Smaller Posts" content="0"/>
  39. <meta name="if:enable infinite scrolling" content="0"/>
  40. <meta name="if:Title shadows" content="0" />
  41. <meta name="if:Disable right click" content="0"/>
  42. <meta name="if:Spaced Posts" content="0" />
  43.  
  44. <meta name="text:link one" content=""/>
  45. <meta name="text:link one name" content=""/>
  46. <meta name="text:link two" content=""/>
  47. <meta name="text:link two name" content=""/>
  48. <meta name="text:link three" content=""/>
  49. <meta name="text:link three name" content=""/>
  50. <meta name="text:link four" content=""/>
  51. <meta name="text:link four name" content=""/>
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  54.  
  55. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  56.  
  57. <link rel="shortcut icon" href="{favicon}" />
  58. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  59. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  60. {CustomCSS}
  61. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {background-color: #fff; height:100px; border: 5px solid #eee;}
  68. ::-webkit-scrollbar-thumb:horizontal {background-color: #fff; border: 5px solid #eee;}
  69. ::-webkit-scrollbar {height: 15px; width: 15px; background-color: #eee;}
  70.  
  71. body{
  72. margin:0px;
  73. padding:0px;
  74. margin-top:0px;
  75. font-size:9px;
  76. color:{color:text};
  77. background-color:{color:background};
  78. background-image:url('{image:background}');
  79. background-attachment: fixed;
  80. background-position: top center;
  81. }
  82.  
  83. #contentcolumn{
  84. margin-left:350px;
  85. margin-top:5px;
  86. opacity:1;
  87. overflow:shown;
  88. z-index: 0.9;
  89. text-align:justify;
  90. }
  91.  
  92. a {color:{color:link}; text-decoration: none; }
  93. a:hover { ;-webkit-transition-duration: 0.3s;}
  94. a:active,a:focus {outline: 0;}
  95.  
  96. #tit {
  97. text-align: center;
  98. letter-spacing:1px;
  99. text-decoration:none;
  100. font-family: georgia;
  101. font-size:11px;
  102. text-transform:uppercase;
  103. line-height:14px;
  104. background-color:{color:post titles background};
  105. background-image:url('');
  106. {block:IfTitleShadows}text-shadow:1px 1px 1px #EEEEEE;{/block:IfTitleShadows}
  107. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  108. padding:2px;
  109. color:{color:text};
  110. border-bottom: 1px solid {color:post titles};
  111. }
  112.  
  113. #tit a{
  114. color:{color:text};
  115. }
  116.  
  117. #ask{
  118. color:#292929;
  119. padding: 5px;
  120. -moz-border-radius: 4px;
  121. border-radius: 4px;
  122. background-color:#eee;
  123. }
  124.  
  125. .flower{
  126. color:#777;
  127. margin-bottom:0px;
  128. padding:1px;
  129. }
  130. .flower .flower.even{
  131. background-color:{color:post titles background};
  132. color:{color:text};
  133. margin-bottom:0px;
  134. padding:1px;
  135. }
  136.  
  137. #contue {
  138. line-height:11px;
  139. }
  140.  
  141. #audio {
  142. background-color : #e4e4e4;
  143. height : 27px;
  144. margin-bottom : -10px;
  145. {block:ifNotSmallerPosts}{block:IndexPage}width:400px;{/block:IndexPage}{/block:ifNotSmallerPosts}
  146. {block:ifSmallerPosts}{block:IndexPage}width:250px;{/block:IndexPage}{/block:ifSmallerPosts}
  147. {block:PermalinkPage}
  148. width:500px;
  149. {/block:PermalinkPage}
  150. }
  151.  
  152. /* NAVIGATION */
  153.  
  154. #nav {
  155. background-color:{color:sidebar hover};
  156. font-family: consolas;
  157. font-size: 13px;
  158. font-weight: normal;
  159. text-transform: uppercase;
  160. text-align: center;
  161. letter-spacing: 1px;
  162. color: #aaa;
  163. padding-top: 125px;
  164. padding-left: 5px;
  165. padding-right: 5px;
  166. padding-bottom: 10px;
  167. top: 0px;
  168. left:96px;
  169. position: fixed;
  170. z-index:1;
  171. -webkit-transition: all 1.5s ease;
  172. -moz-transition: all 1.5s ease;
  173. -o-transition: all 1.5s ease;
  174. margin-left: 4px;
  175. width:220px;
  176. height:100%;
  177. opacity:0;
  178. }
  179.  
  180. #nav:hover {
  181. opacity:0.9;
  182. }
  183.  
  184. #nav h1 {
  185. font-family: handy00;
  186. font-size: 8px;
  187. color: {color:main title};
  188. font-weight: normal
  189. margin-top: -2px;
  190. letter-spacing: 0px;
  191. }
  192.  
  193. #nav a {
  194. letter-spacing:3px;
  195. background-color: #ddd;
  196. display: block;
  197. height: 10px;
  198. line-height: 10px;
  199. font-family: courier;
  200. font-size: 8px;
  201. color: {color:nav link};
  202. text-transform: uppercase;
  203. text-decoration: none;
  204. text-align: center;
  205. margin-bottom: 3px;
  206. -webkit-transition: all 0.5s ease;
  207. -moz-transition: all 0.5s ease;
  208. -o-transition: all 0.5s ease;
  209. }
  210.  
  211. #nav a:hover {
  212. background-color: transparent;
  213. box-shadow:0px 0px 5px #ddd;
  214. }
  215.  
  216. #permalink{
  217. text-align:center;
  218. font-family: consolas;
  219. font-size:16px;
  220. float:bottom;
  221. color:{color:permalink};
  222. -webkit-transition-duration: 0.8s;
  223. background:{color:permalink background} url();
  224. position:absolute;
  225. z-index:1;
  226. opacity:0;
  227. padding:3px;
  228. {block:ifNotSmallerPosts}{block:IndexPage}left:770px;{/block:IndexPage}{/block:ifNotSmallerPosts}
  229. {block:ifSmallerPosts}{block:IndexPage}left:620px;{/block:IndexPage}{/block:ifSmallerPosts}
  230. }
  231.  
  232. #permalink a {color:{color:permalink};}
  233.  
  234. #posts {
  235. background:{color:posts};
  236. background-image:url('');
  237. box-shadow:0px 0px 5px #ddd;
  238. padding:5px;
  239. margin-top:0px;
  240. margin-bottom:15px;
  241. {block:IfSpacedPosts}margin-bottom:25px;{/block:IfSpacedPosts}
  242. line-height:11px;
  243. font-family: consolas;
  244. font-size:10px;
  245. {block:ifNotSmallerPosts}{block:IndexPage}width:400px;{/block:IndexPage}{/block:ifNotSmallerPosts}
  246. {block:ifSmallerPosts}{block:IndexPage}width:250px;{/block:IndexPage}{/block:ifSmallerPosts}
  247. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  248. }
  249.  
  250. #posts:hover #permalink {display: block; opacity:1; margin-top:0px;}
  251.  
  252. .shiny img, .dead img, blockquote img {
  253. {block:ifNotSmallerPosts}{block:IndexPage}width:380px;{/block:IndexPage}{/block:ifNotSmallerPosts}
  254. {block:ifSmallerPosts}{block:IndexPage}width:130px;{/block:IndexPage}{/block:ifSmallerPosts}
  255. }
  256.  
  257. blockquote{
  258. padding: 3px;
  259. margin: 3px;
  260. border-left: 4px solid #666;
  261. background:{color:post titles background};}
  262.  
  263. .puppy img{
  264. opacity:1;
  265. z-index:1;
  266. position:fixed;
  267. }
  268.  
  269. .description {
  270. text-align:left;
  271. letter-spacing:1px;
  272. line-height:14px;
  273. background-color:{color:description background};
  274. overflow:hidden;
  275. font-family:courier;
  276. font-size:10px;
  277. color:{color:description};
  278. padding:3px;
  279. }
  280.  
  281. .description a{
  282. color:{color:sidebar text};
  283. }
  284.  
  285. .main_tit {
  286. text-align:right;
  287. letter-spacing:6px;
  288. text-transform:uppercase;
  289. background-color:{color:main title background};
  290. overflow:hidden;
  291. font-family:consolas;
  292. font-size:11px;
  293. padding:2px;
  294. }
  295. .main_tit a {
  296. color:#fff;
  297. }
  298. .main_tit a:hover{
  299. color: {color:main title};
  300. -webkit-transition: all 0.5s ease;
  301. -moz-transition: all 0.5s ease;
  302. -o-transition: all 0.5s ease;
  303. }
  304.  
  305. .sidebar {
  306. left:100px;
  307. top:0px;
  308. padding-top:120px;
  309. text-align:right;
  310. font-family: courier;
  311. font-size:9px;
  312. position:fixed;
  313. width:230px;
  314. line-height:10px;
  315. height:100%;
  316. background-color:{color:sidebar};
  317. background-image:url('{image:sidebar}');
  318. overflow:hidden;
  319. background-position: top center;
  320. }
  321.  
  322. .pagina{
  323. left:100px;
  324. bottom:0px;
  325. padding:7px;
  326. width:216px;
  327. line-height:12px;
  328. font-size:16px;
  329. font-family:consolas;
  330. color:{color:posts};
  331. background-color:{color:text};
  332. overflow-hidden;
  333. position:fixed;
  334. z-index:1;
  335. text-align:center;
  336. }
  337.  
  338. .pagina a{
  339. font-size:12px;
  340. font-family:consolas;
  341. color:{color:posts};
  342. }
  343.  
  344. {block:Iffadedimages}
  345. img{
  346. -webkit-transition: opacity 0.7s linear;
  347. opacity: 0.75;
  348. }
  349. img:hover {
  350. -webkit-transition: opacity 0.7s linear;
  351. opacity: 1;
  352. }
  353. {/block:Iffadedimages}
  354. img{}
  355. img:hover{; }
  356.  
  357. iframe#tumblr_controls {
  358. right:3px !important;
  359. position: fixed !important;
  360. -webkit-transition: opacity 0.7s linear;
  361. opacity: 0.2;
  362. -webkit-transition: all 0.8s ease-out;
  363. -moz-transition: all 0.8s ease-out;
  364. transition: all 0.8s ease-out;}
  365.  
  366. iframe#tumblr_controls:hover{
  367. -webkit-transition: opacity 0.7s linear;
  368. opacity: 1;
  369. -webkit-transition: all 0.4s ease-out;
  370. -moz-transition: all 0.4s ease-out;
  371. transition: all 0.4s ease-out;}
  372.  
  373. #toTop {
  374. display:none;
  375. text-decoration:none;
  376. position:fixed;
  377. bottom:10px;
  378. right:10px;
  379. overflow:hidden;
  380. width:39px;
  381. height:39px;
  382. border:none;
  383. text-indent:-999px;
  384. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left top;
  385. }
  386.  
  387. #toTopHover {
  388. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left -51px;
  389. width:39px;
  390. height:39px;
  391. display:block;
  392. overflow:hidden;
  393. float:left;
  394. opacity: 0;
  395. -moz-opacity: 0;
  396. filter:alpha(opacity=0);
  397. }
  398.  
  399. #toTop:active, #toTop:focus {
  400. outline:none;
  401. </style>
  402.  
  403. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  404. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  405. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  406. <script type="text/javascript">
  407. $(document).ready(function() {
  408. /*
  409. var defaults = {
  410. containerID: 'moccaUItoTop', // fading element id
  411. containerHoverClass: 'moccaUIhover', // fading element hover class
  412. scrollSpeed: 1200,
  413. easingType: 'linear'
  414. };
  415. */
  416. $().UItoTop({ easingType: 'easeOutQuart' });
  417. });
  418. </script>
  419.  
  420. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  421. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  422. <script type="text/javascript" charset="utf-8">
  423. var $j = jQuery.noConflict();
  424. $j(function() {
  425. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  426. $j("img").lazyload({
  427. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  428. effect: "fadeIn",
  429. });
  430. });
  431. </script>
  432.  
  433. {block:IndexPage}
  434. <script type="text/javascript">
  435. $(window).load(function(){
  436. $("p").remove(":contains('Source:')");
  437. $("p").remove(":contains('(via')");
  438. });
  439. </script>
  440. {/block:IndexPage}
  441.  
  442. </head>
  443. <body>
  444.  
  445. <div id="nav">
  446.  
  447. {block:IfYourImage}
  448. <center><img src="{image:Your}" width="220px" /><br></center>
  449. {/block:IfYourImage}
  450.  
  451. <a href="/">Home</a>
  452. <a href="/ask" title="Ask-me">Ask-me</a>
  453. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  454. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName} {block:IfLinkFiveName}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFiveName} {block:IfLinkSixName}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSixName}
  455. <a href="http://exist0.tumblr.com" title="Credito...">theme</a><br>
  456.  
  457.  
  458. <div class="main_tit">{Title}</div>
  459.  
  460. {block:description}<div class="description">{description}</div><br>{/block:description}
  461.  
  462. </div>
  463.  
  464. <div id="contentcolumn">
  465.  
  466.  
  467. <div class="sidebar">
  468.  
  469. </div>
  470.  
  471. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  472.  
  473. {block:Posts}
  474. <div id="posts">
  475.  
  476. {block:Text}
  477. {block:IndexPage}<div id="permalink"><a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a></div>{/block:IndexPage}
  478. {block:Title}<div id="tit"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  479. <div class="shiny" id="contue"><p align=justify>{Body}</p></div>
  480. {/block:Text}
  481.  
  482.  
  483. {block:Photo}
  484. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  485. {block:ifNotSmallerPosts}{block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="400px"></a>{/block:IndexPage}{/block:ifNotSmallerPosts}
  486. {block:ifSmallerPosts}{block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="250px"></a>{/block:IndexPage}{/block:ifSmallerPosts}
  487. {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="500px">{/block:PermalinkPage}
  488. {LinkCloseTag}
  489. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  490. {/block:Photo}
  491.  
  492. {block:IndexPage}{block:Photoset}
  493. {block:IndexPage}
  494. <div id="permalink">
  495. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  496. </div>
  497. {/block:IndexPage}
  498. <center>{block:IfNotSmallerPosts}{Photoset-400}{/block:IfNotSmallerPosts}{block:IfSmallerPosts}{Photoset-250}{/block:IfSmallerPosts}</center>
  499. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  500. {/block:Photoset}{/block:IndexPage}{block:PermalinkPage}{block:Photoset}
  501. <center>{Photoset-500}</center>
  502. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  503. {/block:Photoset}{/block:PermalinkPage}
  504.  
  505. {block:Quote}
  506. {block:IndexPage}
  507. <div id="permalink">
  508. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  509. </div>
  510. {/block:IndexPage}
  511. <div id="tit">"{Quote}"</div><br>
  512. {block:Source}~{Source}{/block:Source}
  513. {/block:Quote}
  514.  
  515. {block:Link}
  516. {block:IndexPage}
  517. <div id="permalink">
  518. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  519. </div>
  520. {/block:IndexPage}
  521. <div id="tit"><a href="{URL}">{Name}</a></div>
  522. <div id="contue">{block:Description}{Description}{/block:Description}</div>
  523. {/block:Link}
  524.  
  525. {block:Chat}
  526. {block:IndexPage}
  527. <div id="permalink">
  528. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  529. </div>
  530. {/block:IndexPage}
  531. {block:Title}
  532. <div id="tit">{Title}</div>
  533. {/block:Title}
  534. <div class="flower">
  535. {block:Lines}
  536. <div class="flower {Alt}">
  537. {block:Label}
  538. <b>{Label}</b>
  539. {/block:Label}
  540. {Line}
  541. </div>
  542. {/block:Lines}
  543. </div>
  544. {/block:Chat}
  545.  
  546. {block:Audio}
  547. {block:IndexPage}
  548. <div id="permalink">
  549. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  550. </div>
  551. {/block:IndexPage}
  552. <div id="audio">{AudioPlayerGrey}</div><br>
  553. <center>{block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}<br>{/block:Artist}
  554. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} {PlayCountWithLabel}</center>
  555. {/block:Audio}
  556.  
  557. {block:Answer}
  558. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><br><b>{Asker}</b></br>
  559. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  560.  
  561. {block:IndexPage}
  562. {block:Video}
  563. {block:IndexPage}
  564. <div id="permalink">
  565. <a href="{Permalink}" title="permalink">{block:Date}{text:permalink}{/block:Date}</a>
  566. </div>
  567. {/block:IndexPage}
  568. <div id="width"><center>{block:IfNotSmallerPosts}{Video-400}{/block:IfNotSmallerPosts}{block:IfSmallerPosts}{Video-250}{/block:IfSmallerPosts}</div></center>
  569. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  570. {/block:Video}
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. {block:Video}
  574. <div id="width"><center>{Video-500}</div></center>
  575. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  576. {/block:Video}
  577. {/block:PermalinkPage}
  578.  
  579.  
  580. {block:Date}
  581. {block:PermalinkPage}
  582.  
  583. <br><br>
  584.  
  585. {block:NoteCount}NOTES: {notecount}{/block:NoteCount}<br>
  586. DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
  587. {block:RebloggedFrom}OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  588. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  589. {block:HasTags}<br><br>
  590. TAGGED: {block:Tags}<a href="{TagURL}">{Tag}.</a> {/block:Tags}{/block:HasTags}
  591. {/block:PermalinkPage}
  592. {/block:Date}
  593.  
  594. {block:PostNotes}
  595. {PostNotes}
  596. {/block:PostNotes}
  597. </div>
  598.  
  599. {/block:posts}
  600. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  601.  
  602. {block:IfNotEnableInfiniteScrolling}
  603. {block:Pagination}
  604. <div class="pagina">
  605. {block:PreviousPage}
  606. <a href="{PreviousPage}">&larr;</a>
  607. {/block:PreviousPage}
  608.  
  609. {block:JumpPagination length="5"}
  610. {block:CurrentPage}
  611. <span class="current_page">{PageNumber}</span>
  612. {/block:CurrentPage}
  613.  
  614. {block:JumpPage}
  615. <a class="jump_page" href="{URL}">{PageNumber}</a>
  616. {/block:JumpPage}
  617. {/block:JumpPagination}
  618.  
  619. {block:NextPage}
  620. <a href="{NextPage}">&rarr;</a>
  621. {/block:NextPage}
  622. </div>
  623. {/block:Pagination}
  624. {/block:IfNotEnableInfiniteScrolling}
  625.  
  626. </div>
  627.  
  628. </body>
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment