Advertisement
Guest User

THEME1

a guest
Feb 28th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!-------------------------
  8. Base Code by repealinq.tumblr.com , causedthemes.tumblr.com
  9. Theme feito por Diego Aguiar (OUTUBRIZAR.TUMBLR.COM)
  10. NÃO RETIRE OS CRÉDITOS
  11. SEM PLÁGIOS !
  12. Pode adaptar/usar detalhes PARA USO PRÓPRIO, mas sem remover os créditos.
  13. --------------------------->
  14.  
  15. <head>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19. <title>{Title}</title>
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23.  
  24. <!-- DEFAULTS -->
  25.  
  26. <meta name="color:background" content="#fff"/>
  27. <meta name="color:frase" content="#aaa"/>
  28. <meta name="color:texto" content="#a8a8a8"/>
  29. <meta name="color:negrito" content="#a8a8a8"/>
  30. <meta name="color:titulo post" content="#888"/>
  31. <meta name="color:link" content="#aaa"/>
  32. <meta name="color:link hover" content="#a0a0a0"/>
  33. <meta name="color:entry" content="#fff"/>
  34. <meta name="color:balao ask" content="#dde2dd"/>
  35. <meta name="color:coracao reblog" content="#b2a283"/>
  36. <meta name="color:texto selecionado" content="#b2a283"/>
  37. <meta name="color:barra de rolagem" content="#dde2dd"/>
  38.  
  39. <meta name="if:RolagemInfinita" content="1"/>
  40. <meta name="if:2 Colunas" content="1"/>
  41. <meta name="if:PostTransparent" content="1"/>
  42. <meta name="if:CoracaoReblog" content="1"/>
  43.  
  44. <meta name="image:background" content="/"/>
  45.  
  46. <meta name="text:PARA USAR O THEME COM 2 COLUNAS TEM QUE MARCAR TAMBÉM A ROLAGEM INFINITA!" content="" />
  47. <meta name="text:frase" content="Frase aqui..."/>
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Titulo Link1" content="HOME" />
  50. <meta name="text:Link2" content="http://outubrizar.tumblr.com/myicons" />
  51. <meta name="text:Titulo Link2" content="ICONS" />
  52. <meta name="text:Link3" content="http://outubrizar.tumblr.com/myskins" />
  53. <meta name="text:Titulo Link3" content="SKINS" />
  54. <meta name="text:Link4" content="http://outubrizar.tumblr.com/bgs" />
  55. <meta name="text:Titulo Link4" content="BGS" />
  56. <meta name="text:Link5" content="http://outubrizar.tumblr.com/themessz" />
  57. <meta name="text:Titulo Link5" content="THEMES" />
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
  63. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  64.  
  65. </head>
  66.  
  67. <style type="text/css">
  68.  
  69. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  70.  
  71. div#qTip {
  72. padding: 4px;
  73. display: none;
  74. background: #eee;
  75. color: #929292;
  76. font-size:8px;
  77. font-family:PF Arma Five, sans-serif;
  78. text-transform:uppercase;
  79. text-align: left;
  80. position: absolute;
  81. z-index: 10000000000000000;
  82. }
  83.  
  84. #container {
  85. background-color:transparent;
  86. width: 820px;
  87. text-align: center;
  88. margin: 0 auto 5px auto}
  89.  
  90. body{
  91. color:{color:texto};
  92. font-family: consolas, sans-serif;
  93. font-size:11px;
  94. line-height:14px;
  95. background-color:{color:background};
  96. background-image: url('{image:background}');
  97. background-repeat: no-repeat;
  98. background-attachment:fixed;
  99. background-size:100% 100%;
  100. }
  101.  
  102. .descri{font-family: Century Gothic;
  103. font-size:11px;
  104. line-height:14px;
  105. text-align:justify;
  106. }
  107.  
  108. .linkp{
  109. font-family:consolas;
  110. font-size:12px;
  111. line-height:13px;
  112. letter-spacing:-1px;
  113. margin:0px;
  114. padding:0px;
  115. text-align:center;
  116. }
  117.  
  118. .titulo{
  119. color:{color:titulo post};
  120. font-family: consolas, sans-serif;
  121. font-size:14px;
  122. line-height:15px;
  123. letter-spacing:-1px;
  124. margin:0px;
  125. padding:0px;
  126. text-align:center;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:vertical {
  130. background-color: {color:barra de rolagem};
  131. height:100px;
  132. }
  133. ::-webkit-scrollbar-thumb:horizontal {
  134. background-color: {color:barra de rolagem};
  135. height:10px !important;
  136. }
  137. ::-webkit-scrollbar {
  138. height:7px;
  139. width:7px;
  140. background-color: transparent;
  141. }
  142.  
  143. /* pagination */
  144. #paginatio {width: 120px; padding: 3px; font-size: 18px; line-height: 18px; text-align: center; margin-top: 10px; letter-spacing:1px; text-transform: lowercase; font-family: tahoma;}
  145.  
  146. .ask {
  147. align:right;
  148. background: {color:balao ask};
  149. min-height:41px;
  150. margin:0px 0px 5px 66px;
  151. padding:4px;
  152. position: relative;
  153. }
  154. .ask p {
  155. margin:1px 0px;
  156. }
  157. .ask span {
  158. display:block;
  159. position:absolute;
  160. width:1px;
  161. height:1px;
  162. font-size: 0;
  163. line-height: 1px;
  164. left:-10px;
  165. top:12px;
  166. border-top:7px solid transparent;
  167. border-bottom:7px solid transparent;
  168. border-right:10px solid {color:balao ask};
  169. }
  170. .askborder {
  171. float: left;
  172. margin: 1px 4px 0 0;
  173. padding: 2px;
  174. background: {color:balao ask};
  175. }
  176.  
  177. .fdash {
  178. float:left;
  179. border-radius: 15px 0px 15px 0px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;
  180. }
  181. .fdash:hover {
  182. border-radius: 0px 15px 0px 15px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;
  183. }
  184.  
  185. a:link, a:visited, a:active {
  186. color: {color:link};
  187. text-decoration: none;
  188. }
  189.  
  190. a:hover {
  191. color:{color:link hover};
  192. -webkit-transition: all 0.5s linear;
  193. -moz-transition: all 0.5s linear;
  194. transition: all 0.5s linear;
  195. }
  196.  
  197. small{font-size:auto}
  198. big{font-size:auto}
  199. p{margin-top:6px; margin-bottom:6px}
  200.  
  201. blockquote {
  202. padding:0px;
  203. padding-left:6px;
  204. margin:8px;
  205. border-left:2px solid {color:text};
  206. }
  207.  
  208. s {
  209. color: {color:texto};
  210. }
  211. i {
  212. color: {color:texto};
  213. }
  214. b, strong {
  215. color: {color:negrito};
  216. }
  217. u, span.sublinha {
  218. color: {color:texto};
  219. text-decoration: none;
  220. border-bottom: 1px dotted transparent;
  221. }
  222.  
  223. #post{
  224. {block:If2Colunas}
  225. width:850px;
  226. {/block:If2Colunas}
  227. {block:IfNot2Colunas}
  228. width:500px;
  229. {/block:IfNot2Colunas}
  230. margin-left:310px;
  231. background-color:transparent;
  232. padding:5px;
  233. }
  234.  
  235. .entry{
  236. padding:0px;
  237. background-color:transparent;
  238. {block:If2Colunas}
  239. width:300px;
  240. {/block:If2Colunas}
  241. {block:IfNot2Colunas}
  242. width:400px;
  243. {/block:IfNot2Colunas}
  244. float:center;
  245. margin:15px;
  246. }
  247.  
  248. .entry .perm{
  249. background:transparent;
  250. padding:0px;
  251. text-align:center;
  252. margin-top:0px;
  253. margin-left:0px;
  254. position:absolute;
  255. opacity:0.0;
  256. -webkit-transition: all 0.3s linear;
  257. -webkit-transition: all 0.3s linear;
  258. -moz-transition: all 0.3s linear;
  259. transition: all 0.3s linear;
  260. }
  261.  
  262. .entry:hover .perm{
  263. opacity:1;
  264. margin-left:0px;
  265. -webkit-transition: all 0.3s linear;
  266. -webkit-transition: all 0.3s linear;
  267. -moz-transition: all 0.3s linear;
  268. transition: all 0.3s linear;
  269. }
  270.  
  271. .pagination {
  272. display: none;
  273. }
  274.  
  275. .user_1 .label {
  276. color:{color:texto selecionado};
  277. font-weight:bold
  278. }
  279. .user_2 .label {
  280. color:{color:text}
  281. ; font-weight:bold
  282. }
  283. .user_3 .label {
  284. color:{color:texto selecionado};
  285. font-weight:bold
  286. }
  287. .user_4 .label {
  288. color:{color:text};
  289. font-weight:bold
  290. }
  291.  
  292. ul.chat, .chat ol, .chat li {
  293. list-style:none;
  294. margin:0px;
  295. padding:0px
  296. }
  297.  
  298. ::selection {
  299. color:{color:texto selecionado};
  300. background-color: transparent;
  301. }
  302.  
  303. ::-moz-selection {
  304. color:{color:texto selecionado};
  305. background-color: transparent;
  306. }
  307.  
  308. ::-webkit-selection {
  309. color:{color:texto selecionado};
  310. background-color: transparent;
  311. }
  312.  
  313. .bordas
  314. {block:IfPostTransparent}
  315. {background-color: transparent;
  316. {/block:IfPostTransparent}
  317. {block:IfNotPostTransparent}
  318. {background-color: {color:entry};
  319. {/block:IfNotPostTransparent}
  320. {block:IfRolagemInfinita}
  321. margin: 0 0px -20px 0;
  322. {/block:IfRolagemInfinita}
  323. {block:IfNotRolagemInfinita}
  324. margin: 0 0px 10px 0;
  325. {/block:IfNotRolagemInfinita}
  326. padding: 9px; float: left;
  327. {block:If2Colunas}width: 300px;{/block:If2Colunas}
  328. {block:IfNot2Colunas}width: 400px;{/block:IfNot2Colunas}}
  329.  
  330. .blackandwhite {
  331. -webkit-transition: all 0.5s linear;
  332. -webkit-transition: all 0.5s linear;
  333. -moz-transition: all 0.5s linear;
  334. transition: all 0.5s linear;
  335. -webkit-filter: grayscale(50%);
  336. -moz-filter: grayscale(50%);}
  337. .blackandwhite:hover {
  338. -webkit-transition: all 0.5s linear;
  339. -webkit-transition: all 0.5s linear;
  340. -moz-transition: all 0.5s linear;
  341. transition: all 0.5s linear;
  342. -webkit-filter: grayscale(0%);
  343. -moz-filter: grayscale(0%);}
  344.  
  345. #quote:first-letter{
  346. font-family: 'Sacramento', cursive;
  347. font-size: 22px;
  348. }
  349. #quote {
  350. font-family: 'Century Gothic' ;
  351. font-size: 11px;
  352. line-height: 13px;
  353. padding: 5px;}
  354.  
  355. #left {
  356. position:fixed;
  357. width: 177px;
  358. height: 150px;
  359. top: 220px;
  360. left: 130px;
  361. padding: 5px;
  362. text-align: center;
  363. -webkit-transition: all 1s linear;
  364. -webkit-transition: all 1s linear;
  365. -moz-transition: all 1s linear;
  366. transition: all 1s linear;
  367. }
  368.  
  369. .sidee {
  370. border:4px double transparent;
  371. float:center;
  372. padding: 2px;
  373. opacity: 0.9;
  374. -webkit-transition: all 1s linear;
  375. -webkit-transition: all 1s linear;
  376. -moz-transition: all 1s linear;
  377. transition: all 1s linear;
  378. }
  379.  
  380. .sidee:hover {-webkit-transition: all 1s linear;
  381. -webkit-transition: all 1s linear;
  382. -moz-transition: all 1s linear;
  383. transition: all 1s linear;
  384. -webkit-filter: grayscale(50%);
  385. -moz-filter: grayscale(50%);}
  386.  
  387. .menu {
  388. font-style: consolas;
  389. font-size: 8px;
  390. text-transform:uppercase;
  391. letter-spacing:1px;
  392. background: transparent;
  393. padding: 0px;
  394. margin-bottom: 0px;
  395. position: fixed;
  396. width: 176px;
  397. left:248px;
  398. padding-top: 0px;
  399. z-index: 2;
  400. -webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;
  401. }
  402.  
  403. un {
  404. width: 20%;
  405. float: center;
  406. background: {color:bglink menu};
  407. color: {color:letras link menu};
  408. padding: 5px 0 5px 0;
  409. text-align: center;
  410. text-decoration: none;
  411. display: inline-block;
  412. -webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;
  413. }
  414. un:hover {
  415. float: center;
  416. background-color: {color:bglink menu hover};
  417. color: {color:letras link menu hover};
  418. cusor: hand;
  419. -webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;
  420. }
  421.  
  422. #pagg {
  423. position:fixed;
  424. top: 430px;
  425. left: 160px;
  426. padding: 5px;
  427. text-align: center;}
  428.  
  429. #info1{padding-top:2px; display:block; padding-bottom:2px; width:auto; background-color:transparent; font-size:10px; font-family:consolas; text-align:left; text-transform:lowercase;}
  430.  
  431. #info1 a:link {
  432. color:{color:link};
  433. }
  434. #info1 a:hover {
  435. color:{color:link hover};
  436. text-decoration:line-through;
  437. }
  438.  
  439. {block:If2Colunas}
  440. img {max-width: 300px;}
  441. {/block:If2Colunas}
  442. {block:IfNot2Colunas}
  443. img {max-width: 400px;}
  444. {/block:IfNot2Colunas}
  445.  
  446. .tituloside {
  447. position: fixed;
  448. float: left;
  449. font-family: 'indie flower', cursiva;
  450. font-size: 25px; color:{color:frase};
  451. height: 100%;
  452. width: 170px;
  453. line-height: 25px;
  454. margin-top:-08px;
  455. margin-left:0px;
  456. overflow: hidden;
  457. text-align:right;
  458. background: transparent;
  459. z-index: 2;}
  460.  
  461. <!--/**NÃO MEXA AQUI, NÃO REMOVA OS CREDITOS, NÃO MUDE ABSOLUTAMENTE NADA AQUI. - DO NOT MOVE HERE**/-->
  462.  
  463. .creditos{position: fixed; bottom: 50px; left:25px; width: 56px; font-size:8px; letter-spacing:1px; font-family:PF arma five, sans-serif;border:1px dotted #aaa;padding:4px; background: #eee; z-index:99999999;}
  464.  
  465. <!--/**NÃO MEXA AQUI, NÃO REMOVA OS CREDITOS, NÃO MUDE ABSOLUTAMENTE NADA AQUI. - DO NOT MOVE HERE**/-->
  466.  
  467. </style>
  468.  
  469. {block:IfRolagemInfinita}
  470. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  471.  
  472. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  473. <script>
  474. $(function(){
  475. var $container = $('#post');
  476. $container.imagesLoaded(function(){
  477. $container.masonry({
  478. itemSelector: '.entry',
  479. });
  480. });
  481. $container.infinitescroll({
  482. itemSelector : ".entry",
  483. navSelector : "div.pagination",
  484. nextSelector : ".pagination a#next",
  485. loadingImg : "",
  486. loadingText : "<em></em>",
  487. bufferPx : 10000,
  488. extraScrollPx: 12000,
  489. },
  490. // trigger Masonry as a callback
  491. function( newElements ) {
  492. var $newElems = $( newElements ).css({ opacity: 0 });
  493. // ensure that images load before adding to masonry layout
  494. $newElems.imagesLoaded(function(){
  495. $newElems.animate({ opacity: 1 });
  496. $container.masonry( 'appended', $newElems, true );
  497. });
  498. }
  499. );
  500. });
  501. </script>
  502. {/block:IfRolagemInfinita}
  503.  
  504. <body>
  505.  
  506. <font face="consolas">
  507. <a href="{text:Link1}" title="{text:Titulo Link1}"><img style="position:fixed;height: 30px; top:220px; left:100px;z-index:9;" src="http://static.tumblr.com/qmfr3ui/LPQn6flkp/marg.png"></a>
  508. <a href="{text:Link2}" title="{text:Titulo Link2}"><img style="position:fixed;height: 30px; top:255px; left:100px;z-index:9;" src="http://static.tumblr.com/qmfr3ui/LPQn6flkp/marg.png"></a>
  509. <a href="{text:Link3}" title="{text:Titulo Link3}"><img style="position:fixed;height: 30px; top:290px; left:100px;z-index:9;" src="http://static.tumblr.com/qmfr3ui/LPQn6flkp/marg.png"></a>
  510. <a href="{text:Link4}" title="{text:Titulo Link4}"><img style="position:fixed;height: 30px; top:325px; left:100px;z-index:9;" src="http://static.tumblr.com/qmfr3ui/LPQn6flkp/marg.png"></a>
  511. <a href="{text:Link5}" title="{text:Titulo Link5}"><img style="position:fixed;height: 30px; top:360px; left:100px;z-index:9;" src="http://static.tumblr.com/qmfr3ui/LPQn6flkp/marg.png"></a>
  512.  
  513. <div id="container">
  514.  
  515. <div id="left">
  516. <div class="tituloside">{text:frase}
  517. <div class="descri"><p>{description}</div>
  518.  
  519. {block:IfNotRolagemInfinita}
  520. <div id="pagg">
  521. <div id="paginatio">
  522. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  523. </div></div>
  524. {/block:IfNotRolagemInfinita}
  525.  
  526. </div></div>
  527.  
  528. </div> </div></div> </div></div></div></div></div></div></div></div></div></div></div></div>
  529.  
  530.  
  531. <div id="post">
  532. {block:Posts}
  533. <div class="entry"><div class="bordas">
  534.  
  535. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  536.  
  537. {block:Title}<div class="titulo">{Title}<p></div>{/block:Title}{Body}
  538. {/block:Text}
  539.  
  540. {block:Photo}
  541. {block:IndexPage} {/block:IndexPage}
  542. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  543. <center><img src="{PhotoURL-400}" class="blackandwhite"><title="{PhotoAlt}" /></center>
  544. {block:IndexPage}</a>{/block:IndexPage}
  545. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  546. {block:Caption}{/block:Caption}
  547. {/block:Photo}
  548.  
  549. {block:Photoset}
  550. {block:If2Colunas}
  551. <div class="blackandwhite"><center>{Photoset-250}</center></div>
  552. {/block:If2Colunas}
  553. {block:IfNot2Colunas}
  554. <div class="blackandwhite"><center>{Photoset-400}</center></div>
  555. {/block:IfNot2Colunas}
  556. {block:Caption}{Caption}{/block:Caption}
  557. {/block:Photoset}
  558.  
  559. {block:Quote}
  560. <div id="quote">{Quote}</div>
  561. <div align="right">
  562. {block:Source}<b>- {Source}</b>{/block:Source}
  563. </div>
  564. {/block:Quote}
  565.  
  566. {block:Video}
  567. {block:If2Colunas}
  568. {Video-250}<br>
  569. {/block:If2Colunas}
  570. {block:IfNot2Colunas}
  571. {Video-400}<br>
  572. {/block:IfNot2Colunas}
  573. {PlayCountWithLabel}
  574. {/block:Video}
  575.  
  576.  
  577. {block:Link}<div class="linkp"><a href="{URL}" {Target}>{Name}</a></div></b>{block:Description}{Description}{/block:Description}{/block:Link}
  578.  
  579. {block:Chat}{block:Title}{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><p>{/block:Chat}
  580.  
  581. {block:Audio}<div id="_">{AudioPlayerWhite}<br>
  582. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  583.  
  584. {block:Answer}<img src="{AskerPortraitURL-48}" style="float:left" align="left" class="fdash" class="askborder"><div class="ask"><span></span>{Asker} sussurrou:<br>{Question}</div>{Answer}</font></font>{/block:Answer}
  585.  
  586. <div id="info1"><div class="perm">
  587. <center>{block:Date}<a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
  588. {block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  589. {block:RebloggedFrom}&nbsp;&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  590. {block:ContentSource}&nbsp;&nbsp;<a href="{SourceURL}">source</a>{/block:ContentSource}&nbsp;&nbsp;
  591. {block:IndexPage}<a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details">reblog
  592. {block:IfCoracaoReblog}<font color="{color:coracao reblog}">♥</font>{/block:IfCoracaoReblog}</a>{/block:IndexPage}</center></div></div>
  593. {block:PostNotes}<br>{PostNotes}{/block:PostNotes}
  594.  
  595. {block:IfRolagemInfinita}
  596. <div class="pagination">
  597. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}</div>
  598. {/block:IfRolagemInfinita}
  599. </div></div>
  600. {/block:Posts}
  601.  
  602. <!--/**NÃO MEXA AQUI, NÃO REMOVA OS CREDITOS, NÃO MUDE ABSOLUTAMENTE NADA AQUI. - DO NOT MOVE HERE**/-->
  603.  
  604. <div class="creditos"><a href="http://outubrizar.tumblr.com/" target="_blank" title="Theme por outubrizar"><font color="#979797">OUTUBRIZAR</font></a></div>
  605.  
  606. <!--/**NÃO MEXA AQUI, NÃO REMOVA OS CREDITOS, NÃO MUDE ABSOLUTAMENTE NADA AQUI. - DO NOT MOVE HERE**/-->
  607.  
  608. </div></div></div></div></div></div></div></div></div></div></div>
  609.  
  610. </body>
  611. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement