Eduarda

Theme 36

Aug 9th, 2012
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.31 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="#BEBEBE" />
  223. <meta name="color:post" content="#FFFFFF" />
  224. <meta name="color:link" content="#000000" />
  225. <meta name="color:text" content="#000000" />
  226. <meta name="color:bgpag" content="#FFFFFF" />
  227. <meta name="color:pag" content="#FF69B4" />
  228. <meta name="color:borda" content="#FFFFFF" />
  229. <meta name="color:cred" content="#000000" />
  230. <meta name="color:sidebar" content="#B0E0E6" />
  231. <meta name="color:bgduda" content="#FFFFFF" />
  232. <meta name="color:dudalink" content="#000000" />
  233. <meta name="color:tags" content="#B0E0E6" />
  234. <meta name="color:titulo" content="#000000" />
  235.  
  236.  
  237. <meta name="image:background" content="" />
  238. <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_m8ere5OM6B1r9jie3o3_250.png"/>
  239.  
  240. <meta name="text:titulo" content="Bad a Girl" />
  241. <meta name="text:Link1 title" content="Home" />
  242. <meta name="text:Link1" content="" />
  243. <meta name="text:Link2 title" content="F.A.Q" />
  244. <meta name="text:Link2" content="" />
  245. <meta name="text:Link3 title" content="Ask" />
  246. <meta name="text:Link3" content="" />
  247. <meta name="text:Link4 title" content="link 4" />
  248. <meta name="text:Link4" content="" />
  249. <meta name="text:Link5 title" content="link 5" />
  250. <meta name="text:Link5" content="" />
  251. <meta name="text:Link6 title" content="link 6" />
  252. <meta name="text:Link6" content="" />
  253. <meta name="text:Link7 title" content="link 7" />
  254. <meta name="text:Link7" content="" />
  255.  
  256. </head>
  257.  
  258. <title>{Title}</title>
  259.  
  260. <style>
  261.  
  262. 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; }
  263.  
  264. a {color: {color:link}; text-decoration: none; text-transform: none;}
  265. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  266.  
  267. p {margin: 6px 0 0 0}
  268.  
  269. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  270. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  271. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  272. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  273.  
  274. blockquote img{max-width: 470px!important}
  275. blockquote blockquote img{max-width: 450px!important}
  276. blockquote blockquote blockquote img{max-width: 430px!important}
  277. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  278.  
  279. #tudo {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  280.  
  281. #omdg {float: left; margin-left: 479px;}
  282.  
  283. .omdg0 {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 3px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  284.  
  285. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  286. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  287. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  288.  
  289. .image {text-align: center; border: 0px}
  290. .image img {max-width: 400px; margin-bottom: 2px }
  291.  
  292.  
  293.  
  294. .bubble { background: {color:post}; color: #;margin-top: 2px;padding: 12px; margin-left: 40px; -webkit-border-top-right-radius: 11px;
  295. -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;}
  296.  
  297. .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;}
  298.  
  299. .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; }
  300. #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;}
  301.  
  302.  
  303. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  304. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  305. .oiqqtts a, a:hover{text-transform: none;}
  306.  
  307. .chat {line-height: 13px; list-style: none }
  308. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  309. .person1 {color: {color:text}; padding: 2px; }
  310. .person1 .label {font-weight: bold; color:{color:text}}
  311. .person2 {color: {color:text}; padding: 2px; }
  312. .person2 .label {font-weight: bold; color:{color:text}}
  313.  
  314. .player {background-color: #000; text-align: left; display:block;}
  315.  
  316. img a{border:none; width:100%}
  317. .audio{background-color:black; display:block;}
  318.  
  319. .user_1 .label {color:{color:link}; font-weight:bold}
  320. .user_2 .label {color:{color:text}; font-weight:bold}
  321. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  322.  
  323.  
  324.  
  325. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  326. #oidata a {font-size: 9px;}
  327.  
  328. .tags {color: {color:tags}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  329. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  330.  
  331. #cap {width: 400px; margin-top: -2px;}
  332. .source {display: none;}
  333.  
  334. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  335. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  336. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  337. .notes img{display: none; border:0px}
  338.  
  339. ::-webkit-scrollbar{width:7px;height:5px;}
  340. ::-webkit-scrollbar-button:start:decrement
  341. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  342. ::-webkit-scrollbar-track-piece{background-color: {color:bgpag}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  343. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:pag};-webkit-border-radius:px;}
  344. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:pag};-webkit-border-radius:px;}
  345.  
  346. #omdg6 {display: block; margin-left: 200px;-webkit-transform: rotate(-50deg); float: right; margin-top: 180px; 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)}
  347. .omdg7 img {width: 97px; height: 96px; margin-bottom: 2px; border: 4px solid {color:sidebar};}
  348.  
  349.  
  350.  
  351. #titre
  352. {text-align:center;
  353. letter-spacing:4px;
  354. margin-left:5px;
  355. text-transform:uppercase;
  356. color: {color:title};
  357. margin-top:40px;
  358. margin-bottom:15px;
  359. -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;}
  360.  
  361. #span:hover #titre
  362. {margin-top:0px;
  363. margin-bottom:5px;}
  364.  
  365.  
  366. #desc {width: 95px; margin-left: 143px;-webkit-border-radius: 0px 0px 40px 40px; height:63px; margin-top: 265px;-webkit-transform: rotate(40deg); float:left; text-align: center; background-color:{color:sidebar}; transparent; font-size: 9px; position:fixed; color: {color:text}; font-family: Century Gothic; overflow: hidden; -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; letter-spacing: 0px; padding-left:5px; padding-top:5px; padding-right:5px; z-index:1000000000000000000000; }
  367.  
  368. .dudex {position: fixed; margin-left: 273px; margin-top: 289px; z-index: 99999;}
  369.  
  370. .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;box-shadow:0px 0px 5px #000;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;}
  371.  
  372. .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;}
  373.  
  374.  
  375. #hello{text-align: justify; font-size: 9px; font-family: tinytots; position: fixed; margin-left: -50px; width:595px; height: 0px; background-color: {color:bgduda}transparent;color:{dudalink}; padding: 2px; margin-top: 163px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  376.  
  377. #kitty{text-align: center; margin-top:1px; margin-bottom: -2px; font-family: tinytots; font-size: 10px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
  378.  
  379. #barbie {text-align: left; overflow: hidden; height:6px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 24px; font-family: Just Me Again Down Here, sans-serif; position: fixed; margin-left: 180px; width: 113px;box-shadow:0px 0px 5px #000; background-color: {color:sidebar};transparent; color: {color:titulo}; padding: 7px; margin-top: 128px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px;;line-height: 4px;z-index:200000000000000}
  380.  
  381.  
  382. #cre {float: left; margin-top: 310px; margin-left: 267px; 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;}
  383.  
  384. #cre a{font-size: 9px; color:{color:cred}}
  385.  
  386.  
  387. #linha{margin-left: 315px; margin-top: 239px;-webkit-transform: rotate(-90deg); width: 5px; height: 59px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  388.  
  389. #linha1{margin-left: 240px; margin-top: 123px;-webkit-transform: rotate(-90deg); width: 15px;box-shadow:0px 0px 5px #000; height: 109px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  390.  
  391.  
  392. #linha2{margin-left: 205px; margin-top: 148px; width: 6px;box-shadow:0px 0px 5px #000; height: 20px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  393.  
  394. #linha3{margin-left: 280px; margin-top: 148px; width: 6px;box-shadow:0px 0px 5px #000; height: 20px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  395.  
  396. #linha4{margin-left: 345px; margin-top: 266px; width: 5px; height: 25px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px;}
  397.  
  398.  
  399. </style>
  400. </head>
  401.  
  402. <div id="linha"></div>
  403.  
  404.  
  405.  
  406.  
  407. <div id="barbie"><center>{text:titulo}</center></a></div>
  408.  
  409. <div id="omdg6"><div class="omdg7">
  410. <img src="{image:fotinha}">
  411. </div></div>
  412.  
  413.  
  414.  
  415. <div id="linha1"></div>
  416. <div id="linha2"></div>
  417. <div id="linha3"></div>
  418. <div id="linha4"></div>
  419.  
  420. <div id="hello">
  421. <div id="kitty">
  422. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} .
  423. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} .
  424. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} .
  425.  
  426. </div></div>
  427.  
  428.  
  429. </div>
  430. </div></div>
  431.  
  432.  
  433. <div class="dudex">
  434.  
  435.  
  436.  
  437. <a href="{text:Link4}">{text:Link4 Title}</a>
  438.  
  439. <a href="{text:Link5}">{text:Link5 Title}</a>
  440.  
  441. <a href="{text:Link6}">{text:Link6 Title}</a>
  442.  
  443. <a href="{text:Link7}">{text:Link7 Title}</a>
  444.  
  445.  
  446.  
  447.  
  448. </center>
  449.  
  450.  
  451.  
  452. </div>
  453.  
  454.  
  455. <div id="desc"><center>{description}</div>
  456.  
  457. </div>
  458.  
  459.  
  460. <div id="cre">
  461. {block:PreviousPage}<a href="{PreviousPage}"><font color={color:pag}>&lArr; </font></a>{/block:PreviousPage}
  462.  
  463. <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>
  464.  
  465. {block:NextPage}<a href="{NextPage}"><font color={color:pag}>&rArr;</font> </a>{/block:NextPage}
  466.  
  467.  
  468.  
  469.  
  470. </div>
  471.  
  472.  
  473.  
  474. <body>
  475.  
  476.  
  477.  
  478.  
  479.  
  480. <div id="omdg">
  481.  
  482. {block:Posts}
  483. <div class="omdg0">
  484.  
  485. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  486.  
  487. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  488.  
  489. {block:Photoset}{Photoset-500}{/block:Photoset}
  490.  
  491. {block:Quote}
  492. <div class="oiqqtt">“{Quote}”</div>
  493. {block:Source}<div class="oiqqtts"> - {Source}</div>
  494. {/block:Source}
  495. {/block:Quote}
  496.  
  497. {block:Link}
  498. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  499. {block:Description}{Description}{/block:Description}
  500. {/block:Link}
  501.  
  502. {block:Chat}
  503. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  504. <div class="chat"><ul>{block:Lines}
  505. <li class="person{UserNumber}">{block:Label}
  506. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  507. {/block:Chat}
  508.  
  509. {block:Audio}
  510. <div class="player">{AudioPlayerBlack}</div>
  511. {block:Caption}{Caption}{/block:Caption}
  512. {/block:Audio}
  513.  
  514. {block:Video}{Video-500}{/block:Video}
  515.  
  516.  
  517. {block:Answer}
  518. <div class="caixa">
  519. <aa>
  520. ask por: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a></aa>
  521. <img src="{AskerPortraitURL-40}" class="borda">
  522. <div class="bubble">
  523. {Question}</div>
  524. <div class="clear"></div>
  525. {Answer}
  526. <div class="clear"></div>
  527. </div>
  528. {/block:Answer}
  529.  
  530. <div id="cap">
  531. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  532. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  533. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  534.  
  535. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  536. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  537. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  538. {/block:ContentSource}</div></div>
  539. <br>
  540.  
  541.  
  542. <div id="oidata">
  543. {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>
  544. <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}
  545. {block:RebloggedFrom}<br>dono do post : <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  546. {/block:RebloggedFrom}
  547. </div>
  548. </div>{/block:Date}
  549.  
  550.  
  551. {/block:Posts}
  552. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  553.  
  554. </div>
  555.  
  556.  
  557. </body>
  558.  
  559.  
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment