Advertisement
reptilha

Aliyah — 002

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