Advertisement
reptilha

Daedara — 003

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