Advertisement
UmFalsoPrinceso

Theme - 4

Jul 23rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.97 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 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">
  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. <meta name="color:background" content="#f3f3f3" />
  269. <meta name="color:text" content="#000000" />
  270. <meta name="color:sidebar" content="#828383" />
  271. <meta name="color:post" content="#fff" />
  272. <meta name="color:links" cpontent="#000" />
  273. <meta name="color:linkshover" cpontent="#000" />
  274. <meta name="color:link" content="#000" />
  275. <meta name="color:linkhover" content="#fff" />
  276. <meta name="color:menoslinks" cpontent="#ff00e1" />
  277.  
  278. <meta name="color:textdescription" content="#fff" />
  279. <meta name="color:bgdesc" content="#000" />
  280.  
  281. <meta name="color:scroll" content="#000" />
  282. <meta name="color:ask" content="#f0f0f0" />
  283.  
  284. <meta name="image:background" content=""/>
  285. <meta name="image:photo1" content="http://24.media.tumblr.com/tumblr_m7kzwwemsP1qm5covo1_500.jpg"/>
  286. <meta name="image:photo2" content="http://24.media.tumblr.com/tumblr_m7kx91lLuJ1qcdbkgo1_500.jpg"/>
  287. <meta name="image:photo3" content="http://24.media.tumblr.com/tumblr_m7kx4sKUqZ1qcdbkgo1_500.jpg"/>
  288. <meta name="image:photo4" content="http://25.media.tumblr.com/tumblr_m7kwk6R27a1qcdbkgo1_500.jpg"/>
  289.  
  290. <meta name="text:hei" content="free hug" />
  291.  
  292. <meta name="text:link1" content="/" />
  293. <meta name="text:Link1 Title" content="link" />
  294. <meta name="text:Link2" content="/" />
  295. <meta name="text:Link2 Title" content="link" />
  296. <meta name="text:Link3" content="/" />
  297. <meta name="text:Link3 Title" content="link" />
  298. <meta name="text:Link4" content="/" />
  299. <meta name="text:Link4 Title" content="link" />
  300. <meta name="text:Link5" content="/" />
  301. <meta name="text:Link5 Title" content="link" />
  302. <meta name="text:Link6" content="/" />
  303. <meta name="text:Link6 Title" content="link" />
  304. <meta name="text:Link7" content="/" />
  305. <meta name="text:Link7 Title" content="link" />
  306.  
  307. <title>{Title}</title>
  308. <link rel="shortcut icon" href="{Favicon}">
  309. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  310. {block:Description}
  311. <meta name="description" content="{MetaDescription}" />
  312. {/block:Description}
  313.  
  314.  
  315.  
  316. <style type="text/css">
  317.  
  318. 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; }
  319.  
  320. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  321.  
  322. p {margin: 6px 0 0 0}
  323.  
  324. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  325. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  326. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  327. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  328.  
  329. blockquote img{max-width: 470px!important}
  330. blockquote blockquote img{max-width: 450px!important}
  331. blockquote blockquote blockquote img{max-width: 430px!important}
  332. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  333. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  334.  
  335. }
  336. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  337.  
  338. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  339.  
  340. #entries{float: left; margin-left:401px; margin-top: 13px; position: relative; border-style: outset; border-width: 1px; {color:background}; z-index:1000; }
  341.  
  342.  
  343. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  344.  
  345. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  346. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  347.  
  348. a:link, a:active, a:visited {
  349. color: {color:links};
  350. text-decoration:none;
  351. }
  352.  
  353. a:hover {
  354. color: #fff;
  355. -webkit-transition-duration: 0.5s;
  356. -moz-transition-duration: 0.5s;
  357. }
  358.  
  359. /* asker */
  360.  
  361. .asker {font-style: none; font-family: verdana; font-size: 12px;}
  362. .asker a {color: {color:borda};}
  363. .asker1 {font-size: 10px; font-family: verdana;}
  364. .question {font-size: 11px;}
  365. .answer {padding: 4px}
  366. .answer img {max-width: 470px;}
  367.  
  368. .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;}
  369.  
  370. #info{margin-top: 15px; }
  371. #info a{color: {color:links} !important}
  372. #info a:hover{color:{color:linkshover}!important}
  373. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  374.  
  375. .source{display:none}
  376.  
  377. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  378. #oidata a {font-size: 9px;}
  379.  
  380. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  381. #oidata2 a {font-size: 9px;}
  382.  
  383. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  384. #oidata3 a {font-size: 9px;}
  385.  
  386. .tags {color: {color:text}; font-size: 9px; font-family: Arial; display: inline; list-style: none; text-transform: lowercase;}
  387. .tags a:hover {color: #ffffff;} 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. #fotos1 {width:184px; height:251px; margin-left: 30px; margin-top: 66px; position:fixed; overflow:hidden;}
  419.  
  420. #fotos2 {width:184px; height:251px; margin-left: 187px; margin-top: 0px; position:fixed; overflow:hidden;}
  421.  
  422. #linha6{margin-left: 29px; margin-top: 328px; width: 372px; height: 140px; background-color:{color:bgdesc}; position: fixed; padding: 0px;}
  423.  
  424. #linha1{margin-left: -1px; margin-top: -40px; width: 382px; height: 10px; text-align: center; background-color:{color:sidebar}; position: fixed; padding: 0px;}
  425.  
  426. #linha2{margin-left: 20px; margin-top: 318px; width: 382px; height: 10px; background-color:{color:sidebar}; position: fixed; padding: 0px;}
  427.  
  428. #linha3{margin-left: 19px; margin-top: 26px; width: 10px; height: 450px; background-color: {color:sidebar}; position: fixed; padding: 0px;}
  429.  
  430. #linha4{margin-left: 20px; margin-top: 55px; width: 382px; height: 10px; background-color:{color:sidebar}; position: fixed; padding: 0px;}
  431.  
  432. #linha5{margin-left: 20px; margin-top: 467px; width: 382px; height: 10px; background-color:{color:sidebar}; position: fixed; padding: 0px;}
  433.  
  434. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  435. .foto1 { background-color: transparet; margin-right: 20px;}
  436.  
  437. .foto1 img {float: left; display: block; margin-top: -1px; width: 210px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0;}
  438.  
  439. .foto1 img:hover {opacity: 100;
  440.  
  441. }
  442.  
  443.  
  444.  
  445. .foto2 {text-align: left;}
  446.  
  447. .foto2 img {display: block; width: 210px; margin-bottom: -287px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 100;}
  448.  
  449. /*** Paginação by madlyluv.com ***/
  450. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  451. #paginal a { background: {color:transparent}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links};}
  452. #paginal a:hover {background: {color:transparent}; color: {color:links};}
  453. #paginal span.pagina_atual {background: {color:transparent}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:links}; font-weight: bold; text-decoration: none;}
  454. .ps {opacity: 0.9;position: fixed; margin-left: -400px; padding: 4px; width: 92px; height: auto; top: 470px; background-color: transparent; color: {color:text};}
  455. .ps a:hover {text-align: center;letter-spacing: 3px; color:{color:pagehover};}
  456.  
  457. #my{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 70px; width:300px; height: 35px; background-color: transparent; color: #999999; padding: 2px; margin-top: 20px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  458.  
  459. #links {text-align: center; margin-top:13px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: #999999; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
  460.  
  461. #hei {background-color: {color:transparent}; position:fixed;width:200px; height:50; font-size:40px; font-family:Megrim; text-align:center; color:{color:text links}; padding: 5px; margin-top:250px;margin-left:980px;text-transform:uppercase;z-index: 3;text-shadow: -2px 0px #E86060, 2px 0px #54d2cb; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;line-height: 13px;}
  462. #hei:hover {text-shadow: 0px 0px {color:text links}, 0px 0px {color:text links};transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  463.  
  464. ::-webkit-scrollbar{width:5px;height:5px;}
  465. ::-webkit-scrollbar-button:start:decrement
  466. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  467. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  468. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  469. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  470.  
  471. #tumblr_controls{position: fixed!important}
  472. #tumblr_controls{position: fixed!important}
  473. #tumblr_controls{position: fixed!important}
  474. #tumblr_controls{position: fixed!important}
  475.  
  476. #description {position: fixed; margin-top: 300px; margin-left: 25px; height: 10px; z-index:0; font-family: Verdana; }
  477. .pdescription{color: {color:textdescription}; clear: both; font-size:10px; height: 10px; width: 370px; text-align: left; background-color:transparent; padding: 8px; margin-top: 23px; font-family: verdana}
  478.  
  479. #credits {width: 100px; margin-left: 0px; height: 9px; margin-top: 462px; float:left; text-align: right; font-size: 10px; position:fixed; padding: 4px; font-family:verdana; color:{color:textdescription;}
  480.  
  481. </style>
  482.  
  483. </head>
  484.  
  485.  
  486.  
  487. <body>
  488.  
  489. <div id="fotos1">
  490.  
  491. <div class="foto1"><div class="foto2"><img src="{image:photo1}" height= "255px;"></div>
  492.  
  493. <img src="{image:photo2}" height= "255px;">
  494. </div>
  495.  
  496. <div id="fotos2">
  497.  
  498. <div class="foto1"><div class="foto2"><img src="{image:photo3}" height= "255px;"></div>
  499.  
  500. <img src="{image:photo4}" height= "255px;">
  501. </div>
  502.  
  503. <div id="linha"></div></div>
  504.  
  505. <div id="linha1"></div></div>
  506.  
  507. <div id="linha2"></div></div>
  508.  
  509. <div id="linha3"></div></div>
  510.  
  511. <div id="linha4"></div></div>
  512.  
  513. <div id="linha5"></div></div>
  514.  
  515. <div id="linha6"></div></div>
  516.  
  517. <div id="hei">{text:hei}</div>
  518.  
  519.  
  520. <div id="my">
  521. <div id="links">
  522. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <font color="{color:menoslinks}">-</font>
  523. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<font color="{color:menoslinks}">-</font>
  524. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}<font color="{color:menoslinks}">-</font>
  525. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}<font color="{color:menoslinks}">-</font>
  526. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}<font color="{color:menoslinks}">-</font>
  527. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}<font color="{color:menoslinks}">-</font>
  528. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  529.  
  530. </div></div>
  531.  
  532. <div id="description">
  533. <div class="pdescription">{block:Description}{Description}{/block:Description}</div></div>
  534.  
  535. <div id="credits"><div class: "credito"></a></a><a href="http://um-falso-princeso.tumblr.com/"target=”_blank> <font color="{color:textdescription}">©</font></a></div></font>
  536.  
  537. </a></div>
  538. <div id="entries">
  539. {block:Posts}
  540. <div class="danpost">
  541.  
  542. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  543.  
  544. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  545.  
  546. {block:Photoset}{Photoset-500}{/block:Photoset}
  547.  
  548. {block:Quote}
  549. <div class="qquote"alt="" title="delicate" >"{Quote}"</div>
  550. {block:Source}<div class="qsource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ♡ </div>{/block:Source}
  551. {/block:Quote}
  552.  
  553. {/block:quote}
  554.  
  555. {block:Link}
  556. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  557. {block:Description}{Description}{/block:Description}
  558. {/block:Link}
  559.  
  560. {block:Chat}
  561. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  562. <div class="chat"><ul>{block:Lines}
  563. <li class="person{UserNumber}">{block:Label}
  564. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  565. {/block:Chat}
  566.  
  567. {block:Audio}
  568. <div class="player">{AudioPlayerBlack}</div>
  569. {block:Caption}{Caption}{/block:Caption}
  570. {/block:Audio}
  571.  
  572. {block:Video}{Video-500}{/block:Video}
  573.  
  574.  
  575. {block:Answer}
  576. <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> gemeu aqui:</br></div>
  577. <div class="asker1"></br>{Question}</div></td></tr></table>
  578. <div class="answer"><p></br>{Answer}</p></div>
  579. {/block:answer}
  580.  
  581. <div id="cap">
  582. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  583. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  584. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  585.  
  586. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  587. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  588. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  589. {/block:ContentSource}</div></div>
  590.  
  591. <div class="bg">
  592. <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>
  593.  
  594. <div class="tags">
  595. {block:Date}<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 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>)
  596. </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>
  597. </div>
  598.  
  599.  
  600.  
  601. </div></div>
  602. {/block:Date}
  603.  
  604. {/block:Posts}
  605. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  606.  
  607.  
  608. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  609.  
  610. <div class="ps"> <div id="paginal">
  611. {block:JumpPagination length="5"}
  612. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  613. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  614. {/block:JumpPagination}
  615. </div>
  616.  
  617. </div>
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement