Advertisement
UmFalsoPrinceso

Theme - 6

Jul 25th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4.  
  5. <!-----------createdby:--um-falso-princeso---------------------------------
  6. PPPPPPPPP RRRRRRRRR III NNN N CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  7. P P R R III N N N C E S O O !!
  8. P P R R N N N C E S O O !!
  9. P P R R III N N N C EEEEE S O O !!
  10. PPPPPPPPP R R I I N N N C EEEEE SSSSSSSS O O !!
  11. P R RRRRR I I N N N C E S O O !!
  12. P R R I I N N N C E S O O
  13. P R R III N NNN CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  14. --------------------------------------------------------------------------->
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript" src="http://static.tumblr.com/f8rtx6g/fFVm7qdcs/infinit-hover.js"></script>
  19.  
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  21.  
  22. <script type="text/javascript">
  23. //desabilita menu de opcoes ao clicar no botao direito
  24. function desabilitaMenu(e)
  25. {
  26. if (window.Event)
  27. {
  28. if (e.which == 2 || e.which == 3)
  29. return false;
  30. }
  31. else
  32. {
  33. event.cancelBubble = true
  34. event.returnValue = false;
  35. return false;
  36. }
  37. }
  38.  
  39. //desabilita botao direito
  40. function desabilitaBotaoDireito(e)
  41. {
  42. if (window.Event)
  43. {
  44. if (e.which == 2 || e.which == 3)
  45. return false;
  46. }
  47. else
  48. if (event.button == 2 || event.button == 3)
  49. {
  50. event.cancelBubble = true
  51. event.returnValue = false;
  52. return false;
  53. }
  54. }
  55.  
  56. //desabilita botao direito do mouse
  57. if ( window.Event )
  58. document.captureEvents(Event.MOUSEUP);
  59. if ( document.layers )
  60. document.captureEvents(Event.MOUSEDOWN);
  61.  
  62. document.oncontextmenu = desabilitaMenu;
  63. document.onmousedown = desabilitaBotaoDireito;
  64. document.onmouseup = desabilitaBotaoDireito;
  65. </script>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  70.  
  71. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  72. <script type="text/javascript">
  73. function slideSwitch() {
  74. var $active = $('#slideshow2 img.active');
  75.  
  76. $active.addClass('last-active');
  77.  
  78. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  79. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  80.  
  81. $next.css({opacity: 0.0})
  82. .addClass('active')
  83. .animate({opacity: 1.0}, 1000, function() {
  84. $active.removeClass('active last-active');
  85. });
  86. }
  87.  
  88. $(function() {
  89. //Executa a função a cada 2 segundos
  90. setInterval( "slideSwitch()", 2500 );
  91. });
  92. </script>
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <script type="text/javascript">
  101.  
  102.  
  103. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  104.  
  105.  
  106.  
  107.  
  108. function tb8_makeArray(n){
  109.  
  110.  
  111. this.length = n;
  112.  
  113.  
  114. return this.length;
  115.  
  116.  
  117. }
  118.  
  119.  
  120.  
  121.  
  122. tb8_messages = new tb8_makeArray(1);
  123.  
  124.  
  125.  
  126.  
  127. tb8_messages[0] = "{Title}";
  128.  
  129.  
  130.  
  131.  
  132. tb8_rptType = 'infinite';
  133.  
  134.  
  135.  
  136.  
  137. tb8_rptNbr = 5;
  138.  
  139.  
  140.  
  141.  
  142. tb8_speed = 100;
  143.  
  144.  
  145.  
  146.  
  147. tb8_delay = 2000;
  148.  
  149.  
  150.  
  151.  
  152. var tb8_counter=1;
  153.  
  154.  
  155.  
  156.  
  157. var tb8_currMsg=0;
  158.  
  159.  
  160.  
  161.  
  162. var tb8_tekst ="";
  163.  
  164.  
  165.  
  166.  
  167. var tb8_i=0;
  168.  
  169.  
  170.  
  171.  
  172. var tb8_TID = null;
  173.  
  174.  
  175.  
  176.  
  177. function tb8_pisi(){
  178.  
  179.  
  180.  
  181.  
  182. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  183.  
  184.  
  185.  
  186.  
  187. document.title = tb8_tekst;
  188.  
  189.  
  190.  
  191.  
  192. tb8_sp=tb8_speed;
  193.  
  194.  
  195.  
  196.  
  197. tb8_i++;
  198.  
  199.  
  200.  
  201.  
  202. if (tb8_i==tb8_messages[tb8_currMsg].length){
  203.  
  204.  
  205.  
  206.  
  207. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  208.  
  209.  
  210.  
  211.  
  212. }
  213.  
  214.  
  215.  
  216.  
  217. if (tb8_currMsg == tb8_messages.length){
  218.  
  219.  
  220.  
  221.  
  222. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  223.  
  224.  
  225.  
  226.  
  227. clearTimeout(tb8_TID);
  228.  
  229.  
  230.  
  231.  
  232. return;
  233.  
  234.  
  235.  
  236.  
  237. }
  238.  
  239.  
  240.  
  241.  
  242. tb8_counter++;
  243.  
  244.  
  245.  
  246.  
  247. tb8_currMsg = 0;
  248.  
  249.  
  250. }
  251.  
  252.  
  253.  
  254.  
  255. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  256.  
  257.  
  258.  
  259.  
  260. }
  261.  
  262.  
  263.  
  264.  
  265. tb8_pisi()
  266.  
  267.  
  268.  
  269.  
  270. </script>
  271.  
  272. <meta name="color:background" content="#f8f8f8" />
  273. <meta name="color:links" content="#000000" />
  274. <meta name="color:linkshover" content="#ffffff" />
  275.  
  276. <meta name="color:text" content="#000000" />
  277. <meta name="color:post" content="#ffffff" />
  278.  
  279. <meta name="color:scroll" content="#000000" />
  280. <meta name="color:ask" content="#ebebeb" />
  281. <meta name="color:quote" content="#000000" />
  282.  
  283. <meta name="color:negrito" content="#404040" />
  284. <meta name="color:sublinha" content="#404040" />
  285. <meta name="color:italic" content="#404040" />
  286.  
  287. <meta name="image:setatop" content="http://static.tumblr.com/f8rtx6g/FX9m7qejk/top-seta-um-falso-princeso.png" />
  288. <meta name="image:foto" content="http://static.tumblr.com/f8rtx6g/hrjm7qh6z/image-um-falso-princeso.png" />
  289.  
  290. <meta name="text:Link1" content="/" />
  291. <meta name="text:Link2" content="/" />
  292. <meta name="text:Link3" content="/" />
  293. <meta name="text:Link4" content="/" />
  294. <meta name="text:Link5" content="/" />
  295.  
  296. <title>{Title}</title>
  297. <link rel="shortcut icon" href="{Favicon}">
  298. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  299. {block:Description}
  300. <meta name="description" content="{MetaDescription}" />
  301. {/block:Description}
  302.  
  303. <style type="text/css">
  304.  
  305. 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; }
  306.  
  307. a:link, a:visited {text-decoration: none}
  308. a:hover {text-decoration: none; color: {color:linkshover};}
  309. a:active {text-decoration: none}
  310.  
  311. p {margin: 6px 0 0 0}
  312.  
  313. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:quote}; padding-left: 4px; }
  314. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  315. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  316. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  317.  
  318. blockquote img{max-width: 470px!important}
  319. blockquote blockquote img{max-width: 450px!important}
  320. blockquote blockquote blockquote img{max-width: 430px!important}
  321. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  322. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  323.  
  324. }
  325. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  326.  
  327. #posts{float: left; margin-left:320px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  328.  
  329.  
  330.  
  331. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  332.  
  333. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  334. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:links}; font-weight: normal; line-height: 18px;}
  335. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  336.  
  337. .image {text-align: center; border: 0px}
  338. .image img {max-width: 500px; margin-bottom: 2px }
  339.  
  340. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  341. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  342. .oiqqtts a, a:hover{text-transform: none;}
  343.  
  344. .chat {line-height: 13px; list-style: none }
  345. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  346. .person1 {color: {color:text}; padding: 2px; }
  347. .person1 .label {font-weight: bold; color:{color:text}}
  348. .person2 {color: {color:text}; padding: 2px; }
  349. .person2 .label {font-weight: bold; color:{color:text}}
  350.  
  351. .player {background-color: #000; text-align: left; display:block;}
  352.  
  353. b{
  354. color: {color:negrito;}
  355. font-weight: bold;}
  356.  
  357. strong{color: {color:sublinha;}
  358. font-weight: bold;}
  359.  
  360. i{
  361. color: {color:italic;}
  362. font-style: italic;}
  363.  
  364. u{color: {color:sublinha;}
  365. border-bottom: 1px dashed #C7C25A;}
  366.  
  367. /* asker */
  368.  
  369. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  370. .asker img{float: left; padding: 0px 5px 0px 0px}
  371. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  372. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  373. .question {font-size: 10px;}
  374. .answer {padding: 4px}
  375. .answer img {max-width: 470px;}
  376.  
  377. .bg {width: 480px; background-color: {color:transparent}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  378.  
  379. #info{margin-top: 15px; }
  380. #info a{color: {color:link} !important}
  381. #info a:hover{color:{color:linkhover}!important}
  382. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  383.  
  384. .source{display:none}
  385.  
  386. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  387. .tags a:hover {color: {color:linkshover};} a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  388.  
  389. #cap {width: 500px; margin-top: -2px;}
  390. .source {display: none;}
  391.  
  392. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  393. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  394. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  395. .notes img{display: none; border:0px}
  396.  
  397. .question {
  398. color: {color:text};
  399. font-size: 9px;
  400. font-weight: normal;
  401. font-family: {font:body};
  402. line-height:95%;
  403. background: {color:ask};
  404. margin: 0 0 10px 0;
  405. padding: 10px 15px;
  406. position: relative;}
  407.  
  408. .questionarrow {
  409. width: 13px;
  410. height: 7px;
  411. font-size:30px;
  412. font-family: verdana;
  413. position: absolute;
  414. color: {color:ask};
  415. bottom: -3.5px;
  416. left: 240px;}
  417.  
  418. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  419.  
  420.  
  421.  
  422. /*** Paginação ***/
  423.  
  424. @font-face {
  425. font-family: 'Give You Glory';
  426. font-style: normal;
  427. font-weight: norAmal;
  428. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  429. }
  430.  
  431. ul#navigation {
  432. position: fixed;
  433. margin: 0px;
  434. padding: 0px;
  435. top: 70px;
  436. left: 0px;
  437. list-style: none;
  438. z-index:9999;
  439. }
  440. ul#navigation li {
  441. width: 150px;
  442. }
  443. ul#navigation li a {
  444. display: block;
  445. margin-left: -2px;
  446. width: 150px;
  447. height: 50px;
  448. background-color:transparent;
  449. background-repeat:no-repeat;
  450. background-position:center center;
  451. border:0px solid #235324;
  452. -moz-border-radius:0px 10px 10px 0px;
  453. -webkit-border-bottom-right-radius: 10px;
  454. -webkit-border-top-right-radius: 10px;
  455. -khtml-border-bottom-right-radius: 10px;
  456. -khtml-border-top-right-radius: 10px;
  457. /*-moz-box-shadow: 0px 4px 3px #000;
  458. -webkit-box-shadow: 0px 4px 3px #000;
  459. */
  460. opacity: 0.5;
  461. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  462. }
  463. ul#navigation li a:hover{ opacity:1.0}
  464.  
  465. ul#navigation .home a{
  466. background-image: url(http://static.tumblr.com/f8rtx6g/xo8m7qfkp/refresh-icon.png);
  467. }
  468. ul#navigation .ask a {
  469. background-image: url(http://static.tumblr.com/f8rtx6g/xsrm7qfl4/sex-box-icon.png);
  470. }
  471. ul#navigation .faq a {
  472. background-image: url(http://static.tumblr.com/f8rtx6g/wGam7qfle/f-asked.png);
  473. }
  474. ul#navigation .autoria a {
  475. background-image: url(http://static.tumblr.com/f8rtx6g/luRm7qflq/autoria-icon.png);
  476. }
  477. ul#navigation .links a {
  478. background-image: url(http://static.tumblr.com/f8rtx6g/f5im7qflz/_links-icon.png);
  479. }
  480.  
  481. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 600px; right: 15px;}
  482.  
  483. #image { float: left; margin-top: 340px; position: fixed; overflow: hidden; width: auto; height: auto;margin-left: 900px;}
  484. #image img {width: 250px; height: 300px;}
  485.  
  486. #credito {width: 200px; margin-left: 206px; height: 9px; margin-top:550px; float:left; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; -webkit-transform: rotate(270deg); overflow:hidden; z-index:1000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  487. .credittext {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  488. .credittext a{color:{color:text};}
  489.  
  490.  
  491. ::-webkit-scrollbar{width:5px;height:5px;}
  492. ::-webkit-scrollbar-button:start:decrement
  493. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  494. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  495. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  496. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  497.  
  498. #tumblr_controls{position: fixed!important}
  499. #tumblr_controls{position: fixed!important}
  500. #tumblr_controls{position: fixed!important}
  501. #tumblr_controls{position: fixed!important}
  502.  
  503. {CustomCSS}
  504.  
  505. </style>
  506.  
  507. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="{image:setatop}" border="0"></a>
  508.  
  509. </head>
  510. <body>
  511.  
  512.  
  513.  
  514. <ul id="navigation">
  515. <li class="home"><a href="{text:Link1}" title="Home"></a></li>
  516. <li class="ask"><a href="{text:Link2}"title="Ask"></a></li>
  517. <li class="faq"><a href="{text:Link3}"title="Faq"></a></li>
  518. <li class="autoria"><a href="{text:Link4}"title="Autoria"></a></li>
  519. <li class="links"><a href="{text:Link5}"title="MaisLinks"></a></li>
  520. </ul>
  521.  
  522. <script type="text/javascript">
  523. $(function() {
  524. $('#navigation a').stop().animate({'marginLeft':'-85px'},1000);
  525.  
  526. $('#navigation > li').hover(
  527. function () {
  528. $('a',$(this)).stop().animate({'marginLeft':'-2px'},200);
  529. },
  530. function () {
  531. $('a',$(this)).stop().animate({'marginLeft':'-85px'},200);
  532. }
  533. );
  534. });
  535. </script>
  536.  
  537. </div>
  538.  
  539. <div id="image">
  540. <img src="{image:foto}">
  541. </div>
  542.  
  543. </font>
  544.  
  545.  
  546.  
  547. <div id="credito"><div class: "credittext"></a></a> <a href="http://um-falso-princeso.tumblr.com" title="click vei "> <font color="{color:text}"> by: um-falso-princeso,</font> <font color="#0088ff">don't copy bitch </font></a> <font color="{color:text}">©</font></a></div></font>
  548.  
  549. </a></div>
  550. <div id="posts">
  551. {block:Posts}
  552. <div class="danpost">
  553.  
  554. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  555.  
  556. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  557.  
  558. {block:Photoset}{Photoset-500}{/block:Photoset}
  559.  
  560. {block:Quote}
  561. <div class="qquote"alt="" title="delicate" >"{Quote}"</div>
  562. {block:Source}<div class="qsource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ? </div>{/block:Source}
  563. {/block:Quote}
  564.  
  565. {/block:quote}
  566.  
  567. {block:Link}
  568. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  569. {block:Description}{Description}{/block:Description}
  570. {/block:Link}
  571.  
  572. {block:Chat}
  573. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  574. <div class="chat"><ul>{block:Lines}
  575. <li class="person{UserNumber}">{block:Label}
  576. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  577. {/block:Chat}
  578.  
  579. {block:Audio}
  580. <div class="player">{AudioPlayerBlack}</div>
  581. {block:Caption}{Caption}{/block:Caption}
  582. {/block:Audio}
  583.  
  584. {block:Video}{Video-500}{/block:Video}
  585.  
  586.  
  587. {block:Answer}
  588. <table cellspacing="0" cellpadding="0" width="100%"><tr><td class="apic"><img src="{AskerPortraitURL-48}"></td><td bgcolor="{color:background}" width="40px"><span class="atip">&#9700;</span></td><td bgcolor="{color:background}"><div class="asker"><b><a href="{URL}" class="asker">{Asker}</a></b> falou comigo:</br></div>
  589. <div class="asker1"></br>{Question}</div></td></tr></table>
  590. <div class="answer"><p></br>{Answer}</p></div>
  591. {/block:answer}
  592.  
  593. <div id="cap">
  594. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  595. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  596. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  597.  
  598. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  599. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  600. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  601. {/block:ContentSource}</div></div>
  602.  
  603. <div class="bg">
  604. <div class="tags"><b></b> {block:HasTags}{block:Tags}<font color="{color:tags}"># </font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  605.  
  606. <div class="tags">
  607. {block:Date}{block:Date} {DayOfMonth} {Month} {Year} <a href="{Permalink}">{TimeAgo}. </a> {/block:Date} {block:NoteCount} <a href="{Permalink}"alt="" title="notes" > {NoteCountWithLabel} ?<font color= {color:tags}></font> </a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage} <a href="{ReblogURL}" target="_blank" alt="" title="rebloga vai?" > reblog <img src="http://static.tumblr.com/f8rtx6g/ZVpm7n5ig/reblog-um-falso-princeso.png"class=" alt="" title="rebloga vai?" > </a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}(<font color= {color:tags}>@</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  608. </span> {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}(<font color= {color:tags}>via</font>: <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}</div>
  609. </div>
  610.  
  611.  
  612.  
  613. </div></div>
  614. {/block:Date}
  615.  
  616.  
  617. {/block:Posts}
  618. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627. </div>
  628. </div>
  629. </div>
  630. </div>
  631. </div>
  632. </div>
  633.  
  634. </body>
  635. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement