Advertisement
UmFalsoPrinceso

Theme - 1

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