Advertisement
Carolaine_Vieira

Holy

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