Advertisement
UmFalsoPrinceso

Theme - 7

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