Ikxa

nevou

Nov 12th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.85 KB | None | 0 0
  1. <html>
  2. <!--
  3.  
  4. BY:
  5.  
  6. ____ ____ ____ ____ ____ ____ ____ ____ ___  ___
  7. ||G |||R |||A |||M |||A |||T |||I |||C |||A |||S |
  8. ||__|||__|||__|||__|||__|||__|||__|||__|||__|||__|
  9. |/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\
  10.  
  11.  
  12.  
  13.  
  14.  
  15. -->
  16.  
  17. <head>
  18.  
  19.  
  20.  
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  25. <script>
  26.     (function($){
  27.         $(document).ready(function(){
  28.             $("[title]").style_my_tooltips();
  29.         });
  30.     })(jQuery);
  31. </script>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36.  
  37.         <meta name="color:background" content="#FFF"/>
  38.         <meta name="color:linkside" content="#252525"/>
  39.         <meta name="color:text" content="#252525"/>
  40.        
  41.         <meta name="color:link" content="#252525"/>
  42.         <meta name="color:Scroll" content="#000"/>
  43.         <meta name="if:Opacidade" content="0"/>
  44.         <meta name="if:followbranco" content="1"/>
  45.         <meta name="if:2Colunas" content="0"/>
  46.         <meta name="if:AumentarPosts" content="1"/>
  47.         <meta name="if:DiminuirPosts" content="0"/>
  48.         <meta name="if:ArredondarImagens" content="0"/>
  49.         <meta name="image:background" content=""/>
  50.        
  51.        
  52.         <meta name="font:quote" content"Baskerville"/>
  53.        
  54.         <meta name="text:Link1" content="/" />
  55.         <meta name="text:Link1 Title" content="link" />
  56.         <meta name="text:Link2" content="/" />
  57.         <meta name="text:Link2 Title" content="link" />
  58.         <meta name="text:Link3" content="/" />
  59.         <meta name="text:Link3 Title" content="link" />
  60.         <meta name="text:Link4" content="/" />
  61.         <meta name="text:Link4 Title" content="link" />
  62.         <meta name="text:Link5" content="/" />
  63.         <meta name="text:Link5 Title" content="link" />
  64.        
  65.        <meta name="text:frase" content="titulo" />
  66.        
  67.        
  68.        
  69.        
  70.         <script type="text/javascript">
  71. //dsblt
  72. function desabilitaMenu(e)
  73. {
  74. if (window.Event)
  75. {
  76. if (e.which == 2 || e.which == 3)
  77. return false;
  78. }
  79. else
  80. {
  81. event.cancelBubble = true
  82. event.returnValue = false;
  83. return false;
  84. }
  85. }
  86.  
  87. //dsblt
  88. function desabilitaBotaoDireito(e)
  89. {
  90. if (window.Event)
  91. {
  92. if (e.which == 2 || e.which == 3)
  93. return false;
  94. }
  95. else
  96. if (event.button == 2 || event.button == 3)
  97. {
  98. event.cancelBubble = true
  99. event.returnValue = false;
  100. return false;
  101. }
  102. }
  103.  
  104. //dsblt
  105. if ( window.Event )
  106. document.captureEvents(Event.MOUSEUP);
  107. if ( document.layers )
  108. document.captureEvents(Event.MOUSEDOWN);
  109.  
  110. document.oncontextmenu = desabilitaMenu;
  111. document.onmousedown = desabilitaBotaoDireito;
  112. document.onmouseup = desabilitaBotaoDireito;
  113. </script>
  114.  
  115.  
  116. <link rel="shortcut icon" href="{Favicon}">
  117. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  118. <meta name="viewport" content="width=820" />
  119.  
  120. {block:IndexPage}
  121.  
  122. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  123.  
  124. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  125.  
  126. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  127.  
  128. <script type="text/javascript">
  129. $(window).load(function(){
  130. var $wall = $('#content');
  131. $wall.imagesLoaded(function(){
  132. $wall.masonry({
  133. itemSelector: '.entry',
  134. isAnimated : true
  135. });
  136. });
  137. $wall.infinitescroll({
  138. navSelector : "div#navigation",
  139. nextSelector : "div#navigation a#nextPage",
  140. itemSelector : '.entry',
  141. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  142. loadingText : " ",
  143. donetext : " ",
  144. extraScrollPx : 9000,
  145. bufferPx : 10000,
  146. debug : false,
  147. errorCallback: function() {
  148. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  149. }},
  150. function( newElements ) {
  151. var $newElems = $( newElements );
  152. $newElems.hide();
  153. $newElems.imagesLoaded(function(){
  154. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  155. });
  156. }); $('#content').show(500);
  157. });
  158. </script>
  159.  
  160. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  161. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  162.  
  163. <style type="text/css">
  164.  
  165. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), default !important;}  
  166.  
  167. <script type=text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script> <script type=text/javascript” src=”http://static.tumblr.com/f2ophqd/nNrm048my/top.txt”></script>
  168.  
  169. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}body {background-image: url('{image:background}');background-attachment:fixed;background-repeat:no-repeat;background-color:{color:background};font-size:12px; font-family:{font:quote};; line-height:15px;color:{color:text};}a:link, a:active, a:visited{color:{color:link}; text-decoration: none;}a:hover{color:{color:hover};}
  170. ::-webkit-scrollbar{width:5px; height:auto;}
  171. ::-webkit-scrollbar-button:start:decrement
  172. ::-webkit-scrollbar-button:end:increment{display:block; height:0;
  173. background-color:transparent;}
  174. ::-webkit-scrollbar-track-piece{background-color:{color:background};
  175. -webkit-border-radius:0; -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:3px;}
  176. ::-webkit-scrollbar-thumb:vertical{height:1px; background-color:{color:Scroll};}
  177. ::-webkit-scrollbar-thumb:horizontal{width:1px; background-color:{color:Scroll};}
  178.  
  179. div#content{
  180. top:5px;;{block:IfDiminuirPosts}margin-right:100px;{/block:IfDiminuirPosts}{block:if2Colunas} margin-right:300px;{/block:if2Colunas}{block:IfAumentarPosts}margin-right:200px;{/block:IfAumentarPosts}
  181. {block:IndexPage}width:750px;
  182. {block:if2Colunas} width:1000px;{/block:if2Colunas}
  183. {block:If400px}width:860px;{/block:If400px}
  184. {block:IndexPage}
  185. {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  186.  
  187. .pquote {font-size:12px; font-family:{font:quote}; line-height:15px; margin-top:-20px;text-align:justify;}
  188.  
  189. .quote{position:relative; top:100px; left:-20px; font-size:35px;opacity:.1;filter:alpha(opacity = 0.7);}
  190.  
  191. .quotesource{font-family:{font:quote};font-size:12px; margin-left:auto; margin-top:-3px; text-align:left;font-weight:bold;}
  192.  
  193.  
  194.  
  195.  
  196. .info {padding-top:-35px;}a.nav{ display:right;font-size:13px; font-family:{font:quote}; line-height:15px;text-decoration:none;}.post_title{font-size:13px; font-family:{font:quote}; line-height:15px; color:{color:link};}
  197.  
  198.  
  199. .entry{position:relative; {block:IndexPage}{block:if2Colunas} width:400px;{/block:if2Colunas}
  200. {block:IfDiminuirPosts}width:400px;{/block:IfDiminuirPosts}{block:IfAumentarPosts}width:500px;{/block:IfAumentarPosts}-webkit-transition-duration: 1.15s;
  201. ;{block:If400px}width:400px;{/block:If400px}float:left;margin:10px;{/block:IndexPage}{block:PermalinkPage}width:500px;{block:if2Colunas} margin-left:-100px; top:20px;{/block:if2Colunas}{block:IfAumentarPosts}margin-left:-200px; top:20px;{/block:IfAumentarPosts}{block:IfDiminuirPosts}margin-left:-300px; top:20px;{/block:IfDiminuirPosts}{/block:PermalinkPage}background-color:transparent};}
  202.  
  203.  
  204. .entry img{{block:IndexPage}max-width:250px;{block:If400px}max-width:400px{/block:If400px}{/block:IndexPage}{block:PermalinkPage}max-width:700px;{/block:PermalinkPage};}
  205.  
  206. img { {block:IfArredondarImagens}border-radius:20px; {/block:IfArredondarImagens}{block:IfOpacidade}border-radius:10px; {/block:IfArredondarImagens}-webkit-transition: opacity 0.7s linear;opacity: 0.75; -webkit-filter: grayscale(30%); -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;{/block:IfOpacidade} }
  207. img:hover {-webkit-transition: opacity 0.7s linear;opacity: 1; -webkit-filter: grayscale(0%); -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;  }
  208.  
  209. img {border:0px;} img:hover{; }
  210.  
  211. /** modelo de ask por conjutar **/
  212.  
  213. .per {position:relative; text-align:center; padding:3px 5px; margin:0; -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;  clear:both;border:1px solid #ebebeb;color:{color:text};background:#eee;}
  214.  
  215.  .iconeask {
  216. float: left;
  217. margin-left: 13px;
  218.  
  219. margin-top: 20px;
  220. }
  221.  
  222. .fe {display:block; position:absolute; bottom:-15px; left:15px; width:0; border-width:15px 15px 0; border-style:solid; border-color: #eee transparent;}
  223. .autor {position:absolute; bottom:-38px; left:53px;}
  224.  
  225. .text {text-align:center;} /**acabou conjuntar**/   blockquote{padding:0px 0px 0px 5px;margin:0px 0px 2px 1px;border-left: 1px solid {color:Text};}
  226.  
  227. .permalink{background-color: {color:reblog};text-transform:lowercase; text-align:center; color:gray; font-style:italic;letter-spacing:0;font-family:cambria; position:relative; margin-top:-10px; font-size:9px; opacity:0; filter:alpha(opacity = 0);  -webkit-transition-duration: 1.95s;}
  228. .entry:hover .permalink{margin-top:-3px; opacity:1; filter:alpha(opacity = 100); -webkit-transition-duration: 1.95s;}{block:ifReblogLinkOnHover}.photopermaholder{position:absolute; height:14px; bottom:40px; right:-5px; opacity:0; filter: alpha(opacity = 0);  -webkit-transition-duration: 1.95s;}.photoperma{display:inline-block; margin-right:5px; padding:4px; height:14px;}.photoperma a{color:#000;}.entry:hover .photopermaholder{opacity:1; filter:alpha(opacity = 100);  -webkit-transition-duration: 1.95s;}{/block:ifReblogLinkOnHover}
  229. .photobar{height:100%; width:100%;}div#chat {padding: 4px;background-color:none};margin-top: 2px; }div#chat {{block:IndexPage}width:250px;{block:If400px}width:400px;{/block:If400px}{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage} list-style:none; padding:0px; margin-top:5px; margin-bottom:10px; text-align:left;}.audiocast{background-color:#E4E4E4;height:27px;{block:IndexPage}width:250px;{block:If400px}width:400px;{/block:If400px}{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}overflow:hidden;}div#postnotes{width:500px; margin-top:10px;}div#page{padding:10px 20px 10px 0px;{block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}}div#page a{color:{color:title};font-family:Arial;font-size:12px;}#content {{block:indexpage}width:572px;{/block:indexpage}{block:permalinkpage}width:524px;{/block:permalinkpage}margin:auto;}
  230.  
  231. #cre {position:fixed;padding:0;width: auto; right:5px;bottom: 25px; font-family:  georgia; font-size: 10px;text-transform:uppercase;background-color:;letter-spacing:1px;font-style:normal;text-align:center;z-index:999999999;}
  232.  
  233.  
  234.  
  235.  
  236. #s-m-t-tooltip {
  237.     display: block;
  238.     background: {color:borda};
  239.     font-size: 10px;
  240.     font-family: georgia;
  241.     letter-spacing: 1px;
  242.     text-transform: lowercase;
  243.     font-style:;
  244.     color: #fff;
  245.     text-align: center;
  246.     margin-top: -38px;
  247.     margin-left:-20px;
  248.     padding: 2px 5px 2px 5px;
  249.     border: 0px solid #bbb;
  250.     min-width: 40px;
  251.     max-width: 200px;
  252.  
  253.     z-index: 99999; -webkit-transition-duration: 0.95s;
  254. }
  255.  
  256. .perms {
  257. border-bottom: 0px solid {color:border};
  258. color:#fff;;
  259. font-size:12px;text-align:left;
  260. opacity: 0;
  261. -webkit-transition-duration: .75s;bottom:-10px;
  262. width:400px;;
  263. height:auto;
  264. padding-top:4px;
  265. background-color: {color:background};
  266. position: absolute;
  267. margin-top:0px;
  268. margin-left:0px;
  269. {block:IfAumentarPosts}width:500px;;{/block:IfAumentarPosts}
  270. text-transform:lowercase;
  271. font-family:{font:body};
  272. letter-spacing:0px;
  273. display:block;
  274. }
  275.  
  276.  .perms a:{color:#fff;}
  277.  
  278. .entry:hover .perms {
  279.    
  280. opacity:1;
  281. z-index:999999;
  282.  -webkit-transition-duration: 0.65s;
  283. padding-bottom:0px;}
  284.  
  285. .lk{margin-left:385px;{block:IfAumentarPosts}margin-left:485px;;{/block:IfAumentarPosts} margin-top:-16px;}
  286. .lkk{text-align:left;margin-left:5px; margin-top:-13px;}
  287. .perms a:hover{
  288. text-decoration:line-through;}
  289.  
  290.  
  291.  
  292.  
  293. {block:Iffollowbranco} iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.7;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  294. {/block:Iffollowbranco}
  295.  
  296. #sidebar{background-color: transparent;width: 275px;height:400px;padding: 0px; position: fixed;margin-top: 150px;text-align: center;right: 50px;{block:if2Colunas} right:0px;{/block:if2Colunas}z-index:99; }
  297.  
  298. #fotosidebar{border:0px solid {color:borda}; padding:8px;opacity: 1; -webkit-filter: grayscale(20%); width:120px;height:120px; -webkit-transition-duration: 1.20s; border-radius:0px; }
  299.  
  300.  
  301.  
  302. #fotosidebar{margin-left: -120px; margin-top: -25px;}
  303.  
  304.  
  305. #frase {position:fixed;width: 220px; font-family: {font:quote};;font-size: 11px;text-align:left;font-style:; color:{color:link}; padding-bottom: 3px; font-style:;}
  306.  
  307. #frase{background-color:;padding:2;color:{color:link};z-index:9999999;text-transform:normal;margin-left: -25px;top:270px;;}
  308.  
  309. #frase a:hover  {color:{color:linkhover};;}
  310.  
  311. .link a {margin-left: 0px;font-size:11px; font-family: {font:quote};; text-transform:lowercase; text-decoration:bold;color:{color:link}; margin-bottom:0px; letter-spacing:0px;font-style:;}
  312.  
  313. .link a:hover  {color:{color:linkhover};opacity:0.5;;}
  314.  
  315. #desc{position:fixed; font-family:georgia; font-size:10px;color: {color:desc};padding:2px;background: url('') no-repeat -1 1px;text-align: justify;border-top: 0px solid {color:borda};font-style:italic;}
  316.  
  317. #desc{background-color:{color:borda};width:176px;margin-left: -1818px; margin-top:12px;}
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326. </style>
  327.  
  328. <body oncontextmenu="return false" onkeydown="return false">
  329.  
  330.  
  331.  
  332.  
  333. </div>
  334.  
  335.  
  336.  
  337.  
  338. <div id="sidebar">
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. <div id="frase"><a style="font-size:21px;">{text:frase}</a><p><a style="font-size:11px;"><a style="font-size:20px;">&ldquo;</a> {description}<p><div style="font-family:inconsolata;;padding:5px;
  346. margin-left:0px;margin-top:-10px;"><select style="margin-top:4px;margin-left:-5px;width:209px;font-family:{font:quote};;font-size:12px;letter-spacing:0px;color:#444;padding:15;background-color:#fff;;border:1px solid #eaeaea;margin-bottom:6px;" onchange="location.href=this.options[this.selectedIndex].value;"><option value=''>Navegue</option><br/>
  347. <option value="{text:Link1}">{text:Link1 Title}</option><br/>
  348. <option value="{text:Link2}">{text:Link2 Title}</option><br/>
  349.  
  350. <option value="{text:Link3}">{text:Link3 Title}</option><br/>
  351. <option value="{text:Link4}">{text:Link4 Title}</option><br/>
  352. <option value="{text:Link5}">{text:Link5 Title}</option><br/>
  353. <option value="http://gramaticas.tumblr.com">theme</option></select></div>
  354.  
  355. </div>
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.     </div></div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.     </div></div>
  377.  
  378. </div></div>
  379. <div id="content">
  380. {block:Posts}
  381.  
  382. {block:Text}
  383. <div class="entry">
  384. {block:Title}<span class="post_title">{Title}</span><p>{/block:Title}
  385. {Body}
  386. {block:IndexPage}<div class="perms"> <a href="{Permalink}">{SourceURL} </a>  <a href="{permalink}">{notecount} notas</a>  <a href="{ReblogURL}" target="_blank"><b>reblog</b><div class="lk">{LikeButton color="gray" size="15"}</div>
  387. </div> {/block:IndexPage}
  388. </div>
  389. {/block:Text}
  390.  
  391. {block:Photo}
  392. <div class="entry">
  393.  
  394. {/block:ifReblogLinkOnHover}
  395. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  396. <a href="{Permalink}"><img {block:indexpage}{block:IfAumentarPosts}style="width:500px;"{/block:IfAumentarPosts}style="width:400px;"{/block:indexpage} src="{PhotoURL-500}"></a>
  397. <p>
  398. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  399. </div> {/block:IndexPage}
  400. {block:IndexPage}
  401. {LinkCloseTag}
  402. {block:indexpage}
  403. {block:ifshowcaptions}
  404. {Caption}
  405. {/block:ifshowcaptions}
  406. {/block:indexpage}
  407. {block:PermalinkPage}
  408. {Caption}
  409. {/block:PermalinkPage}
  410. </div>
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. <div class="entry">
  415. {block:IfDiminuirPosts}<center>{Photoset-400}</center>{/block:IfDiminuirPosts}
  416. {block:IfAumentarPosts}<center>{Photoset-500}</center>{/block:IfAumentarPosts}
  417. {block:if2Colunas}<center>{Photoset-400}</center>{/block:if2Colunas}
  418. <p>
  419. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  420. </div> {/block:IndexPage}
  421. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  422. </div>
  423. {/block:Photoset}
  424.  
  425.  
  426. {block:Quote}
  427. <div class="entry">
  428. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  429. </div> {/block:IndexPage}
  430. <span class="quote">&nbsp;</span><div class="pquote"><a style="font-size:20px;">&ldquo;</a> {Quote}</div>
  431. {block:Source}<div class="quotesource"><p><b>– {Source}</b><p></div>{/block:Source}
  432.  
  433. </div>
  434. {/block:Quote}
  435.  
  436. {block:Chat}
  437. <div class="entry">
  438. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  439. </div> {/block:IndexPage}
  440. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  441. <div id="chat">
  442. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  443. </div>
  444.  
  445. </div>
  446. {/block:Chat}
  447.  
  448. {block:Link}
  449. <div class="entry">
  450. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  451. </div> {/block:IndexPage}
  452. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a><p>
  453. {block:Description}{Description}{/block:Description}
  454.  
  455. </div>
  456. {/block:Link}
  457.  
  458. {block:Audio}
  459. <div class="entry">
  460. <center>
  461. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" {block:IfAumentarPosts}style="width:500px;"{/block:IfAumentarPosts}width="400"/><p>{/block:AlbumArt}</center>
  462. <div class="audiocas">{AudioPlayerGrey}</div>
  463. {block:Caption}{Caption}
  464. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  465. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  466. </div> {/block:IndexPage}
  467. </div>
  468. {/block:Audio}
  469.  
  470. {block:Video}
  471. <div class="entry">
  472. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  473. </div> {/block:IndexPage}
  474. {block:IndexPage}{block:IfNot400px}{Video-250}{/block:IfNot400px}{block:If400px}{Video-400}{/block:If400px}{/block:IndexPage}
  475. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  476. {block:Caption}{Caption}{/block:Caption}
  477. <p>
  478.  
  479. </div>
  480. {/block:Video}
  481.  
  482. <center>{block:Answer}
  483. <div class="entry">
  484. {block:IndexPage}<div class="perms"> <a href="{permalink}">{notecount} notas</a>   <a href="{ReblogURL}" target="_blank">Reblogue</a><div class="lk">{LikeButton color="gray" size="14"}</div>
  485. </div> {/block:IndexPage}
  486. <div class="per"><p>{Question}<p><div class="fe"></div>
  487. <div class="iconeask" style="border-radius:100px;"><img src="{AskerPortraitURL-30}"></div><div class="autor">{Asker}</div></div>
  488. <div class="both"><p>&nbsp;</p></div>
  489. <br>
  490. <div class="text"><p>{Answer}</p></div>
  491.  
  492. </div>
  493. {/block:Answer}</center>
  494.  
  495. {block:PostNotes}
  496. <div id="postnotes">
  497. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  498. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  499. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  500.  
  501. </div>
  502. {PostNotes}
  503. {/block:PostNotes}
  504.  
  505. {/block:posts}
  506.  
  507. {block:IndexPage}
  508. <div class="column navigation" id="navigation">
  509. {block:Pagination}
  510. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  511. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  512. </div>
  513. {/block:IndexPage}
  514.  
  515. </div>
  516.  
  517. <script type="text/javascript"> Cufon.now(); </script>
  518.  
  519. <!----------------------Gramaticas / TUMBLR--------------------------->
  520.  
  521.  
  522. <div id="cre"><a href="http://gramaticas.tumblr.com">theme</a></div>
  523.  
  524.  
  525. </body>
  526.  
  527.  
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment