Advertisement
Carolaine_Vieira

talvez

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