Advertisement
Guest User

nao passa pra niguem

a guest
Oct 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.72 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4.  
  5. Presunto, por p-r-e-s-u-m-o
  6.  
  7.  
  8. -->
  9.  
  10.  
  11. <!DOCTYPE html>
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <meta charset="utf-8">
  21. <meta name="description" content="{block:PostSummary}{PostSummary}{/block:PostSummary}{block:Description} {MetaDescription}{/block:Description}" />
  22. <meta name="keywords" content="{block:Permalink}{block:Posts}{block:Tags}{Tag}, {/block:Tags}{/block:Posts}{/block:Permalink}" />
  23.  
  24. <meta name="color:Fundo" content="#FFFFFF"/>
  25. <meta name="color:Fonte" content="#000000"/>
  26. <meta name="color:Links" content="#8abed1"/>
  27. <meta name="color:Chat" content="#F8F8F8"/>
  28. <meta name="color:Chat fonte" content="#000000"/>
  29.  
  30. <meta name="if:Rolagem infinita" content="0"/>
  31. <meta name="if:Player preto" content="1"/>
  32. <meta name="if:Player branco" content="0"/>
  33. <meta name="if:Player cinza" content="0"/>
  34. <meta name="if:Esconder captions das fotos" content="0"/>
  35. <meta name="if:Mostrar link para reblogar" content="1"/>
  36. <meta name="if:Abrir permalink em nova janela" content="0"/>
  37. <meta name="if:Imagens com borda redonda" content="0"/>
  38. <meta name="if:Imagens com fade" content="1"/>
  39. <meta name="if:Repetir imagem de fundo" content="0"/>
  40. <meta name="if:Mostrar link para arquivo" content="1"/>
  41. <meta name="if:Mostrar link para submit" content="0"/>
  42. <meta name="if:Mostrar link para RSS" content="0"/>
  43. <meta name="if:Exibir portrait photo" content="1"/>
  44. <meta name="if:Creditos no canto" content="0"/>
  45. <meta name="if:Creditos no canto" content="0"/>
  46.  
  47. <meta name="select:Fonte" content="Book Antiqua" title="Book Antiqua">
  48. <meta name="select:Fonte" content="Garamond" title="Garamond">
  49. <meta name="select:Fonte" content="Arial" title="Arial">
  50. <meta name="select:Fonte" content="Georgia" title="Georgia">
  51. <meta name="select:Fonte" content="Verdana" title="Verdana">
  52. <meta name="select:Fonte" content="Palatino Linotype" title="Palatino Linotype">
  53. <meta name="select:Fonte" content="Courier New" title="Courier New">
  54. <meta name="select:Fonte" content="Trebuchet MS" title="Trebuchet MS">
  55. <meta name="select:Fonte" content="Baskerville" title="Baskerville">
  56.  
  57. <meta name="select:Largura" content="400" title="400">
  58. <meta name="select:Largura" content="500" title="500">
  59. <meta name="select:Largura" content="600" title="600">
  60. <meta name="select:Largura" content="700" title="700">
  61. <meta name="select:Margem" content="30" title="30">
  62. <meta name="select:Margem" content="40" title="40">
  63. <meta name="select:Margem" content="60" title="60">
  64. <meta name="select:Margem" content="80" title="80">
  65.  
  66. <meta name="image:Imagem de fundo" content=""/>
  67.  
  68. <meta name="text:Tamanho da fonte" content="12"/>
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. @import url(http://fonts.googleapis.com/css?family=Alike);
  74.  
  75. /* Base */
  76. body{background: {color:Fundo} url('{image:Imagem de fundo}'){block:IfNotRepetirImagemDeFundo}no-{/block:IfNotRepetirImagemDeFundo}repeat fixed bottom left; color: {color:Fonte}; font-family: '{select:Fonte}', serif; font-size: {text:Tamanho da fonte}px;}
  77. a {color: {color:Links};text-decoration:none;}
  78. a:hover{text-decoration: underline;}
  79.  
  80.  
  81. /* TOPO */
  82. #topo {position: relative; margin-bottom: 20px; top: 10px; width: {select:Largura}px; margin:auto; text-align:center;}
  83. h1 {text-transform:uppercase; letter-spacing: 1px; font-family: Alike; font-size: 17px; font-weight: normal; margin-bottom: 10px; margin-top: 30px;}
  84. nav {text-transform: lowercase; margin-top: 10px;}
  85. nav a {margin-right: 10px; color:{color:Fonte};}
  86. nav a:hover {color:{color:Links}; text-decoration:none;}
  87. img.portrait {border-radius: 35px; margin-top: 30px; width: 70px; height: 70px;}
  88.  
  89. /* CONTEÚDO */
  90.  
  91. #conteudo {width: {select:Largura}px; position: relative; margin: auto; top: 10px;}
  92. article {margin: {select:Margem}px 0 {select:Margem}px 0; text-align: justify;}
  93. .post {width: 100%;}
  94. aside.permalink {position: absolute; left:100%; line-height: 14px; margin-left: 15px; font-size: 9px; letter-spacing: 1px; width: 100px; font-family: Georgia; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0; filter: alpha(opacity = 0);}
  95. aside.permalink a {color:{color:Fonte};}
  96. aside.permalink a:hover {color:{color:Fonte}; text-decoration:none;}
  97. .post:hover aside.permalink{-webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity = 100);;}
  98.  
  99.  
  100.  
  101.  
  102. /* POSTAGENS */
  103.  
  104. /* Text */
  105. h2 {font-size: 14px; letter-spacing: 1px; font-family: 'Alike', serif; font-weight: normal; text-transform: uppercase;}
  106. blockquote {border-left: 1px {color:Fonte} solid; padding-left: 12px; text-align: justify;}
  107.  
  108. /* Photo */
  109. figure {margin:0;}
  110. figure img.fade {-webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; filter: alpha(opacity = 80); transition-duration: 0.5s;}
  111. figure img.fade:hover {-webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1; filter: alpha(opacity = 100);}
  112. figcaption.caption.esconder {display:none;}
  113. figure.bordaredonda img {-moz-border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;}
  114.  
  115. /* Quote */
  116. p.source{font-weight:bold;}
  117.  
  118.  
  119. /* Audio */
  120. article.post.audio section {width: 100%; padding: 5px 0px 5px 0px; height: 27px;}
  121.  
  122. /* Video */
  123. section.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
  124. section.video-container iframe, section.video-container object, section.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
  125.  
  126. /* Chat */
  127. span.chatpost {background: {color:Chat}; color: {color:Chat fonte}; width: 100%; display:block; padding: 4px; margin-bottom: 2px;}
  128.  
  129.  
  130. /* Answer */
  131. p.pergunta {border-bottom: 1px {color:Fonte} solid; padding-bottom: 10px; font-weight: bold;}
  132. p.pergunta span {font-weight: normal;}
  133. p.pergunta span.asker a {color:{color:Fonte}; font-weight: normal; text-decoration: underline;
  134. }
  135. p.resposta {margin:0; padding:0;}
  136. article.post.answer a.reblog-link {display:none;}
  137.  
  138.  
  139. /* PAGINAÇÃO */
  140. section#paginacao {margin-bottom: 60px;}
  141. section#paginacao a {margin-right: 3px;}
  142. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  143.  
  144.  
  145. /* NOTAS */
  146. ol.notes {padding: 0px; margin: 10px 0px; list-style-type: none; border-bottom: solid 1px {color:Links};}
  147. ol.notes li.note {border-top: solid 1px {color:Links}; padding: 6px 6px 6px 2px;}
  148. ol.notes li a {color:{color:Fonte};}
  149. ol.notes li a:hover {text-decoration:none;}
  150. ol.notes li.note img.avatar {vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px;}
  151. ol.notes li.note blockquote {border-color: {color:Fonte}; padding-left: 10px; margin-left: 20px;}
  152. aside.permalink_page {margin-top:30px; margin-bottom: 60px;}
  153. aside.permalink_page span.timeago {text-transform: lowercase;}
  154.  
  155.  
  156. /* CRÉDITOS */
  157.  
  158. div#creds {position: fixed; text-transform: uppercase; font-size:9px;
  159. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; bottom: 0px; right: 0px; background: {color:Background}; padding: 2px; right: 5px; bottom: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; opacity: .65; }
  160.  
  161. div#creds a {color:{color:Fonte}; text-decoration:none;}
  162.  
  163. {CustomCSS}
  164.  
  165. </style>
  166. <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  167. </head>
  168. {block:IfRolagemInfinita}<script type="text/javascript" src="http://static.tumblr.com/9i80pym/Ckkmiogcx/rolagem_infinita_silenciar.tumblr.com.js"></script>
  169. {/block:IfRolagemInfinita}
  170. <body>
  171.  
  172.  
  173. <div id="topo">
  174. {block:IfExibirPortraitPhoto}
  175. <a href="/"><img class="portrait" title="{Title}" src="{PortraitURL-96}"/></a>
  176. {/block:IfExibirPortraitPhoto}
  177. <h1>{Title}</h1>
  178. {block:Description}{Description}{/block:Description}
  179. <nav>
  180. <a href="/">Home</a>
  181. {block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
  182. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  183. {block:IfMostrarLinkParaArquivo}<a href="/archive">Arquivo</a>{/block:IfMostrarLinkParaArquivo}
  184. {block:SubmissionsEnabled}{block:IfMostrarLinkParaSubmit}<a href="/submit">{SubmitLabel}</a>{/block:IfMostrarLinkParaSubmit}{/block:SubmissionsEnabled}
  185. {block:IfMostrarLinkParaRSS}<a href="/rss">RSS</a>{/block:IfMostrarLinkParaRSS}
  186. {block:IfNotCreditosNoCanto}<a href="p-r-e-s-u-m-o.tumblr.com" target="_blank">Theme</a>{/block:IfNotCreditosNoCanto}
  187. </nav>
  188. </div>
  189.  
  190.  
  191.  
  192. <div id="conteudo" class="silenciar.tumblr.com-rolagem-infinita">
  193.  
  194.  
  195. {block:Posts}
  196. <article class="post {PostType}">
  197.  
  198. {block:IndexPage}
  199. <aside class="permalink">
  200. <a href="{Permalink}" {block:IfAbrirPermalinkEmNovaJanela}target="_blank"{/block:IfAbrirPermalinkEmNovaJanela}>{DayOfMonth} {ShortMonth} {Year}</a><BR>
  201. <a href="{Permalink}" {block:IfAbrirPermalinkEmNovaJanela}target="_blank"{/block:IfAbrirPermalinkEmNovaJanela}>{NoteCountWithLabel}</a>
  202. {block:IfMostrarLinkParaReblogar}<BR><a class="reblog-link" href="{ReblogURL}">Reblogar</a>{/block:IfMostrarLinkParaReblogar}
  203. </aside>
  204. {/block:IndexPage}
  205.  
  206. {block:Text}
  207. {block:Title}<h2>{Title}</h2>{/block:Title}
  208. {Body}
  209. {/block:Text}
  210.  
  211. {block:Photo}
  212. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}{block:IndexPage}<a href="{Permalink}" {block:IfAbrirPermalinkEmNovaJanela}target="_blank"{/block:IfAbrirPermalinkEmNovaJanela}>{/block:IndexPage}
  213. <figure {block:IfImagensComBordaRedonda}class="bordaredonda"{/block:IfImagensComBordaRedonda}><img src="{PhotoURL-HighRes}" width="100%" {block:IfImagensComFade}class="fade"{/block:IfImagensComFade} alt="{PhotoAlt}"/></figure>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  214. {block:Caption}<figcaption class="caption {block:IndexPage}{block:IfEsconderCaptionsDasFotos}esconder{/block:IfEsconderCaptionsDasFotos}{/block:IndexPage}">{Caption}</figcaption>{/block:Caption}
  215. {/block:Photo}
  216.  
  217. {block:Photoset}
  218. {Photoset}
  219. {block:Caption}<figcaption class="caption {block:IndexPage}{block:IfEsconderCaptionsDasFotos}esconder{/block:IfEsconderCaptionsDasFotos}{/block:IndexPage}">{Caption}</figcaption>{/block:Caption}
  220. {/block:Photoset}
  221.  
  222. {block:Quote}
  223. <p class="quote">"{Quote}"</p>
  224. {block:Source}
  225. <p class="source">&mdash; {Source}</p>
  226. {/block:Source}
  227. {/block:Quote}
  228.  
  229. {block:Link}
  230. <h2><a href="{URL}" target="_blank">{Name}</a></h2>
  231. {block:Description}{Description}{/block:Description}
  232. {/block:Link}
  233.  
  234. {block:Chat}
  235. {block:Title}{Title}{/block:Title}
  236. {block:Lines}
  237. <span class="chatpost">
  238. {block:Label}<b>{Label}</b>{/block:Label}
  239. {Line}
  240. </span>
  241. {/block:Lines}
  242. {/block:Chat}
  243.  
  244. {block:Audio}
  245. <section style="background:{block:IfPlayerBranco}#FFF{/block:IfPlayerBranco}{block:IfPlayerPreto}#000{/block:IfPlayerPreto}{block:IfPlayerCinza}#E4E4E4{/block:IfPlayerCinza}; {block:IfPlayerBranco}border:1px {color:Bordas} solid;{/block:IfPlayerBranco}">
  246. {block:IfPlayerBranco}{AudioPlayerWhite}{/block:IfPlayerBranco}
  247. {block:IfPlayerPreto}{AudioPlayerBlack}{/block:IfPlayerPreto}
  248. {block:IfPlayerCinza}{AudioPlayerGrey}{/block:IfPlayerCinza}
  249. </section>
  250. {block:Caption}{Caption}{/block:Caption}
  251. {/block:Audio}
  252.  
  253. {block:Video}
  254. <section class="video-container">{Video-250}</section>
  255. {block:Caption}{Caption}{/block:Caption}
  256. {/block:Video}
  257.  
  258. {block:Answer}
  259. <p class="pergunta">{Question} <span class="asker">@{Asker}</span></p>
  260. <p class="resposta">{Answer}</p>
  261. {/block:Answer}
  262.  
  263. {block:PermalinkPage}
  264. <aside class="permalink_page">
  265. {block:RebloggedFrom}
  266. Reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a><BR>
  267. Post original por <a href="{ReblogRootURL}">{ReblogRootName}</a><BR>{/block:RebloggedFrom}
  268. {block:Date}Postado <span class="timeago">{TimeAgo}</span>{/block:Date}{block:NoteCount}, com {NoteCountWithLabel}<BR>{/block:NoteCount}
  269. {block:PostNotes}
  270. {PostNotes}
  271. {/block:PostNotes}
  272. </aside>
  273. {/block:PermalinkPage}
  274.  
  275. </article>
  276.  
  277. {block:ContentSource}
  278. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  279. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  280. {/block:SourceLogo}
  281. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  282. {/block:ContentSource}
  283.  
  284. {/block:Posts}
  285.  
  286. {block:IfNotRolagemInfinita}
  287. <section id="paginacao">
  288. {block:PreviousPage}
  289. <a href="{PreviousPage}">Anterior</a>
  290. {/block:PreviousPage}
  291. {block:JumpPagination length="4"}
  292. {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
  293. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  294. {/block:JumpPagination}
  295. {block:NextPage}<a href="{NextPage}">Pr&oacute;xima</a>
  296. {/block:NextPage}
  297. </section>
  298. {/block:IfNotRolagemInfinita}
  299.  
  300. </div>
  301.  
  302. {block:IfCreditosNoCanto}
  303. <div id="creds">
  304. <a href="" target="_blank"></a>
  305. </div>
  306. {/block:IfCreditosNoCanto}
  307.  
  308. </body>
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement