Advertisement
thmsjana

theme 38

Nov 16th, 2014
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3.  
  4. <!-- base por: fckraw
  5. adaptado por: bruteira
  6.  
  7. -->
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <html><head>
  19.  
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:simbolo" content="#e5e5e" />
  24. <meta name="color:barrinha" content="#eee" />
  25. <meta name="color:hover" content="#000" />
  26. <meta name="color:text" content="#000" />
  27. <meta name="color:links" content="#000" />
  28.  
  29.  
  30.  
  31.  
  32. <meta name="image:sidebar" content="" />
  33. <meta name="image:simbolo" content="" />
  34.  
  35.  
  36. <meta name="if:Rolagem infinita" content="1"/>
  37. <meta name="image:background" content=""/>
  38.  
  39.  
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="" />
  49.  
  50. <meta name="text:frase1" content="" />
  51. <meta name="text:frase2" content="" />
  52. <meta name="text:simbolo" content="" />
  53.  
  54.  
  55.  
  56. <title>{Title}</title>
  57.  
  58.  
  59.  
  60.  
  61. <link rel="shortcut icon" href="{favicon}">
  62.  
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  64. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  65.  
  66. {block:IndexPage}<script type="text/javascript">Cufon.now(); </script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>{/block:IndexPage}
  67.  
  68.  
  69.  
  70.  
  71.  
  72. <script type="text/javascript">
  73. $(window).load(function(){
  74. var $wall = $('#container');
  75. $wall.imagesLoaded(function(){
  76. $wall.masonry({
  77. itemSelector: '.posts',
  78. isAnimated : true
  79. });
  80. });
  81. $wall.infinitescroll({
  82. navSelector : "div#navigation",
  83. nextSelector : "div#navigation a#nextPage",
  84. itemSelector : '.posts',
  85. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  86. loadingText : " ",
  87. donetext : " ",
  88. extraScrollPx : 9000,
  89. bufferPx : 10000,
  90. debug : false,
  91. errorCallback: function() {
  92. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  93. }},
  94. function( newElements ) {
  95. var $newElems = $( newElements );
  96. $newElems.hide();
  97. $newElems.imagesLoaded(function(){
  98. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  99. });
  100. }); $('#container').show(500);
  101. });
  102. </script>
  103. <style type="text/css">
  104.  
  105.  
  106.  
  107. body {background-color:#fff; background-image:url('x'); color: #696969; font-family:corbel; font-size:12px; text-align: justify; line-height:15px;}
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. a {color: #696969; text-decoration: none; text-transform: none;}
  116. a:hover {color: #666;}
  117.  
  118. p {margin: 6px 0 0 0}
  119.  
  120. blockquote {margin: 0px; padding-left: 0px; }
  121. blockquote img{width: 400px!important; text-align:justify;}
  122.  
  123.  
  124.  
  125.  
  126. #container {width:660px; margin-top:42px; margin-left:370px;}
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. .posts {width:200px; padding:10px; position:relative; float:left; {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  134. .posts img{max-width:200px;min-width:5px;{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}; opacity:1; -webkit-filter: grayscale(0%){/block:IfOpacidade}}
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. h1 {font-family:Corbel;text-align:center;color:#696969;line-height:18px; font-size: 12px;{block:PermalinkPage}padding:0px; {/block:PermalinkPage};padding:0px;font-weight: normal;}
  143. h1 a {color: #000;}
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. .photoset {width:250px;}
  152. .source {display: none; color:transparent;}
  153.  
  154.  
  155.  
  156.  
  157.  
  158. .quote {font-family: Century Gothic; font-size: 11px; letter-spacing:0px; line-height: 15px; text-align: justify; color: #000; background-color:transparent; padding:5px; font-weight: normal;}
  159.  
  160. .sorc {font-family: Century Gothic; font-size: 9px; line-height: 9px; padding:3px; text-align: justify; color: #000; text-transform: lowercase; background-color:transparent; font-weight: normal;}
  161. .sorc a {text-transform: lowercase; color:#000}
  162.  
  163.  
  164.  
  165.  
  166.  
  167. .posts .pergunta {font-family:Century Gothic; text-align: justify; color:#363636; font-size:9px;padding:1px; margin-left: 9px; margin-top: -7px;}
  168. .posts .pergunta a {color:#;}
  169. .resposta {font-family:Century Gothic; font-size:9px;color:#363636;}
  170. .resposta img {max-width:400;height:auto;}
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. #permalinks {width:400px; padding:18px; z-index:10; text-align:left; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; }
  179.  
  180. .sorce {text-transform:lowercase;padding:0px; width:258px; background-color:#; font-size:9px; text-align:right; position: absolute; color:#949494; opacity:0;font-family:verdana; display:block; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; margin-left:-50px; margin-top:4px;}
  181.  
  182. .sorce a{font-size:9px; font-family:Century Gothic;color:#949494; text-transform:lowercase;}
  183. .posts:hover .sorce {opacity:1; z-index:9; font-size:9px; text-transform:lowercase; -webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;text-transform:uppercase; margin-top:4px;}
  184.  
  185. .infoimg{height:35px;background-color:transparent; top:15px; width:260px; left:0; position:absolute;-webkit-transition-duration: 0.10s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;text-align:center;opacity:0;}
  186. .posts:hover .infoimg{{block:PermalinkPage}width:510px;background-image:url('http://static.tumblr.com/qft2cvq/PgTn1xqpx/8.png');{/block:PermalinkPage}; text-align:center;color:#a1a1a1;top:10px; opacity:0.8;}
  187. .infoimg a:hover{text-align:center;text-decoration:none;}
  188. .infoimg .rebblog img{width:25px; margin-top:10px;}
  189. .heart img{width:23px; margin-top:10px;}
  190.  
  191.  
  192. iframe#tumblr_controls { position:fixed;white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.3;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  193.  
  194. ::-webkit-scrollbar{width:5px;height:5px;}
  195. ::-webkit-scrollbar-button:start:decrement
  196. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  197. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  198. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  199. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  200.  
  201. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  202.  
  203.  
  204.  
  205. #gogoho {margin-left:-44px; text-align:left; font-size: 10px; font-family: Century Gothic; width:100px;height: auto; text-transform:lowercase;}
  206. #gogoho a {text-transform:lowercase; font-style:normal}
  207. #gogoho a:hover {color:#777;}
  208. .notes {width:550px; padding:0px; margin-top:1px; margin-left:1px; font-size:10px; text-align:center} ol.notes {list-style: none; margin: 0 40px 0 0px; padding:0px; bord00er-bottom: 1px sólida # ccc; z-index:6;} ol.notes li {background-color:{color:post};margin-bottom:1px; padding:5px;}.notes img{display:none; border:0px}
  209.  
  210. .photoset {{block:IfOpacidade}-webkit-filter: grayscale(0%);opacity:0.7;{/block:IfOpacidade}}
  211. .source {display: none;}
  212.  
  213.  
  214.  
  215.  
  216. #sidebar {position:fixed; width: auto; height:auto; margin-left:220px;margin-top:-40px;}
  217.  
  218.  
  219. #foto {margin-top:60px; margin-left:-65px; margin-bottom:0px; padding:9px;border-left:0px solid {color:border}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  220. #foto img {display: inline; height:auto; height:auto; width:140px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  221. #foto img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  222. #sidebar:hover #foto {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;-moz-transition:All 1s ease; -o-transition:All 1s ease; -webkit-filter: grayscale(0.0) blur(1px);-webkit-transition:All 1s ease;}
  223.  
  224.  
  225.  
  226. #t {border-left:1px solid {color:barrinha}; margin-left:-60px;margin-top:-190px;position:fixed;opacity:1;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;width:11px; height:180px;}
  227. #sidebar:hover #t {opacity:1;}
  228.  
  229.  
  230. #s1 { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; width:auto; z-index:1000; margin-top:-8px; margin-left:82px; opacity:0; text-align:center; position:fixed; font-family:arial; font-size:10px; color:#000;}
  231. #sidebar:hover #s1 {opacity:1; -moz-transform: rotateX(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotateX(359deg);}
  232.  
  233.  
  234.  
  235.  
  236.  
  237. /*caixinha de links por bruteira -NÃO REMOVA OS CREDITOS- */
  238.  
  239.  
  240. #b { text-align:center;position:fixed; top:20px; left:20px; width:63px; height:20px; padding:1px; background:#eee; z-index:6; -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; font-family:consolas;font-size:10px;color:#696969;}
  241. #b:hover #cont {color:#696969;opacity:1; width:100px; height:110px;}
  242.  
  243. #cont {position:fixed; padding:3px; text-align:center; overflow:hidden;width:0; height:2; opacity:0; z-index:9; -webkit-transition: all 0.8s ease-out;color:#949494;font-family:consolas;font-size:9px;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  244.  
  245. #b:hover {border:1px solid #eee; height:125px; width:100px;}
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. #l {border-left:2px solid #eee; background:;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed;font: 9px corbel;padding: 0px;background-color #:;opacity:0;width:145px;text-align:left;margin-left:-47px;margin-top:6px; border-radius: 0px;z-index:100}
  255. #l a{color: #;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style:italic;}
  256. #l a:hover{background-color: -moz-opacity:0; color:#000; -khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  257. #sidebar:hover #l {opacity:1;}
  258.  
  259. #tg {margin-left:-53px; margin-top:-10px; position:fixed;text-align:center;position: fixed; font-family:corbel; font-style:italic; width: 145px; font-size:10px; text-transform:;z-index:100;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.7s ease-out;color:#696969;}
  260. #sidebar:hover #tg {opacity:1;}
  261.  
  262. #tg2 {margin-left:-57px; margin-top:3px; position:fixed;text-align:center;position: fixed; font-family:Corbel; font-style:italic; width: 145px; font-size:10px; text-transform:;z-index:100;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.7s ease-out;color:#696969;}
  263. #sidebar:hover #tg2 {opacity:0;}
  264.  
  265.  
  266.  
  267. #symbols1 { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; width:auto; margin-top:5px; margin-left:72px; opacity:0; text-align:center; position:fixed; font-family:calibri; font-size:11px; color:#000;}
  268. #sidebar:hover #symbols1 {opacity:1;-moz-transform: rotateX(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotateX(359deg)}
  269.  
  270. #s2 { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; width:auto; margin-top:5px; margin-left:82px; opacity:0; text-align:center; position:fixed; font-family:calibri; font-size:11px; color:#000;}
  271. #sidebar:hover #s2 {opacity:1; -moz-transform: rotateX(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotateX(359deg); margin-left:63px;}
  272.  
  273.  
  274. #s3 { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; width:auto; margin-top:5px; margin-left:82px; opacity:0; text-align:center; position:fixed; font-family:calibri; font-size:11px; color:#000;}
  275. #sidebar:hover #s3 {opacity:1; -moz-transform: rotateX(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotateX(359deg); margin-left:53px;}
  276.  
  277.  
  278.  
  279. #sy { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; width:auto; margin-top:5px; margin-left:80px; opacity:1; text-align:center; position:fixed; font-family:arial; font-size:12px; color:#5a1647;z-index:100}
  280. #sy img {width:11px; height:11px;}
  281. #sidebar:hover #sy {opacity:0; -moz-transform: rotateX(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotateX(359deg)}
  282.  
  283.  
  284.  
  285.  
  286.  
  287. #rubycontrols1 a{background-color:#fff;position:fixed;right:3px;margin-top:17px;color:#000;padding:4px;border-radius:3px;font-family: tahoma;font-size:10px;}
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. </style>
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. <body>
  326.  
  327. </div>
  328.  
  329.  
  330.  
  331. <div id="b">
  332. clica <font color=#FFC0CB>✚</font>
  333. <div id="cont">
  334. liberei minhas caixinhas de links genten
  335. <br> <a href="http://thmsbruta.tumblr.com/">veja aqui</a>
  336. </br>
  337.  
  338. </div></div>
  339.  
  340.  
  341. <div id="sidebar">
  342.  
  343. <div id="foto"><img src="{image:sidebar}"></div>
  344.  
  345.  
  346. <div id="t"></div>
  347.  
  348.  
  349. <div id="symbols1"> {text:simbolo}{text:simbolo}
  350. </div>
  351.  
  352.  
  353. <div id="s2"> {text:simbolo}
  354. </div>
  355.  
  356.  
  357. <div id="s3"> {text:simbolo}
  358. </div>
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. <div id="tg2">{text:frase2}</div>
  366. <div id="tg">{text:frase1}</div>
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <div id="l">
  377. <a href="{text:link1}">{text:link1 title}</a>
  378. <a href="{text:link2}">{text:link2 title}</a>
  379. <a href="{text:link3}">{text:link3 title}</a>
  380. <a href="{text:link4}">{text:link4 title}</a>
  381.  
  382. </div>
  383.  
  384.  
  385. <div id="sy"> <img src="{image:simbolo}">
  386.  
  387. </div>
  388.  
  389.  
  390. </div></div>
  391.  
  392. <div id="container">{block:Posts}
  393.  
  394.  
  395.  
  396. {block:Text}<div class="posts">{block:Title}<h1>{Title}</h1>{/block:Title}{body}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> <font color=#CD6090>✚</font> <span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title=""></span> <a href="{Permalink}">{block:NoteCount}{block:NoteCount}{/block:NoteCount}{NoteCountWithLabel} {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}</div><!-- permalink --->{/block:Text}
  397.  
  398.  
  399. {block:Photo}<div class="posts"><img src="{PhotoURL-500}">{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="infoimg transition"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"></span></a><span class="heart" onClick="like({PostID}, {JSReblogURL}, this)"><img onclick="this.src='http://static.tumblr.com/8yo5xxv/Pjsm5op1r/hearthover.png'" src="http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png"></span></div>{/block:IndexPage}{/block:IndexPage}</div><!-- permalink --->{/block:Photo}
  400.  
  401. {block:Photoset}<div class="posts"><center>{Photoset-250}</center>{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="infoimg transition"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"></span></a><span class="heart" onClick="like({PostID}, {JSReblogURL}, this)"><img onclick="this.src='http://static.tumblr.com/8yo5xxv/Pjsm5op1r/hearthover.png'" src="http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png"></span></div>{/block:IndexPage}{/block:IndexPage}</div><!-- permalink --->{/block:Photo}
  402. {/block:Photoset}
  403.  
  404.  
  405.  
  406.  
  407. {block:Quote}<div class="posts"><div class="quote">{Quote}</div><div class="sorc">{Source}</div>{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / <a href="{Permalink}">{block:NoteCount}{block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}</div><!-- permalink --->{/block:Quote}
  408.  
  409.  
  410.  
  411. {block:Link}<div class="posts">{block:IndexPage}<h1><a href="{URL}">{Name}</h1></a>{block:Description}{Description}{/block:Description}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IndexPage} {/block:IndexPage}</div><br>{/block:IndexPage}<!-- permalink --->{/block:IndexPage}</div>{/block:Link}
  412.  
  413.  
  414.  
  415.  
  416. {block:Chat}<div class="posts">{block:Title}<h1>{Title}</h1>{/block:Title}<div id="chat">{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}<!-- permalink --->{/block:IndexPage}</div>{/block:Chat}
  417.  
  418.  
  419.  
  420.  
  421. {block:Audio}<div class="posts"><center>{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:Caption}{Caption} Played {PlayCount} times</center>{/block:Caption}<p>{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}<br></div><!-- permalink --->{/block:Audio}
  422.  
  423.  
  424.  
  425. {block:Video}<div class="posts">{Video-250}{block:IndexPage}<!-- permalink --->{block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}<br></div><!-- permalink --->{/block:Video}
  426.  
  427.  
  428. {block:Answer}<div class="posts"><div class="pergunta" style="margin-left:0px;"><a href="/" style="text-transform:lowercase;"><font color=#FFE4E1></font> <b>{Asker}:</b></a> {Question}</div><div class="resposta" style=" margin-left:0px;">{Answer}</div><!-- permalink ---><div class="sorce"><a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} <font color=#CD6090>✚</font> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </div><!-- permalink ---></div>{/block:Answer}
  429.  
  430.  
  431.  
  432.  
  433.  
  434. {block:PostNotes}<div id="permalinks">{TimeAgo}{NoteCountWithLabel}{block:HasTags}{block:Tags}<a href="{TagURL}" style="margin-right:5px;">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PostNotes}{/block:posts}
  435.  
  436. {block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443. </body>
  444.  
  445. <div style="font-size:10px;
  446. font-family:consolas;position:fixed;bottom:35px;right:17px;moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color:#949494; ">
  447. <a href="http://bruteira.tumblr.com/" target="_blank" title="theme bruteira -sem plagios-"><font color=#949494> BRUTEIRA <font color=#CD6090></font> </font></div>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement