Eduarda

theme 21

Jun 7th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! THEME BY:O-MUNDO-DE-UMA-GAROTA|TUMBLR NÃO USE COMO BASE,SÓ ADAPTE PARA O SEU PRÓPRIO USO, NÃO ME PLAGEI OK? NADA DE ME DAR DOR DE CABEÇA... SE PEGAR JÁ SABE AVISA NA ASK.. {NOT COPIE} !>
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. //desabilita menu de opcoes ao clicar no botao direito
  11. function desabilitaMenu(e)
  12. {
  13. if (window.Event)
  14. {
  15. if (e.which == 2 || e.which == 3)
  16. return false;
  17. }
  18. else
  19. {
  20. event.cancelBubble = true
  21. event.returnValue = false;
  22. return false;
  23. }
  24. }
  25.  
  26. //desabilita botao direito
  27. function desabilitaBotaoDireito(e)
  28. {
  29. if (window.Event)
  30. {
  31. if (e.which == 2 || e.which == 3)
  32. return false;
  33. }
  34. else
  35. if (event.button == 2 || event.button == 3)
  36. {
  37. event.cancelBubble = true
  38. event.returnValue = false;
  39. return false;
  40. }
  41. }
  42.  
  43. //desabilita botao direito do mouse
  44. if ( window.Event )
  45. document.captureEvents(Event.MOUSEUP);
  46. if ( document.layers )
  47. document.captureEvents(Event.MOUSEDOWN);
  48.  
  49. document.oncontextmenu = desabilitaMenu;
  50. document.onmousedown = desabilitaBotaoDireito;
  51. document.onmouseup = desabilitaBotaoDireito;
  52. </script>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  57. <script type="text/javascript">
  58. function slideSwitch() {
  59. var $active = $('#slideshow2 img.active');
  60.  
  61. $active.addClass('last-active');
  62.  
  63. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  64. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  65.  
  66. $next.css({opacity: 0.0})
  67. .addClass('active')
  68. .animate({opacity: 1.0}, 1000, function() {
  69. $active.removeClass('active last-active');
  70. });
  71. }
  72.  
  73. $(function() {
  74. //Executa a função a cada 2 segundos
  75. setInterval( "slideSwitch()", 2500 );
  76. });
  77. </script>
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <script type="text/javascript">
  86.  
  87.  
  88. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  89.  
  90.  
  91.  
  92.  
  93. function tb8_makeArray(n){
  94.  
  95.  
  96. this.length = n;
  97.  
  98.  
  99. return this.length;
  100.  
  101.  
  102. }
  103.  
  104.  
  105.  
  106.  
  107. tb8_messages = new tb8_makeArray(1);
  108.  
  109.  
  110.  
  111.  
  112. tb8_messages[0] = "{Title}";
  113.  
  114.  
  115.  
  116.  
  117. tb8_rptType = 'infinite';
  118.  
  119.  
  120.  
  121.  
  122. tb8_rptNbr = 5;
  123.  
  124.  
  125.  
  126.  
  127. tb8_speed = 100;
  128.  
  129.  
  130.  
  131.  
  132. tb8_delay = 2000;
  133.  
  134.  
  135.  
  136.  
  137. var tb8_counter=1;
  138.  
  139.  
  140.  
  141.  
  142. var tb8_currMsg=0;
  143.  
  144.  
  145.  
  146.  
  147. var tb8_tekst ="";
  148.  
  149.  
  150.  
  151.  
  152. var tb8_i=0;
  153.  
  154.  
  155.  
  156.  
  157. var tb8_TID = null;
  158.  
  159.  
  160.  
  161.  
  162. function tb8_pisi(){
  163.  
  164.  
  165.  
  166.  
  167. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  168.  
  169.  
  170.  
  171.  
  172. document.title = tb8_tekst;
  173.  
  174.  
  175.  
  176.  
  177. tb8_sp=tb8_speed;
  178.  
  179.  
  180.  
  181.  
  182. tb8_i++;
  183.  
  184.  
  185.  
  186.  
  187. if (tb8_i==tb8_messages[tb8_currMsg].length){
  188.  
  189.  
  190.  
  191.  
  192. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  193.  
  194.  
  195.  
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202. if (tb8_currMsg == tb8_messages.length){
  203.  
  204.  
  205.  
  206.  
  207. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  208.  
  209.  
  210.  
  211.  
  212. clearTimeout(tb8_TID);
  213.  
  214.  
  215.  
  216.  
  217. return;
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226.  
  227. tb8_counter++;
  228.  
  229.  
  230.  
  231.  
  232. tb8_currMsg = 0;
  233.  
  234.  
  235. }
  236.  
  237.  
  238.  
  239.  
  240. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  241.  
  242.  
  243.  
  244.  
  245. }
  246.  
  247.  
  248.  
  249.  
  250. tb8_pisi()
  251.  
  252.  
  253.  
  254.  
  255. </script>
  256.  
  257.  
  258.  
  259. <!-- DEFAULT VARIABLES -->
  260. <meta name="color:background" content="#f8f8f8" />
  261. <meta name="color:link" content="#000000" />
  262. <meta name="color:linkhover" content="#696969" />
  263. <meta name="color:text" content="#000000" />
  264. <meta name="color:post" content="#FFFFFF" />
  265. <meta name="color:border" content="#ffffff" />
  266. <meta name="color:fundinho" content="#ffffff" />
  267. <meta name="color:barra1" content="#000000" />
  268. <meta name="color:barra4" content="#FF69B4" />
  269. <meta name="color:coroa" content="#FFB6B6" />
  270. <meta name="color:frase" content="#000" />
  271.  
  272.  
  273.  
  274. <meta name="color:scroll" content="#000000" />
  275. <meta name="color:ask" content="#ebebeb" />
  276.  
  277.  
  278.  
  279. <meta name="color:bgdescription" content="#ebebeb" />
  280.  
  281. <meta name="color:textdescription" content="#000" />
  282. <meta name="color:links" content="#000" />
  283. <meta name="color:linkbg" content="#ffffff" />
  284. <meta name="color:linktext" content="#000" />
  285. <meta name="color:linkbghover" content="#000" />
  286. <meta name="color:linktexthover" content="#fff" />
  287. <meta name="color:bgpage" content="#EEEEEE" />
  288. <meta name="color:xizinhodoslinks" content="#FF1493" />
  289.  
  290.  
  291.  
  292. <meta name="image:background" content="" />
  293. <meta name="image:fotinha" content=""/>
  294.  
  295. <meta name="font:text" content="verdana" />
  296. <meta name="font:title" content="georgia" />
  297.  
  298. <meta name="text:title" content="Frase pequena aqui." />
  299. <meta name="text:link1" content="/" />
  300. <meta name="text:Link1 Title" content="link" />
  301. <meta name="text:Link2" content="/" />
  302. <meta name="text:Link2 Title" content="link" />
  303. <meta name="text:Link3" content="/" />
  304. <meta name="text:Link3 Title" content="link" />
  305. <meta name="text:Link4" content="/" />
  306. <meta name="text:Link4 Title" content="link" />
  307. <meta name="text:Link5" content="/" />
  308. <meta name="text:Link5 Title" content="link" />
  309. <meta name="text:Link6" content="/" />
  310. <meta name="text:Link6 Title" content="link" />
  311. <meta name="text:Link7" content="/" />
  312. <meta name="text:Link7 Title" content="link" />
  313.  
  314.  
  315.  
  316.  
  317.  
  318. <title>{Title}</title>
  319. <link rel="shortcut icon" href="{Favicon}">
  320. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  321. {block:Description}
  322. <meta name="description" content="{MetaDescription}" />
  323. {/block:Description}
  324.  
  325.  
  326. <style type="text/css">
  327.  
  328.  
  329. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  330.  
  331. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  332.  
  333. p {margin: 6px 0 0 0}
  334.  
  335. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  336. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  337. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  338. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  339.  
  340. blockquote img{max-width: 470px!important}
  341. blockquote blockquote img{max-width: 450px!important}
  342. blockquote blockquote blockquote img{max-width: 430px!important}
  343. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  344.  
  345. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  346.  
  347. #entries{float: left; margin-left:345px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  348.  
  349. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  350.  
  351.  
  352.  
  353. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
  354.  
  355. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  356. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  357. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  358.  
  359. .image {text-align: center; border: 0px}
  360. .image img {max-width: 500px; margin-bottom: 2px }
  361.  
  362. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  363. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  364. .oiqqtts a, a:hover{text-transform: none;}
  365.  
  366. .chat {line-height: 13px; list-style: none }
  367. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  368. .person1 {color: {color:text}; padding: 2px; }
  369. .person1 .label {font-weight: bold; color:{color:text}}
  370. .person2 {color: {color:text}; padding: 2px; }
  371. .person2 .label {font-weight: bold; color:{color:text}}
  372.  
  373. .player {background-color: #000; text-align: left; display:block;}
  374.  
  375. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  376. .answer {padding: 2px}
  377. .answer img {max-width: 470px;}
  378.  
  379.  
  380. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  381. #oidata a {font-size: 9px;}
  382.  
  383. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  384. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  385.  
  386. #cap {width: 500px; margin-top: -2px;}
  387. .source {display: none;}
  388.  
  389. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  390. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  391. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  392. .notes img{display: none; border:0px}
  393.  
  394. .question {
  395. color: {color:text};
  396. font-size: 9px;
  397. font-weight: normal;
  398. font-family: {font:body};
  399. line-height:95%;
  400. background: {color:ask};
  401. margin: 0 0 10px 0;
  402. padding: 10px 15px;
  403. position: relative;}
  404.  
  405. .questionarrow {
  406. width: 13px;
  407. height: 7px;
  408. font-size:30px;
  409. font-family: verdana;
  410. position: absolute;
  411. color: {color:ask};
  412. bottom: -3.5px;
  413. left: 240px;}
  414.  
  415.  
  416. .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  417. .asker a {color: {color:text};}
  418. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  419.  
  420. .answer {color: {color:text};}
  421.  
  422.  
  423. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  424. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  425.  
  426. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  427.  
  428. #sideimg {display: block; margin-left: 150px; float: right; margin-top: 20px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  429. .simg1 img {width: 157px; height: 185px; margin-bottom: 2px; border: 3px solid {color:fundinho};}
  430.  
  431. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  432.  
  433.  
  434.  
  435. #home {width: 24px; position: fixed; float: left; font-size: 9px; font-family: tahoma; color: {color:cruz}; padding: 5px; height: 24px; margin-left: 110px; rotation: 10px; margin-top: 280px; margin-top: 185px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 20;}
  436.  
  437.  
  438. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  439. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  440. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  441. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  442. .pg { position:fixed !important; clear: both; float: left; margin-top: 1px; margin-left: 160px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  443.  
  444.  
  445.  
  446.  
  447.  
  448. #estela1 {position: fixed; margin-left: 133px; width: 5px; height: 250px; background-color: {color:barra4}; margin-top: 40px;opacity:0.8;}
  449.  
  450. #estela2 {position: fixed; margin-left: 138px; width: 10px; height: 250px; background-color: {color:barra1}; margin-top: 40px;opacity:0.8;}
  451.  
  452.  
  453.  
  454.  
  455. #meus{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 150px; width:157px; height: 32px; background-color: {color:bobsponja}; color: #999999; padding: 2px; margin-top: 210px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  456.  
  457. #links {text-align: center; margin-top:1px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: #999999; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
  458.  
  459.  
  460. .li {opacity: 1}
  461. .li2 {opacity: 0.8}
  462. .li3 {opacity: 0.6}
  463. .li4 {opacity: 0.8}
  464. .li5 {opacity: 1}
  465.  
  466. #linkslindos {margin-top: 100px; margin-left: 87px; position:fixed; width: auto; }
  467.  
  468. #linkslindos a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; background-color: {color:linkbg}; -moz-transition: all 0.4s ease-out; width: 150px; text-align: left; font-size: 8px; height:14px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; }
  469.  
  470. #linkslindos a:hover{color: {color:linktexthover}; margin-left:15px; }
  471.  
  472. #linkslindos1 {margin-top: 150px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
  473.  
  474. #linkslindos1 a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  475.  
  476. #linkslindos1 a:hover{color: {color:linktexthover}; }
  477.  
  478.  
  479.  
  480.  
  481. #coroa {float: left; width: 150px; top: 45px; -webkit-transform: rotate(-60deg); left: 90px; padding:0px; text-align: center; position: fixed; background-color: ; font-size: 50px; font-family: verdana; line-height:15px; height:10px; text-transform: uppercase; color: {color:coroa}; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out;}
  482.  
  483.  
  484.  
  485. @font-face {
  486. font-family: 'Give You Glory';
  487. font-style: normal;
  488. font-weight: norAmal;
  489. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  490. }
  491.  
  492.  
  493. .duda1 {margin-top: 150px; -webkit-transform: rotate(-90deg); letter-spacing: 0px; text-align: center; font-family: 'Loved by the King'; position: fixed; margin-left: 20px; font-size: 23px; color:{color:text};}
  494.  
  495.  
  496. #description{position: fixed; margin-top: 245px; margin-left: 160px; width:150px; height: 22px; opacity:0.9; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 11;}
  497. .opdescription{color: {color:Description color}; clear: both; font-size:9px; height: 22px; text-align: justify; background-color: {color:background}; padding: 6px; margin-top: 6px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 0px; z-index: 1;}
  498. .opdescription a{font-size:9px}
  499. #description a:hover{position: fixed; margin-top: 105px; margin-left: 84px; width:212px; height: 22px; opacity:0.8; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 10px; z-index: 1;}
  500. .opdescription{color: {color:textdsc}; clear: both; font-size:9px; height: 40px; text-align: center; opacity:0.7;padding: 8px; margin-top: -3px; font-family: Verdana }
  501. .opdescription a{font-size:9px}
  502.  
  503.  
  504.  
  505. #sdbarsi {font-family: verdana; color: {color:textdescription}; font-size:7px; padding: 3px 3px 4px 3px; width: 110px; height: 7px; margin-top: 400px; margin-left: 220px; font-family: arial; z-index: 200; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  506. #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
  507.  
  508. #credit {width: 138px; margin-left: 155px; height: 11px; margin-top: 305px; float:left; text-align: center; font-size: 16px; position:fixed; padding: 4px;}
  509.  
  510.  
  511. #creditt {font-family: tinytots; margin-top:170px; margin-left:150px; height:12px; border-bottom: 0px solid #FFFFFF; background-color:#FFFFFF;{color:barra}; z-index:1112; padding: 0px; width: 153px; color:#000000; {color:barratxt}; padding: 4px; text-align: justify; font-size: 8px; position:fixed;opacity:0.6;}
  512. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  513.  
  514.  
  515. ::-webkit-scrollbar{width:5px;height:5px;}
  516. ::-webkit-scrollbar-button:start:decrement
  517. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  518. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  519. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  520. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  521.  
  522. #tumblr_controls{position: fixed!important}
  523. #tumblr_controls{position: fixed!important}
  524. #tumblr_controls{position: fixed!important}
  525. #tumblr_controls{position: fixed!important}
  526.  
  527.  
  528.  
  529.  
  530. </style>
  531.  
  532. </head>
  533.  
  534.  
  535. <body>
  536.  
  537. <div class="duda1">{text:title}</div>
  538.  
  539.  
  540. <div id="estela1"></div>
  541. <div id="estela2"></div>
  542.  
  543.  
  544.  
  545.  
  546.  
  547. <div id="tudo">
  548. <div id="msd">
  549. </div>
  550. <div id="description">
  551. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  552.  
  553. <div id="sideimg"><div class="simg1">
  554. <div id="bgcoroa"></div><div id="coroa">★</div>
  555. <img src="{image:fotinha}">
  556. </div></div>
  557.  
  558.  
  559.  
  560. <div id="meus">
  561. <div id="links">
  562. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <font color="{color:xizinhodoslinks}">x</font>
  563. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<font color="{color:xizinhodoslinks}">x</font>
  564. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}<font color="{color:xizinhodoslinks}">x</font>
  565. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}<font color="{color:xizinhodoslinks}">x</font>
  566. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}<font color="{color:xizinhodoslinks}">x</font>
  567. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}<font color="{color:xizinhodoslinks}">x</font>
  568. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}<font color="{color:xizinhodoslinks}">x</font>
  569.  
  570. </div></div>
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <div class="pg"><div id="pgs"> <center>
  586. {block:JumpPagination length="2"}
  587. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  588. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  589. {/block:JumpPagination}
  590. </center></div></div>
  591.  
  592.  
  593. <div id="creditt"><center>BY:<a href="http://o-mundo-e-uma-garota.tumblr.com/">o-mundo-de-uma-garota</a><a href="http://i-ngenuidade.tumblr.com/"> (℘.s)</a></center></div></div></div></div>
  594.  
  595.  
  596.  
  597. </a></div>
  598. <div id="entries">
  599. {block:Posts}
  600. <div class="danpost">
  601.  
  602. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  603.  
  604. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  605.  
  606. {block:Photoset}{Photoset-500}{/block:Photoset}
  607.  
  608. {block:quote}
  609.  
  610. <o class="fj">“</o><div class="jf">{quote}</div><br>
  611. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  612.  
  613. {/block:quote}
  614.  
  615. {block:Link}
  616. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  617. {block:Description}{Description}{/block:Description}
  618. {/block:Link}
  619.  
  620. {block:Chat}
  621. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  622. <div class="chat"><ul>{block:Lines}
  623. <li class="person{UserNumber}">{block:Label}
  624. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  625. {/block:Chat}
  626.  
  627. {block:Audio}
  628. <div class="player">{AudioPlayerBlack}</div>
  629. {block:Caption}{Caption}{/block:Caption}
  630. {/block:Audio}
  631.  
  632. {block:Video}{Video-500}{/block:Video}
  633.  
  634.  
  635. {block:Answer}
  636. <div class="question">
  637. <div class="questionarrow">▼</div>
  638. {Question}
  639. </div>
  640. <div class="asker">{Asker}</div>
  641. <div class="answer">{Answer}</div>
  642. {/block:answer}
  643.  
  644. <div id="cap">
  645. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  646. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  647. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  648.  
  649. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  650. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  651. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  652. {/block:ContentSource}</div></div>
  653. <br>
  654.  
  655.  
  656. <div id="oidata">
  657. {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  658. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> with love</a>{/block:IndexPage}
  659. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  660. {/block:RebloggedFrom}
  661. </div>
  662. </div>{/block:Date}
  663.  
  664.  
  665. {/block:Posts}
  666. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675. </div>
  676. </div>
  677. </div>
  678. </div>
  679. </div>
  680. </div>
  681.  
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment