Advertisement
mafercuellardiaz

again

Feb 12th, 2014
5,891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.63 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  8. <script type="text/javascript">
  9. $(document).ready(function () {
  10. $('div.nintendo div:nth-child(2)').hide();
  11. $('div.nintendo h4').click(function () {
  12. if ($(this).hasClass('open')) {
  13. $('div.nintendo div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  14. else {
  15. $('div.nintendo div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  16. $(this).next().slideDown();
  17. $(this).addClass('open');}
  18. });
  19. });
  20. </script>
  21.  
  22.  
  23.  
  24.  
  25. <meta name="color:background" content="#ffffff"/>
  26. <meta name="color:linkbg" content="#92cbfa"/>
  27. <meta name="color:shadow" content="#c9f89e"/>
  28. <meta name="color:border" content="#c9f89e"/>
  29. <meta name="color:text" content="#b6b5b5"/>
  30. <meta name="color:link" content="#b87889"/>
  31. <meta name="color:hover" content="#f0e7e1"/>
  32. <meta name="color:scrollbar" content="ececec"/>
  33. <meta name="color:tagbg" content="ececec"/>
  34.  
  35.  
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content="">
  39. <meta name="image:barner" content="">
  40.  
  41.  
  42.  
  43. <meta name="text:link 1" content="link 1"/>
  44. <meta name="text:link 1 url" content="/" />
  45. <meta name="text:link 2" content="link 2"/>
  46. <meta name="text:link 2 url" content="/" />
  47. <meta name="text:link 3" content="link 3"/>
  48. <meta name="text:link 3 url" content="/" />
  49. <meta name="text:link 4" content="link 4"/>
  50. <meta name="text:link 4 url" content="/" />
  51. <meta name="text:navi button" content="fuck me" />
  52. <meta name="text:margin left" content="70" />
  53. <meta name="text:margin top" content="70" />
  54. <meta name="text:size" content="90" />
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <meta name="if:Show Tags" content="1" />
  62. <meta name="if:Show Captions" content="0">
  63. <meta name="if:nav button" content="0">
  64. <meta name="if:links" content="0">
  65. <meta name="if:transparentsidebar" content="0">
  66. <meta name="if:notransparentsidebar" content="0">
  67.  
  68.  
  69.  
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. ::selection {background: #fff; color:{color:selection};}
  76. ::-moz-selection {background: #fff; color:{color:selection};}
  77. ::-webkit-selection {background: #fff; color:{color:selection};}
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  80. height:100px;}
  81.  
  82. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  83.  
  84.  
  85.  
  86. body {
  87. font-family:arial, sans-serif;
  88. font-size:11px;
  89. background-image:url('{image:background}');
  90. background-attachment:fixed;
  91. color:#000000;
  92.  
  93.  
  94. }
  95.  
  96.  
  97.  
  98. blockquote {
  99. border-left:2px solid #ECECEC;
  100. padding-left:2px;
  101. margin:5px;
  102. }
  103.  
  104. a {
  105.  
  106. color:{color:link};
  107. font-weight: bold;
  108. text-decoration:none;
  109. -webkit-transition:all 0.5s ease-in-out;
  110. -moz-transition:all 0.5s ease-in-out;
  111. -o-transition:all 0.5s ease-in-out;
  112. -ms-transition:all 0.5s ease-in-out;
  113. transition:all 0.5s ease-in-out;
  114. }
  115.  
  116.  
  117. a:hover {
  118. text-decoration:underline;
  119. -webkit-transition:all 0.5s ease-in-out;
  120. -moz-transition:all 0.5s ease-in-out;
  121. -o-transition:all 0.5s ease-in-out;
  122. transition:all 0.5s ease-in-out;}
  123.  
  124. img {none;}
  125.  
  126. h1 , h2 {
  127. font-family:calibri;
  128. text-transform:none;
  129. font-size:14px;
  130. line-height:30px;
  131. letter-spacing:0px;
  132. text-align:center;
  133. font-style:none;
  134. }
  135.  
  136. #entries {
  137. margin-left:470px;
  138. margin-top:-30px;
  139. width:530px;
  140. padding-top: 30px;
  141. padding-right:30px;
  142. font-size:10px;
  143. background:transparent;
  144.  
  145.  
  146.  
  147. }
  148.  
  149. #post {
  150. box-shadow:rgba(0,0,0,0.08)7px 8px 7px 7px;
  151. width:500px;
  152. padding:20px;
  153. background: rgba(255,255,255,.5);
  154. margin-top:20px;
  155. margin-left:30px;
  156. position:center;
  157.  
  158.  
  159. font-style:none;
  160.  
  161. }
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. #sidebar
  169. {
  170.  
  171. width:200px;
  172. position:fixed;
  173. margin-left:140px;
  174. margin-top:160px;
  175. }
  176.  
  177.  
  178. #sidebarimage img
  179. {
  180.  
  181. margin-left:{text:margin left}px;
  182. width:{text:size}%;
  183. margin-top:{text:margin top}px;
  184.  
  185.  
  186.  
  187. }
  188.  
  189.  
  190. #nav {
  191. position:fixed;
  192. overflow:hidden;
  193. margin-top:150px;
  194. margin-left:15px;
  195. }
  196.  
  197.  
  198. #title
  199. {
  200. font-family:cambria;
  201. text-align:center;
  202. margin-top:-129px;
  203. padding-bottom:0px;
  204. text-transform:none;
  205. font-style:normal;
  206. font-size:10px;
  207. }
  208. @font-face { font-family: "silk"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  209.  
  210.  
  211. #con{
  212. }
  213.  
  214.  
  215. #description {
  216.  
  217.  
  218. opacity:.8;
  219. padding:10px 10px 10px 10px;
  220. margin-left:100px;
  221. margin-top:-10px;
  222. width: 130px;
  223. line-height: 120%;
  224. {block:iftransparentsidebar}
  225. background:transparent;
  226. {/block:iftransparentsidebar}
  227. {block:ifnotransparentsidebar}
  228. background: rgba(255,255,255,.5);
  229. border:1px solid {color:border};
  230. box-shadow: 5px 3px {color:shadow};
  231. {/block:ifnotransparentsidebar}
  232. text-transform:none;
  233. letter-spacing:1px;
  234. text-align:center;
  235. font-family:consolas;
  236. font-size: 10px;
  237. font-style:none;
  238.  
  239. }
  240.  
  241.  
  242. #desription a{
  243.  
  244. }
  245.  
  246.  
  247. .linkss {
  248.  
  249. opacity:1;
  250. position: fixed;
  251. font-family:silk;
  252. padding-top: 10px;
  253. padding-bottom: 0px;
  254. margin-top: 3px;
  255. margin-left: 0px;
  256. padding-left: 0px;
  257. padding-right: 0px;
  258. letter-spacing: 1px;
  259. height: 170px;
  260. width: 90%;
  261. -o-transition-transition: all 1s ease-out;
  262. -webkit-transition: all 0.7s ease-out;
  263. -moz-transition: all 0.6s ease-out;
  264.  
  265. }
  266.  
  267. #linkss a {
  268. line-height:190%;
  269. background:{color:linkbg};
  270. width:90%;
  271. padding 15px;
  272. border:1px solid{color:border};
  273. margin-bottom: 5px;
  274. font-size: 10px;
  275. font-style:normal;
  276. text-align:left;
  277. text-transform:none;
  278. opacity:1;
  279.  
  280. -o-transition-transition: all 1s ease-out;
  281. -webkit-transition: all 0.7s ease-out;
  282. -moz-transition: all 0.6s ease-out;
  283.  
  284. }
  285. .linkss a:hover{
  286. background-color:transparent;
  287. color:{color:hover};}
  288.  
  289. .sidebar:hover #linkss{
  290. background-color:transparent;
  291. opacity:1;
  292. -o-transition-transition: all 1s ease-out;
  293. -webkit-transition: all 0.7s ease-out;
  294. -moz-transition: all 0.6s ease-out;
  295. }
  296.  
  297. #questions {
  298. -webkit-transition: all 0.3s linear;
  299. -moz-transition: all 0.3s linear;
  300. transition: all 0.3s linear;
  301. background-color:#ffffff;
  302. color: {color:text};
  303. margin-left:0px;
  304. padding:5px;
  305. margin-top:5px;
  306. margin-bottom:5px;
  307. font-family:calibri;
  308. font-size:10px;
  309. font-style:normal;
  310. text-align:left;
  311. }
  312. #questions img{
  313. border: 1px solid {color:border};
  314. border-radius:30px;
  315. width:50px;
  316. -webkit-transition: all 1s ease-in-out;
  317. -moz-transition: all 0.6s ease-in-out;
  318. -o-transition: all 0.6s ease-in-out;
  319. -ms-transition: all 0.6s ease-in-out;
  320. }
  321. #questions:hover img{
  322. -webkit-transition: all 1s ease-in-out;
  323. -moz-transition: all 0.6s ease-in-out;
  324. -o-transition: all 0.6s ease-in-out;
  325. -ms-transition: all 0.6s ease-in-out;
  326. -webkit-transform: rotate(360deg);
  327. -moz-transform: rotate(0deg);
  328. -o-transform: rotate(360deg);
  329. }
  330.  
  331. .note {
  332. -webkit-transition: all 0.3s linear;
  333. -moz-transition: all 0.3s linear;
  334. transition: all 0.3s linear;
  335. padding:5px 20px 0px 20px;
  336. background: transparent;
  337. text-transform:lowercase;
  338. letter-spacing:0px;
  339. font-size: 11px;
  340. font-style:normal;
  341. text-align:left;
  342. line-height:120%;
  343. }
  344.  
  345. .note li {
  346. -webkit-transition: all 0.3s linear;
  347. -moz-transition: all 0.3s linear;
  348. transition: all 0.3s linear;
  349. list-style-type:none;
  350. padding:5px 25px 5px 25px;
  351. text-align:left;
  352. margin-right:30px;
  353. margin-top:-50px;
  354. }
  355.  
  356.  
  357.  
  358. #ash{
  359. opacity:.9;
  360. border:1px solid {color:border};
  361. background: rgba(255,255,255,.5);
  362. font-family: consolas;
  363. font-size: 10px;
  364. color: {color:link};
  365. padding-right:4px;
  366. margin-top: 10px;
  367. -webkit-transition: all 1s linear;
  368. -moz-transition: all 0.3s linear;
  369. transition: all 0.3s linear;
  370. }
  371.  
  372. #ash:hover{
  373.  
  374. border-radius:3px;
  375. -webkit-transition: all 0.3s linear;
  376. -moz-transition: all 0.3s linear;
  377. transition: all 0.3s linear;
  378. background-color:{color:tagbg};
  379. }
  380.  
  381. #info {
  382. font-family:consolas;
  383. text-align:right;
  384. margin-top:10px;
  385. text-transform:none;
  386. padding-top:-4px;
  387. font-style:none;
  388. font-size:10px;
  389. line-height:70%;
  390. padding-bottom:2px;
  391. -webkit-transition: all 0.3s linear;
  392. -moz-transition: all 0.3s linear;
  393. transition: all 0.3s linear;
  394. }
  395.  
  396. #RebloggedFrom {
  397. font-family:consolas;
  398. text-align:center;
  399. margin-top:5px;
  400. padding-bottom:0px;
  401. text-transform:none;
  402. font-style:none;
  403. font-size:10px;
  404. }
  405.  
  406. #tags {
  407. opacity:.8;
  408. background: rgba(255,255,255,.5);
  409. border: 1px solid {color:border};
  410. line-height:170%;
  411. font-family:consolas;
  412. text-align:right;
  413. margin-top:0px;
  414. padding-bottom:0px;
  415. text-transform:none;
  416. font-style:none;
  417. font-size:10px;
  418. -webkit-transition: all 0.3s linear;
  419. -moz-transition: all 0.3s linear;
  420. transition: all 0.3s linear;
  421. }
  422. #tags a{
  423.  
  424. padding:3px;
  425.  
  426. }
  427. #tags:hover{
  428. background:{color:tagbg};
  429. -webkit-transition: all 0.3s linear;
  430. -moz-transition: all 0.3s linear;
  431. transition: all 0.3s linear;}
  432.  
  433.  
  434.  
  435.  
  436.  
  437. #credit{
  438. right:8px;
  439. bottom:10px;
  440. position:fixed;
  441. padding:5px;
  442. }
  443.  
  444.  
  445.  
  446. #words {
  447.  
  448.  
  449. width: 2000px;
  450. font-size: 45px;
  451. position:fixed;
  452. top:0px;
  453. text-align:center;
  454. letter-spacing:2px;
  455. color: #fff;
  456. left:-200px;
  457. z-index: 100;
  458.  
  459. -webkit-transition: all 0.4s ease-in-out;
  460. -moz-transition: all 0.4s ease-in-out;
  461. -o-transition: all 0.4s ease-in-out;
  462. }
  463. #words img{ background-attachment:fixed;
  464. color:#000000;
  465. background-color:transparent;
  466. margin-top: 0px;
  467.  
  468. }
  469.  
  470. #pagination {
  471. margin-left:190px;
  472. margin-top:30px;
  473. text-align:center;}
  474.  
  475. #pagination a {
  476. background-color:#f5f5f5;
  477. display:inline-block;
  478. padding:3px;
  479. width:auto;
  480. font-family:consolas;
  481. font-weight:normal;
  482. text-decoration:none;
  483. text-transform:lowercase;
  484. font-size:14px;
  485. color:{color:link};
  486. -webkit-transition:all 0.5s ease-in-out;
  487. -moz-transition:all 0.5s ease-in-out;
  488. -o-transition:all 0.5s ease-in-out;
  489. transition:all 0.5s ease-in-out;}
  490.  
  491. #pagination a:hover / {
  492. text-decoration:none;
  493. color:#000000;
  494. -webkit-transition:all 0.5s ease-in-out;
  495. -moz-transition:all 0.5s ease-in-out;
  496. -o-transition:all 0.5s ease-in-out;
  497. transition:all 0.5s ease-in-out;}
  498.  
  499. .casa{
  500.  
  501. margin-left:558px;
  502. margin-top:30px;
  503. opacity:0;
  504. -webkit-transition:all 0.5s ease-in-out;
  505. -moz-transition:all 0.5s ease-in-out;
  506. -o-transition:all 0.5s ease-in-out;
  507. transition:all 0.5s ease-in-out;
  508. }
  509.  
  510. #entries:hover .casa{opacity:1;
  511. -webkit-transition:all 0.5s ease-in-out;
  512. -moz-transition:all 0.5s ease-in-out;
  513. -o-transition:all 0.5s ease-in-out;
  514. transition:all 0.5s ease-in-out;
  515. }
  516.  
  517.  
  518. .like_and_reblog_buttons {
  519.  
  520. margin-top:-10px;
  521. border-radius: 3px;
  522. list-style: none;
  523. }
  524.  
  525. .like_and_reblog_buttons li {
  526. float: right;
  527. background:{color:tagbg};
  528. opacity:1;
  529. margin: 0;
  530. padding:5px;
  531. width:3px 3px;
  532. height: 20px;
  533. -webkit-transition:all 0.5s ease-in-out;
  534. -moz-transition:all 0.5s ease-in-out;
  535. -o-transition:all 0.5s ease-in-out;
  536. transition:all 0.5s ease-in-out;}
  537.  
  538. .like_and_reblog_buttons li:hover{
  539. background:#fff;
  540. -webkit-transition:all 0.5s ease-in-out;
  541. -moz-transition:all 0.5s ease-in-out;
  542. -o-transition:all 0.5s ease-in-out;
  543. transition:all 0.5s ease-in-out;}
  544.  
  545.  
  546.  
  547. .like_and_reblog_buttons li:first-child {
  548. -webkit-transition:all 0.5s ease-in-out;
  549. -moz-transition:all 0.5s ease-in-out;
  550. -o-transition:all 0.5s ease-in-out;
  551. transition:all 0.5s ease-in-out;}
  552.  
  553.  
  554.  
  555. .like_and_reblog_buttons li:first-child:hover {
  556. background:#fff;
  557. -webkit-transition:all 0.5s ease-in-out;
  558. -moz-transition:all 0.5s ease-in-out;
  559. -o-transition:all 0.5s ease-in-out;
  560. transition:all 0.5s ease-in-out;}
  561.  
  562. #post:hover .casa{
  563. opacity:1;
  564. left:10px;
  565. }
  566.  
  567. .links {
  568. margin-left:0px;
  569.  
  570. width:58px;
  571. padding-right:5px;
  572. display:block;
  573. text-align:center;
  574. margin-top:20px;}
  575.  
  576. .links a {
  577. width:63px;
  578.  
  579. display:block;
  580. padding:2px;
  581. width:auto;
  582. font-family:'calibri';
  583. font-weight:normal;
  584. text-decoration:none;
  585. text-transform:lowercase;
  586. font-size:10px;
  587. color:{color:link};
  588. -webkit-transition:all 0.5s ease-in-out;
  589. -moz-transition:all 0.5s ease-in-out;
  590. -o-transition:all 0.5s ease-in-out;
  591. transition:all 0.5s ease-in-out;}
  592.  
  593. .links a:hover {
  594.  
  595.  
  596. text-decoration:underline;
  597. color:{color:hover};
  598. -webkit-transition:all 0.5s ease-in-out;
  599. -moz-transition:all 0.5s ease-in-out;
  600. -o-transition:all 0.5s ease-in-out;
  601. transition:all 0.5s ease-in-out;}
  602.  
  603.  
  604. {CustomCSS}</style></head><body>
  605. <div id="words"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"></div>
  606.  
  607. <div id="sidebar">
  608.  
  609. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  610. <br>
  611.  
  612. </di>
  613. <div id="description">{Description}<br>
  614.  
  615.  
  616.  
  617.  
  618. {block:iflinks}
  619. <div id="linkss">
  620. <a href="/"> index</a>
  621. <a href="/ask">mail</a>
  622. <a href="{text:link 1 url}">{text:link 1}</a>
  623. <a href="{text:link 2 url}"> {text:link 2}</a>
  624. <a href="{text:link 3 url}">{text:link 3}</a>
  625. <a href="{text:link 4 url}"> {text:link 4}</a>
  626. </div></div>{/block:iflinks}
  627. {block:ifnavbutton}
  628.  
  629. <ul>
  630. <div class="nintendo" >
  631. <div class="links">
  632. <h4><span style="font-family:arial, sans-serif;
  633. height: 15px; line-height:110%;background-color:{color:background}; width:65px; padding:4px;">{text:navi button}</span></h4>
  634.  
  635. <div align="center">
  636. <a href="/">home</a>
  637. <a href="/ask">mail </a>
  638. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1} </a>{/block:ifLink1}
  639. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2} </a> {/block:ifLink2}
  640. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3} </a> {/block:ifLink3}
  641. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  642. </p>
  643. </div>
  644. </div>
  645. </ul>
  646.  
  647. </div></div>
  648. </center>
  649.  
  650. </div></div>{/block:ifnavbutton}
  651.  
  652. </div>
  653.  
  654. <div id="scrollbar">{scrollbar}</div>
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667. {block:HasPages}{block:Pages}
  668.  
  669. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  670.  
  671. </div></center>
  672.  
  673.  
  674. </div>
  675.  
  676. <div id="entries">{block:Posts}<div id class="casa"><ul class="like_and_reblog_buttons">
  677. <li>{ReblogButton}
  678. <li>{LikeButton}
  679. </ul></div><div id="post">
  680.  
  681. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  682.  
  683. {block:blockquote}{/block:blockquote}
  684.  
  685.  
  686.  
  687. {block:Photo}
  688. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  689. {/block:Photo}
  690.  
  691. {block:Photoset}
  692.  
  693. <center>{Photoset-500}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  694. {/block:Photoset}
  695.  
  696. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  697.  
  698. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  699.  
  700. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  701.  
  702. {block:Audio}{AudioPlayerBlack}{/block:Audio}
  703.  
  704. {block:Video}{Video-500}{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}{/block:Video}
  705.  
  706. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-64}"/> <strong>{Asker} whispered:</strong> {Question}</div><div id="answer"> {Answer}</div>{/block:answer}
  707.  
  708.  
  709.  
  710. <div id="ash">
  711. <div id="info">{block:Date}<a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  712. {/block:Date}
  713. <font color=#f371b1>♥</font> {NoteCount}</a>
  714. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> <a title="{ReblogRootName}" href="{SourceURL}">source</a>{/block:RebloggedFrom}
  715. {block:ContentSource}<a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div></div>
  716.  
  717. {block:IfShowTags}
  718. {block:HasTags}<div id="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> </span>{/block:Tags}</div>{/block:HasTags}
  719. {/block:IfShowTags}
  720.  
  721. </div>
  722. {block:PostNotes}{PostNotes}{/block:PostNotes}
  723. {/block:Posts}</div>
  724.  
  725.  
  726. </div>
  727. <div id="credit"><a title="THEME CREDIT" href="http://acrtismonkeys.tumblr.com">☯</a></div>
  728. </body>
  729. {block:Pagination}
  730. <div id="pagination">
  731. {block:PreviousPage}
  732. <a href="{PreviousPage}">back</a>
  733. {/block:PreviousPage}
  734.  
  735. {block:NextPage}
  736. <a href="{NextPage}">next</a>
  737. {/block:NextPage}
  738. </div>
  739. {/block:Pagination}
  740.  
  741. </div>
  742. </body>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement