Advertisement
gabinuness2

Afeto

Feb 28th, 2015
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.25 KB | None | 0 0
  1. <html xmlns="https://www.w3.org/1999/xhtml">
  2.  
  3. <head>
  4.  
  5. <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <!------------------------------------------------------------------------
  8. Theme Afeto desenvolvido por Gabi (pequenoaconchego.tumblr.com)
  9. Não retire os créditos, não disponibilize meus themes como sendo seus,
  10. não utilize-os como base e não copie nenhum detalhe sem minha autorização!
  11. ------------------------------------------------------------------------->
  12.  
  13. <meta name="image:Background" content=""/>
  14.  
  15. <meta name="font:Fonte do texto" content="Typewriter FS"/>
  16. <meta name="text:Titulo" content="Título"/>
  17. <meta name="text:Tamanho do titulo" content="27"/>
  18. <meta name="text:Tamanho do texto" content="11"/>
  19. <meta name="text:Tamanho dos links" content="9"/>
  20.  
  21. <meta name="if:Cursor personalizado" content="1"/>
  22. <meta name="if:Neve caindo no theme" content="1"/>
  23. <meta name="if:Efeito de Entrada" content="1"/>
  24. <meta name="if:Efeito Fade" content="0"/>
  25. <meta name="if:Efeito Grayscale" content="0"/>
  26. <meta name="if:Efeito Vintage" content="0"/>
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Caixa da ask" content="#f5f5f5"/>
  30. <meta name="color:Barrinha de rolagem" content="#86649b"/>
  31. <meta name="color:Detalhes" content="#F4CEB7"/>
  32. <meta name="color:Links" content="#666666"/>
  33. <meta name="color:Texto" content="#666666"/>
  34. <meta name="color:Sidebar" content="#f5f5f5"/>
  35.  
  36. <meta name="select:Fonte do titulo" content="Atenção" title="CLIQUE! Nem todas as fontes serão pré-visualizadas. É necessário que você selecione a fonte desejada, salve o theme e abra o tumblr para ver como ficou. Selecionei as mais usadas."/>
  37. <meta name="select:Fonte do titulo" content="Cedarville Cursive" title="Cedarville Cursive"/>
  38. <meta name="select:Fonte do titulo" content="Clicker Script" title="Clicker Script"/>
  39. <meta name="select:Fonte do titulo" content="Cookie" title="Cookie"/>
  40. <meta name="select:Fonte do titulo" content="Dawning of a New Day" title="Dawning of a New Day"/>
  41. <meta name="select:Fonte do titulo" content="Homemade Apple" title="Homemade Apple"/>
  42. <meta name="select:Fonte do titulo" content="Montez" title="Montez"/>
  43. <meta name="select:Fonte do titulo" content="Parisienne" title="Parisienne"/>
  44. <meta name="select:Fonte do titulo" content="Poiret One" title="Poiret One"/>
  45. <meta name="select:Fonte do titulo" content="Pompiere" title="Pompiere"/>
  46. <meta name="select:Fonte do titulo" content="Rochester" title="Rochester"/>
  47. <meta name="select:Fonte do titulo" content="Rouge Script" title="Rouge Script"/>
  48. <meta name="select:Fonte do titulo" content="Sacramento" title="Sacramento"/>
  49. <meta name="select:Fonte do titulo" content="Satisfy" title="Satisfy"/>
  50. <meta name="select:Fonte do titulo" content="Sevillana" title="Sevillana"/>
  51. <meta name="select:Fonte do titulo" content="Tangerine" title="Tangerine"/>
  52.  
  53. <meta name="text:Url 1" content=""/>
  54. <meta name="text:Nome do link 1" content="link"/>
  55. <meta name="text:Url 2" content=""/>
  56. <meta name="text:Nome do link 2" content="link"/>
  57. <meta name="text:Url 3" content=""/>
  58. <meta name="text:Nome do link 3" content="link"/>
  59. <meta name="text:Url 4" content=""/>
  60. <meta name="text:Nome do link 4" content="link"/>
  61. <meta name="text:Url 5" content=""/>
  62. <meta name="text:Nome do link 5" content="link"/>
  63. <meta name="text:Url 6" content=""/>
  64. <meta name="text:Nome do link 6" content="link"/>
  65.  
  66. <link href='https://goo.gl/S78z4T' rel='stylesheet' type='text/css'>
  67. <link href='https://goo.gl/3cv0Hs' rel='stylesheet' type='text/css'>
  68. <link href='https://goo.gl/N2W3te' rel='stylesheet' type='text/css'>
  69. <link href='https://goo.gl/WhXUkT' rel='stylesheet' type='text/css'>
  70. <link href='https://goo.gl/aeTnpN' rel='stylesheet' type='text/css'>
  71.  
  72. <script type="text/javascript">
  73. WebFontConfig = {
  74. google: { families: [ 'Lato:300,400:latin' ] }
  75. };
  76. (function() {
  77. var wf = document.createElement('script');
  78. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  79. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  80. wf.type = 'text/javascript';
  81. wf.async = 'true';
  82. var s = document.getElementsByTagName('script')[0];
  83. s.parentNode.insertBefore(wf, s);
  84. })(); </script> <script type="text/javascript"
  85. src="https://goo.gl/tgXU"></script> <script>
  86. $(function(){
  87. if (!!$('#menu').offset()) {
  88. var stickyTop = $('#menu').offset().top;
  89. $(window).scroll(function(){
  90. var windowTop = $(window).scrollTop();
  91. if (stickyTop < windowTop){
  92. $('#menu').css({ position: 'fixed', top: 0});
  93. }
  94. else {
  95. $('#menu').css('position','static');
  96. }
  97. });
  98. }
  99. });
  100. </script>
  101.  
  102. {block:IfNevecaindonotheme}<script src="https://static.tumblr.com/8l2gpxb/Apwlulgho/snowstorm2.js"></script>{/block:IfNevecaindonotheme}
  103.  
  104. <style type="text/css">
  105.  
  106. /* Estrutura */
  107. body {background-color:{color:Background}; background-image:url({image:Background}); background-attachment:fixed; background-repeat:repeat; font-family:{font:Fonte do texto}; color:{color:Texto}; font-size:{text:Tamanho do texto}px; letter-spacing:.7px; -webkit-font-smoothing: antialiased; {block:IfEfeitodeEntrada}-webkit-animation:Fade 5s;{/block:IfEfeitodeEntrada}}
  108. {block:IfEfeitodeEntrada}@-webkit-keyframes Fade {0% {opacity:0;} 100% {opacity:1;}}{/block:IfEfeitodeEntrada}
  109.  
  110. a:link, a:active, a:visited {color:{color:Texto}; text-decoration:none; -webkit-transition: all 1.2s ease;} a:hover {opacity:1; text-decoration:none; color:{color:Detalhes}; -webkit-transition: all 1.2s ease;}
  111.  
  112. #posicao {margin-left:auto; margin-right:auto; width:700px; background-color:transparent; margin-top:50px;}
  113.  
  114. #conteudo {font-family:{font:Fonte do texto};, serif; font-size:{text:Tamanho do texto}px; text-align:justify; float:left; width:240px; height:auto; {block:PermalinkPage} width:500px; height:auto; margin-left:90px; padding-bottom:5px; {/block:PermalinkPage} line-height:1.75em; margin-top:0px; margin-left:7px; margin-bottom:8px;overflow:hidden; padding:7px; padding-bottom:0px;}
  115.  
  116. .posts {float:center; float:center; width:700px; margin-left:90; margin-top:-10px; text-align:center; border-radius:20px; {block:PermalinkPage} width:500px; margin-left:90px; position:relative; {/block:PermalinkPage}}
  117.  
  118. ::-webkit-scrollbar {width:5px; height:auto; background:transparent; border-bottom:underline;}
  119. ::-webkit-scrollbar-button:vertical {height:0px;display:block;}
  120. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Barrinha de rolagem};}
  121.  
  122. blockquote {padding-left:5px; margin-left:0px; border-left: 3px solid {color:Detalhes};}
  123.  
  124. {block:IfCursorpersonalizado} html {cursor:url('https://static.tumblr.com/hbzjshb/jzbnk553b/gncursorset.png'), auto;}
  125. a, a:hover {cursor: url('https://static.tumblr.com/hbzjshb/rL8nk556m/gncursorhand.png'), auto} {/block:IfCursorpersonalizado}
  126.  
  127. /* Layout */
  128. #sidebar {position:fixed; margin-top:-50px; margin-left:104px; width:501px; background-color:{color:Sidebar}; border-bottom: 1px solid #eee; height:40px;z-index:8; opacity:.9;}
  129. #sidebar:hover .titulo {margin-left:0px; opacity:0;}
  130. #sidebar:hover .menu {color:{color:Detalhes}; opacity:1; margin-top:10px; -webkit-transition: all 1.2s ease;}
  131.  
  132. .titulo {position:fixed; width:501px; text-align:center; margin-top:5px; font-family:{select:Fonte do titulo}; font-size:{text:Tamanho do titulo}px; color:{color:Detalhes}; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out;z-index:10; }
  133.  
  134. .menu {-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out;z-index:10; position:fixed; width:501px; font-style:none; margin-top:10px; margin-left:0px; font-family:Baumans; background-color:transparent; font-size:9px; line-height:18px; padding:2px; text-align:center; text-transform:uppercase;opacity:0; -webkit-transition: all 1.2s ease; transition:all 1s ease;text-shadow:0px 5px 0px transparent, 0px -5px 0px transparent;}
  135. .menu a{color:{color:Links};padding:3px;text-transform:uppercase; font:10px 'Baumans'; transition:all 1s ease;text-shadow:0px 5px 0px transparent, 0px -5px 0px transparent;} .menu a:hover{color:transparent;text-shadow:0px 0px 0px {color:Detalhes}, 0px 0px 0px {color:Detalhes};transition:all 0.6s ease;}
  136.  
  137.  
  138. /* Estrutura das postagens */
  139. .estruturaphotoset {width:100%; margin:2px; {block:PermalinkPage} width:100%; {/block:PermalinkPage}}
  140.  
  141. .estruturatitulo {text-align:center; font-family:{select:Fonte do titulo}; font-size:{text:Tamanho do titulo}px; color:{color:Detalhes}; margin-bottom:10px; margin-top:0px;}
  142.  
  143. .estruturatexto {margin-top:0px; margin-bottom:10px;}
  144.  
  145. .estruturalink {margin-top:0px; margin-bottom:10px;}
  146.  
  147. .quote {{block:PermalinkPage} margin-top:-2px; {/block:PermalinkPage}}
  148.  
  149. .source {width:250px; text-align:center; padding:4px; -webkit-transition: all 30s linear; -moz-transition: all 30s linear; transition: all 30s linear;{block:PermalinkPage} width:500px; text-align:center; margin-top:7px; margin-bottom:-10px; margin-left:-5px; {/block:PermalinkPage}}
  150.  
  151.  
  152. /* Ask (sacredforeternity.tumblr.com), chat, vídeo, áudio e permalink */
  153. .pergunta {padding:5px; background-color:{color:Caixa da ask};}
  154. .pergunta a {text-transform:capitalize;}
  155. .resposta {padding:5px; margin-top:-6px;}
  156.  
  157. .chat {}
  158.  
  159. div.video-container {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; margin-bottom:6px;}
  160. div.video-container iframe, section.video-container object, section.video-container embed {position:absolute; width:100%; height:100%; top:0; left:0;}
  161. .audio {position:absolute; padding:4px;}
  162. .audio img {-webkit-border-radius:100px; -webkit-border-top-right-radius:0; -moz-border-radius:100px; -moz-border-radius-topright:0; width:50px; height:50px;}
  163. .in {position:absolute; width:39px; height:39px; background:#fff; opacity:.8; padding:9px; overflow:hidden;}
  164. .musica {width:20px; padding:7px 10px 9px 7px; overflow:hidden;}
  165. .info {line-height:3px; display:block; padding:7px; margin-left:55px; padding-bottom:7px;}
  166.  
  167. #pnotes {width:100%; margin-bottom:10px;} ol.notes {padding:0px; margin-bottom:-30px; list-style-type:none;} ol.notes a {text-decoration:none;} ol.notes li.note {display:inline-block; margin-bottom:17px;} ol.notes li.note img.avatar {width:28px; margin-top:-13px; margin-left:5px; -webkit-transition-duration: 2s;} ol.notes li.note img.avatar:hover {opacity:.4; -webkit-transition-duration: 2s;} aside.permalink_page {margin-top:20px; margin-bottom:10px;} span.action {display:none;} ol.notes li.note:hover span.action {display:block;} ol.notes li.note blockquote {display:none;} ol.notes li.note:hover blockquote{display:block;} span.action {position:absolute; width:auto; color:transparent; text-align:center; margin-left:-80px; margin-top:100px; padding:5px; z-index:4;} span.action a {color:transparent;} ol.notes li.note blockquote {position:absolute; z-index:1; padding:20px 5px 5px 5px; margin-left:-80px; border:0;} ol.notes li.note.more_notes_link_container {display:block; margin-top:-30px; text-align:center; padding:20px; padding-bottom:3px;}
  168.  
  169. /* Hover dos posts */
  170. .reb {position:absolute; padding:3px; margin-left:210px; margin-top:-7px; opacity:0; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;}
  171.  
  172. #conteudo:hover .reb {overflow:visible; padding:3px; margin-left:210px; margin-top:5px; opacity:1; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;}
  173.  
  174. .lik {position: absolute; padding:3px; margin-left:184px; margin-top:-7px; opacity:0; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;}
  175.  
  176. #conteudo:hover .lik {overflow:visible; margin-left:184px; margin-top:5px; opacity:1; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear;}
  177.  
  178. .ptext {position:absolute; width:250px; text-align:center; overflow:hidden; opacity:0.0; margin-top:-17px; padding-bottom:6px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  179.  
  180. #conteudo:hover .ptext {overflow:visible; margin-top:-17px; opacity:1; margin-left:0px; padding:0px; padding-bottom:6px; padding-bottom:6px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  181.  
  182. .pps {position:absolute; width:100%; background:#fff; text-align:center; overflow:hidden; opacity:0.0; margin-top:-13px; padding-bottom:11px; padding-top: 12px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  183.  
  184. #conteudo:hover .pps {overflow:visible; margin-top:-13px; background:#fff; opacity:1; padding-bottom:11px; padding-top: 12px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  185.  
  186. .pquote {width:250px; height:17px; position:absolute; text-align:center; overflow:hidden; opacity:0.0; background-color:{color:Background}; padding:4px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  187.  
  188. #conteudo:hover .pquote {overflow:visible; opacity:1; padding:4px; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; -o-transition:all 0.6s linear; transition:all 0.6s linear; -webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear;}
  189.  
  190.  
  191. /* Efeitos nas imagens */
  192. {block:IfEfeitoFade}.efeito {filter: alpha(opacity=75); moz-opacity:0.70; opacity:0.70;-webkit-transition-duration: 2s;}
  193. .efeito:hover {filter: alpha(opacity=100); moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: 2s;}{/block:IfEfeitoFade}
  194.  
  195. {block:IfEfeitoGrayscale}.efeito {-webkit-filter: grayscale(100%); -webkit-transition-duration: 2s;}
  196. .efeito:hover {-webkit-filter: grayscale(0%);
  197. -webkit-transition-duration: 2s;}{/block:IfEfeitoGrayscale}
  198.  
  199. {block:IfEfeitoVintage}.efeito {-webkit-filter: grayscale(0.4); -webkit-transition-duration: 2s;}
  200. .efeito:hover {-webkit-filter: grayscale(0);
  201. -webkit-transition-duration: 2s;}{/block:IfEfeitoVintage}
  202.  
  203.  
  204. /* Tumblr controls e botão de voltar para o topo */
  205. .updates { width:110px; font-size:10px; } .ut, .updates .text { border-color:#f0f0f0; background:#ffffff;} .updates .text { padding:10px; } iframe.tmblr-iframe { opacity:0; display:none!important;} .ccontrols { position:fixed; top:0; right:0; z-index:9999999999999; margin:4px;} .ccontrols a { display:block; float:left; margin:4px!important; width:13px; height:13px; background:#f5f5f5; padding:5px; } .ccontrols a svg { width:13px; height:13px;} .ccontrols a svg path { fill:#888888; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;} .ccontrols a:hover svg path { fill:#cccccc; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;} a.like .like_button iframe { position:absolute; top:0; left:0; bottom:0; right:0; z-index:2; opacity:0.0000001; width:100%; height:100%;} a.like .liked + svg path { fill:red!important;} iframe.tmblr-iframe { opacity:0;display:none!important;}
  206. .ccontrols {position:fixed;top:0; right:0;z-index:9999999999999;margin:4px;}
  207. .ccontrols a { display:block;float:left;margin:4px!important; width:13px;height:13px; background:#f5f5f5; padding:5px;line-height:1!important;}.ccontrols a svg { width:13px; height:13px;}
  208.  
  209. .ccontrols a svg path {fill:#888888; transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;}
  210.  
  211. .ccontrols a:hover svg path { fill:#cccccc; transition:all 0.6s ease-in-out;-webkit-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;}
  212.  
  213. #scrollToTop:link, #scrollToTop:visited {background:none repeat scroll 0 0 rgba(0, 0, 0, 0.39); border:1px solid rgba(0, 0, 0, 0.15); border-radius: 2px 2px 2px 2px; color:white; height:11px; padding:1px; padding-bottom:5px; text-decoration:none; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.15); z-index:3333; position:fixed; font: 600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif; line-height:11px; white-space:nowrap; padding-left:1px; padding-right:1px; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.5; display:none; position:fixed; bottom:25px; right:20px; transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;}
  214.  
  215. </style>
  216.  
  217. <script type='text/javascript' src='https://goo.gl/llnzG7'></script> <script src="https://goo.gl/DIqB"></script><script src="https://goo.gl/9cQGLe"></script><a href="javascript:;" id="scrollToTop"><img src="https://goo.gl/NaIHZo" width="15px" margin-left="-2px"></a>
  218.  
  219. <body>
  220.  
  221. <div id="posicao"><div id="sidebar">
  222. <div class="titulo">{text:Titulo}</div>
  223. <div class="menu"><a href="{text:Url 1}">{text:Nome do link 1}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  224. <a href="{text:Url 2}">{text:Nome do link 2}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  225. <a href="{text:Url 3}">{text:Nome do link 3}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  226. <a href="{text:Url 4}">{text:Nome do link 4}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  227. <a href="{text:Url 5}">{text:Nome do link 5}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  228. <a href="{text:Url 6}">{text:Nome do link 6}</a></div></div>
  229.  
  230. <br><div class="posts"> {block:Posts} <div id="conteudo">
  231. {block:Text} {block:Title} <div class="estruturatitulo"> {Title} </div> {/block:Title}
  232. <div class="estruturatexto"> {Body} </div> {block:IndexPage}
  233. <div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div> {/block:IndexPage} {/block:Text}
  234.  
  235. {block:Link} <a href="{URL}" class="estruturatitulo" target="_blank"> {Name} </a><p> <div class="estruturalink"> {block:Description} {Description} {/block:Description} </div><p> {block:IndexPage} <div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div>
  236. {/block:IndexPage} {/block:Link}
  237.  
  238. {block:Photo} <div class="efeito"> {block:IndexPage} <div class="reb"> {ReblogButton size="16" color="white"} <a href="{ReblogURL}" target="_blank"></div> <div class="lik"> <a href="{Permalink}"> {LikeButton size="16" color="white"}</div> {/block:IndexPage}
  239. {block:IndexPage} <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100% title="{NoteCountWithLabel}"/></a></div>{/block:IndexPage} {block:PermalinkPage} {linkOpenTag} <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/> {linkCloseTag} {/block:PermalinkPage} {/block:Photo}
  240.  
  241. {block:Photoset} <div class="efeito"> {block:Photos} <img src="{PhotoURL-500}" class="estruturaphotoset" title="{NoteCountWithLabel}"> {/block:Photos} {block:IndexPage} <div class="pps"> <div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div></div></div>{/block:IndexPage} {/block:Photoset}
  242.  
  243. {block:Quote} <div class="quote"> "{Quote}" </div> {block:IndexPage} <div class="pquote"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div> {/block:IndexPage} {block:Source}<div class="source">{Source}</div>{/block:Source}
  244. {/block:Quote}
  245.  
  246. {block:Chat} {block:Title} <span class="estruturatitulo"> {Title} </span> {/block:Title} <div class="chat" style="margin-top:7px">{block:Lines}<div class="user_{UserNumber}"> {block:Label}
  247. <span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}
  248. </div>{block:IndexPage} <br><div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div>
  249. {/block:IndexPage} {/block:Chat}
  250.  
  251. {block:Audio} <div class="audio"><img src="{block:AlbumArt}{AlbumArtURL}{/block:AlbumArt}"></div> <div class="in"> <div class="musica">{AudioPlayer}</div></div> <div class="descr">
  252. <div class="info">Música: {block:TrackName}{TrackName}{/block:TrackName}</div> <div class="info">Artista: {block:Artist}{Artist}{/block:Artist}</div> <div class="info">Reproduções: {PlayCount}</div></div> {block:IndexPage}
  253. <br><div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div>{/block:IndexPage} {/block:Audio}
  254.  
  255. {block:Video} <div class="efeito"> <div class="video-container">{Video-500}</div></div> {block:IndexPage} <div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div> {/block:IndexPage} {/block:Video}
  256.  
  257. {block:Answer} <div class="pergunta">{Asker}: {Question}</div> <div class="resposta"> {Answer} </div> {block:IndexPage}
  258. <div class="ptext"> <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;<font color="{color:Detalhes}"> • </font>&nbsp;&nbsp;<a href="{ReblogUrl}" target="_blank">reblogar</a></div>
  259. {/block:IndexPage}
  260. {/block:Answer}
  261.  
  262. {block:PostNotes}<div style="margin-top:15px; padding-bottom:22px"> <div align="middle"> {caption} </div>
  263. Com: {NoteCountWithLabel}{/block:NoteCountWithLabel}<br>
  264. Publicado em: {DayOfMonthWithZero} de {Month} de {Year} às {24Hour} horas<br>
  265. {block:RebloggedFrom}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  266. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  267. {block:HasTags} {lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</span></div>
  268. <div id="pnotes">{PostNotes-64}</div><br>
  269. <center>{block:ContentSource}
  270. <a href="{SourceURL}"</a>
  271. {/block:ContentSource}</center>
  272. {/block:PostNotes}</div>
  273. {/block:Posts}</div></div></a></div></div></div>
  274.  
  275.  
  276.  
  277. </body>
  278.  
  279. </html>
  280.  
  281. {block:Indexpage}
  282.  
  283. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage} <script type="text/javascript" src="https://goo.gl/kFQxnv"></script>
  284. <script type="text/javascript" src="https://goo.gl/pg6HEd"></script>
  285. <script type="text/javascript">
  286.  
  287. $(function(){var $container =
  288. $('.posts').css({ opacity: 1 });
  289. $container.imagesLoaded(function(){
  290. $container.animate({ opacity: 10 });
  291. $container.masonry({ itemSelector:'#conteudo' });
  292. $container.infinitescroll({
  293. navSelector : '#page-nav',
  294. nextSelector : '#page-nav a',
  295. itemSelector: '#conteudo',
  296. loading: {
  297. img: 'https://goo.gl/yhoCiM',
  298. msgText: '',
  299. donetext: ''
  300. }},
  301. function( newElements ) { var $newElems =
  302. $( newElements ).css({
  303. opacity: 0
  304. });
  305. $newElems.imagesLoaded(function(){
  306. $newElems.animate({
  307. opacity: 1
  308. });
  309. $container.masonry( 'appended', $newElems, true );
  310. });
  311. });
  312. });
  313. });
  314.  
  315. </script>
  316.  
  317. {/block:Indexpage}
  318.  
  319.  
  320. <div class="ccontrols">
  321. {block:PermalinkPage}{block:Posts}{block:Date}
  322. <a href="{ReblogURL}" title="Reblog"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg></a>
  323. {/block:Date}{/block:Posts}{/block:PermalinkPage}
  324. <a href="https://goo.gl/Nz9Tjp" target="_blank" title="Theme | Clique para ver mais"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a>
  325. <a href="https://tumblr.com/follow/{Name}" title="Follow"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M129.5,38h-43c-3.6,0-6.5,2.9-6.5,6.5V81H43.5c-3.6,0-6.5,2.9-6.5,6.5v42c0,3.6,2.9,6.5,6.5,6.5H80v36.5c0,3.6,2.9,6.5,6.5,6.5h43c3.6,0,6.5-2.9,6.5-6.5V136h35.5c3.6,0,6.5-2.9,6.5-6.5v-42c0-3.6-2.9-6.5-6.5-6.5H136V44.5C136,40.9,133.1,38,129.5,38z M165,94v29h-35.5c-3.6,0-6.5,2.9-6.5,6.5V166H93v-36.5c0-3.6-2.9-6.5-6.5-6.5H50V94h36.5c3.6,0,6.5-2.9,6.5-6.5V51h30v36.5c0,3.6,2.9,6.5,6.5,6.5H165z"/></svg></a>
  326. <a href="https://www.tumblr.com/message/{Name}" target="_blank" title="Message"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M190.3,118.1c0-22.4-19.7-41.9-47.2-47c-2.6-24.7-28.9-44.3-60.9-44.3c-33.7,0-61.1,21.6-61.1,48.2c0,13.5,7,26.1,19.3,35.2l-4.1,23c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l24-12.9c5.2,22.5,30.2,39.6,60.1,39.6c2.1,0,4.2-0.1,6.3-0.3l30.9,16.6c0.9,0.5,1.9,0.7,2.8,0.7c1.2,0,2.5-0.4,3.5-1.1c1.9-1.3,2.8-3.6,2.4-5.9l-4.1-23C183.4,144.3,190.3,131.6,190.3,118.1zM50.2,102.5c-10.9-6.9-17.1-16.9-17.1-27.4c0-20,22-36.2,49.1-36.2s49.1,16.2,49.1,36.2s-22,36.2-49.1,36.2c-2.2,0-4.6-0.1-6.9-0.4c-1.2-0.1-2.4,0.1-3.5,0.7l-21.6,11.6l2.6-14.6C53.3,106.2,52.3,103.8,50.2,102.5zM161.2,145.5c-2,1.3-3.1,3.7-2.7,6.1l2.6,14.6l-21.6-11.6c-1.1-0.6-2.3-0.8-3.5-0.7c-2.3,0.2-4.7,0.4-6.9,0.4c-24.7,0-45.2-13.5-48.6-31c0.5,0,1.1,0,1.6,0c30.2,0,55.3-17.4,60.2-40.1c21,4.3,35.9,18.7,35.9,34.9C178.3,128.6,172.1,138.6,161.2,145.5z"/></svg></a>
  327. <a href="https://tumblr.com/dashboard" target="_blank" title="Dashboard"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M197.8,112.4l-86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-6C200,115.1,199.2,113.5,197.8,112.4zM162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/></svg></a></div>
  328.  
  329.  
  330. </body>
  331.  
  332. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement