JuuhOliva

Melancolizava 03

Jan 6th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 KB | None | 0 0
  1. <!----
  2. THEME POR MELANCOLIZAVA
  3. BASE FEITA POR SUPLIFIQUE
  4. NÃO USE COMO BASE / NÃO RETIRE OS CRÉDITOS
  5. PLÁGIO E CRIME ! OBRIGADA, VOLTE SEMPRE <3
  6.  
  7.  
  8. -->
  9.  
  10.  
  11. <title> {title}</title>
  12. <link rel="shortcut icon" href="{favicon}">
  13.  
  14. <HEAD>
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19.  
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26. <script type="text/javascript">
  27. //desabilita menu de opcoes ao clicar no botao direito
  28. function desabilitaMenu(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. {
  37. event.cancelBubble = true
  38. event.returnValue = false;
  39. return false;
  40. }
  41. }
  42.  
  43. //desabilita botao direito
  44. function desabilitaBotaoDireito(e)
  45. {
  46. if (window.Event)
  47. {
  48. if (e.which == 2 || e.which == 3)
  49. return false;
  50. }
  51. else
  52. if (event.button == 2 || event.button == 3)
  53. {
  54. event.cancelBubble = true
  55. event.returnValue = false;
  56. return false;
  57. }
  58. }
  59.  
  60. //desabilita botao direito do mouse
  61. if ( window.Event )
  62. document.captureEvents(Event.MOUSEUP);
  63. if ( document.layers )
  64. document.captureEvents(Event.MOUSEDOWN);
  65.  
  66. document.oncontextmenu = desabilitaMenu;
  67. document.onmousedown = desabilitaBotaoDireito;
  68. document.onmouseup = desabilitaBotaoDireito;
  69. </script>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  72. <!--APPEARANCE-->
  73. <meta name="color:background" content="#fff"/>
  74. <meta name="color:borda post" content="#F4F4F4"/>
  75. <meta name="color:text" content="#888"/>
  76. <meta name="color:caixa cor" content="#fff"/>
  77.  
  78.  
  79. <meta name="if:SmallCursor" content="1"/>
  80. <meta name="if:fonte2" content="0"/>
  81. <meta name="if:posts transparentes" content="1">
  82. <meta name="text:frase" content="Um amor reciproco" />
  83. <meta name="text:Link1" content="link 1" />
  84. <meta name="text:Link1 Title" content="Inicio" />
  85. <meta name="text:Link2" content="/ask" />
  86. <meta name="text:Link2 Title" content="Correio" />
  87. <meta name="text:Link3" content="link 3" />
  88. <meta name="text:Link3 Title" content="Escritos" />
  89. <meta name="text:Link4" content="link 4" />
  90. <meta name="text:Link4 Title" content="Gaveta" />
  91. <meta name="text:Link5" content="link 4" />
  92. <meta name="text:Link5 Title" content="Caixote" />
  93. <meta name="image:Background" content=""/>
  94.  
  95. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  96.  
  97.  
  98. {block:IndexPage}
  99. <div class="column navigation" id="navigation">
  100. {block:Pagination}
  101. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  102. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  103. </div>
  104. {/block:IndexPage}
  105.  
  106. {block:IndexPage}
  107.  
  108. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  109.  
  110. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  111.  
  112. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  113.  
  114. <script type="text/javascript">
  115. $(window).load(function(){
  116. var $wall = $('#pulsa-r');
  117. $wall.imagesLoaded(function(){
  118. $wall.masonry({
  119. itemSelector: '.postbaby',
  120. isAnimated : true
  121. });
  122. });
  123. $wall.infinitescroll({
  124. navSelector : "div#navigation",
  125. nextSelector : "div#navigation a#nextPage",
  126. itemSelector : '.postbaby',
  127. loadingImg : " ",
  128. loadingText : " ",
  129. donetext : " ",
  130. extraScrollPx : 9000,
  131. bufferPx : 10000,
  132. debug : false,
  133. errorCallback: function() {
  134. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  135. }},
  136. function( newElements ) {
  137. var $newElems = $( newElements );
  138. $newElems.hide();
  139. $newElems.imagesLoaded(function(){
  140. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  141. });
  142. }); $('#pulsa-r').show(500);
  143. });
  144. </script>
  145.  
  146. {/block:IndexPage}
  147.  
  148. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  149. <script>
  150. (function($){
  151.  
  152. $(document).ready(function(){
  153. $("[title]").style_my_tooltips();
  154. });
  155. })(jQuery);
  156. </script>
  157. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  158. </head>
  159. <style>
  160.  
  161. body{background:{color:background}; background-attachment:fixed; font-family: 'Open Sans', sans-serif; font-size: 11px; color: {color:text};background-image: url('{image:Background}');background-repeat: no-repeat;
  162. background-attachment:fixed;
  163. background-size:100% 100%;}
  164. a:visited, a:link, a:active {text-decoration: none; color: {color:text};}
  165.  
  166.  
  167. #s-m-t-tooltip {max-width:300px; -webkit-border-radius: 0px 0px 0px 0px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:rgba(0,0,0,0.5); font-family:baumans; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#f0f0f0; z-index:9999999999999;}
  168.  
  169.  
  170. {block:ifSmallCursor}
  171. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  172. {/block:ifSmallCursor}
  173.  
  174.  
  175. .quote:first-letter {font-style:none;font-family: ‘gabriola’;font-size: 16px;line-height:15px; font-weight:bold; color: {color:letras};}
  176. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  177. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  178. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  179. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  180.  
  181. blockquote img{max-width: 240px!important}
  182. blockquote blockquote img{max-width: 230px!important}
  183. blockquote blockquote blockquote img{max-width: 220px!important}
  184. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  185.  
  186. pre {background: #eee; color:{color:text}; text-shadow: 0 1px 0 #fff; font-family:cansolas; text-align: justify; padding: 5px; overflow:scroll; b}
  187.  
  188. ::-webkit-scrollbar-thumb:vertical {background-color: {color:borda post};height:70px;
  189. border:1px {color:borda post} solid;}
  190. ::-webkit-scrollbar-button:vertical {height:0px;display: block;background:#fff;}
  191. ::-webkit-scrollbar {background-color:{color:background};height:0px;width:5px;}
  192.  
  193. iframe#tumblr_controls {
  194. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter:invert(100%);opacity:0.4;}
  195.  
  196.  
  197. #pulsa-r {margin-left:460px; width: 500px; opacity:1;
  198. {block:IftwoColumns}width:600px;{/block:IftwoColumns};margin-top:60px;{block:IfTreeColumns}width:800px;{/block:IfTreeColumns};}
  199. .postbaby { width:400px;background-color:transparent ;{block:Ifpoststransparentes}background-color:transparent ;{/block:Ifpoststransparentes} text-align: justify; padding: 9px; float: left; position: relative; float: left;margin:5px ;border: 1px solid{color:bordapost}; {block:Ifpoststransparentes}border: 1px solid transparent;{/block:Ifpoststransparentes} overflow: hidden;{block:PermalinkPage}width:400px {/block:PermalinkPage};{block:IftwoColumns}width:220px;{/block:IftwoColumns};{block:IfTreeColumns}width:220px;{/block:IfTreeColumns}; }
  200.  
  201.  
  202. /** ? Love **/
  203.  
  204.  
  205.  
  206. .chat {background:transparent; margin: 0; font-size:
  207. 11px; font-family: 'Open Sans', sans-serif; font-size: 11px; }
  208. .chat .lines {margin-left: 0; background:transparent; color:
  209. {color:text}; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
  210. .chat .lines span{font-weight: bold;text-transform: uppercase;}
  211.  
  212. /*** Estilo de Ask por Queen-Desings.tumblr.com***/
  213. .perguntaqd{ background-color: {color:borda post}; font-family: 'Open Sans', sans-serif; font-size: 12px; padding: 7px; width: auto; height:auto;margin-top:-10px;border-radius:12px 12px 12px 12px; }
  214.  
  215. .fotoqd { margin-top: -5px;border-radius:12px 12px 12px 12px; -moz-transition: all 2.0s ease-in-out!important; -o-transition: all 1.0s ease-in-out!important; transition: all 2.0s ease-in-out!important; -webkit-transition: all 1.0s ease-in-out!important; float: left;padding:5px;-webkit-filter: grayscale(30%);border-radius: 8px;}
  216. .fotoqd:hover {border-radius: 8px;-webkit-filter: grayscale(0%);border-radius:8px 8px 8px 8px;}
  217. .perguntouqd a{color: {color:text};}
  218. .perguntouqd i{color:{color:text};}
  219. .respostaqd{background:#fff;padding:10px;font-family: 'Open Sans', sans-serif; font-size: 12px;}
  220.  
  221.  
  222.  
  223. .bbimg {border-radius: 8px;}
  224. .quote{ font-family: 'Open Sans', sans-serif; font-style: normal; font-size: 11px; color: {color:text};line-height: 20px; text-indent: 0px;{block:iffonte2}font-family: 'cambria';font-size: 11px;{/block:iffonte2} }
  225. .autor {font-family:'Lora', sans-serif;font-style:italic; font-size: 12px; color:{color:text}; text-align:right;background:transparent;padding:5px;border-radius: 3px;font-weight:bold; {block:iffonte2}font-family: 'calibri';font-size:12px;font-weight:bold;{/block:iffonte2}}
  226. .autor a{font-family:'Lora', sans-serif;font-style:italic;{block:iffonte2}font-family: 'calibri';font-size: 12px;text-transform: uppercase;{/block:iffonte2} font-size: 10px; color: {color:text}; text-align:right; font-weight: bold;}
  227. .lin{height: 1px; background: transparent; margin-top: 5px; margin-bottom: 5px;}
  228.  
  229.  
  230. .ph img{-webkit-transition: all 0.6s ease-out;;opacity:0.8;border-radius: 3px;width: 400px;{block:IftwoColumns}width:220px;{/block:IftwoColumns};{block:IfTreeColumns}width:220px;{/block:IfTreeColumns};-webkit-filter: grayscale(10%);}
  231. .ph img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(50%);opacity:0.9;}
  232.  
  233.  
  234. ul.notes, ol.notes{list-style: none;font-family: 'Open Sans', sans-serif;padding:0px;}
  235. ol.notes{padding:0px;margin 0px 0px; font-size:9px;}
  236.  
  237. ol.notes li.note{border-bottom:1px solid #eee;padding:10px;font-size:11px;}
  238.  
  239. ol.notes li.note a img.avatar{padding-bottom:0px; border-radius: 80px; width: 0; height: 0;}
  240.  
  241. ol.notes li.note img{padding:0px;border-width:0px;border:none;}
  242.  
  243. ol.notes li.note span.action{font-weight:normal;}
  244.  
  245. ol.notes li.note.answer_content{font-weight:normal;}
  246.  
  247. ol.notes li.note.blockquote{padding:1px 1px;margin:1px 0px 0px 1px;}
  248.  
  249. ol.notes li.note.blockquote a{text-decoration:none;}
  250.  
  251.  
  252. /**PERMALINK POR PULSA-R**/
  253. .permalink { letter-spacing:.1em; z-index:10; bottom:7px;RIGHT:1px; position:absolute; display:block;text-align:RIGHT;font-family:'baumans';font-size:0px; -webkit-transition-duration: .66s;width:400px;padding:6px;background:{color:caixa cor};opacity:0; text-transform:uppercase;border-radius: 3px; background-image: url('{image:Background}');}
  254. .permalinkd a { font-size:10px; text-transform: lowercase; color:{color:text}; font-family: consolas;}
  255. .postbaby:hover .permalink {bottom:5px; opacity:1;font-size:9px;}
  256. /**PERMALINK POR PULSA-R**/
  257. .vsanna{display: none;}
  258.  
  259. /**COPIE ALGUM CÓDIGO DAQUI E VOCÊ VERA OQUE IRA ACOMTECER**/
  260. .creditos {bottom:30px;right:15px;position:fixed;width:108px;font-family:baumans; font-size: 9px;text-transform:uppercase;}
  261. .creditos a span {position: absolute;background-color:transparent;margin-top: -2px;display: inline-block;width: auto;height:13px;color:#000;padding: 3px;opacity: 0.0;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;-mo-transition-duration:0.5s;}.creditos a:hoverspan {opacity:0.9;margin-left: 5px;-webkit-transform: rotateY(360deg);z-index: 111;}.creditos a:hover span.last{margin-left: -30px!important}
  262.  
  263. /**PERMALINK POR PULSA-R / não retire os créditos**/
  264. .like {padding:5px;}
  265. .perma {position:absolute; text-decoration:none; margin-top:-20px; margin-left:0px; padding:1px; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:trebuchet ms;width:55px;text-align:center;background:#000;padding-top:5px;padding-bottom:5px;font-size:9px;letter-spacing:1px;}
  266. .perma a {text-decoration:none;text-transform:uppercase;color:#888;}
  267. .postbaby:hover .perma {-webkit-transition: 0.4s ease-in; position:absolute; margin-top:0px; margin-left:0px; background:#000; opacity:.8;}
  268. .postbaby:hover .perma:hover{opacity:.9;padding-left:20px;z-index:100;}
  269.  
  270. .perma2 {position:absolute; text-decoration:none; margin-top:25px;margin-left:-20px; padding:1px;padding-top:7px;padding-bottom:5px;background:#000; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:trebuchet ms;width:55px;text-align:center;font-size:9px;letter-spacing:1px;color:#fff;}
  271. .perma2 a {text-decoration:none;text-transform:uppercase;color:#888;}
  272. .postbaby:hover .perma2 {-webkit-transition: 0.4s ease-in; position:absolute; margin-left:0px; background:#000; opacity:.8; }
  273. .postbaby:hover .perma2:hover{opacity:.9;z-index:100;padding-left:20px;}
  274. /**PERMALINK POR PULSA-R / não retire os créditos**/
  275.  
  276. .postbaby .boxnotesss {z-index: 11;display: inline-block;height:30px; width:30px; background: rgba(255,255,255,0.8);border-radius:30px;margin-left:-50px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  277. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  278. .postbaby:hover .boxnotesss { margin-left:-2px; }
  279. .notee img{width:0px; position:relative; top:1px;-webkit-border-radius: 3px 3px 3px 3px;}
  280. ol.notee, .notee li{width:400px; list-style:none;font:12px calibri; padding:6px;text-align: justify;text-transform:none;color:{color:text};margin:0px 0px -1px 2px;background-color:{color:post};}
  281.  
  282.  
  283. /*CREDITOS NÃO REMOVA OU MUDE DE LUGAR**/
  284. .cred {font-size:9px;font-family:Baumans; display:block; width:auto;height:20px; text-align:center; line-height:16px;margin-top:550px;position:fixed;margin-left:5px;line-height:100%;}
  285. .cred a {color:{color:text};text-indent:5px;padding:5px;border:1px solid #f0f0f0;width:60px;text-transform:uppercase;}
  286.  
  287.  
  288.  
  289. #side {margin-top:120px;margin-left:1100px;position:fixed;background-image: transparent;background-color: transparent;width:400px;height:130px;padding:6px;z-index:999999999;}
  290.  
  291. #lnav {text-align:center; position:fixed; overflow:hidden; padding:5px; z-index:9; top:-0; left:0; height:40px; width:100%; background:rgba(255,255,255,0.6);}
  292. h3 {font-family:'French Script MT', cursive; font-size:25px; line-height:1em; font-weight:normal; display:inline-block; margin-right:10px; color:#000; text-shadow:1px 1px 1px #fff;}
  293. #llinks {display:inline-block;}
  294. #llinks a {font-family:'Baumans', sans-serif; font-size:9px; letter-spacing:.1em; text-transform:uppercase; margin:5px; text-shadow:1px 1px 1px #fff;}
  295.  
  296.  
  297. #descryp {z-index:9;background:#000 transparent;padding:2px; margin-top:190px; margin-left:-180px; padding:2px; text-align:left; position:fixed; font-family:'Open Sans'; font-size:12px; color:{color:descricao}; width:170px;}
  298.  
  299. #frufru1 {height:70px; margin-top:-80px; margin-left:-200px; position:fixed; text-align:left;}
  300. #frufru1 img { width:200px; height:300px; {block:IfOpacidade}opacity:0.9; -webkit-filter: grayscale(40%){/block:IfOpacidade};}
  301.  
  302.  
  303. </style>
  304. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300' rel='stylesheet' type='text/css'>
  305. <link href='http://fonts.googleapis.com/css?family=EB+Garamond|Petit+Formal+Script|Source+Sans+Pro|Lora:400italic' rel='stylesheet'type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  306. <link href='http://fonts.googleapis.com/css?family=Average+Sans|Arimo|Baumans' rel='stylesheet' type='text/css'>
  307. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet'type='text/css'>
  308.  
  309. <body onkeydown="return false" oncontextmenu="return false" ondragstart="return false">
  310. <!---NÃO RETIRE OS CRÉDITOS / PLAGIO E CRIME -!-->
  311. <div class="cred"> <a href="http://melancolizava.tumblr.com/" title="base por suplifique , feito por Melancolizava">theme by</a></div>
  312.  
  313.  
  314.  
  315. <!---NÃO RETIRE OS CRÉDITOS / PLAGIO E CRIME -!-->
  316.  
  317.  
  318. <div id="side">
  319. <div id="frufru1"><img src="https://40.media.tumblr.com/5ac0f01956ed3f74505def1764e0954a/tumblr_nibnxkjCGj1u6v2u4o1_400.png"></div>
  320. <div id="descryp">{description} </div>
  321. <div id="lnav" class="text">
  322. <h3>{text:frase}</h3>
  323. <span id="llinks">
  324. <a href="{text:link1}">{text:link1 title}</a>
  325. <a href="{text:link2}">{text:Link2 Title}</a>
  326. <a href="{text:link3}">{text:link3 Title}</a>
  327. <a href="{text:link4}">{text:link4 title}</a>
  328. <a href="{text:link5}">{text:link5 title}</a>
  329. </span></div>
  330.  
  331. </div>
  332. <div id="pulsa-r">
  333. {block:Posts}
  334. <div class="postbaby">
  335.  
  336. {block:Text}
  337. {block:Title}<div class="titulos">{Title}</div>{/block:Title}
  338. {body}
  339. {block:indexpage}
  340. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  341. {/block:indexpage}
  342. {/block:Text}
  343.  
  344. {Block:Photo}
  345. {block:IndexPage}
  346. <div class="perma"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  347. <div class="perma2"><a href="{permalink}">{notecount}</a><br>
  348. <div class="like"> {LikeButton color="white" size="15"}
  349. </div></div>
  350. {/block:IndexPage}
  351. {LinkOpenTag}<div class="ph"><img src="{PhotoURL-400}">
  352. </div>
  353.  
  354. {/Block:Photo}
  355.  
  356. {block:Photoset}
  357. {block:IndexPage}
  358. <div class="perma"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  359. <div class="perma2"><a href="{permalink}">{notecount}</a></div>
  360. {/block:IndexPage}
  361. <div class="ph">{Photoset-250}</div>{LinkCloseTag}
  362.  
  363. {/block:Photoset}
  364.  
  365. {block:Quote}
  366.  
  367. <div class="quote">{Quote}</div>
  368. <div class="lin"></div>
  369. <div class="autor">{block:Source}{Source}{/block:Source}</div>
  370.  
  371. {block:indexpage}
  372. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  373. {/block:indexpage}
  374. {/block:Quote}
  375.  
  376. {block:Chat}
  377. {block:Title}<div class="titulos">{Title}</div>{/block:Title}
  378. {block:Lines}
  379. <div class="chat">
  380. <div class="lines">{block:Label}
  381. <span>{Label}</span>
  382. {/block:Label}
  383. {Line}</div></div>
  384. {/block:Lines}
  385. {block:indexpage}
  386. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  387. {/block:indexpage}
  388. {/block:Chat}
  389.  
  390. {block:Link}
  391.  
  392. <a href="{URL}" target="{Target}"><div class="titulos">{Name}</div></a>
  393. {block:Description}{Description}{/block:Description}
  394. {block:indexpage}
  395. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  396. {/block:indexpage}
  397. {/block:Link}
  398.  
  399. {block:Audio}
  400.  
  401. {AudioPlayer}
  402. {block:Caption}{Caption}{/block:Caption}
  403. {block:indexpage}
  404. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  405. {/block:indexpage}
  406. {/block:Audio}
  407.  
  408. {block:Video}
  409.  
  410. {block:Indexpage}{Video-250}{/block:IndexPage}
  411. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  412. {block:Caption}{Caption}{/block:Caption}
  413. {block:indexpage}
  414. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  415. {/block:indexpage}
  416. {/block:Video}
  417.  
  418.  
  419. {block:Answer}
  420. <img src="{AskerPortraitURL-40}" class="fotoqd">
  421. <div class="perguntaqd"><font style="font-family:'Lora', sans-serif; font-size:12px; font-style:italic;">{Asker} :</font> {Question}</div>
  422. <div class="respostaqd">{Answer}</div>
  423. {block:indexpage}
  424. <div class="permalink "><a href="{permalink}">{NoteCount} notes</a> </div>
  425. {/block:indexpage}
  426. {/block:Answer}
  427.  
  428. {block:PermalinkPage}
  429. {block:Caption}{Caption}{/block:Caption}
  430. <br>
  431.  
  432. <div class="caixaperma">
  433. {block:RebloggedFrom}
  434. <div id="bpd">
  435. <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png">&nbsp; Reblogado por <a href="{ReblogParentURL}"><b>{ReblogParentName}</b></a>e
  436. original de <a href="{ReblogRootURL}"><b>{ReblogRootName}</b>.</a>
  437. </div>
  438. {/block:RebloggedFrom}
  439.  
  440. {block:Date}
  441. <div id="padding">
  442. <img src="http://static.tumblr.com/cdfpv33/5oymjxo65/cal.png">&nbsp; Postado <b>{DayOfWeek}</b> dia <b>{DayOfMonthWithZero}</b> de <b>{Month}</b> de {Year}, às <b>{12HourWithZero}</b>hrs <b>{Minutes}</b>min <b>{Seconds}</b>s <b>{CapitalAmPm}</b>.
  443. </div>
  444. {/block:Date}
  445.  
  446. {block:NoteCount}
  447. <div id="padding">
  448. <img src="http://static.tumblr.com/cdfpv33/2L0mjxo4l/coracao.png">&nbsp; Com <b>{NoteCountWithLabel}</b>.
  449. </div>
  450. {/block:NoteCount}
  451.  
  452. {block:HasTags}
  453. <div id="padding">
  454. <img src="http://static.tumblr.com/cdfpv33/XOomjxo5e/perman.png">&nbsp; Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#<b>{Tag}</b></a>{/block:Tags}
  455. </div>
  456. {/block:HasTags}
  457. </div>
  458.  
  459. <div class="caixaperma">
  460. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}</div>
  461. {/block:PermalinkPage}
  462.  
  463.  
  464. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  465. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div>
  466. </div>
  467. {/block:Posts}
  468. </div>
  469.  
  470. </body>
  471. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  472.  
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment