455km-devoce

❥ Theme 04

Jun 22nd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. <!-- Themes by Evy Scrocco
  2.  
  3. HIIS-SMALL.tumblr
  4. antiga: 455KM-DEVOCE.tumblr (Eve)
  5.  
  6.  
  7.  
  8. ———————————————--- REGRAS! ---—————————————————————
  9.  
  10. - AVISE COM O NÚMERO SE UTILIZA-LO
  11. - NÃO USE COMO BASE
  12. - MODIFIQUE APENAS PARA USO PRÓPRIO
  13. - NÃO DISPONIBILIZE
  14. - QUALQUER PLÁGIO AVISE-ME
  15.  
  16. ———————————————--- OBRIGADA! ---——————————————————
  17.  
  18. -->
  19.  
  20.  
  21.  
  22. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  23.  
  24. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  25. <html>
  26.  
  27. <head>
  28. <script type="text/javascript">
  29. //desabilita menu de opcoes ao clicar no botao direito
  30. function desabilitaMenu(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. {
  39. event.cancelBubble = true
  40. event.returnValue = false;
  41. return false;
  42. }
  43. }
  44.  
  45. //desabilita botao direito
  46. function desabilitaBotaoDireito(e)
  47. {
  48. if (window.Event)
  49. {
  50. if (e.which == 2 || e.which == 3)
  51. return false;
  52. }
  53. else
  54. if (event.button == 2 || event.button == 3)
  55. {
  56. event.cancelBubble = true
  57. event.returnValue = false;
  58. return false;
  59. }
  60. }
  61.  
  62. //desabilita botao direito do mouse
  63. if ( window.Event )
  64. document.captureEvents(Event.MOUSEUP);
  65. if ( document.layers )
  66. document.captureEvents(Event.MOUSEDOWN);
  67.  
  68. document.oncontextmenu = desabilitaMenu;
  69. document.onmousedown = desabilitaBotaoDireito;
  70. document.onmouseup = desabilitaBotaoDireito;
  71. </script>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  76.  
  77. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  78. <script type="text/javascript">
  79. function slideSwitch() {
  80. var $active = $('#slideshow2 img.active');
  81.  
  82. $active.addClass('last-active');
  83.  
  84. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  85. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  86.  
  87. $next.css({opacity: 0.0})
  88. .addClass('active')
  89. .animate({opacity: 1.0}, 1000, function() {
  90. $active.removeClass('active last-active');
  91. });
  92. }
  93.  
  94. $(function() {
  95. //Executa a função a cada 2 segundos
  96. setInterval( "slideSwitch()", 2500 );
  97. });
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <script type="text/javascript">
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. function tb8_makeArray(n){
  115.  
  116.  
  117. this.length = n;
  118.  
  119.  
  120. return this.length;
  121.  
  122.  
  123. }
  124.  
  125.  
  126.  
  127.  
  128. tb8_messages = new tb8_makeArray(1);
  129.  
  130.  
  131.  
  132.  
  133. tb8_messages[0] = "{Title}";
  134.  
  135.  
  136.  
  137.  
  138. tb8_rptType = 'infinite';
  139.  
  140.  
  141.  
  142.  
  143. tb8_rptNbr = 5;
  144.  
  145.  
  146.  
  147.  
  148. tb8_speed = 100;
  149.  
  150.  
  151.  
  152.  
  153. tb8_delay = 2000;
  154.  
  155.  
  156.  
  157.  
  158. var tb8_counter=1;
  159.  
  160.  
  161.  
  162.  
  163. var tb8_currMsg=0;
  164.  
  165.  
  166.  
  167.  
  168. var tb8_tekst ="";
  169.  
  170.  
  171.  
  172.  
  173. var tb8_i=0;
  174.  
  175.  
  176.  
  177.  
  178. var tb8_TID = null;
  179.  
  180.  
  181.  
  182.  
  183. function tb8_pisi(){
  184.  
  185.  
  186.  
  187.  
  188. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  189.  
  190.  
  191.  
  192.  
  193. document.title = tb8_tekst;
  194.  
  195.  
  196.  
  197.  
  198. tb8_sp=tb8_speed;
  199.  
  200.  
  201.  
  202.  
  203. tb8_i++;
  204.  
  205.  
  206.  
  207.  
  208. if (tb8_i==tb8_messages[tb8_currMsg].length){
  209.  
  210.  
  211.  
  212.  
  213. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  214.  
  215.  
  216.  
  217.  
  218. }
  219.  
  220.  
  221.  
  222.  
  223. if (tb8_currMsg == tb8_messages.length){
  224.  
  225.  
  226.  
  227.  
  228. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  229.  
  230.  
  231.  
  232.  
  233. clearTimeout(tb8_TID);
  234.  
  235.  
  236.  
  237.  
  238. return;
  239.  
  240.  
  241.  
  242.  
  243. }
  244.  
  245.  
  246.  
  247.  
  248. tb8_counter++;
  249.  
  250.  
  251.  
  252.  
  253. tb8_currMsg = 0;
  254.  
  255.  
  256. }
  257.  
  258.  
  259.  
  260.  
  261. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  262.  
  263.  
  264.  
  265.  
  266. }
  267.  
  268.  
  269.  
  270.  
  271. tb8_pisi()
  272.  
  273.  
  274.  
  275.  
  276. </script>
  277.  
  278.  
  279. <!-- DEFAULT VARIABLES -->
  280.  
  281. <meta name="color:background" content="#000000" />
  282. <meta name="color:post" content="#000000" />
  283. <meta name="color:sidebar" content="#000000" />
  284. <meta name="color:text" content="#dbd8d8" />
  285. <meta name="color:sidebar" content="#000000" />
  286. <meta name="color:links" content="#999999" />
  287. <meta name="color:link" content="#c2bdbd" />
  288.  
  289.  
  290. <meta name="font:fonte" content="Georgia" />
  291. <meta name="text:frase" content="Theme #14 - Titulo aqui"/>
  292.  
  293.  
  294. <meta name="text:Link1" content="/" />
  295. <meta name="text:Link1 Title" content="link1" />
  296. <meta name="text:Link2" content="/" />
  297. <meta name="text:Link2 Title" content="link2" />
  298. <meta name="text:Link3" content="/" />
  299. <meta name="text:Link3 Title" content="link3" />
  300. <meta name="text:Link4" content="/" />
  301. <meta name="text:Link4 Title" content="link4" />
  302. <meta name="text:Link5" content="/" />
  303. <meta name="text:Link5 Title" content="link5" />
  304. <meta name="text:Link6" content="/" />
  305. <meta name="text:Link6 Title" content="link6" />
  306. <meta name="text:Link7" content="/" />
  307. <meta name="text:Link7 Title" content="link7" />
  308.  
  309.  
  310.  
  311. <meta name="image:background" content=""/>
  312. <meta name="image:retrato" content="http://static.tumblr.com/py5v1tt/P7Jmeay6k/tumblr_meas3fto1g1qeripfo1_500.jpg"/>
  313.  
  314.  
  315.  
  316.  
  317. <title>{Title}</title>
  318. <link rel="shortcut icon" href="{Favicon}">
  319. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  320. {block:Description}
  321. <meta name="description" content="{MetaDescription}" />
  322. {/block:Description}
  323. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  324.  
  325. <style type="text/css">
  326.  
  327. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  328.  
  329. a {color: {color:link}; text-decoration: none; text-transform: none;}
  330. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  331.  
  332. p {margin: 6px 0 0 0}
  333.  
  334. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  335.  
  336. #todos {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px}
  337.  
  338. #todosboxes {float: left; margin-left:250px; margin-top:10px; z-index:10}
  339.  
  340. .entry {width: 500px; padding: 7px; z-index:10; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; background-color: {color:post}}
  341. .entry:hover #info {opacity:0.9; margin-top:0px}
  342. .entry:hover #infu {opacity:1}
  343.  
  344. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  345. h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  346. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  347.  
  348. #info {position:absolute; font-size:9px; font-family: calibri; margin-left:0px; opacity:0; width: 490px; margin-bottom:0px; margin-top:-17px; display:inline; text-align:center; padding:6px; padding-top: 6px; -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; z-index: 4000; background-color: {color:post}; color:{color:text};}
  349. #info a {text-transform:uppercase; font-size:9px; background-color: {color:post}; color:{color:text}}
  350. #info a:hover {color: {color:link hover}}
  351.  
  352. #infu {text-align: center; font-size: 9px; font-family: calibri; text-transform: uppercase; z-index: 11; opacity:0.2; margin-top:10px; -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;}
  353. #infu a {font-size: 9px; text-transform:uppercase}
  354.  
  355. .tags {color: {color:text}; font-size:9px; font-family:calibri; text-transform:uppercase; display: inline; list-style: none}
  356. .tags a {font-size:9px; text-transform:uppercase; display: inline; list-style: none;}
  357.  
  358. .photo {text-align: center; border: 0px;}
  359. .photo img {max-width: 500px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  360.  
  361. .yquote {font-family: georgia; text-align: center; font-size: 18px; line-height: 15px; padding: 3px;}
  362. .yquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  363. .yquotesource a, a:hover{text-transform: none;}
  364.  
  365. .chat {line-height: 13px; list-style: none }
  366. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  367. .person1 {color: {color:text}; padding: 2px; }
  368. .person1 .label {font-weight: bold; color:{color:text}}
  369. .person2 {background-color:{color:background}; color: {color:text}; padding: 2px; }
  370. .person2 .label {font-weight: bold; color:{color:text};}
  371.  
  372. .player {background-color: #000; text-align: left; display:block;}
  373.  
  374. .pergunta {width:435px; text-align:justify; margin-top:-70px; margin-left:-20px; padding:20px; color:{color:text};}
  375. .pergunta a {color:{color:text};}
  376. .pergunta img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  377.  
  378. .question {text-align:right; font-size:9px; font-family:verdana; text-transform:none; color:{color:text}}
  379. .question a{color:{color:text};}
  380. .question img {width:49px; padding:3px; background-color:{color:background}}
  381.  
  382. #cap {width: 500px; margin-top: -2px;}
  383. .source {display: none;}
  384.  
  385. .notes {width: 515px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  386. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  387. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  388. .notes img{display: none; border:0px}
  389.  
  390.  
  391.  
  392. ::-webkit-scrollbar{width:7px;height:7px;}
  393. ::-webkit-scrollbar-button:start:decrement
  394. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  395. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  396. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:post};-webkit-border-radius:px;}
  397. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. ::-webkit-scrollbar{width:7px;height:0px;}
  416. ::-webkit-scrollbar-button:start:decrement
  417. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  418. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  419. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  420. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:text};-webkit-border-radius:px;}
  421.  
  422. #tumblr_controls{position: fixed!important}
  423. #tumblr_controls{position: fixed!important}
  424. #tumblr_controls{position: fixed!important}
  425. #tumblr_controls{position: fixed!important}
  426.  
  427.  
  428.  
  429.  
  430. #caramelo {font-family:calibri; text-align:center; font-size:50px; margin-top: 400px; margin-left: 200px; position: fixed; text-transform:none; z-index:90000; color: {color:text}; z-index:9000000000000;}
  431. #sexyevy a { color: {color:text};}
  432.  
  433. #quadradinho {position: fixed; margin: 0px 0px 0px 950px;}
  434.  
  435. #entre{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: -110px; height: auto; margin-top: 13px}
  436.  
  437. #imagex {position:fixed; margin-top:60px; margin-left: 23px; z-index:300; border:1px solid {color:sidebar}}
  438. #imagex img {height: 333px; width:230px}
  439.  
  440.  
  441. .think {width: 250px; margin-top:10px; position: fixed; margin-left:-10px; z-index:400}
  442. .think a {font:11px calibri; text-transform:uppercase; margin-right:3px; color:{color:links}}
  443.  
  444. .secksu {position:fixed; float:left; margin-left:20px; display:block; width:228px; height:auto; line-height:13px; font-family:verdana; font-size:9px; text-align:center; padding:5px; margin-top:20px; -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; overflow:hidden; z-index:61100; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; background-color:{color:sidebar}; color:{color:txtsbar}}
  445. .secksu a {color:{color:descrixx}}
  446. .secksu a:hover {color:{color:background}}
  447.  
  448.  
  449. /*** Paginação ***/#paginacaoml {font-size: 10px; position: fixed; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 11px; margin-top: 463px; margin-left: 930px;}#paginacaoml a {font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; margin: -5px 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}#paginacaoml a:hover {font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; border: none;}#paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:sidebar}; margin: -5px 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  450.  
  451. </style>
  452.  
  453.  
  454.  
  455. </head>
  456.  
  457. <body>
  458.  
  459.  
  460.  
  461.  
  462. <div id="quadradinho">
  463.  
  464. <div id="entre">
  465.  
  466.  
  467.  
  468. <div id="imagex"><img src="{image:retrato}" title="{title}">
  469.  
  470. <div class="think">
  471. <a href="{text:Link1}">{text:Link1 Title}</a> <small><font color= #fff> - </small></font>
  472. <a href="{text:Link2}">{text:Link2 Title}</a> <small><font color= #fff> - </small></font>
  473. <a href="{text:Link3}">{text:Link3 Title}</a> <small><font color= #fff> - </small></font>
  474. <a href="{text:Link4}">{text:Link4 Title}</a> <small><font color= #fff> - </small></font>
  475. <a href="{text:Link5}">{text:Link5 Title}</a> <small><font color= #fff> - </small></font>
  476. <a href="{text:Link6}">{text:Link6 Title}</a> <small><font color= #fff> - </small></font>
  477. <a href="{text:Link7}">{text:Link7 Title}</a> <small><font color= #fff> - </small></font>
  478. <a href="http://455km-devoce.tumblr.com" title="Credit Evy"> Creditos</a>
  479. </div>
  480. </div>
  481. <div class="secksu"><div style="font:18px georgia; text-align:right; border-bottom:1px dotted {color:descrixx}">{text:frase}</div>{description}
  482.  
  483.  
  484. <div id="caramelo">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div></div></div></div>
  485.  
  486. </div>
  487. </div>
  488.  
  489. <div id="todosboxes">
  490. {block:Posts}
  491. <div class="entry">
  492.  
  493. {block:Text}
  494. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  495. <div id="infu">
  496. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  497. </div>
  498. {/block:Text}
  499.  
  500. {block:Photo}
  501. <div id="info">
  502. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  503. </div>
  504.  
  505. <div class="photo"><img src="{PhotoURL-500}"></div>
  506. {block:Caption}{Caption}{/block:Caption}
  507. {/block:Photo}
  508.  
  509. {block:Photoset}
  510. <div id="info">
  511. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div></div>
  512.  
  513. {Photoset-500}
  514. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  515.  
  516. {block:Quote}
  517. <div class="yquote">“{Quote}”</div>
  518. {block:Source}<div class="yquotesource"> — {Source}</div>
  519. <div id="infu">
  520. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  521. </div>
  522. {/block:Source}{/block:Quote}
  523.  
  524. {block:Link}
  525.  
  526. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  527. {block:Description}{Description}{/block:Description}
  528. <div id="infu">
  529. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  530. </div>
  531. {/block:Link}
  532.  
  533.  
  534. {block:Chat}
  535. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  536. <div class="chat"><ul>{block:Lines}
  537. <li class="person{UserNumber}">{block:Label}
  538. <div class="label">{Label}</div>{/block:Label} {Line}</li>{/block:Lines}</ul>
  539. <div id="infu">
  540. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  541. </div></div>
  542. {/block:Chat}
  543.  
  544.  
  545. {block:Audio}
  546. <div class="player">{AudioPlayerBlack}</div>
  547. {block:Caption}{Caption}{/block:Caption}
  548. <div id="infu">
  549. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  550. </div>
  551. {/block:Audio}
  552.  
  553.  
  554. {block:Video}
  555. <div id="info">
  556. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div></div>
  557.  
  558. {Video-500}
  559. {block:Caption}{Caption}{/block:Caption}
  560. {/block:Video}
  561.  
  562. {block:Answer}
  563. <div class="question"><img src="{AskerPortraitURL-48}"></div>
  564. <div class="pergunta">{Asker} <b>sussurrou:</b> {Question}&nbsp;</div>{Answer}
  565. <div id="infu">
  566. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · <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></div>
  567. {/block:Answer}
  568.  
  569. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  570. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  571. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  572. {/block:ContentSource}</div></div>
  573.  
  574. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  575. {/block:Posts}
  576. </div>
  577. </div>
  578.  
  579. </div>
  580. </center>
  581. <div id="pagina">
  582.  
  583. <div id="paginacaoml"> <center>
  584. {block:JumpPagination length="10"}
  585. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  586. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  587. {/block:JumpPagination}
  588. </center></div>
  589.  
  590.  
  591. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://455km-devoce.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  592. </body>
  593.  
  594.  
  595.  
  596. </html>
Add Comment
Please, Sign In to add comment