Advertisement
Guest User

corujacah

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