Don't like ads? PRO users don't see any ads ;-)

theme13

By: pqpjes on Aug 17th, 2012  |  syntax: None  |  size: 19.75 KB  |  hits: 39  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--------
  2.  
  3.  
  4.  
  5. THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
  6. THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
  7.  
  8.  
  9.  
  10. THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
  11. THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
  12.  
  13. HIPOCRIT-ATHEMES
  14.  
  15.  -------->
  16.  
  17. <head>
  18. <!-- DEFAULT VARIABLES -->
  19.  
  20.    
  21. <meta name="color:background" content="#FFF"/>
  22. <meta name="color:post" content="#F5F5F5"/>
  23. <meta name="color:text" content="#EEE"/>
  24. <meta name="color:link" content="#FFF"/>
  25. <meta name="color:sidebar" content="#000"/>
  26. <meta name="color:scroll" content="#777"/>
  27. <meta name="color:bglinks" content="#DDD"/>
  28. <meta name="color:links" content="#DDD"/>
  29. <meta name="color:title" content="#DDD"/>
  30. <meta name="color:coracaopost" content="#DDD"/>
  31. <meta name="image:background" content=""/>
  32. <meta name="image:sidebar" content="/"/>
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="link1" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="link2" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="link3" />
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Title" content="link4" />
  42. <meta name="text:Link5" content="/" />
  43. <meta name="text:Link5 Title" content="link5" />
  44.  
  45. <title>{Title}</title>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  48.  
  49. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  50.  
  51. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  52.  
  53. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  54.  
  55.  
  56. <script>
  57. jQuery(window).load(function(){
  58. var $wall = $('#posts');
  59. $wall.imagesLoaded(function(){
  60. $wall.masonry({
  61. singleMode: true,
  62. columnWidth: 308,
  63. itemSelector: '#space'
  64. });
  65. });
  66. $wall.infinitescroll({
  67. navSelector : '#page-nav',
  68. nextSelector : '#page-nav a',
  69. itemSelector : '#space',
  70. },
  71.  
  72. function( newElements ){
  73. $(newElements).hide();
  74. setTimeout(function(){
  75. $wall.masonry({ appendedContent: $(newElements) });
  76. },2000);
  77. setTimeout(function(){
  78. $(newElements).fadeIn('slow');
  79. },2100);
  80. },1000);
  81. });
  82. </script>
  83.  
  84.  
  85. <script>
  86. $.fn.imagesLoaded = function(callback){
  87. var elems = this.find('img'),
  88. len = elems.length,
  89. _this = this;
  90. if ( !elems.length ) {
  91. callback.call( this );}
  92. elems.bind('load',function(){
  93. if (--len <= 0){
  94. callback.call( _this );}
  95. }).each(function(){
  96. // cached images don't fire load sometimes, so we reset src.
  97. if (this.complete || this.complete === undefined){
  98. var src = this.src;
  99. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  100. // data uri bypasses webkit log warning (thx doug jones)
  101. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  102. this.src = src;}
  103. });
  104. return this;};
  105. </script>
  106.  
  107. {/block:Indexpage}
  108.     <title>{Title}</title>
  109.                      
  110.                      
  111.      
  112.                      
  113.                      
  114.         <link rel="shortcut icon" href="{Favicon}">
  115.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  116.         {block:Description}
  117.   <meta name="description" content="{MetaDescription}" />
  118.         {/block:Description}
  119.  
  120. {block:IfEnableEndlessScrolling}
  121. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  122. {/block:IfEnableEndlessScrolling}
  123. <link href='http://fonts.googleapis.com/css?family=Homenaje'rel='stylesheet' type='text/css'>
  124.     <style type="text/css">
  125.  
  126.  
  127. body{margin:0px; background-color:{color:background}; background-image:url({image:Background});
  128. background-attachment: fixed; background-repeat: repeat; font-family: verdana; font-size: 09px; color:{color:Text};text-align: justify;}
  129.  
  130. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}
  131.  
  132. a:hover{color:{color:link hover}; text-decoration: none;}
  133.  
  134.  
  135. #posts{margin-left: 260px; margin-top:17px; width: 640px;height: auto;margin-bottom: 20px; }
  136.  
  137.  
  138. #space{float: left; width: 280px; padding: 3px; margin: -2px; background-color: {color:post};border-top:8px solid {color:post};border-left:8px solid {color:post};border-right:8px solid {color:post};border-bottom:8px solid {color:post};margin-bottom: 5px;}
  139.  
  140. #space img{max-width:280px; border: 1px solid{color:background};padding: 2px;margin-left: -3px;}
  141.  
  142. #space:hover .nothing {opacity:1.2; margin-top:0px; height: 13px; line-height: 10px;margin-top: 4px; }
  143.  
  144.  
  145.  
  146. .permalink{display: block; font: normal 9px Helvetica, Arial, Sans Serif; text-align: right; text-transform: none; padding: 1px;}
  147.  
  148. .permalink a{color:#999;}
  149.  
  150.  
  151.  
  152. .title{font-family: georgia; font-size: 15px; line-height: 12px; color: {color:Title}; font-weight: normal;}
  153. h1 {font-family: georgia; text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
  154. h1 a {text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
  155. h1 a:hover {text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
  156.  
  157. .xquote { text-align: justify; georgia; font-size: 11px;  line-height: 15px; padding: 3px;margin-left: 02px; margin-bottom:3px; margin-top:-60px;}
  158. .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px; font-size: 11px; font-weight: bold;}
  159. .xquotesource a, a:hover{text-transform: none;}
  160. #quote {position:relative; top:-17px; left:-3px; font-size:60px; opacity:0.3;}
  161.  
  162.  
  163.  
  164.  
  165. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  166.  
  167. .video embed, .post div.video object {width:300px !important; height:200 !important;}
  168.  
  169. blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:background};}
  170.  
  171. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  172. {/block:ifFadedImages}
  173.  
  174. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
  175. {/block:ifInvertedFade}
  176.  
  177. ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
  178. ::-webkit-scrollbar-corner {background:{color:scroll};}
  179. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scroll};}
  180. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:text links};}
  181. ::-webkit-scrollbar-thumb:vertical {background:{color:text links}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  182. ::-webkit-scrollbar-thumb:horizontal {background:{color:text links};}
  183. ::-webkit-scrollbar-thumb {background: {color:scroll}}
  184. ::-webkit-scrollbar-track-piece {background:transparent; border-top: 1pt solid {color:background}; border-bottom: 1pt solid {color:background}; width:4pt;}
  185. ::moz-selection {color:{color:title}; background:{color:text};}
  186. ::selection {color:{color:title}; background:{color:text};}
  187.  
  188.   @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  189.  
  190.  
  191.  .question1 {
  192. color:{color:text};
  193. font-size: 12px;
  194. font-family: cambria;
  195. text-align:left;
  196. font-weight: normal;
  197. line-height:95%;
  198. background:{color:background};
  199. position: relative;
  200. min-height:70px;
  201. padding:10px 15px;
  202. margin-bottom:2px;
  203. margin-right:-10px;}
  204.  
  205. .questionarrow {
  206. font-size:30px;
  207. color:#ececec;
  208. vertical-align:middle;
  209. margin-left:-5px!important;}
  210.  
  211.  
  212. .asker {width:250px; text-align:right; text-transform:lowercase; color:{color:text};}
  213. .asker a {color:{color:text};}
  214. .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px;}
  215.  
  216. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:none;}
  217. .asking a{color:{color:text};}
  218. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  219.  
  220.  
  221. .question {color: ; text-align: center; background-color: #ff; margin-bottom: -10px; }
  222.  
  223.  
  224.  
  225. #infu {text-align: center; font-size: 9px; font-family: calibri; text-transform: uppercase; z-index: 11; opacity:0.2; margin-top:12px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;color:{color:background};border-top:1px solid {background}}
  226. #infu a {font-size: 9px; text-transform:uppercase; color:#979797;}
  227.  
  228. #infu {opacity:1}
  229.  
  230.  
  231.  
  232. #fotoft {float: left; margin-top: 127px; margin-left: 97; position: fixed; padding: 0px; border: 3px solid {color:sidebar};width: 153px; height:199px;}
  233. #fotoft {margin-top: -2px; margin-bottom: 0px;opacity:8;}
  234. #fotoft img{width: 230px; margin-left: 0px; z-index: 1; opacity:0.7}
  235. #ftfoto {margin-top: 5px; margin-left:0px; margin-bottom: 0px;}
  236. #ftfoto img{width: 153px; height: 199px; margin-left: 0px;margin-top: -5px;}
  237. #ftfoto img:hover{ z-index: 1; opacity:0.8}
  238.  
  239. #sidebar {margin-top: 221px ; margin-left:97px; position: fixed; background-color:{color:sidebar}; font-family: verdana; font-size:9px; width:155px; font-style: none; color: {color:text}; height:80px; line-height:130%; padding: 2px; text-align: center;
  240. ;   }
  241.  
  242. .sidebar {margin-top: 0px; margin-left:38px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:#000; font-family: verdana; font-size:9px; width:80px; font-style: none; color: #666; height:84px; line-height:130%; padding: 3px; text-align: right;  }
  243.  
  244.  
  245.  
  246. #sdescri {color:{color:text}; background-color:transparent;
  247. ; font-size: 9px; font-family: verdana; margin-left: 98px; margin-top:230px; position: fixed; padding: 3px; height: 24px; width: 150; text-align: center; line-height: 12px; font-style: normal; z-index:900000;
  248. }
  249.  
  250.  
  251. #justin {width:161px; height: auto; float: left; margin-left:96px; margin-top:205px; padding: 0px; text-align: center;  -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: fixed; opacity:1;
  252. }
  253.  
  254. #justin:hover{opacity: 1;}
  255.  
  256. .justin1 { margin-left: 0px; margin-top:0px;}
  257. .justin1 a {float: left; font-size:10px; font-family:'Homenaje'; text-align: center; height: 13px; margin-left:2px; width: 28px; background-color: {color:sidebar}; color:{color:links};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 1px;  line-height: 13px;
  258. }
  259.  
  260. .justin1  a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:{color:sidebar}; color:{color:bglinks};}
  261.  
  262.  
  263. .justin { margin-left: 0px; margin-top:0px;}
  264. .justin a {float: left; font-size:10px; font-family:'Homenaje'; text-align: center; height: 13px; margin-left:2px; width: 34px; background-color: {color:bglinks}; color:{color:sidebar} ;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 1px;  line-height: 13px;}
  265.  
  266. .justin  a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;
  267. }
  268.  
  269.  
  270. #pagination {width:105px; margin:auto!important; font:10px consolas,monospace; color: {color:text}; text-align:center; padding-top:2px;}
  271. #pagination a {color: {color:text};}
  272. #pagination a:hover{color: {color:text};}
  273. .ps {position: fixed; margin-left:120px; margin-top: 310px;}
  274.  
  275.  
  276.  
  277.  
  278. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  279.  
  280.  
  281.  
  282. #tumblr_controls{position: fixed!important}
  283. #tumblr_controls{position: fixed!important}
  284. #tumblr_controls{position: fixed!important}
  285. #tumblr_controls{position: fixed!important}
  286.  
  287. iframe#tumblr_controls {
  288.     position: fixed !important;
  289.     top: 0 !important;
  290.     right: 0 !important;
  291.      opacity: 1.0 !important;
  292.  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
  293. }
  294.  
  295.  
  296. iframe#tumblr_controls:hover {
  297.     position: fixed !important;
  298.     top: 0 !important;
  299.     right: 0 !important;
  300.      opacity: 1.0 !important;
  301.  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
  302. }
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. </style>
  321.  
  322.  <script language='JavaScript'>
  323. //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  324. function checartecla (evt)
  325. {if (evt.keyCode == &#39;17&#39;)
  326. {alert(&quot;Comando Desativado&quot;)
  327. return false}
  328. return true}
  329. </script>
  330.  
  331.  
  332. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  333.  
  334.  
  335. <a style="font-size: 12px; font-family:calibri;position:fixed;bottom:7px;left:927px;" href="http://hipocrit-a.tumblr.com/" title="hipocrit-a"><b>THEME  </b></a>
  336.  
  337.  
  338.  
  339. <div id="fotoft"><div id="ftfoto">
  340. <img src="{image:sidebar}"/>
  341. </div></div>
  342. <div id="sidebar"><div></div></div>
  343.  
  344.  </div>
  345.  
  346. </div></div></div></div>
  347.  
  348. <div id="sdescri"> {description}</div>
  349.  
  350.  
  351. <div class="ps">{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="previous">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}</div>{/block:Pagination}</div>
  352. </div>
  353.  
  354. <div id="justin">
  355. <div class="justin1">
  356. <a href="{text:link1}">{text:link1 title}</a>
  357. <a href="{text:link2}">{text:link2 title}</a>
  358. <a href="{text:link3}">{text:link3 title}</a>
  359. <a href="{text:link4}">{text:link4 title}</a>
  360. <a href="{text:link5}">{text:link5 title}</a>
  361. </div class> </div></div></div>
  362.  
  363.  
  364.  
  365. <div id="posts">
  366. {block:Posts}
  367. <div id="space">
  368.  
  369. {block:Text}
  370.  
  371.  
  372.  
  373. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  374.  
  375. <div id="infu">
  376. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  377. </div>
  378.  
  379. {/block:Text}
  380. {block:Answer}
  381. <table width="240px" cellspacing="0" cellpadding="0">
  382. <tr>
  383. <td width="100px" class="question1">{Question}</td>
  384. <td width="30px"><span class="questionarrow">◤</span></td>
  385. <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  386. </tr>
  387. </table>
  388. <div class="answer">{Answer}</div>
  389. <div id="infu">
  390. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  391. </div>
  392. {/block:Source}{/block:Answer}
  393.  
  394.  
  395.  
  396.  
  397. {block:Link}
  398. <div id="infu">
  399. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  400. </div>
  401. <a href="{URL}" class="title">{Name}</a>
  402. {block:Description}{Description}{/block:Description}
  403. {block:Link}
  404.  
  405. {block:Photo}
  406.  
  407. <div id="infu">
  408. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  409. </div>
  410.  {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  411.  
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:Photo}
  414.  
  415. {block:Photoset}
  416. <div id="infu">
  417. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  418. </div>
  419. <center><div style="padding-top: 10px; padding-bottom: 10px; background-color:{color:post};">{Photoset-250}</div></center>
  420. {/block:Photoset}
  421.  
  422.  
  423. {block:Quote}
  424.  
  425.  <div id="quote">&#10077;</div><div class="xquote">{Quote}</div>
  426. {block:Source}<font style="color:{color:coracaopost}"><div class="xquotesource"> — {Source}</font></div>
  427. <div id="infu">
  428. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  429. </div>
  430. {/block:Source}
  431.  {/block:Quote}
  432.  
  433.  
  434. {block:Chat}
  435.  
  436.  
  437.  
  438. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  439. <div class="chat"><ul>{block:Lines}
  440. <li class="person{UserNumber}">{block:Label}
  441. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  442. <div id="infu">
  443. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  444. </div>
  445. {/block:Chat}
  446.  
  447.  
  448. {block:Audio}
  449.  
  450. <div class="player">{AudioPlayerGrey}</div>
  451. <div id="infu">
  452. <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  453. </div>
  454.  {/block:Audio}
  455.  
  456. {block:Video}
  457.  
  458.  
  459.  
  460. {Video-400}
  461. {block:Caption}{Caption}{/block:Caption}
  462.  
  463.  
  464.  
  465.  
  466. {/block:Video}
  467.  
  468.  
  469. {block:PostNotes}{PostNotes}
  470. {/block:PostNotes}</div>
  471. {/block:Posts}
  472.  
  473. </div>
  474. </div>
  475. </div>
  476.  
  477. </center></div>
  478.  
  479.  
  480.  
  481.  
  482.  
  483. </div>
  484.  
  485.  
  486.  
  487. </body>
  488. </html>