Advertisement
reptilha

Belle Rose — 004

Aug 5th, 2018
1,811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.60 KB | None | 0 0
  1. <!--
  2.  
  3. Theme desenvolvido por @reptilha
  4. Não copie detalhes e não remova os créditos.
  5.  
  6. Grata pela preferência.
  7. Atenciosamente, G.
  8.  
  9. --->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="https://www.w3.org/1999/xhtml">
  16.  
  17. <head>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20.  
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link rel="shortcut icon" href="{Favicon}">
  24. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  25.  
  26. <!-- jquery -->
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  28. <!-- jquery -->
  29.  
  30. <script>
  31. $(document).ready(function(){
  32. /**** tumblr blogs avatars ****/
  33. $(".tumblr_blog").each(function() {
  34. var tumblrblogurl = $(this).text();
  35. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  36. });
  37. /**** tumblr blogs avatars ****/
  38. });
  39. </script>
  40.  
  41. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  42.  
  43. <meta name="text:Twitter url" content="" />
  44. <meta name="text:Instagram url" content="" />
  45. <meta name="text:We Heart url" content="" />
  46.  
  47. <meta name="color:Posts" content="#fff"/>
  48. <meta name="color:Menu" content="#fff"/>
  49.  
  50. <meta name="image:Background" content="" />
  51. <meta name="image:Foto" content="" />
  52.  
  53. <meta name="color:Font" content="#000"/>
  54. <meta name="color:Description" content="#000"/>
  55. <meta name="color:Background" content="#000"/>
  56. <meta name="color:Links" content="#000"/>
  57. <meta name="color:Links Menu" content="#ccc"/>
  58. <meta name="color:Link Hover" content="#ccc"/>
  59. <meta name="color:Titles" content="#000"/>
  60. <meta name="color:Links Hover Menu" content="#ccc"/>
  61. <meta name="color:Borders" content="#eee"/>
  62.  
  63. <meta name="text:AskLabel" content="perguntou" />
  64. <meta name="if:DarkButtons" content="" />
  65. <meta name="if:Social" content="/u" />
  66. <meta name="if:Foto" content="/u" />
  67.  
  68. <meta name="text:Link 1" content="Link" />
  69. <meta name="text:Link 1 url" content="" />
  70. <meta name="text:Link 2" content="Link" />
  71. <meta name="text:Link 2 url" content="" />
  72. <meta name="text:Link 3" content="Link" />
  73. <meta name="text:Link 3 url" content="" />
  74. <meta name="text:Link 4" content="Link" />
  75. <meta name="text:Link 4 url" content="" />
  76. <meta name="text:Link 5" content="Link" />
  77. <meta name="text:Link 5 url" content="" />
  78.  
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  81. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  82.  
  83. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  84.  
  85. <style type="text/css">
  86.  
  87. /* config */
  88.  
  89. body{
  90. font-family:century gothic;
  91. background:{color:Background};
  92. background-image:url('{image:Background}');
  93. background-repeat:no-repeat;
  94. background-attachment:fixed;
  95. background-size:100%;
  96. font-size:13px;
  97. color:{color:Font};
  98. line-height:22px;
  99. overflow-x:hidden;
  100. }
  101.  
  102. img {
  103. height: auto;
  104. width: auto;
  105. }
  106.  
  107. iframe, img, embed, object, video{
  108. max-width: 100%;
  109. }
  110.  
  111. .photo{
  112. width:100%;
  113. border-radius: 3px;
  114. -webkit-transition: all 0.5s ease-out;
  115. -moz-transition: all 0.5s ease-out;
  116. -o-transition: all 0.5s ease-out;
  117. transition: all 0.5s ease-out;
  118. }
  119.  
  120. .post:hover .photo{
  121. opacity:1.0;
  122. }
  123.  
  124.  
  125. a{
  126. color:{color:Links};
  127. cursor:hand;
  128. font-weight:bold;
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;
  131. -o-transition: all 0.5s ease-out;
  132. transition: all 0.5s ease-out;
  133. }
  134.  
  135. .box iframe {
  136. max-width: 100%;
  137.  
  138. }
  139.  
  140. .text img {
  141. max-width: 100%;
  142.  
  143. }
  144.  
  145. blockquote{
  146. margin-left:0%;
  147. width:100%;
  148. }
  149.  
  150. .box img {
  151. display: block;
  152.  
  153. }
  154.  
  155. .clear {
  156. clear: both;
  157.  
  158. }
  159.  
  160. #pagination {
  161. display: none;
  162.  
  163. }
  164.  
  165. a:hover{
  166. color:{color:Link Hover};
  167. }
  168.  
  169. .clearfix:after{
  170. content:".";
  171. display:block;
  172. clear:both;
  173. visibility:hidden;
  174. line-height:0;
  175. height:0;
  176.  
  177. }
  178.  
  179. .clearfix{
  180. display:inline-block;
  181.  
  182. }
  183.  
  184. html[xmlns] .clearfix{
  185. display:block;
  186.  
  187. }*
  188.  
  189. html .clearfix{
  190. height:1%;
  191.  
  192. }
  193.  
  194. a{
  195. text-decoration:none;
  196. }
  197.  
  198. .post {
  199. position: relative;
  200. width:400px;
  201. text-align:justify;
  202. float:left;
  203. padding:20px;
  204. z-index:0;
  205. border-radius:3px;
  206. margin-bottom:20px;
  207. {block:PermalinkPage}
  208. width:400px;
  209. {/block:PermalinkPage}
  210.  
  211. }
  212.  
  213. #contain {
  214. width:900px;
  215. background:;
  216. height:100%;
  217. margin-top:0px;
  218. margin-left:200px;
  219. min-height:700px;
  220.  
  221. }
  222.  
  223. #content {
  224. width:440px;
  225. margin-top:-10px;
  226. background:{color:Posts};
  227. padding:20px;
  228. margin-left:200px;
  229. }
  230.  
  231. #infscr-loading {display:none!important;}
  232. #infscr-loading img {display:none;}
  233. #pagination {display:none;}
  234.  
  235. /**** tumblr blogs avatars ****/
  236. .tumblr_blog {margin-left: 40px;text-transform:uppercase;
  237. font-weight:normal; font-size:12px;
  238. } /** aqui você edita a aparência do link do blog **/
  239. .tumblr_blog_avatar {width: 30px; height: 30px; border-radius: 2px;position:absolute;margin-right:px;margin-top:-4px;vertical-align:-5px;} /** aqui você edita a aparência do avatar **/
  240. /**** tumblr blogs avatars ****/
  241.  
  242.  
  243.  
  244. .iframe-controls--desktop {
  245. position:fixed;
  246. padding-top:20px;
  247. padding-right:20px;
  248. z-index:9999999999999999999999999999;
  249. {block:IfDarkButtons}
  250. filter:invert(100%);
  251. -webkit-filter:invert(100%);
  252. {/block:IfDarkButtons}
  253. -webkit-transform:scale(0.6,0.6);
  254. -webkit-transform-origin: 100% 0%;
  255. -ms-transform-origin:100% 0%;
  256. -ms-transform:scale(0.6,0.6);
  257. transform:scale(0.6,0.6);
  258. transform-origin:100% 0%;
  259. }
  260.  
  261. .thememaker{
  262. position:fixed;
  263. margin-top:20px;
  264. right:0px;
  265. font-size:13px;
  266. z-index:9999999999999999999999999999;
  267. {block:IfDarkButtons}
  268. color:black;
  269. {/block:IfDarkButtons}
  270. {block:IfNotDarkButtons}
  271. color:white;
  272. {/block:IfNotDarkButtons}
  273. }
  274.  
  275. #scrollToTop{
  276. right:5px;
  277. bottom:10px;
  278. position:fixed;
  279. font-size:13px;
  280. z-index:9999999999999999999999999999;
  281. {block:IfDarkButtons}
  282. color:black;
  283. {/block:IfDarkButtons}
  284. {block:IfNotDarkButtons}
  285. color:white;
  286. text-shadow: 1px 1px 1px rgba(68,68,68,.4), -1px -1px 1px rgba(68,68,68,.4), -1px 1px 1px rgba(68,68,68,.4), 1px -1px 1px rgba(68,68,68,.4);
  287. {/block:IfNotDarkButtons}
  288. }
  289.  
  290.  
  291.  
  292. ::-moz-selection {color:inherit;background: transparent;}
  293.  
  294. ::selection {color:inherit;background: transparent;}
  295.  
  296. b{
  297. font-weight:bold;
  298. }
  299.  
  300. .caption{
  301. margin-top:10px;
  302. }
  303.  
  304. ::-webkit-scrollbar
  305. {width: 19px; height: 19px; z-index:-1;}
  306. ::-webkit-scrollbar-track-piece
  307. {background-color: {color:Background};-webkit-border-radius:px;}
  308. ::-webkit-scrollbar-thumb:vertical
  309. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  310. ::-webkit-scrollbar-thumb:horizontal
  311. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:8px solid {color:Background}; }
  312.  
  313. .source{
  314. font-weight:bold;
  315. margin-top:3px;
  316. }
  317.  
  318. #s-m-t-tooltip {
  319. max-width:200px;
  320. padding:3px 10px 3px 10px;
  321. border:1px solid {color:Borders};
  322. margin:15px 20px;
  323. border-radius:3px;
  324. background:{color:Posts};
  325. z-index:123456789;
  326.  
  327. }
  328.  
  329. #tumblr_lightbox {
  330. background-color:rgba(225, 225, 225, .7)!important;
  331. z-index:99999!important;
  332. }
  333.  
  334. #tumblr_lightbox img {opacity:0;}
  335.  
  336. #tumblr_lightbox_caption {
  337. color:black!important;
  338. font-family:arial!important;
  339. font-size:10px!important;
  340. font-weight:normal!important;
  341. text-shadow:none!important;
  342. }
  343. #tumblr_lightbox_center_image,
  344. #tumblr_lightbox_left_image,
  345. #tumblr_lightbox_right_image {
  346. background:white!important;
  347. -moz-box-shadow:none!important;
  348. -webkit-box-shadow:none!important;
  349. box-shadow:none!important;
  350. -moz-border-radius:0px!important;
  351. -webkit-border-radius:0px!important;
  352. border-radius:0px!important;
  353. opacity:1!important;
  354. }
  355.  
  356. #tumblr_lightbox_left_image,
  357. #tumblr_lightbox_right_image {opacity:.6!important;}
  358.  
  359. /* config */
  360.  
  361. reb{
  362. display:block;
  363. font-style:italic;
  364. }
  365.  
  366. reb span{
  367. vertical-align:0px;
  368. margin-left:5px;
  369. margin-right:5px;
  370. display:inline-block;
  371. font-size:8px;
  372. }
  373.  
  374. time{ font-style:;
  375. margin-right:10px;
  376. -webkit-transition: all 0.5s ease-out;
  377. -moz-transition: all 0.5s ease-out;
  378. -o-transition: all 0.5s ease-out;
  379. transition: all 0.5s ease-out;
  380. {block:PermalinkPage}
  381. display:none;
  382. {/block:PermalinkPage}
  383. }
  384.  
  385. pd{
  386. display:block;
  387. padding:px;
  388. }
  389.  
  390. /**Fragile Help**/
  391. .lnotes {display:block; margin-top:5px;}
  392. .lnotes .avatar {border:none; margin:4px; width:29px; padding:0;border-radius:2px;padding:3px; border:1px solid {color:Borders};}
  393. .lnotes ol {margin:0; padding:0;}
  394. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  395. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  396. .more_box {display:block; width:500px; height:35px; margin:0; padding:0;width:}
  397. .more_notes_link_container a {width:350px; font-weight:normal; display:block; text-align:center;margin-top:30px;margin-bottom:30px;}
  398. .lnotes blockquote {display:none;}
  399.  
  400. lin{
  401. display:block;
  402. padding:10px;
  403. width:500px;
  404. }
  405.  
  406. lin span{
  407. margin:5px;
  408. font-size:15px;
  409. }
  410. {block:Tags}
  411. a{
  412. font-weight:normal;
  413. }
  414. {/block:Tags}
  415.  
  416. .chat li{
  417. list-style:none;
  418. }
  419.  
  420. blockquote{
  421. margin-left:0px;
  422. }
  423.  
  424. .chat span{
  425. font-weight:bold;
  426. font-family:calibri;
  427. text-transform:uppercase;
  428. letter-spacing:1px;
  429. }
  430.  
  431. .pessoa {line-height:20px;}
  432. .pessoa a{text-transform:lowercase;
  433. color:{color:Titles};font-size:17px;
  434. border:1px solid {color:Borders}; padding:2px; padding-right:7px;padding-left:7px; border-radius:3px;
  435. font-family: 'EB Garamond', serif;
  436. border-bottom:1px solid {color:Borders};}
  437. .pessoa img{ width:40px;border-radius:1px;margin-bottom:5px;display:inline-block;position:absolute;}
  438. .pergunta { background:; margin-top:10px;padding-bottom:20px; margin-left:0px; border-bottom:1px solid {color:Borders}; text-align:left; }
  439. .resposta { padding-top:px; padding-bottom:10px; background:transparent;margin-top:-20px; padding-top:30px;}
  440.  
  441. sidebar{
  442. position:fixed;
  443. width:300px;
  444. padding:50px;
  445. height:100%;
  446. border-rght:1px solid {color:Borders};
  447. margin-left:-10px;
  448. top:-10px;
  449. display:block;
  450. }
  451.  
  452. h1, h2, h3{
  453. font-size:1.4em;
  454. font-weight:normal;
  455. color:{color:Titles};
  456. display:inline-block;
  457. font-family: 'EB Garamond', serif;
  458. }
  459.  
  460. sidebar h1{
  461. display:inline-block;
  462. background:{color:Background};
  463. margin-top:-5px;
  464. font-weight:100;
  465. font-size:24px;
  466. text-transform:lowercase;
  467. letter-spacing:2px;
  468. z-index:99999999999999999;
  469. margin-bottom:0px;}
  470.  
  471. bio{
  472. text-align:left;
  473. margin-top:5px;
  474. display:block;
  475. color:{color:Description};
  476. }
  477.  
  478. .source{
  479. font-style:italic;
  480. font-weight:bold;
  481. }
  482.  
  483.  
  484. sidebar img{
  485. width:70%;
  486. border-radius:3px;
  487. display:block;
  488. margin-bottom:20px;
  489. }
  490.  
  491. notes{
  492. display:block;
  493. position:absolute;
  494. margin-top:0px;
  495. width:130px;
  496. margin-left:-20px;
  497. text-align:center;
  498. font-size:17px;
  499. padding-bottom:30px;
  500. margin-top:px;
  501. font-size:13px;
  502. text-transform:uppercase;
  503. font-family:calibri;
  504. opacity:0.0;
  505. -webkit-transition: all 0.2s ease-out;
  506. -moz-transition: all 0.2s ease-out;
  507. -o-transition: all 0.2s ease-out;
  508. transition: all 0.2s ease-out;
  509. padding-top:x;
  510. z-index:999999999;
  511. }
  512.  
  513. hov a{
  514. display:inline-block;
  515. margin:5px;
  516. width:25px;
  517. font-size:;
  518. height:25px;
  519. background:{color:Menu};
  520. border:1px solid #eee;
  521. border-radius:2px;
  522. text-align:center;
  523. line-height:25px;
  524. color:{color:Links Menu};
  525. -webkit-transition: all 0.2s ease-out;
  526. -moz-transition: all 0.2s ease-out;
  527. -o-transition: all 0.2s ease-out;
  528. transition: all 0.2s ease-out;
  529. font-style:;
  530. }
  531.  
  532. .post:hover notes{
  533. opacity:1.0;
  534. }
  535.  
  536. social a{
  537. display:inline-block;
  538. margin-right:7px;
  539. margin-top:7px;
  540. width:25px;
  541. height:25px;
  542. background:{color:Menu};
  543. border:1px solid #eee;
  544. border-radius:2px;
  545. text-align:center;
  546. line-height:25px;
  547. color:{color:Links Menu};
  548. }
  549.  
  550. social a:hover{
  551. color:{color:Links Menu};
  552. opacity:0.5;
  553. }
  554.  
  555. social{
  556. display:block;
  557. margin-top:5px;
  558. {block:IfNotSocial}
  559. display:none;
  560. {/block:IfNotSocial}
  561. width:300px;
  562. }
  563.  
  564. line{
  565. color:transparent;
  566. }
  567.  
  568. linha{
  569. background: linear-gradient({color:Posts}, transparent);
  570. display:block;
  571. position:absolute;
  572. width:100%;
  573. height:0px;
  574. margin-top:-10px;
  575. opacity:0.0;
  576. z-index:111;
  577. -webkit-transition: all 0.5s ease-out;
  578. -moz-transition: all 0.5s ease-out;
  579. -o-transition: all 0.5s ease-out;
  580. transition: all 0.5s ease-out;
  581. }
  582.  
  583. .post:hover linha{
  584. -webkit-transition: all 0.5s ease-out;
  585. -moz-transition: all 0.5s ease-out;
  586. -o-transition: all 0.5s ease-out;
  587. transition: all 0.5s ease-out;
  588. opacity:1.0;
  589. }
  590. .post:hover linha{
  591. -webkit-transition: all 1s ease-out;
  592. -moz-transition: all 1s ease-out;
  593. -o-transition: all 1s ease-out;
  594. transition: all 1s ease-out;
  595. height:100%;
  596. }
  597.  
  598. </style>
  599.  
  600. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  601.  
  602. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  603. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/uGBow50r6/info.js"></script>
  604.  
  605. <link href="https://fonts.googleapis.com/css?family=EB+Garamond|Eczar|Libre+Baskerville|Vollkorn" rel="stylesheet">
  606.  
  607. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  608. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  609.  
  610. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  611.  
  612. <a class="thememaker" href="https://reptilha.tumblr.com/themes"><span class="fa fa-download"></span></a>
  613.  
  614.  
  615. </head>
  616.  
  617. <body>
  618.  
  619. <sidebar>
  620.  
  621. {block:IfFoto}
  622. <img src="{image:Foto}"/>
  623. {/block:IfFoto}
  624.  
  625. <h1>{Title};</h1>
  626.  
  627. <bio>
  628. {Description}
  629. </bio>
  630.  
  631. <social>
  632.  
  633. <a href="{text:Link 1 Url}" title="{text:Link 1}"><span class="fa fa-home"></span>
  634. <a href="{text:Link 2 Url}" title="{text:Link 2}"><span class="fa fa-envelope"></span>
  635. <a href="{text:Link 3 Url}" title="{text:Link 3}"><span class="fa fa-pencil"></span>
  636. <a href="{text:Link 4 Url}" title="{text:Link 4}"><span class="fa fa-folder-open"></span>
  637. <a href="{text:Link 5 Url}" title="{text:Link 5}"><span class="fa fa-user"></span>
  638.  
  639. <a href="{text:Twitter url}" title="Twitter"><span class="fa fa-twitter"></span></a>
  640. <a href="{text:Instagram url}" title="Instagram"><span class="fa fa-instagram"></span></a>
  641. <a href="{text:We Heart url}" title="We Heart It"><span class="fa fa-heart"></span></a>
  642.  
  643. </social>
  644.  
  645. </sidebar>
  646.  
  647. <div id="contain">
  648.  
  649. <div id="content">
  650. {block:Posts}
  651. <div class="post">
  652.  
  653. <center>{block:IndexPage}<notes>
  654. <hov><a href="{Permalink}" title="Dados da Postagem"><span class="fa fa-heart-o"></span></a> <a href="{ReblogUrl}" title="Compartilhar"><span class="fa fa-refresh"></span></a></hov></notes>{/block:IndexPage} </center>
  655.  
  656. {block:IndexPage}
  657. <linha></linha>
  658. {/block:IndexPage}
  659.  
  660. {block:Text}
  661. <pd> {block:Title}
  662. <h1>{Title}</h1>
  663. {/block:Title}{Body}</pd>
  664. {/block:Text}
  665.  
  666. {block:Photo}
  667. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  668.  
  669. {block:Caption}
  670. <div class="caption">{Caption}</div>
  671. {/block:Caption}</pd>
  672. {/block:Photo}
  673.  
  674. {block:Panorama}
  675. {LinkOpenTag}
  676. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  677. {LinkCloseTag}<pd>{block:Caption}
  678. <div class="caption">{Caption}</div>
  679. {/block:Caption}</pd>
  680. {/block:Panorama}
  681.  
  682. {block:Photoset}
  683. <pd> {Photoset}
  684. {block:Caption}{Caption}{/block:Caption}</pd>
  685. {/block:Photoset}
  686.  
  687. {block:Quote}
  688. <pd> {Quote}
  689.  
  690. {block:Source}
  691. <div class="source">{Source}</div>
  692. {/block:Source}</pd>
  693. {/block:Quote}
  694.  
  695. {block:Link}
  696. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span><h2>{Name}</h2></a>
  697. {block:Description}
  698. <div class="description">{Description}</div>
  699. {/block:Description}</pd>
  700. {/block:Link}
  701.  
  702. {block:Chat}
  703. <pd> {block:Title}
  704. <h3><a href="{Permalink}">{Title}</a></h3>
  705. {/block:Title}
  706.  
  707. <ul class="chat">
  708. {block:Lines}
  709. <li class="{Alt} user_{UserNumber}">
  710. {block:Label}
  711. <span class="label">{Label}</span>
  712. {/block:Label}{Line}
  713. </li>
  714. {/block:Lines}
  715. </ul></pd>
  716. {/block:Chat}
  717.  
  718. {block:Video}
  719. {Video-500}<pd>{block:Caption}
  720. <div class="caption">{Caption}</div>
  721. {/block:Caption}</pd>
  722. {/block:Video}
  723.  
  724. {block:Audio}
  725. {AudioEmbed}<pd>{block:Caption}
  726. <div class="caption">{Caption}</div>
  727. {/block:Caption}</pd>
  728. {/block:Audio}
  729.  
  730. {block:Answer}
  731. <pd><div class="pessoa">{Asker} {text:AskLabel}</div>
  732. <div class="pergunta">{Question}</div></pd>
  733. <div class="resposta">{Answer}</div>
  734. {/block:Answer}
  735.  
  736. {block:ContentSource}
  737. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  738. {/block:ContentSource}
  739. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  740.  
  741. </div>
  742.  
  743. {block:PermalinkPage}
  744. {block:PostNotes}
  745. <div class="post">
  746.  
  747. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  748. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  749. {block:ContentSource}
  750. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  751. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  752.  
  753. </div>
  754. {/block:PostNotes}
  755. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  756.  
  757. <line>line</line>
  758.  
  759. {/block:PermalinkPage}
  760.  
  761. {block:Pagination}
  762. <div id="pagination">
  763. {block:PreviousPage}
  764. <a href="{PreviousPage}"></a>
  765. {/block:PreviousPage}
  766. {block:NextPage}
  767. <a id="nextPage" href="{NextPage}"></a>
  768. {/block:NextPage}
  769. </div>
  770. {/block:Pagination}
  771.  
  772.  
  773.  
  774.  
  775.  
  776. {block:IndexPage}
  777. <script type="text/javascript">
  778. $(window).load(function () {
  779. $('#content').masonry(),
  780. $('.masonryWrap').infinitescroll({
  781. navSelector : '#pagination',
  782. nextSelector : '#nextPage',
  783. itemSelector : ".post, .loading",
  784. bufferPx : 20,
  785. },
  786. function() { $('#content').masonry({ appendedContent: $(this) }); });
  787. });
  788. </script>
  789. {/block:IndexPage}
  790.  
  791. {/block:Posts}
  792.  
  793.  
  794. </div>
  795.  
  796. <div class="loading"></div>
  797.  
  798.  
  799.  
  800. </body>
  801.  
  802. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement