Advertisement
hzrrys

HzrrysTheme20

Jul 19th, 2013
2,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.83 KB | None | 0 0
  1. <!---
  2. PERSONAL THEME BY SABRENA ((HZRRYS)) DO NOT REMOVE CREDIT OR I WILL COME AFTER YOU AND PEE ON ALL THINGS YOU EAT
  3. --->
  4.  
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8.  
  9. <head>
  10. <link href='http://static.tumblr.com/dgsxbke/2dumlbk3g/fadein.css' rel='stylesheet' type='text/css'>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="cursor-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'cursor-frame' ), liked = ( myLike.className == 'cursor2' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'cursor2'; }; }, false ); }; </script>
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("a[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:20,
  24. tip_fade_speed:400,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <meta name="color:background" content="#ffffff"/>
  32. <meta name="color:link" content="#777777"/>
  33. <meta name="color:text" content="#000000"/>
  34. <meta name="color:title" content="#333333"/>
  35. <meta name="color:hover" content="#aaaaaa"/>
  36. <meta name="color:desc" content="#dddddd">
  37. <meta name="color:sidebar" content="#000000"/>
  38. <meta name="color:sidebarbg" content="#ffffff">
  39. <meta name="color:border" content="#dddddd"/>
  40. <meta name="color:infoborder" content="#999999"/>
  41.  
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="if:ImageOpacity" content="0">
  45. <meta name="if:PostFadeIn" content="1">
  46.  
  47. <meta name="text:Link One Title" content="" />
  48. <meta name="text:Link One" content="" />
  49. <meta name="text:Link One Url" content="" />
  50.  
  51. <meta name="text:Link Two Title" content="" />
  52. <meta name="text:Link Two" content="" />
  53. <meta name="text:Link Two Url" content="" />
  54.  
  55. <meta name="text:Link Three Title" content="" />
  56. <meta name="text:Link Three" content="" />
  57. <meta name="text:Link Three Url" content="" />
  58.  
  59. <meta name="text:Link Four Title" content="" />
  60. <meta name="text:Link Four" content="" />
  61. <meta name="text:Link Four Url" content="" />
  62.  
  63. <meta name="text:Link Five Title" content="" />
  64. <meta name="text:Link Five" content="" />
  65. <meta name="text:Link Five Url" content="" />
  66.  
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  72. <body onkeydown="return false">
  73.  
  74. <style type="text/css">
  75.  
  76. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  77.  
  78. @font-face {
  79. font-family:font;
  80. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  81. }
  82.  
  83.  
  84. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  85.  
  86. #tumblr_controls {
  87. opacity:.4;
  88. position:fixed !important;
  89. transition:All .5s ease;
  90. -webkit-transition:All .5s ease;
  91. -moz-transition:All .5s ease;
  92. -o-transition:All .5s ease;
  93. -webkit-filter: invert(100%);
  94. -webkit-filter: invert(100%);
  95. -webkit-filter: invert(100%);
  96. -webkit-filter: invert(100%);
  97. -webkit-filter: invert(100%);
  98. -webkit-filter: invert(100%);
  99. -webkit-filter: invert(100%);
  100. }
  101.  
  102. #tumblr_controls:hover {
  103. opacity:1;
  104. transition:All .5s ease;
  105. -webkit-transition:All .5s ease;
  106. -moz-transition:All .5s ease;
  107. -o-transition:All .5s ease;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. width: 7px;
  112. height: 7px;
  113. background-color:{color:border};
  114. border:3px solid {color:background};
  115. }
  116. ::-webkit-scrollbar-thumb {
  117. -moz-border-radius: 3px;
  118. border-radius: 3px;
  119. background-color: {color:infoborder};
  120. }
  121.  
  122. body {
  123. color:{color:text};
  124. font-size:12px;
  125. font-family:consolas;
  126. background:{color:background};
  127. }
  128.  
  129. a {
  130. color:{color:link};
  131. text-decoration:none;
  132. transition:all .5s ease;
  133. -webkit-transition:all .5s ease;
  134. -moz-transition:all .5s ease;
  135. -o-transition:all .5s ease;
  136. }
  137.  
  138. a:hover {
  139. color:{color:hover};
  140. font-style:normal;
  141. transition:all .5s ease;
  142. -webkit-transition:all .5s ease;
  143. -moz-transition:all .5s ease;
  144. -o-transition:all .5s ease;
  145. }
  146.  
  147. ::selection {
  148. background:{color:selection};
  149. color: #fff;
  150. }
  151.  
  152. ::-moz-selection {
  153. background:{color:selection};
  154. color: #fff;
  155. }
  156.  
  157. #s-m-t-tooltip{
  158. max-width:300px;
  159. padding:3px;
  160. margin:26px 0px 0px 8px;
  161. z-index:9999;
  162. background-color:#fff;
  163. border:1px solid {color:sidebar};
  164. font-family:consolas;
  165. font-size:8px;
  166. letter-spacing:1px;
  167. text-transform:lowercase;
  168. color:{color:text};
  169. border-radius:3px;
  170. }
  171.  
  172. #sidebar {
  173. border-radius:4px;
  174. position:fixed;
  175. width:180px;
  176. height:auto;
  177. margin-left:-200px;;
  178. margin-top:230px;
  179. padding-top:25px;
  180. padding-bottom:10px;
  181. border:1px solid {color:sidebar};
  182. background:{color:sidebarbg};
  183. -webkit-transition:all .5s ease;
  184. -moz-transition:all .5s ease;
  185. -o-transition:all .5s ease;
  186. }
  187.  
  188. .blogtitle {
  189. position:fixed;
  190. margin-top:-42px;
  191. margin-left:5px;
  192. text-align:right;
  193. text-transform:lowercase;
  194. background:transparent;
  195. font-family:"font";
  196. line-height:100%;
  197. padding-right:4px;
  198. font-size:21px;
  199. padding:2px;
  200. height:22px;
  201. width:auto;
  202. opacity:1;
  203. color:{color:title};
  204. text-shadow:
  205. 0px 1px 1px {color:link};
  206. -webkit-transition:all .5s ease;
  207. -moz-transition:all .5s ease;
  208. -o-transition:all .5s ease;
  209. }
  210.  
  211.  
  212. #sidebar:hover .blogtitle {
  213. opacity:1;
  214. -webkit-transition:all .5s ease;
  215. -moz-transition:all .5s ease;
  216. -o-transition:all .5s ease;
  217. }
  218.  
  219. {block:ifSidebarImage}
  220.  
  221. .picture img {
  222. position:fixed;
  223. margin-top:15px;
  224. margin-left:0px;
  225. width:160px;
  226. height:110px;
  227. background:white;
  228. }
  229.  
  230. .picture {
  231. margin-top:-30px;
  232. margin-left:10px;
  233. }
  234.  
  235. {/block:ifSidebarImage}
  236.  
  237. .desc {
  238. position:absolute;
  239. font-size:8px;
  240. text-transform:uppercase;
  241. padding:10px;
  242. color:{color:desc};
  243. margin-top:10px;
  244. margin-bottom:24px;
  245. margin-left:15px;
  246. width:150px;
  247. text-align:center;
  248. padding:0px;
  249. height:auto;
  250. overflow:hidden;
  251. opacity:1;
  252. border-top:1px dashed {color:sidebar};
  253. -webkit-transition:all .6s ease;
  254. -moz-transition:all .6s ease;
  255. -o-transition:all .6s ease;
  256. }
  257.  
  258.  
  259. #sidebar:hover .desc {
  260. opacity:1;
  261. -webkit-transition:all .6s ease;
  262. -moz-transition:all .6s ease;
  263. -o-transition:all .6s ease;
  264. }
  265.  
  266. #sidebar:hover #links {
  267. opacity:1;
  268. -webkit-transition:all .7s ease;
  269. -moz-transition:all .7s ease;
  270. -o-transition:all .7s ease;
  271. }
  272.  
  273.  
  274. #links {
  275. margin-left:0px;
  276. margin-top:80px;
  277. font-size:8px;
  278. letter-spacing:1px;
  279. text-align:center;
  280. padding-top:5px;
  281. width:170px;
  282. height:13px;
  283. padding-left:5px;
  284. opacity:1;
  285. -webkit-transition:all .7s ease;
  286. -moz-transition:all .7s ease;
  287. -o-transition:all .7s ease;
  288. }
  289.  
  290. #links a {
  291. text-transform:uppercase;
  292. text-align:left;
  293. -webkit-transition: all 0.2s ease-out;
  294. -moz-transition: all 0.2s ease-out;
  295. transition: all 0.2s ease-out;
  296. }
  297.  
  298. #links a:hover {
  299. -webkit-transition: all 0.2s ease-out;
  300. -moz-transition: all 0.2s ease-out;
  301. transition: all 0.2s ease-out;
  302. text-shadow:0 -9px 0 {color:link}, 0 9px 0 {color:link};
  303. }
  304.  
  305. {block:ifImageOpacity}
  306.  
  307.  
  308. .entry img {
  309. opacity:.7;
  310. -webkit-transition: all 1s ease;
  311. -moz-transition: all 1s ease;
  312. -o-transition: all 1s ease;
  313. transition: all 1s ease;
  314. }
  315.  
  316. .entry img:hover {
  317. opacity:1;
  318. -webkit-transition: all 1s ease;
  319. -moz-transition: all 1s ease;
  320. -o-transition: all 1s ease;
  321. transition: all 1s ease;
  322. }
  323.  
  324. {/block:ifImageOpacity}
  325.  
  326. .entry {
  327. border-radius:4px;
  328. float:left;
  329. width:200px;
  330. margin:10px;;
  331. padding:10px;
  332. padding-bottom:7px;
  333. border:1px solid {color:border};
  334. text-transform:none;
  335. opacity:1;
  336. text-align:left;
  337. font-size:10px;
  338. overflow:hidden;
  339. background:{color:sidebarbg};
  340. {block:ifPostFadeIn}
  341. -webkit-animation:fadeIn 5s;
  342. -moz-animation:fadeIn 5s;
  343. -ms-animation:fadeIn 5s;
  344. {/block:ifPostFadeIn}
  345. {block:PermalinkPage}
  346. width:500px;
  347. {/block:PermalinkPage}
  348. }
  349.  
  350. .entry:hover {
  351. opacity:1;
  352. }
  353.  
  354. .entry .reblog {
  355. position:absolute;
  356. top:-5px;
  357. color:{color:link};
  358. text-align:center;
  359. width:200px;
  360. background:{color:sidebarbg};
  361. border-bottom:1px solid {color:border};
  362. padding-bottom:5px;
  363. opacity:0;
  364. padding-top:5px;
  365. font-size:9px;
  366. -webkit-transition: all .5s ease;
  367. -moz-transition: all .5s ease;
  368. -o-transition: all .5s ease;
  369. transition: all .5s ease;
  370. }
  371.  
  372. .reblog a {
  373. font-style:normal;
  374. color:{color:link};
  375. }
  376.  
  377. .entry:hover .reblog {
  378. top:10px;
  379. opacity:1;
  380. }
  381.  
  382. .cursor {
  383. cursor:pointer;
  384. display:inline;
  385. }
  386.  
  387. .cursor2 {
  388. display:inline;
  389. color:{color:link};
  390. cursor:pointer;
  391. }
  392.  
  393. #posts {
  394. width:700px;
  395. margin-left:35%;
  396. margin-top:40px;
  397. padding-top:0px;
  398. {block:PermalinkPage}
  399. margin-left:32%;
  400. {/block:PermalinkPage}
  401. }
  402.  
  403. #title {
  404. color:{color:text};
  405. font-size:15px;
  406. font-style:italic;
  407. text-transform:lowercase;
  408. }
  409.  
  410. .info {
  411. width:480px;
  412. opacity: 1;
  413. z-index: 10000;
  414. margin-top:4px;
  415. margin-bottom:5px;
  416. text-align:left;;
  417. font-size:11px;
  418. letter-spacing:1px;
  419. text-transform:both;
  420. padding:3px;
  421. }
  422.  
  423. {block:indexpage}
  424.  
  425. .notes {
  426. margin-top:-0px;
  427. text-transform:lowercase;
  428. padding:2px;
  429. text-align:left;
  430. text-transform:uppercase;
  431. border-top:2px solid {color:infoborder};
  432. -webkit-transition: all .3s ease;
  433. -moz-transition: all .3s ease;
  434. -o-transition: all .3s ease;
  435. transition: all .3s ease;
  436. }
  437.  
  438. {/block:indexpage}
  439.  
  440. .audiobox {
  441. height:25px;
  442. background:black;
  443. bottom:15px;
  444. left:5px;
  445. overflow:hidden;
  446. z-index:999999999;
  447. -webkit-filter: invert(100%);
  448. }
  449.  
  450. .audiobox:hover {
  451. opacity:1;
  452. }
  453.  
  454. .txt {
  455. font-size:9px;
  456. }
  457.  
  458. .ask {
  459. background:{color:background};
  460. padding:5px;
  461. border:1px solid {color:border};
  462. }
  463.  
  464.  
  465. .txt img {
  466. width:200px;
  467. }
  468.  
  469.  
  470. #credit {
  471. position:fixed;
  472. font-family:trebuchet ms;
  473. font-size:9px;
  474. line-height:100%;
  475. letter-spacing:0px;
  476. width:auto;
  477. right:7px;
  478. bottom:3px;
  479. text-transform:uppercase;
  480. text-align:center;
  481. -moz-transition-duration:0.7s;
  482. -webkit-transition-duration:0.7s;
  483. -o-transition-duration:0.7s;
  484. }
  485.  
  486. #credit a {
  487. display:block;
  488. width:13px;
  489. height:10px;
  490. padding:5px;
  491. color:#aaa;
  492. border:1px solid {color:background};
  493. -moz-transition-duration:0.7s;
  494. -webkit-transition-duration:0.7s;
  495. -o-transition-duration:0.7s;
  496. }
  497.  
  498. #credit a:hover {
  499. color:#fff;
  500. background:#ccc;
  501. text-shadow:#ddd 0px 1px 1px;
  502. -moz-transition-duration:0.7s;
  503. -webkit-transition-duration:0.7s;
  504. -o-transition-duration:0.7s;
  505. }
  506.  
  507. </style>
  508. <link rel="shortcut icon" href="{favicon}">
  509.  
  510. </head>
  511. {block:IndexPage}
  512.  
  513. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  514. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  515. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  516.  
  517.  
  518. <script type="text/javascript">
  519. $(window).load(function () {
  520. var $content = $('#posts');
  521. $content.masonry({itemSelector: '.entry'}),
  522. $content.infinitescroll({
  523. navSelector : 'div#pagination',
  524. nextSelector : 'div#pagination a#nextPage',
  525. itemSelector : '.entry',
  526. loading: {
  527. finishedMsg: '',
  528. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  529. },
  530. bufferPx : 600,
  531. debug : false,
  532. },
  533. // call masonry as a callback.
  534. function( newElements ) {
  535. var $newElems = $( newElements );
  536. $newElems.hide();
  537. // ensure that images load before adding to masonry layout
  538. $newElems.imagesLoaded(function(){
  539. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  540.  
  541.  
  542. });
  543. });
  544. });
  545. </script>
  546.  
  547. {/block:IndexPage}
  548.  
  549. <body>
  550.  
  551. <!---posts--->
  552. <div id="posts">
  553.  
  554. <div id="sidebar"><div class="blogtitle">{title}</div>
  555. <div class="picture"><img src="{image:sidebar}"></div>
  556.  
  557.  
  558. <br></br><br></br><br></br><br></br><p>
  559.  
  560. <div class="desc"><p>{description}</div>
  561.  
  562. <div id="links">
  563. <a href="{text:Link One Url}" title="{text:Link One Title}">{text:Link One}</a>
  564. <a href="{text:Link Two Url}" title="{text:Link Two Title}">{text:Link Two}</a>
  565. <a href="{text:Link Three Url}" title="{text:Link Three Title}">{text:Link Three}</a>
  566. <a href="{text:Link Four Url}" title="{text:Link Four Title}">{text:Link Four}</a>
  567. <a href="{text:Link Five Url}" title="{text:Link Five Title}">{text:Link Five}</a>
  568. </div>
  569. </div>
  570.  
  571. {block:Posts}
  572. <div class="entry">
  573. {block:Text}
  574. <div id="title" align="left">{title}</div>
  575. <div class="txt">{body}</div>
  576. {block:IndexPage}
  577. <div class="notes"><a href="{reblogurl}" title="Reblog this post">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  578. {/block:IndexPage}
  579. {/block:Text}
  580. {block:Photo}
  581. <center>
  582. <a href="{Permalink}" title="{SourceTitle}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  583. {block:IndexPage}
  584.  
  585.  
  586.  
  587.  
  588. <div class="whole">
  589.  
  590.  
  591. <div class="reblog">
  592. <a href="{reblogurl}" title="reblog this post" target="_blank">REBLOG</a> &middot;
  593.  
  594. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post">LIKE</div> &middot;
  595.  
  596. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  597.  
  598. </div>
  599. </div>
  600.  
  601. {/block:IndexPage}
  602. {/block:Photo}
  603. {block:Link}
  604. <div id="title" align="left"><a href="{URL}">{Name}</a></div>
  605. {block:Description}{description}{/block:Description}
  606. {block:IndexPage}
  607. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  608. {/block:IndexPage}
  609. {/block:Link}
  610.  
  611. {block:Answer}
  612.  
  613. <div align="left">
  614.  
  615. <div class="ask">
  616. <a href="{AskerURL}"><up>{Asker}</a> asked:</up> {Question} </div></div>
  617.  
  618. <div class="txt">{Answer}</div>
  619.  
  620. <div class="notes"><a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  621.  
  622. {/block:Answer}
  623.  
  624. {block:Photoset}
  625. <center>{Photoset}</center>
  626. {block:IndexPage}
  627. <div class="whole">
  628.  
  629. <div class="reblog">
  630. <a href="{reblogurl}" target="_blank">REBLOG</a> &middot;
  631.  
  632. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div> &middot;
  633.  
  634. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  635.  
  636. </div>
  637. </div>
  638.  
  639. {/block:IndexPage}
  640. {/block:Photoset}
  641. {block:Video}
  642. <center>{Video-200}</center>
  643. {block:IndexPage}
  644. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  645. {/block:IndexPage}
  646. {/block:Video}
  647. {block:Chat}
  648. {block:Title}
  649. {block:IndexPage}
  650. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  651. {/block:IndexPage}
  652. <div id="title" align="left">{Title}</div>
  653. {/block:Title}
  654. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  655. </li>{/block:Lines}</ul>
  656. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  657. {/block:Chat}
  658. {block:audio}
  659.  
  660. <div class="audiobox"><Div style="width:200px; margin-left:1px;"><a href="{ExternalAudioURL}">{AudioPlayerblack}</a></div></div>{/block:ExternalAudio}
  661. {/block:AudioPlayer}
  662.  
  663. {block:indexpage}
  664. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  665. {/block:indexpage}
  666. {/block:audio}
  667. {block:Quote}
  668. {Quote}
  669. {block:Source}~{Source}{/block:Source}
  670. {block:IndexPage}
  671. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  672. {/block:IndexPage}
  673. {/block:Quote}
  674. {block:PermalinkPage}
  675. {block:Caption}{Caption}{/block:Caption}<br><br><br>
  676. <div class="info">
  677. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  678. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  679. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  680. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  681. {PostNotes}
  682. </div>
  683. {/block:PermalinkPage}
  684. </div>
  685.  
  686. {/block:Posts}
  687. </div>
  688.  
  689. </div>
  690.  
  691. <div id="credit">
  692. <a href="http://hzrrys.tumblr.com/" title="theme by hzrrys">HZ</a>
  693. </div>
  694.  
  695. {block:IndexPage}
  696. {block:Pagination}
  697. <div id="pagination">
  698. {block:NextPage}
  699. <a id="nextPage" href="{NextPage}"></a>
  700. {/block:NextPage}
  701. {block:PreviousPage}
  702. <a href="{PreviousPage}"></a>
  703. {/block:PreviousPage}
  704. </div>
  705. {/block:Pagination}
  706. {/block:IndexPage}
  707. </div>
  708. </div>
  709.  
  710. </body>
  711. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement