Eduarda

theme 35

Aug 8th, 2012
2,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 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">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!------------------------------------------------------------------------------------
  5. Theme by:o-mundo-de-uma-garota|Tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os créditos, aliás não foi vc que fez!! {PLÁGIO É CRIME} porque a boca fala do que está cheio o coração!
  6. ------------------------------------------------------------------------------------>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  9.  
  10.  
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. function slideSwitch() {
  22. var $active = $('#slideshow2 img.active');
  23.  
  24. $active.addClass('last-active');
  25.  
  26. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  27. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  28.  
  29. $next.css({opacity: 0.0})
  30. .addClass('active')
  31. .animate({opacity: 1.0}, 1000, function() {
  32. $active.removeClass('active last-active');
  33. });
  34. }
  35.  
  36. $(function() {
  37. //Executa a função a cada 2 segundos
  38. setInterval( "slideSwitch()", 2500 );
  39. });
  40. </script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <script type="text/javascript">
  49.  
  50.  
  51. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  52.  
  53.  
  54.  
  55.  
  56. function tb8_makeArray(n){
  57.  
  58.  
  59. this.length = n;
  60.  
  61.  
  62. return this.length;
  63.  
  64.  
  65. }
  66.  
  67.  
  68.  
  69.  
  70. tb8_messages = new tb8_makeArray(1);
  71.  
  72.  
  73.  
  74.  
  75. tb8_messages[0] = "{Title}";
  76.  
  77.  
  78.  
  79.  
  80. tb8_rptType = 'infinite';
  81.  
  82.  
  83.  
  84.  
  85. tb8_rptNbr = 5;
  86.  
  87.  
  88.  
  89.  
  90. tb8_speed = 100;
  91.  
  92.  
  93.  
  94.  
  95. tb8_delay = 2000;
  96.  
  97.  
  98.  
  99.  
  100. var tb8_counter=1;
  101.  
  102.  
  103.  
  104.  
  105. var tb8_currMsg=0;
  106.  
  107.  
  108.  
  109.  
  110. var tb8_tekst ="";
  111.  
  112.  
  113.  
  114.  
  115. var tb8_i=0;
  116.  
  117.  
  118.  
  119.  
  120. var tb8_TID = null;
  121.  
  122.  
  123.  
  124.  
  125. function tb8_pisi(){
  126.  
  127.  
  128.  
  129.  
  130. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  131.  
  132.  
  133.  
  134.  
  135. document.title = tb8_tekst;
  136.  
  137.  
  138.  
  139.  
  140. tb8_sp=tb8_speed;
  141.  
  142.  
  143.  
  144.  
  145. tb8_i++;
  146.  
  147.  
  148.  
  149.  
  150. if (tb8_i==tb8_messages[tb8_currMsg].length){
  151.  
  152.  
  153.  
  154.  
  155. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  156.  
  157.  
  158.  
  159.  
  160. }
  161.  
  162.  
  163.  
  164.  
  165. if (tb8_currMsg == tb8_messages.length){
  166.  
  167.  
  168.  
  169.  
  170. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  171.  
  172.  
  173.  
  174.  
  175. clearTimeout(tb8_TID);
  176.  
  177.  
  178.  
  179.  
  180. return;
  181.  
  182.  
  183.  
  184.  
  185. }
  186.  
  187.  
  188.  
  189.  
  190. tb8_counter++;
  191.  
  192.  
  193.  
  194.  
  195. tb8_currMsg = 0;
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  204.  
  205.  
  206.  
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213. tb8_pisi()
  214.  
  215.  
  216.  
  217.  
  218. </script>
  219.  
  220.  
  221. <!-- DEFAULT VARIABLES -->
  222. <meta name="color:background" content="#1C1C1C" />
  223. <meta name="color:post" content="#000000" />
  224. <meta name="color:link" content="#FFFFFF" />
  225. <meta name="color:text" content="#FFFFFF" />
  226. <meta name="color:bgpag" content="#FFFFFF" />
  227. <meta name="color:pag" content="#FF69B4" />
  228. <meta name="color:borda" content="#000000" />
  229. <meta name="color:cred" content="#FFFFFF" />
  230. <meta name="color:sidebar" content="#000000" />
  231. <meta name="color:link1" content="#000000" />
  232. <meta name="color:link2" content="#FFFFFF" />
  233. <meta name="color:balao" content="#000000" />
  234. <meta name="color:bgduda" content="#000000" />
  235. <meta name="color:dudalink" content="#FFFFFF" />
  236. <meta name="color:tags" content="#FF0000" />
  237.  
  238. <meta name="image:background" content="" />
  239. <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_m8ere5OM6B1r9jie3o3_250.png"/>
  240.  
  241. <meta name="text:titulo" content="Frase doce aqui" />
  242. <meta name="text:Link1 title" content="Home" />
  243. <meta name="text:Link1" content="" />
  244. <meta name="text:Link2 title" content="F.A.Q" />
  245. <meta name="text:Link2" content="" />
  246. <meta name="text:Link3 title" content="Ask" />
  247. <meta name="text:Link3" content="" />
  248. <meta name="text:Link4 title" content="link 4" />
  249. <meta name="text:Link4" content="" />
  250. <meta name="text:Link5 title" content="link 5" />
  251. <meta name="text:Link5" content="" />
  252. <meta name="text:Link6 title" content="link 6" />
  253. <meta name="text:Link6" content="" />
  254. <meta name="text:Link7 title" content="link 7" />
  255. <meta name="text:Link7" content="" />
  256.  
  257. </head>
  258.  
  259. <title>{Title}</title>
  260.  
  261. <style>
  262.  
  263. 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; }
  264.  
  265. a {color: {color:link}; text-decoration: none; text-transform: none;}
  266. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  267.  
  268. p {margin: 6px 0 0 0}
  269.  
  270. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  271. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  272. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  273. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  274.  
  275. blockquote img{max-width: 470px!important}
  276. blockquote blockquote img{max-width: 450px!important}
  277. blockquote blockquote blockquote img{max-width: 430px!important}
  278. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  279.  
  280. #tudo {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  281.  
  282. #omdg {float: left; margin-left: 479px;}
  283.  
  284. .omdg0 {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 3px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  285.  
  286. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  287. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  288. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  289.  
  290. .image {text-align: center; border: 0px}
  291. .image img {max-width: 400px; margin-bottom: 2px }
  292.  
  293.  
  294.  
  295. .bubble { background: {color:post}; color: #;margin-top: 2px;padding: 12px; margin-left: 40px; -webkit-border-top-right-radius: 11px;
  296. -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  297.  
  298. .caixa aa {background: {color:post}; height: 16px; font-style: normal; font-size: 10px; color: {color:text}; padding-top: 4px; text-align:justy; letter-spacing:1px; padding:3px; text-shadow:0 1px 1px {color:sidebar}; margin-top: 8px; text-transform:none; line-height: 14px; margin-top: 10px; -webkit-border-top-right-radius: 11px; -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  299.  
  300. .borda { float: left; padding: 0px; margin-top: -1px; -webkit-border-top-left-radius: 11px; -webkit-border-bottom-left-radius: 11px; -moz-border-radius-topleft: 11px; -moz-border-radius-bottomleft: 11px; border-top-left-radius: 11px; border-bottom-left-radius: 11px; }
  301. #info {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
  302.  
  303.  
  304. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  305. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  306. .oiqqtts a, a:hover{text-transform: none;}
  307.  
  308. .chat {line-height: 13px; list-style: none }
  309. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  310. .person1 {color: {color:text}; padding: 2px; }
  311. .person1 .label {font-weight: bold; color:{color:text}}
  312. .person2 {color: {color:text}; padding: 2px; }
  313. .person2 .label {font-weight: bold; color:{color:text}}
  314.  
  315. .player {background-color: #000; text-align: left; display:block;}
  316.  
  317. img a{border:none; width:100%}
  318. .audio{background-color:black; display:block;}
  319.  
  320. .user_1 .label {color:{color:link}; font-weight:bold}
  321. .user_2 .label {color:{color:text}; font-weight:bold}
  322. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  323.  
  324.  
  325.  
  326. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  327. #oidata a {font-size: 9px;}
  328.  
  329. .tags {color: {color:tags}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  330. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  331.  
  332. #cap {width: 400px; margin-top: -2px;}
  333. .source {display: none;}
  334.  
  335. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  336. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  337. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  338. .notes img{display: none; border:0px}
  339.  
  340. ::-webkit-scrollbar{width:7px;height:5px;}
  341. ::-webkit-scrollbar-button:start:decrement
  342. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  343. ::-webkit-scrollbar-track-piece{background-color: {color:bgpag}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  344. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:pag};-webkit-border-radius:px;}
  345. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:pag};-webkit-border-radius:px;}
  346.  
  347. #omdg6 {display: block; margin-left: 200px; float: right; margin-top: 150px; width:box-shadow:0px 0px 5px #fff; auto; height: auto; background-color: transparent; position: fixed; z-index:0;opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35)}
  348. .omdg7 img {width: 147px; height: 178px; margin-bottom: 2px; border: 4px solid {color:sidebar};}
  349.  
  350. .duda1 {text-align: center; margin-top: 120px; margin-left: 120px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 6px; font-family: Century Gothic; color:{color:text}; padding: 10px; background-attachment: fixed; width:220px;box-shadow:0px 0px 5px #fff; height: 10px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:8; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: none; position: fixed; z-index:7777777; background-color:{color:sidebar}; transparent;}
  351.  
  352. .duda2{font-size: 15px; font-family: ; line-height: 20px; letter-spacing: 1px; text-transform: none; margin-top:-10px; text-align: ;}
  353.  
  354. #duda3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 140px; margin-top: 120px; color:{color:balao}; font-size: 45px; -webkit-transform: rotate(-0deg); z-index: 1000;}
  355.  
  356. #titre
  357. {text-align:center;
  358. letter-spacing:4px;
  359. margin-left:5px;
  360. text-transform:uppercase;
  361. color: {color:title};
  362. margin-top:40px;
  363. margin-bottom:15px;
  364. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  365.  
  366. #span:hover #titre
  367. {margin-top:0px;
  368. margin-bottom:5px;}
  369.  
  370.  
  371. #omdg4 {position: fixed; margin-top: 311px; margin-left:185px;-webkit-border-radius: 20px 20px 20px 20px; width: 185px;box-shadow:0px 0px 5px #fff; height: 75px; background-color: {color:sidebar}; z-index:2}
  372. .omdg5{color: {color:text}; clear: both; font-size:9px; height: 83px; text-align: justify; background-color: transparent; padding: 8px; margin-top: -3px;}
  373. .omdg5 a{font-size:9px}
  374. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: uppercase;}
  375.  
  376.  
  377. .dudex {position: fixed; margin-left: 203px; margin-top: 389px; z-index: 99999;}
  378.  
  379. .dudex a {background:{color:bgduda}; text-transform: uppercase;font-family: 'Play', sans-serif; font-size: 9px;color:{color:dudalink}; margin-right: -2px; display: inline-block; line-height: 20px; height: 20px; width: 35px;text-align: center;<-- g i rlfat ale c -->-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  380.  
  381. .dudex a:hover {height: 30px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; opacity: 0.9;}
  382.  
  383.  
  384. #duds{float:left;width:50px;margin-left:128px;margin-top:180px;position:fixed;}
  385.  
  386. .button{width:150px;box-shadow:0px 0px 5px #fff;margin:0px 0px 5px 0px;padding:2px 5px 2px 5px;
  387. font-family:consolas;
  388. text-transform:uppercase;
  389. border:2px solid {color:borda};
  390. letter-spacing:1px;
  391. background-color: {color:link1};
  392. color: {color:link2};
  393. width:50px;
  394. height: 10px;
  395. border-radius:5px;
  396. -moz-border-radius:5px;
  397. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  398.  
  399. .button:hover
  400. {margin-left:25px;
  401. color:{color:Button Hover};
  402. border:2px solid {color:Button BG};}
  403.  
  404. #navigation
  405. {margin-top:25px;}
  406.  
  407. #cre {float: left; margin-top: 410px; margin-left: 197px; width: 150px; background-color: {color:sidebar}; color:; padding: 4px; font-size: 9px; font-family: Century Gothic; text-align: center; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: -1px;}
  408.  
  409. #cre a{font-size: 9px; color:{color:cred}}
  410.  
  411. #linha{margin-left: 250px; margin-top: -25px; width: 10px;box-shadow:0px 0px 5px #fff; height: 369px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  412.  
  413.  
  414. </style>
  415. </head>
  416.  
  417. <div id="linha"></div>
  418.  
  419. <div id="linha1"></div>
  420.  
  421. <div id="duda3">▼</div>
  422.  
  423.  
  424. <div class="duda1"><div class="duda2">{text:titulo}</div></div>
  425.  
  426. <div id="omdg6"><div class="omdg7">
  427. <img src="{image:fotinha}">
  428. </div></div>
  429.  
  430.  
  431.  
  432. <a href="{text:link1}" class="nav1"><div style= color:#fff>{text:menu1}</div></a><br><br>
  433.  
  434. <div id="duds">
  435. <a href="{text:link1}"><div class="button"><img width="11px" src="http://media.tumblr.com/tumblr_m22ynuLQFe1qdrzjs.png"/>{text:Link1 title}</div></a>
  436.  
  437. <a href="{text:link2}"><div class="button"> {text:Link2 title}</div></a>
  438.  
  439. <a href="{text:link3}"><div class="button"><img width="10px" src="http://media.tumblr.com/tumblr_m2v7h7Q31m1r5r7s9.png"/> {text:Link3 title}</div></a>
  440.  
  441.  
  442. </div>
  443. </div></div>
  444.  
  445.  
  446. <div class="dudex">
  447.  
  448.  
  449.  
  450. <a href="{text:Link4}">{text:Link4 Title}</a>
  451.  
  452. <a href="{text:Link5}">{text:Link5 Title}</a>
  453.  
  454. <a href="{text:Link6}">{text:Link6 Title}</a>
  455.  
  456. <a href="{text:Link7}">{text:Link7 Title}</a>
  457.  
  458.  
  459.  
  460.  
  461. </center>
  462.  
  463.  
  464.  
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470. <div id="omdg4">
  471. <div class="omdg5">{block:Description}{Description}{/block:Description}</div></div>
  472.  
  473. </div>
  474.  
  475.  
  476. <div id="cre">
  477. {block:PreviousPage}<a href="{PreviousPage}"><font color={color:pag}>&lArr; </font></a>{/block:PreviousPage}
  478.  
  479. <font color="{color:cred}"> theme by: <b><a href="http://o-mundo-de-uma-garota.tumblr.com/">o-mundo-de-uma-garota</a></b>, </font></a>
  480.  
  481. {block:NextPage}<a href="{NextPage}"><font color={color:pag}>&rArr;</font> </a>{/block:NextPage}
  482.  
  483.  
  484.  
  485.  
  486. </div>
  487.  
  488.  
  489.  
  490. <body>
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <div id="omdg">
  497.  
  498. {block:Posts}
  499. <div class="omdg0">
  500.  
  501. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  502.  
  503. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  504.  
  505. {block:Photoset}{Photoset-500}{/block:Photoset}
  506.  
  507. {block:Quote}
  508. <div class="oiqqtt">“{Quote}”</div>
  509. {block:Source}<div class="oiqqtts"> - {Source}</div>
  510. {/block:Source}
  511. {/block:Quote}
  512.  
  513. {block:Link}
  514. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  515. {block:Description}{Description}{/block:Description}
  516. {/block:Link}
  517.  
  518. {block:Chat}
  519. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  520. <div class="chat"><ul>{block:Lines}
  521. <li class="person{UserNumber}">{block:Label}
  522. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  523. {/block:Chat}
  524.  
  525. {block:Audio}
  526. <div class="player">{AudioPlayerBlack}</div>
  527. {block:Caption}{Caption}{/block:Caption}
  528. {/block:Audio}
  529.  
  530. {block:Video}{Video-500}{/block:Video}
  531.  
  532.  
  533. {block:Answer}
  534. <div class="caixa">
  535. <aa>
  536. ask por: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a></aa>
  537. <img src="{AskerPortraitURL-40}" class="borda">
  538. <div class="bubble">
  539. {Question}</div>
  540. <div class="clear"></div>
  541. {Answer}
  542. <div class="clear"></div>
  543. </div>
  544. {/block:Answer}
  545.  
  546. <div id="cap">
  547. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  548. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  549. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  550.  
  551. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  552. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  553. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  554. {/block:ContentSource}</div></div>
  555. <br>
  556.  
  557.  
  558. <div id="oidata">
  559. {block:Date}<div class="tags">{block:HasTags}<b>indireta:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  560. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank"><b>reblog </b> bb </a>{/block:IndexPage}
  561. {block:RebloggedFrom}<br>dono do post : <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  562. {/block:RebloggedFrom}
  563. </div>
  564. </div>{/block:Date}
  565.  
  566.  
  567. {/block:Posts}
  568. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  569.  
  570. </div>
  571.  
  572.  
  573. </body>
  574.  
  575.  
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment