Advertisement
reptilha

Milisandre— 001

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