Advertisement
Carolaine_Vieira

Feugiat

Jan 4th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- ─────────╔╗────────────╔╗
  3. ─────────║║───────────╔╝╚╗
  4. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  5. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  6. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  7. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  8. ──────║║
  9. ──────╚╝
  10.  
  11. ➸ Feugiat Theme
  12.  
  13. ➸ Tema criado por Carolaine Vieira
  14. ➸ Theme made by Amplamente
  15. ➸ http://amplamente.tumblr.com
  16. ➸ Não retire os crédtios
  17. ➸ Don't remove credit
  18.  
  19. -->
  20.  
  21.  
  22. <head>
  23.  
  24. <title>{title}</title>
  25. <link rel="shortcut icon" href="{Favicon}"/>
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28.  
  29. <meta name="color:Background" content="#ffff"/>
  30. <meta name="color:Post Bg" content="#fff"/>
  31. <meta name="color:Perma link" content="#999"/>
  32. <meta name="color:Tooltip bg" content="#eee"/>
  33. <meta name="color:Tooltip text" content="#888888"/>
  34. <meta name="color:Question" content="#eee"/>
  35. <meta name="color:Question text" content="#666666"/>
  36. <meta name="color:Question link" content="#141414"/>
  37. <meta name="color:Answer" content="#ffffff"/>
  38. <meta name="color:Border" content="#eeeeee"/>
  39. <meta name="color:Text" content="#888888"/>
  40. <meta name="color:Link" content="#222222"/>
  41. <meta name="color:Link hover" content="#546"/>
  42. <meta name="color:Bold" content="#191919"/>
  43. <meta name="color:Italic" content="#f54349"/>
  44. <meta name="color:Title" content="#888888"/>
  45. <meta name="color:Header description" content="#888888"/>
  46. <meta name="color:Header bg" content="#fff"/>
  47. <meta name="color:Header link" content="#666666"/>
  48. <meta name="color:Header link hover" content="#141414"/>
  49. <meta name="color:Scrollbar" content="#000000"/>
  50.  
  51. <meta name="if:InfiniteScroll" content="0"/>
  52.  
  53. <meta name="image:Background" content=""/>
  54. <meta name="image:Header image" content=""/>
  55.  
  56. <meta name="text:link1" content="link 1" />
  57. <meta name="text:link1url" content="/" />
  58. <meta name="text:link2" content="link 2" />
  59. <meta name="text:link2url" content="/" />
  60. <meta name="text:link3" content="link 3" />
  61. <meta name="text:link3url" content="/" />
  62. <meta name="text:link4" content="link 4" />
  63. <meta name="text:link4url" content="/" />
  64.  
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  68. <script>
  69. (function($){
  70.  
  71. $(document).ready(function(){
  72. $("[title]").style_my_tooltips();
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  78. <link href='https://fonts.googleapis.com/css?family=Nunito:400,700|Muli:400,400italic|Josefin+Sans:400,700,700italic|Exo+2:400,700,700italic|Quicksand:400,700' rel='stylesheet' type='text/css'>
  79. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  80. <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  81. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  82. <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  83. <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  84.  
  85. <style type="text/css">
  86.  
  87. blockquote {
  88. margin-left:20px;
  89. padding-left:10px;
  90. border-left:2px solid{color:text};
  91. background:transparent;
  92. }
  93.  
  94. .audioicon {border:1px solid transparent; margin-right:10px;}
  95. .audioplay {width:28px; margin-top:3px; overflow:hidden;}
  96. .player { background:transparent; width:28px; padding:6px 10px;display:inline-block;}
  97. .audiodesc {display:inline-block; vertical-align:top; height:46px; line-height:46px; margin-left:14px;}
  98.  
  99. #sidepam {
  100.  
  101. width:130px;
  102. height:auto;
  103. float:left;
  104. margin-left:0px;
  105. background:transparent;
  106. border-radius:10px;
  107. margin-top:10px;
  108. }
  109.  
  110. #sidepam img {
  111.  
  112. height:auto;
  113. width:130px;
  114. float:left;
  115. border-radius:10px;
  116. -webkit-transition: all 0.5s ease;
  117. -moz-transition: all 0.5s ease;
  118. -o-transition: all 0.5s ease;
  119. -ms-transition: all 0.5s ease;
  120. transition: all 0.5s ease;
  121. -webkit-filter: grayscale(0);
  122.  
  123. }
  124.  
  125. #sidepam img:hover {
  126. -webkit-filter: grayscale(0.7);
  127. transition:All .5s ease;
  128. -o-transition:All .5s ease;
  129. -webkit-transition: all 0.5s ease;
  130. -moz-transition: all 0.5s ease;
  131. -o-transition: all 0.5s ease;
  132. -ms-transition: all 0.5s ease;
  133. transition: all 0.5s ease;
  134.  
  135. }
  136.  
  137. #question {padding:0px; margin-bottom:5px;}
  138.  
  139. #asker_portrait img{
  140.  
  141. border-top-left-radius:20px;
  142. border-top-right-radius:20px;
  143. border-bottom-right-radius:20px;
  144. max-width:40px;
  145. margin-top:-25px;
  146. float:center;
  147. margin-right:20px;
  148. padding:4px;
  149. background:{color:question};
  150.  
  151. }
  152.  
  153. #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
  154.  
  155. #asker a {color:{color:question link}; text-align:center; font-size:12px;}
  156.  
  157. #asked_question {
  158. background-color:{color:question};
  159. border:1px solid{color:question};
  160. color:{color:question text};
  161. padding:10px;
  162. font-style:italic;
  163. padding-top:20px;
  164. margin-top:30px;
  165. min-height:20px;
  166. text-align:center;
  167. font-size:12px;
  168. margin-left:5px;
  169. left:50px;
  170. padding-right:50px;
  171.  
  172. }
  173.  
  174. #answer {
  175.  
  176. background:{color:answer};
  177. padding:2px 10px;
  178. margin-left:5px;
  179. margin-top:10px;
  180. margin-bottom:5px;
  181. font-size:12px;
  182. }
  183.  
  184. .asktri {
  185.  
  186. width: 0;
  187. height: 0;
  188. border-style: solid;
  189. border-width: 18px 17.5px 0 17.5px;
  190. border-color: {color:question} transparent transparent transparent;
  191. float:center;
  192. margin-top:-5px;
  193. margin-left:110px;
  194. }
  195.  
  196.  
  197. #s-m-t-tooltip {
  198.  
  199. max-width:300px;
  200. padding:8px;
  201. margin:15px 20px;
  202. background-color: {color:tooltip bg};
  203. font-family: calibri;
  204. font-size:11px;
  205. letter-spacing:1px;
  206. text-transform:uppercase;
  207. color:{color:tooltip text};
  208. border:1px solid #dfdfdf;
  209. z-index:9999999;
  210.  
  211. }
  212.  
  213. ul {
  214. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  215. }
  216.  
  217. #top3 {
  218. height:150px;
  219. width:1100px;
  220. margin-top:10px;
  221. padding:20px;
  222. float:center;
  223. margin-left:auto;
  224. margin-right:auto;
  225. background:{color:header bg};
  226. -webkit-transition:all 0.3s ease-out;
  227. -moz-transition:all 0.3s ease-out;
  228. transition:all 0.3s ease-out;
  229. }
  230.  
  231. b { color: {color:bold}; !important; }
  232.  
  233. i { color: {color:italic} ;!important; }
  234.  
  235. u { border-bottom: 1px solid {color:link}; text-decoration:none;}
  236.  
  237. #calado{
  238. z-index:4;
  239. background:transparent;
  240. margin-left:140px;
  241. float:center;
  242. margin-top:0px;
  243. width:600px;
  244. text-align:left;
  245. }
  246. #calado a {
  247. text-shadow:none;
  248. padding-bottom:20px;
  249. margin-left:10px;
  250. font-size:11px;
  251. font-weight:normal;
  252. text-transform:uppercase;
  253. font-family:montserrat;
  254. display:inline-block;
  255. text-align:center;
  256. border-bottom:3px solid transparent;
  257. color:{color:header link};
  258. -webkit-transition:all 0.3s ease-out;
  259. -moz-transition:all 0.3s ease-out;
  260. transition:all 0.3s ease-out;
  261. }
  262. #calado a:hover {
  263. text-shadow:none;
  264. padding-bottom:5px;
  265. border-bottom:3px solid;
  266. color:{color:header link hover};
  267. -webkit-transition:all 0.3s ease-out;
  268. -moz-transition:all 0.3s ease-out;
  269. transition:all 0.3s ease-out;
  270. }
  271.  
  272.  
  273. iframe#tumblr_controls {black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;}
  274. #tumblr_controls{position:fixed !important;-webkit-filter: invert(100%)}
  275. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {opacity:0.2; position:fixed;}
  276.  
  277.  
  278. h1 {
  279. font-size:25px;
  280. color:{color:bold};
  281. font-family: 'Kaushan Script', cursive; text-align:center;
  282. -webkit-transition:all 0.3s ease-out;
  283. -moz-transition:all 0.3s ease-out;
  284. transition:all 0.3s ease-out;
  285.  
  286. }
  287.  
  288. h1:hover {
  289. -webkit-transition:all 0.3s ease-out;
  290. -moz-transition:all 0.3s ease-out;
  291. transition:all 0.3s ease-out;
  292.  
  293. }
  294. .description {
  295. padding:10px;
  296. padding-bottom:15px;
  297. float:center;
  298. margin-left:140px;
  299. width:400px;
  300. height:auto;
  301. background:transparent;
  302. font-size:9.5px;
  303. font-family: cantarell;
  304. text-align:left;
  305. color:{color:header description};
  306. }
  307.  
  308. a{
  309. color:{color:Link};
  310. text-decoration:none;
  311. -webkit-transition:all 0.3s ease-out;
  312. -moz-transition:all 0.3s ease-out;
  313. transition:all 0.3s ease-out;
  314. }
  315.  
  316. a:hover{
  317. color:{color:Link hover};
  318. -webkit-transition:all 0.3s ease-out;
  319. -moz-transition:all 0.3s ease-out;
  320. transition:all 0.3s ease-out;
  321.  
  322. }
  323.  
  324. body{
  325. overflow-x:hidden;
  326. cursor:crosshair;
  327. color:{color:Text};
  328. font-family: 'Cantarell', sans-serif;
  329. font-size:11px;
  330. background: {color:background} url("{image:background}") fixed no-repeat left top;
  331. background-size: 100% 100%;
  332.  
  333. }
  334.  
  335. h2 {text-align:center; text-transform:none;}
  336.  
  337. #post{
  338. margin-top:30px;
  339. width:950px;
  340. background:transparent;
  341. height:100%;
  342. margin-left:auto;
  343. margin-right:auto;
  344. float:center;
  345. padding:20px;
  346. }
  347.  
  348. .entry{
  349. padding:20px;
  350. background:{color:post bg};
  351. width:255px;
  352. height:auto;
  353. float:right;
  354. margin:10px;
  355. {block:permalinkpage}
  356. width:500px;
  357. {/block:permalinkpage}
  358. -webkit-animation: tada 2s;
  359. -moz-animation: tada 2s;
  360. -ms-animation: tada 2s;
  361. -webkit-transition: 1s ease-in-out;
  362. -moz-transition: 1s ease-in-out;
  363. -o-transition: 1s ease-in-out;
  364.  
  365. }
  366.  
  367. .entry img{
  368. {block:permalinkpage}
  369. width:500px;
  370. {/block:permalinkpage}
  371. float:right;
  372. margin:2px;
  373. margin-bottom:5px;
  374. }
  375.  
  376. .entry .perm{
  377.  
  378. background:{color:post bg};
  379. padding:5px;
  380. text-align:center;
  381. margin-top:-10px;
  382. margin-left:0px;
  383. width:250px;
  384. height:93% !important;
  385. position:absolute;
  386. opacity:0.0;
  387. {block:permalinkpage}
  388. display:none;
  389. {block:permalinkpage}
  390. -webkit-transition:all 0.5s ease-out;
  391. -moz-transition:all 0.5s ease-out;
  392. transition:all 0.5s ease-out;
  393.  
  394.  
  395. }
  396. .entry:hover .perm{
  397. height:auto;
  398. opacity:1;
  399. -webkit-transition:all 0.5s ease-out;
  400. -moz-transition:all 0.5s ease-out;
  401. transition:all 0.5s ease-out;
  402.  
  403. }
  404.  
  405. .pagination {
  406. display: none;
  407. }
  408.  
  409. ::-webkit-scrollbar-thumb {height:auto;background-color: {color:scrollbar};border: 4px solid {color:background};}
  410. ::-webkit-scrollbar {height:9px;width:9px;background-color:{color:background};border: 2px solid {color:background};}
  411.  
  412.  
  413. #notas {
  414. margin-top:10px;
  415. width:100%;
  416. height:200px;
  417. overflow-y:auto;
  418. background:transparent;
  419.  
  420. }
  421.  
  422. .notes img {
  423. width: 0px;
  424. height:0px;
  425. border-radius:100%;
  426. float:left;
  427. border-right:10px solid transparent;
  428. -webkit-transition: all 0.5s linear;
  429. -moz-transition: all 0.5s linear;
  430. transition: all 0.5s linear;}
  431. ol.notes, .notes li {
  432. height:20px;
  433. width: 100%;
  434. margin-top: 5px;
  435. margin-left:0px;
  436. padding-left: 0px}
  437. .notes li:hover img {
  438. -webkit-transition: all 0.5s linear;
  439. -moz-transition: all 0.5s linear;
  440. transition: all 0.5s linear;}
  441.  
  442. h4 {
  443.  
  444. font-weight:bold;
  445. font-size:20px;
  446. text-transform:none;
  447. text-align:center;
  448. Font-family:allura;
  449. color:{color:header link};
  450.  
  451.  
  452. }
  453.  
  454. .tags {
  455.  
  456. text-align:center;
  457. font-family:cantarell;
  458. font-size:9px;
  459. width:180px;
  460. background:transparent;
  461. text-transform:lowercase;
  462. float:center;
  463. padding:10px;
  464. margin-top:-20px;
  465. margin-bottom:10px;
  466.  
  467. }
  468.  
  469. .tags a{
  470.  
  471. margin-left:4px;
  472. background:transparent;
  473. text-transform:lowercase;
  474.  
  475. }
  476.  
  477. #top1 { position:fixed; f width:auto; height:auto; letter-spacing: 1px; right:20px; bottom:20px; padding:8px; font-size:35px; font-family:Lovers Quarrel; line-height:14px; text-align:right; z-index:99;
  478. -webkit-transition:all 0.3s ease-out;
  479. -moz-transition:all 0.3s ease-out;
  480. transition:all 0.3s ease-out;
  481. text-shadow:none;
  482. }
  483. #top1 a{text-shadow:none;}
  484. #top1 a:hover {text-shadow:none;}
  485. #top1:hover {
  486. -webkit-transition:all 0.3s ease-out;
  487. -moz-transition:all 0.3s ease-out;
  488. transition:all 0.3s ease-out;
  489. -moz-transform: scale(1.5);
  490. -webkit-transform: scale(1.5);
  491. -o-transform: scale(1.5);
  492. -ms-transform: scale(1.5);
  493. transform: scale(1.5);
  494. text-shadow:none;
  495. }
  496.  
  497.  
  498. #top2 {
  499. height:auto;
  500. width:auto;
  501. letter-spacing:1px;
  502. margin-left:auto;
  503. margin-right:auto;
  504. margin-top:30px;
  505. margin-bottom:50px;
  506. font-size:12px;
  507. text-transform:uppercase;
  508. z-index:4;
  509. text-align:center;
  510. float:center;
  511. font-family:montserrat;
  512. -webkit-transition:all 0.3s ease-out;
  513. -moz-transition:all 0.3s ease-out;
  514. transition:all 0.3s ease-out;
  515. }
  516.  
  517. #top2 a{margin-left:4px;
  518. padding:7px; background: {color:post bg}; color:{color:text};
  519. }
  520. #top2:hover{
  521. -webkit-transition:all 0.8s ease-out;
  522. -moz-transition:all 0.8s ease-out;
  523. transition:all 0.8s ease-out;
  524. }
  525.  
  526. .mytitle {
  527.  
  528. font-family: 'Kaushan Script', cursive;
  529. font-size:35px;
  530. text-align:left;
  531. margin-left:150px;
  532. margin-top:8px;
  533.  
  534. }
  535.  
  536. .mytitle a{
  537.  
  538. color:{color:title};
  539.  
  540. }
  541.  
  542. #navigation {
  543. width: 150px;
  544. line-height: 7px;
  545. float:center;
  546. margin-top:20px;
  547. margin-left:auto;
  548. margin-right:auto;
  549. }
  550.  
  551.  
  552. #navigation a:link, #navigation a:visited, #navigation a:active {
  553. display: block;
  554. font: 9px montserrat;
  555. text-transform: uppercase;
  556. text-decoration: none;
  557. text-align: right;
  558. letter-spacing: 2px;
  559. background-color: transparent;
  560. line-height:8px;
  561. color: {color:perma link}; !important;
  562. padding: 5px;
  563. width:140px;
  564. text-shadow:none;
  565. -webkit-transition: all .5s ease-out;
  566. -moz-transition: all .5s ease-out;
  567. -o-transition: all .5s ease-out;
  568. -ms-transition: all .5s ease-out;
  569. transition: all .5s ease-out;
  570. }
  571.  
  572. #navigation a:hover {
  573. text-shadow:none;
  574. padding: 5px;
  575. }
  576.  
  577.  
  578. {CustomCSS}
  579.  
  580. </style>
  581. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  582.  
  583. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  584.  
  585. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  586.  
  587. <script>
  588. $(function(){
  589. var $container = $('#post');
  590. $container.imagesLoaded(function(){
  591. $container.masonry({
  592. itemSelector: '.entry',
  593. });
  594. });
  595. $container.infinitescroll({
  596. itemSelector : ".entry",
  597. navSelector : "div.pagination",
  598. nextSelector : ".pagination a#next",
  599. loadingImg : "",
  600. loadingText : "<em></em>",
  601. bufferPx : 10000,
  602. extraScrollPx: 12000,
  603. },
  604. // trigger Masonry as a callback
  605. function( newElements ) {
  606. var $newElems = $( newElements ).css({ opacity: 0 });
  607. // ensure that images load before adding to masonry layout
  608. $newElems.imagesLoaded(function(){
  609. $newElems.animate({ opacity: 1 });
  610. $container.masonry( 'appended', $newElems, true );
  611. });
  612. }
  613. );
  614. });
  615. </script>
  616.  
  617. </head>
  618. <body>
  619.  
  620. <div id="top3">
  621.  
  622. <div id="sidepam">
  623. <img src="{image:header image}">
  624. </div>
  625.  
  626. <div class="mytitle"><a href="/">{title}</a></div>
  627. <div class="description">{description}</div>
  628.  
  629. <div id="calado">
  630.  
  631. <a href="{text:link1url}">{text:link1}</a>
  632. <a href="{text:link2url}">{text:link2}</a>
  633. <a href="{text:link3url}">{text:link3}</a>
  634. <a href="{text:link4url}">{text:link4}</a>
  635. </div>
  636. </div>
  637.  
  638.  
  639. <div id="post">
  640. {block:Posts}
  641. <div class="entry">
  642. <div class="perm">
  643.  
  644. <div id="navigation">
  645.  
  646. <a href="{ReblogUrl}">Reblog</a></br>
  647. <a style="text-align:left;" href="{Permalink}">{NoteCountWithLabel}</a></br>
  648. {block:Date}<a href="{Permalink}">{TimeAgo}</a></br>{/block:Date}
  649. {block:RebloggedFrom} <a style="text-align:left;" href="{Permalink}" title="{ReblogParentTitle}">from</a></br> {/block:RebloggedFrom}
  650.  
  651. </div>
  652.  
  653. </div>
  654.  
  655. {block:Title}<h1>{Title}</h1>{/block:Title}
  656.  
  657. {block:Text}{Body}{/block:Text}
  658.  
  659. {block:Photo}
  660. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  661.  
  662. {/block:Photo}
  663.  
  664. {block:Photoset}
  665. {Photoset-250}
  666. {/block:Photoset}
  667.  
  668.  
  669. {block:Quote}
  670.  
  671. <div style="text-align:center; padding:10px; font-family:Cantarell; font-weight:normal; font-size:15px;">{Quote}</br></div>
  672.  
  673. <div align="right" style="text-align:center; font-size:9px; font-family:montserrat; text-transform:uppercase; padding-bottom:15px;">
  674. </br>{block:Source}— {Source}{/block:Source} </br>
  675. </div>
  676. {/block:Quote}
  677.  
  678. {block:Video}
  679. {Video-250}<br>{PlayCountWithLabel}{/block:Video}
  680.  
  681.  
  682. {block:Link}
  683. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  684. {block:Description}{Description}{/block:Description}
  685. {/block:Link}
  686.  
  687. {block:Chat}
  688. {block:Lines}
  689. {block:Label}
  690. <br><b>{Label}</b>
  691. {/block:Label}
  692. &nbsp;{Line}
  693. {/block:Lines}
  694. {/block:Chat}
  695.  
  696. {block:Audio}<div class="audioicon"><div class="player"><div class="audioplay">{AudioPlayer}</div></div><div class="audiodesc"><b>{block:TrackName}{TrackName}{/block:TrackName}</b> {block:Artist}, {Artist}{/block:Artist}</div></div>
  697. {/block:Audio}
  698.  
  699. {block:Answer}
  700. <div id="question">
  701. <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
  702. <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
  703. </div><div class="asktri"></div>
  704. <div id="answer">
  705. {Answer}
  706. </div>
  707. {/block:Answer}
  708.  
  709. {block:PermalinkPage}
  710. <br>
  711. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  712. <Br>
  713. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  714. {/block:PermalinkPage}
  715. </div>
  716.  
  717. {/block:Posts}
  718.  
  719. </div>
  720.  
  721. {block:IfNotInfiniteScroll}
  722. <div id="top2">
  723.  
  724. {block:Pagination}
  725. {block:PreviousPage}
  726. <a href="{PreviousPage}"><li style="font-size:10px;" class="fa fa-chevron-left"></li></a>
  727. {/block:PreviousPage}
  728.  
  729. {block:JumpPagination length="5"}
  730.  
  731. {block:CurrentPage}
  732. <a href="#"><span class="current_page"><li class="fa fa-check"></li></span></a>
  733. {/block:CurrentPage}
  734.  
  735. {block:JumpPage}
  736. <a class="jump_page" href="{URL}">{PageNumber}</a>
  737. {/block:JumpPage}
  738. {/block:JumpPagination}
  739.  
  740. {block:NextPage}
  741. <a href="{NextPage}"><li style="font-size:10px;" class="fa fa-chevron-right"></li></a>
  742. {/block:NextPage}
  743.  
  744. {/block:Pagination}
  745.  
  746. </div>
  747. {/block:IfNotInfiniteScroll}
  748.  
  749.  
  750. {block:IfInfiniteScroll}
  751. <div class="pagination">
  752. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  753. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  754. </div>
  755. {/block:IfInfiniteScroll}
  756.  
  757. <div id="top1">
  758. <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">Am</a>
  759. </div>
  760.  
  761.  
  762. </body>
  763. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement