Advertisement
Carolaine_Vieira

talvez

Mar 28th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:Background" content="#f6f6f6"/>
  11. <meta name="color:Text" content="#999"/>
  12. <meta name="color:Link" content="#999"/>
  13. <meta name="color:Link hover" content="#ccc"/>
  14. <meta name="color:Accent" content="#548"/>
  15. <meta name="color:Post bg" content="#fff"/>
  16. <meta name="color:Post borders" content="#eee"/>
  17.  
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="text:Link1Url" content="/"/>
  21. <meta name="text:Link1Title" content="link"/>
  22. <meta name="text:Link2Url" content="/"/>
  23. <meta name="text:Link2Title" content="link"/>
  24. <meta name="text:Link3Url" content="/"/>
  25. <meta name="text:Link3Title" content="link"/>
  26. <meta name="text:Link4Url" content="/"/>
  27. <meta name="text:Link4Title" content="link"/>
  28.  
  29. <link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  30. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  31.  
  32. <script>
  33. window.onload = function () {
  34. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  35. document.addEventListener( 'click', function ( event ) {
  36. var myLike = event.target;
  37. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  38. var frame = document.getElementById( 'my-like-frame' ),
  39. liked = ( myLike.className == 'my-liked' ),
  40. command = liked ? 'unlike' : 'like',
  41. reblog = myLike.getAttribute( 'data-reblog' ),
  42. id = myLike.getAttribute( 'data-id' ),
  43. oauth = reblog.slice( -8 );
  44. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  45. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  46. };
  47. }, false );
  48. };
  49. </script>
  50.  
  51. <style type="text/css">
  52.  
  53. .my-like {
  54. cursor:pointer;
  55. display:inline-block;
  56. vertical-align:top;
  57. background:transparent;
  58. color:{color:link};
  59. }
  60. .my-liked, .my-like:hover {
  61. background:transparent;
  62. color: red;
  63. cursor:pointer;
  64. display:inline-block;
  65. vertical-align:top;
  66. }
  67.  
  68. hr {
  69.  
  70. border:1px solid #eee;
  71. width:180px;
  72. margin-top:20px;
  73. margin-bottom:20px;
  74.  
  75. }
  76.  
  77.  
  78. body {
  79.  
  80. background:{color:background};
  81. color:{color:text};
  82. font-size:12px;
  83. font-family:PT Sans;
  84.  
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. color:{color:link};
  90. -webkit-transition: all 0.5s ease-out;
  91. -moz-transition: all 0.5s ease-out;
  92. -ms-transition: all 0.5s ease-out;
  93. -o-transition: all 0.5s ease-out;
  94. transition: all 0.5s ease-out;
  95. }
  96. a:hover {
  97. color:{color:link hover};
  98. -webkit-transition: all 0.5s ease-out;
  99. -moz-transition: all 0.5s ease-out;
  100. -ms-transition: all 0.5s ease-out;
  101. -o-transition: all 0.5s ease-out;
  102. transition: all 0.5s ease-out;
  103.  
  104. }
  105.  
  106. #post {
  107.  
  108. width:400px;
  109. background:transparent;
  110. margin-left:610px;
  111.  
  112. }
  113.  
  114. .entry {
  115. float:left;
  116. width:400px;
  117. padding:10px;
  118. margin:15px;
  119. background:{color:post bg};
  120. border:1px solid {color:post borders};
  121.  
  122. }
  123. .entry img{
  124. max-width:400px;
  125. }
  126. .entry .permpm {
  127.  
  128. width:200px;
  129. height:auto;
  130. position:absolute;
  131. margin-left:400px;
  132. margin-top:-10px;
  133. background:transparent;
  134. opacity:0.0;
  135. padding:15px;
  136. text-align:center;
  137. {block:PermalinkPage}
  138. display:none;
  139. {/block:PermalinkPage}
  140. -webkit-transition: all 0.5s ease-out;
  141. -moz-transition: all 0.5s ease-out;
  142. -ms-transition: all 0.5s ease-out;
  143. -o-transition: all 0.5s ease-out;
  144. transition: all 0.5s ease-out;
  145.  
  146. }
  147. .entry:hover .permpm {
  148.  
  149. opacity:1;
  150. -webkit-transition: all 0.5s ease-out;
  151. -moz-transition: all 0.5s ease-out;
  152. -ms-transition: all 0.5s ease-out;
  153. -o-transition: all 0.5s ease-out;
  154. transition: all 0.5s ease-out;
  155.  
  156. }
  157.  
  158. #notas {
  159. margin-top:0px;
  160. width:95%;
  161. height:200px;
  162. overflow-y:auto;
  163. padding:10px;
  164. text-transform:uppercase;
  165. margin-left:auto;
  166. margin-right:auto;
  167. float:center;
  168. }
  169.  
  170. .notes img {
  171. width: 15px;
  172. border-radius:2px;
  173. float:right;
  174. list-style:none;
  175. -webkit-transition: all 0.5s linear;
  176. -moz-transition: all 0.5s linear;
  177. transition: all 0.5s linear;}
  178. ol.notes, .notes li {
  179. border-bottom:1px solid {color:post borders};
  180. list-style:none;
  181. width: 100%;
  182. padding:10px;
  183. font-size:10px;
  184. margin-top: 5px;
  185. margin-left:0px;
  186. padding-left: 0px}
  187. .notes li:hover img {
  188. list-style:none;
  189. -webkit-transition: all 0.5s linear;
  190. -moz-transition: all 0.5s linear;
  191. transition: all 0.5s linear;}
  192.  
  193. /*tumblr controls*/
  194. #tumblr_controls, .tmblr-iframe{ z-index:9999999 !important;
  195. -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important;
  196. right:0px!important; opacity:.5; top:0px !important; margin-top:0px !important;
  197. -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
  198.  
  199. #tumblr_controls, .tmblr-iframe:hover{ z-index:9999999 !important;
  200. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  201. -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);}
  202.  
  203. ol, ul {padding:0px;list-style-type:none;}
  204. ul li {position:relative;padding-left:20px;}
  205. ul li:before {
  206. content:'';
  207. position:absolute;
  208. display:block;
  209. top:8px;
  210. left:0px;
  211. width:10px;
  212. height:1px;
  213. background:{color:accent};
  214. }
  215.  
  216. ::-webkit-scrollbar {height:5px; width:2px;}
  217.  
  218. ::-webkit-scrollbar-track-piece {
  219. background-color:{color:background};
  220. }
  221.  
  222. ::-webkit-scrollbar-thumb {
  223. background-color:{color:accent};
  224. }
  225.  
  226. .quote {
  227.  
  228. font-size:20px;
  229. text-align:center;
  230. padding-left:35px;
  231. padding-right:35px;
  232. padding:20px;
  233.  
  234. }
  235. .qsub {
  236.  
  237. font-size:13px;
  238.  
  239. }
  240.  
  241. .chat {
  242.  
  243. padding:10px;
  244. padding-bottom:0px;
  245.  
  246. }
  247. .ch1 {
  248.  
  249. padding:10px;
  250. background:#fbfbfb;
  251. border:1px solid {color:post borders};
  252. margin-bottom:5px;
  253.  
  254. }
  255. .ch1 b{
  256.  
  257. color:{color:accent};
  258. margin-right:2px;
  259.  
  260. }
  261.  
  262. h1 {
  263.  
  264. text-align:center;
  265.  
  266. }
  267.  
  268. blockquote {
  269.  
  270. margin-left:15px;
  271. padding-left:10px;
  272. border-left:2px solid {color:post borders};
  273.  
  274. }
  275. blockquote img{
  276. max-width:300px !important;
  277. width:300px !important;
  278. }
  279.  
  280. .caption {padding:10px;}
  281. .caption a{border-bottom:1px solid {color:post borders};}
  282.  
  283. .albumfoto{
  284.  
  285. float:left;
  286. width:80px;
  287. margin-top:0px;
  288. margin-left:5px;
  289.  
  290. }
  291. .albumfoto img{
  292.  
  293. width:80px;
  294. padding:7px;
  295. background:#fbfbfb;
  296. border:1px solid {color:post borders};
  297.  
  298. }
  299. .audiodesc {
  300.  
  301. margin-left:110px;
  302. padding:10px;
  303. background:#fbfbfb;
  304. border:1px solid {color:post borders};
  305. margin-top:0px;
  306. min-height:74px;
  307. font-weight:bold;
  308. margin-bottom:10px;
  309.  
  310. }
  311. .audioplay {
  312.  
  313. position:absolute;
  314. overflow:hidden;
  315. max-width:30px;
  316. height:28px;
  317. background:transparent;
  318. margin-left:33px;
  319. margin-top:-65px;
  320.  
  321. }
  322.  
  323. .pessoap a{
  324.  
  325. text-transform:uppercase;
  326.  
  327. }
  328. .pessoapfoto img{
  329.  
  330. float:left;
  331. border-radius:100%;
  332. margin-top:-25px;
  333. margin-left:180px;
  334.  
  335. }
  336. .pessoarfoto img{
  337.  
  338. float:right;
  339. border-radius:100%;
  340. margin-top:-25px;
  341. margin-right:140px;
  342. }
  343. .pergunta {
  344.  
  345. background:transparent;
  346. padding:15px;
  347. padding-bottom:40px;
  348. margin-left:0px;
  349. border-bottom:1px solid {color:post borders};
  350. text-align:center;
  351.  
  352. }
  353. .sresposta {
  354.  
  355. padding:15px;
  356. margin-top:-1px;
  357. background:transparent;
  358. border-top:1px solid {color:post borders};
  359.  
  360. }
  361.  
  362. .seureblog {
  363. padding:15px;
  364. padding-bottom:10px;
  365. border-top:1px solid {color:post borders};
  366. text-align:left;
  367. text-transform:uppercase;
  368. font-size:11px;
  369. {block:PermalinkPage}
  370. display:none;
  371. {/block:PermalinkPage}
  372. }
  373. .seureblog a {
  374.  
  375. margin-right:8px;
  376.  
  377. }
  378.  
  379. .pagination {display:none;}
  380.  
  381. #sidebar {
  382.  
  383. background:{color:post bg};
  384. position:fixed;
  385. width:200px;
  386. left:300px;
  387. top:150px;
  388. padding:20px;
  389. border:1px solid {color:post borders};
  390. text-align:center;
  391.  
  392. }
  393.  
  394. #sidefoto {
  395.  
  396. width:60px;
  397. margin-top:0px;
  398. padding:5px;
  399. position:fixed;
  400. left:210px;
  401. top:160px;
  402. background:{color:post bg};
  403. border:1px solid {color:post borders};
  404. border-radius:100%;
  405.  
  406.  
  407. }
  408.  
  409. .description {
  410.  
  411. margin-top:10px;
  412. max-height:80px;
  413. height:80px;
  414.  
  415. }
  416.  
  417. .descborda {
  418.  
  419. width:20px;
  420. height:20px;
  421. background:{color:post bg};
  422. border:1px solid {color:post borders};
  423. border-right:1px solid {color:post bg};
  424. border-top:1px solid {color:post bg};
  425. -moz-transform: rotate(45deg);
  426. -webkit-transform: rotate(45deg);
  427. -o-transform: rotate(45deg);
  428. -ms-transform: rotate(45deg);
  429. transform: rotate(45deg);
  430. position:fixed;
  431. left:290px;
  432. top:185px;
  433.  
  434. }
  435.  
  436. #title {
  437.  
  438. background:#fbfbfb;
  439. border:1px solid {color:post borders};
  440. padding:10px;
  441. font-size:12px;
  442. text-transform:uppercase;
  443. z-index:9;
  444. left:100px;
  445. top:80px;
  446. font-weight:bold;
  447. width:180px;
  448. margin-top:-40px;
  449. -webkit-transition:all 0.3s ease-out;
  450. -moz-transition:all 0.3s ease-out;
  451. transition:all 0.3s ease-out;
  452.  
  453. }
  454. #title a{color:{color:accent};}
  455. #title:hover {
  456. letter-spacing:2px;
  457. -webkit-transition:all 0.3s ease-out;
  458. -moz-transition:all 0.3s ease-out;
  459. transition:all 0.3s ease-out;
  460. }
  461.  
  462. #navigation{
  463.  
  464. position:fixed;
  465. left:300px;
  466. top:290px;
  467. background:transparent;
  468. width:200px;
  469. text-align:left;
  470. }
  471. #navigation a {
  472. cursor:pointer;
  473. text-shadow:none;
  474. margin-bottom:5px;
  475. font-size:10px;
  476. padding:13px;
  477. padding-top:10px;
  478. padding-bottom:10px;
  479. display:inline-block;
  480. text-align:left;
  481. color:{color:text};
  482. width:215px;
  483. background:{color:post bg};
  484. border:1px solid {color:post borders};
  485. text-transform:uppercase;
  486. -webkit-transition:all 0.3s ease-out;
  487. -moz-transition:all 0.3s ease-out;
  488. transition:all 0.3s ease-out;
  489. }
  490. #navigation a:hover {
  491. text-shadow:none;
  492. padding-left:25px;
  493. width:203px;
  494. color:{color:header link hover};
  495. -webkit-transition:all 0.3s ease-out;
  496. -moz-transition:all 0.3s ease-out;
  497. transition:all 0.3s ease-out;
  498. }
  499.  
  500. .link {
  501.  
  502. width:390px;
  503. padding:15px;
  504. margin-left:-10px;
  505. margin-top:-10px;
  506. background:{color:accent};
  507. color:{color:post bg};
  508. text-align:center !important;
  509.  
  510. }
  511. .linktitle a{
  512.  
  513. font-size:25px;
  514. font-weight:bold;
  515. text-transform:uppercase;
  516. text-align:center !important;
  517. color:{color:post bg};
  518.  
  519. }
  520.  
  521. .tags {
  522. text-align:center;
  523. font-size:10px;
  524. height:auto;
  525. background:transparent;
  526. float:center;
  527. padding:10px;
  528.  
  529. }
  530. .tags a{
  531. margin-left:6px;
  532. background:transparent;
  533. color:{color:Tags link};
  534. -webkit-transition:all 0.3s ease-out;
  535. -moz-transition:all 0.3s ease-out;
  536. transition:all 0.3s ease-out;}
  537. .tags a:hover {
  538. -webkit-transition:all 0.3s ease-out;
  539. -moz-transition:all 0.3s ease-out;
  540. transition:all 0.3s ease-out;
  541. }
  542.  
  543. .links_list {
  544. margin:0px;
  545. padding:0px;
  546. width:100px;
  547. padding:5px;
  548. margin-left:0px;
  549. margin-top:0px;
  550. float:left;
  551. background:transparent;}
  552.  
  553. .links_head {
  554. padding:15px;
  555. padding-top:10px;
  556. padding-bottom:10px;
  557. cursor:pointer;
  558. position:relative;
  559. margin:1px;
  560. text-align:left;
  561. background:{color:accent};
  562. color:{color:post bg};
  563. text-transform:uppercase;
  564. width:100px;
  565. font-size:10px;
  566. }
  567.  
  568. .links_body {
  569. width:100px;
  570. padding:10px;
  571. text-align:left;
  572. display:none;
  573.  
  574. }
  575.  
  576. .reblog {
  577.  
  578. margin-top:0px;
  579. margin-left:30px;
  580. float:left;
  581. background-color:transparent;
  582. padding:5px;
  583. padding-right:0px;
  584. {block:PermalinkPage}
  585. display:none;
  586. {/block:PermalinkPage}
  587. }
  588. .likie {
  589. margin-top:0px;
  590. margin-left:0px;
  591. float:left;
  592. background-color:transparent;
  593. padding:5px;
  594. padding-bottom:3px;
  595. padding-left:0px;
  596. {block:PermalinkPage}
  597. display:none;
  598. {/block:PermalinkPage}
  599. }
  600.  
  601. {CustomCSS}
  602.  
  603. </style>
  604. <body>
  605.  
  606. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  607. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  608.  
  609. <script>
  610. $(function(){
  611. var $container = $('#post');
  612. $container.imagesLoaded(function(){
  613. $container.masonry({
  614. itemSelector: '.entry',
  615. });
  616. });
  617. $container.infinitescroll({
  618. itemSelector : ".entry",
  619. navSelector : "div.pagination",
  620. nextSelector : ".pagination a#next",
  621. loadingImg : "http://static.tumblr.com/nnc3xz0/eYDo4b927/loading5.gif",
  622. loadingText : "<em></em>",
  623. bufferPx : 10000,
  624. extraScrollPx: 12000,
  625. },
  626. // trigger Masonry as a callback
  627. function( newElements ) {
  628. var $newElems = $( newElements ).css({ opacity: 0 });
  629. // ensure that images load before adding to masonry layout
  630. $newElems.imagesLoaded(function(){
  631. $newElems.animate({ opacity: 1 });
  632. $container.masonry( 'appended', $newElems, true );
  633. });
  634. }
  635. );
  636. });
  637. </script>
  638.  
  639.  
  640.  
  641. <div id="sidebar">
  642.  
  643. <div id="title"><a href="/">{Title}</a></div>
  644.  
  645. <div class="description">{Description}<div class="descborda"></div></div>
  646.  
  647. <img id="sidefoto" src="{image:sidebar}" />
  648.  
  649. <div id="navigation">
  650.  
  651. <a href="{text:link1Url}"><li style="color:{color:accent};" class="fa fa-leaf"></li>&nbsp;&nbsp;{text:link1title}</a>
  652. <a href="{text:link2Url}"><li style="color:{color:accent};" class="fa fa-bars"></li>&nbsp;&nbsp;{text:link2title}</a>
  653. <a href="{text:link3Url}"><li style="color:{color:accent};" class="fa fa-paper-plane"></li>&nbsp;&nbsp;{text:link3title}</a>
  654. <a href="{text:link4Url}"><li style="color:{color:accent};" class="fa fa-pencil"></li>&nbsp;&nbsp;{text:link4title}</a>
  655.  
  656. </div>
  657.  
  658. </div>
  659.  
  660.  
  661. <div id="post">
  662.  
  663. {block:Posts}
  664.  
  665. <div class="entry">
  666.  
  667. {block:Title} <h1>{TItle}</h1> {/block:Title}
  668.  
  669. {block:Text} {Body}
  670. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  671. {/block:Text}
  672.  
  673. {block:Photo}
  674. <img src="{PhotoURL-400}" width="400" />
  675. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  676. {/block:Photo}
  677.  
  678. {block:Photoset}
  679. {Photoset-400}
  680. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  681. {/block:Photoset}
  682.  
  683. {block:Quote}
  684. <div class="quote">
  685. "{Quote}"
  686. <div class="qsub">- {block:Source} {Source} {/block:Source} {block:Caption} {Caption} {block:Caption}</div>
  687. </div>
  688. {/block:Quote}
  689.  
  690. {block:Link}
  691. <div class="link">
  692. <div class="linktitle"><a href="{URL}"{Target}>{Name}</a></div>
  693. <div class="linkdesc">{block:Description} {Description} {/block:Description}</div></div>
  694. {/block:Link}
  695.  
  696. {block:Chat}
  697. <div class="chat">
  698. {block:Lines}
  699. {block:Label}
  700. <div class="ch1">
  701. <b>{Label}</b>
  702. {/block:Label}
  703. {Line}</br>
  704. </div>
  705. {/block:Lines}
  706. </div>
  707. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  708. {/block:Chat}
  709.  
  710. {block:Audio}
  711. <div class="albumfoto">
  712. {block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
  713. <div class="audioplay">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} </div></div>
  714.  
  715. <div class="audiodesc">
  716. {block:Artist}{Artist}{/block:Artist}</br>
  717. {block:Album}{Album}{/block:Album}</br>
  718. {block:TrackName}{TrackName}{/block:TrackName}</br>
  719. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  720. </div>
  721.  
  722. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  723. {/block:Audio}
  724.  
  725. {block:Video}
  726. {Video-400}
  727. {PlayCountWithLabel}
  728. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  729. {/block:Video}
  730.  
  731. {block:Answer}
  732. <div class="pergunta">
  733. <div class="pessoap">{Asker}</div>
  734. {Question}
  735. </div>
  736. <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
  737. {block:Answerer}<div class="pessoarfoto"><img src="{AnswererPortraitURL-40}" /></div>{/block:Answerer}
  738. <div class="sresposta">{Answer}</div>
  739. <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
  740.  
  741. {/block:Answer}
  742.  
  743. <div class="seureblog">
  744.  
  745. {block:Date}<a style="color:{color:accent};" href="{Permalink}">{DayOfMonthWithZero} {Month}</a>{/block:Date}
  746. <a href="{ReblogUrl}">Reblog</a>
  747. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}">like</div>
  748. <a style="margin-left:8px;" href="{Permalink}">{NoteCount} N</a>
  749.  
  750. </div>
  751.  
  752. {block:PermalinkPage}
  753.  
  754. <div style="padding:15px;">
  755.  
  756. {block:Date}<b><li class="fa fa-clock-o"></li>&nbsp;&nbsp;Posted:</b> {DayOfMonthWithZero} {Month}, {TimeAgo} {/block:Date}</br>
  757.  
  758. {block:RebloggedFrom}
  759. <b><li class="fa fa-retweet"></li>&nbsp;&nbsp;Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
  760.  
  761. <b><li class="fa fa-globe"></li>&nbsp;&nbsp;Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a></br>
  762. {/block:RebloggedFrom}
  763.  
  764. {block:NoteCount}<b><li class="fa fa-heart"></li>&nbsp;&nbsp;Notes:</b> {NoteCount}{/block:NoteCount}
  765. </br>
  766. {block:HasTags}
  767. <b><li class="fa fa-tags"></li>&nbsp;&nbsp;Tags:</b>
  768. {block:Tags}
  769. <a href="{TagURL}">#{Tag}</a>
  770. {/block:Tags}{/block:HasTags}
  771.  
  772. </div>
  773.  
  774. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  775. {/block:PermalinkPage}
  776.  
  777. </div>
  778.  
  779. {/block:Posts}
  780. </div>
  781.  
  782. <div class="pagination">
  783. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  784. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  785. </div>
  786.  
  787. </body>
  788. </head>
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement