Eduarda

theme 23.5

May 19th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! THEME BY:O-MUNDO-DE-UMA-GAROTA|TUMBLR ... PORFAVOR NÃO USE COMO BASE, SE ADPTAR SERÁ PARA O SEU PRÓPRIO USO, SE PEGAR ALGUM DISPONIVÉL, NÃO DISPONIBILIZO MAIS NEHUM THEME MEU, NOT COPIE NEM ME PLAGEI, FAÇA TUDO DIREITINHO NÃO ME DER DOR DE CABEÇA :D [BOM USO DO THEME]!>
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. //desabilita menu de opcoes ao clicar no botao direito
  11. function desabilitaMenu(e)
  12. {
  13. if (window.Event)
  14. {
  15. if (e.which == 2 || e.which == 3)
  16. return false;
  17. }
  18. else
  19. {
  20. event.cancelBubble = true
  21. event.returnValue = false;
  22. return false;
  23. }
  24. }
  25.  
  26. //desabilita botao direito
  27. function desabilitaBotaoDireito(e)
  28. {
  29. if (window.Event)
  30. {
  31. if (e.which == 2 || e.which == 3)
  32. return false;
  33. }
  34. else
  35. if (event.button == 2 || event.button == 3)
  36. {
  37. event.cancelBubble = true
  38. event.returnValue = false;
  39. return false;
  40. }
  41. }
  42.  
  43. //desabilita botao direito do mouse
  44. if ( window.Event )
  45. document.captureEvents(Event.MOUSEUP);
  46. if ( document.layers )
  47. document.captureEvents(Event.MOUSEDOWN);
  48.  
  49. document.oncontextmenu = desabilitaMenu;
  50. document.onmousedown = desabilitaBotaoDireito;
  51. document.onmouseup = desabilitaBotaoDireito;
  52. </script>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  57. <script type="text/javascript">
  58. function slideSwitch() {
  59. var $active = $('#slideshow2 img.active');
  60.  
  61. $active.addClass('last-active');
  62.  
  63. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  64. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  65.  
  66. $next.css({opacity: 0.0})
  67. .addClass('active')
  68. .animate({opacity: 1.0}, 1000, function() {
  69. $active.removeClass('active last-active');
  70. });
  71. }
  72.  
  73. $(function() {
  74. //Executa a função a cada 2 segundos
  75. setInterval( "slideSwitch()", 2500 );
  76. });
  77. </script>
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <script type="text/javascript">
  86.  
  87.  
  88. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  89.  
  90.  
  91.  
  92.  
  93. function tb8_makeArray(n){
  94.  
  95.  
  96. this.length = n;
  97.  
  98.  
  99. return this.length;
  100.  
  101.  
  102. }
  103.  
  104.  
  105.  
  106.  
  107. tb8_messages = new tb8_makeArray(1);
  108.  
  109.  
  110.  
  111.  
  112. tb8_messages[0] = "{Title}";
  113.  
  114.  
  115.  
  116.  
  117. tb8_rptType = 'infinite';
  118.  
  119.  
  120.  
  121.  
  122. tb8_rptNbr = 5;
  123.  
  124.  
  125.  
  126.  
  127. tb8_speed = 100;
  128.  
  129.  
  130.  
  131.  
  132. tb8_delay = 2000;
  133.  
  134.  
  135.  
  136.  
  137. var tb8_counter=1;
  138.  
  139.  
  140.  
  141.  
  142. var tb8_currMsg=0;
  143.  
  144.  
  145.  
  146.  
  147. var tb8_tekst ="";
  148.  
  149.  
  150.  
  151.  
  152. var tb8_i=0;
  153.  
  154.  
  155.  
  156.  
  157. var tb8_TID = null;
  158.  
  159.  
  160.  
  161.  
  162. function tb8_pisi(){
  163.  
  164.  
  165.  
  166.  
  167. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  168.  
  169.  
  170.  
  171.  
  172. document.title = tb8_tekst;
  173.  
  174.  
  175.  
  176.  
  177. tb8_sp=tb8_speed;
  178.  
  179.  
  180.  
  181.  
  182. tb8_i++;
  183.  
  184.  
  185.  
  186.  
  187. if (tb8_i==tb8_messages[tb8_currMsg].length){
  188.  
  189.  
  190.  
  191.  
  192. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  193.  
  194.  
  195.  
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202. if (tb8_currMsg == tb8_messages.length){
  203.  
  204.  
  205.  
  206.  
  207. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  208.  
  209.  
  210.  
  211.  
  212. clearTimeout(tb8_TID);
  213.  
  214.  
  215.  
  216.  
  217. return;
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226.  
  227. tb8_counter++;
  228.  
  229.  
  230.  
  231.  
  232. tb8_currMsg = 0;
  233.  
  234.  
  235. }
  236.  
  237.  
  238.  
  239.  
  240. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  241.  
  242.  
  243.  
  244.  
  245. }
  246.  
  247.  
  248.  
  249.  
  250. tb8_pisi()
  251.  
  252.  
  253.  
  254.  
  255. </script>
  256.  
  257.  
  258.  
  259. <!-- DEFAULT VARIABLES -->
  260. <meta name="color:background" content="#FFFFFF" />
  261. <meta name="color:link" content="#000000" />
  262. <meta name="color:linkhover" content="#696969" />
  263. <meta name="color:text" content="#000000" />
  264. <meta name="color:post" content="#FFFFFF" />
  265. <meta name="color:border" content="#4F4F4F" />
  266.  
  267.  
  268. <meta name="color:scroll" content="#000000" />
  269. <meta name="color:ask" content="#FFFFFF" />
  270.  
  271.  
  272.  
  273. <meta name="color:bgdescription" content="#FFFFFF" />
  274.  
  275. <meta name="color:textdescription" content="#000000" />
  276. <meta name="color:links" content="#000000" />
  277. <meta name="color:cruz" content="#000000" />
  278. <meta name="color:linkbg" content="#4F4F4F" />
  279. <meta name="color:linktext" content="#000000" />
  280. <meta name="color:linkbghover" content="#000000" />
  281. <meta name="color:linktexthover" content="#000000" />
  282. <meta name="color:bgpage" content="#000000" />
  283.  
  284.  
  285.  
  286. <meta name="image:background" content="" />
  287. <meta name="image:fotinha" content=""/>
  288.  
  289. <meta name="font:text" content="verdana" />
  290. <meta name="font:title" content="georgia" />
  291.  
  292.  
  293. <meta name="text:titulo" content="Escreva um titulo" />
  294. <meta name="text:Linkhome" content="/" />
  295. <meta name="text:Link1" content="/" />
  296. <meta name="text:Link1 Title" content="link" />
  297. <meta name="text:Link2" content="/" />
  298. <meta name="text:Link2 Title" content="link" />
  299. <meta name="text:Link3" content="/" />
  300. <meta name="text:Link3 Title" content="link" />
  301. <meta name="text:Link4" content="/" />
  302. <meta name="text:Link4 Title" content="link" />
  303. <meta name="text:Link5" content="/" />
  304. <meta name="text:Link5 Title" content="link" />
  305. <meta name="text:Link6" content="/" />
  306. <meta name="text:Link6 Title" content="link" />
  307. <meta name="text:Link7" content="/" />
  308. <meta name="text:Link7 Title" content="link" />
  309.  
  310.  
  311.  
  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.  
  322.  
  323.  
  324.  
  325. <style type="text/css">
  326.  
  327.  
  328. 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; }
  329.  
  330. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  331.  
  332. p {margin: 6px 0 0 0}
  333.  
  334. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  335. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  336. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  337. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  338.  
  339. blockquote img{max-width: 470px!important}
  340. blockquote blockquote img{max-width: 450px!important}
  341. blockquote blockquote blockquote img{max-width: 430px!important}
  342. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  343.  
  344. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  345.  
  346. #entries{float: left; margin-left:380px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  347.  
  348. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  349.  
  350.  
  351.  
  352. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
  353.  
  354. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  355. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  356. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  357.  
  358. .image {text-align: center; border: 0px}
  359. .image img {max-width: 500px; margin-bottom: 2px }
  360.  
  361. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  362. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  363. .oiqqtts a, a:hover{text-transform: none;}
  364.  
  365. .chat {line-height: 13px; list-style: none }
  366. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  367. .person1 {color: {color:text}; padding: 2px; }
  368. .person1 .label {font-weight: bold; color:{color:text}}
  369. .person2 {color: {color:text}; padding: 2px; }
  370. .person2 .label {font-weight: bold; color:{color:text}}
  371.  
  372. .player {background-color: #000; text-align: left; display:block;}
  373.  
  374. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  375. .answer {padding: 2px}
  376. .answer img {max-width: 470px;}
  377.  
  378.  
  379. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  380. #oidata a {font-size: 9px;}
  381.  
  382. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  383. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  384.  
  385. #cap {width: 500px; margin-top: -2px;}
  386. .source {display: none;}
  387.  
  388. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  389. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  390. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  391. .notes img{display: none; border:0px}
  392.  
  393. .question {
  394. color: {color:text};
  395. font-size: 9px;
  396. font-weight: normal;
  397. font-family: {font:body};
  398. line-height:95%;
  399. background: {color:ask};
  400. margin: 0 0 10px 0;
  401. padding: 10px 15px;
  402. position: relative;}
  403.  
  404. .questionarrow {
  405. width: 13px;
  406. height: 7px;
  407. font-size:30px;
  408. font-family: verdana;
  409. position: absolute;
  410. color: {color:ask};
  411. bottom: -3.5px;
  412. left: 240px;}
  413.  
  414.  
  415. .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  416. .asker a {color: {color:text};}
  417. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  418.  
  419. .answer {color: {color:text};}
  420.  
  421.  
  422. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15;-moz-opacity: 0.15; filter: alpha(opacity=15);}
  423. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  424.  
  425. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  426.  
  427. #sideimg {display: block; margin-left: 110px; float: right; margin-top: 60px; width: auto; height: auto; background-color: transparent; position: fixed;}
  428. .simg1 img {width: 228px; height: 230px; margin-bottom: 2px; border: 3px solid {color:border};}
  429.  
  430. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  431.  
  432. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  433.  
  434. #acruz {width: 39px; pohttp://www.tumblr.com/customize-classic/ing-16#sition: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  435. #acruz:hover { -webkit-transform: rotate(0deg);}
  436.  
  437.  
  438. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  439. #pgs a {background: {color:background}; margin: 30 0px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  440. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  441. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  442. .pg { position:fixed !important; clear: both; float: left; margin-top: 490px; margin-left: 110px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  443.  
  444.  
  445. .li {opacity: 1}
  446. .li2 {opacity: 0.8}
  447. .li3 {opacity: 0.6}
  448. .li4 {opacity: 0.8}
  449. .li5 {opacity: 1}
  450.  
  451. #linkslindos {margin-top: 240px; margin-left: 950px; position:fixed; width: auto;}
  452.  
  453. #linkslindos a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 150px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; background-color:{color:linkbg}; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  454.  
  455. #linkslindos a:hover{color: {color:linktexthover}; background-color: {color:linkbghover}; letter-spacing: 5px; width:200px; }
  456.  
  457. #faixa {margin-top: 10px; margin-left: 105px; position: fixed; background-color: {color:cruz}; height: 500px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  458.  
  459. #faixa2 {margin-top: 20px; margin-left: 85px; position: fixed; background-color: {color:cruz}; height: 3px; width:265px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  460.  
  461. #faixa3 {margin-top: 90px; margin-left: 90px; position: fixed; background-color: {color:cruz}; height: 300px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  462.  
  463. #faixa4 {margin-top: 10px; margin-left: 1030px; position: fixed; background-color: {color:cruz}; height: 230px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  464.  
  465. #faixa5 {margin-top: 354px; margin-left: 1030px; position: fixed; background-color: {color:cruz}; height: 230px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  466.  
  467. @font-face {
  468. font-family: 'Give You Glory';
  469. font-style: normal;
  470. font-weight: norAmal;
  471. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  472. }
  473.  
  474.  
  475. #title {width: 215px; height: 55px; position: fixed; background-color:transparent; margin-left: 120px; margin-top: 55px; }
  476. .optitle{font-family: Give You Glory; font-size: 15px; font-style: none;
  477. line-height: 15px; font-weight: none; color: #777777; margin-top: 10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
  478.  
  479.  
  480.  
  481. #description {position: fixed; margin-top: 300px; margin-left: 112px; width: 230px; height: 135px; background-color: {color:bgdescription}; z-index:2; font-family: Verdana}
  482. .opdescription{color: {color:textdescription}; clear: both; font-size:9px; height: 70px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
  483. .opdescription a{font-size:9px}
  484. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
  485.  
  486. #sdbarsi {font-family: verdana; background-color: {color:background}; color: {color:text}; font-size:7px; padding: 3px 3px 4px 3px; width: 650px; height: 8px; margin-top: 5px; margin-left: 290px; z-index: 1; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  487. #sdbarsi a{font-family: verdana; font-size: 8px; text-transform: uppercase; letter-spacing: 1px}
  488.  
  489. #barra2 {width:217px; height: 11px; margin-top:30px; margin-left: 115px; background-color: #696969; position:fixed; padding:4px; font-size: 10px; font-family: georgia; text-transform: uppercase; color: #fdfcfc}opacity:0.3
  490.  
  491.  
  492.  
  493.  
  494. .credit {
  495. position:fixed !important;
  496. margin-left: 1028px;
  497. margin-top: 1000px;
  498. margin-bottom: -5px;
  499. font-size: 9px;
  500. width: 49px;
  501. height: 15px;
  502. padding: 1px 3px 3px 2px;
  503. font-family: verdana;
  504. color: #000000;
  505. text-align: center;
  506. background-color: {color:sidebar};
  507. -webkit-transition: all 0.5s ease;
  508. }
  509.  
  510. .faixa {
  511. position:fixed !important;
  512. margin-left: 1028px;
  513. margin-top: 1000px;
  514. margin-bottom: -5px;
  515. font-size: 9px;
  516. width: 49px;
  517. height: 15px;
  518. padding: 1px 3px 3px 2px;
  519. font-family: verdana;
  520. color: #000000;
  521. text-align: center;
  522. background-color: {color:sidebar};
  523. -webkit-transition: all 0.5s ease;
  524. }
  525.  
  526. ::-webkit-scrollbar{width:5px;height:5px;}
  527. ::-webkit-scrollbar-button:start:decrement
  528. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  529. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  530. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  531. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  532.  
  533. #tumblr_controls{position: fixed!important}
  534. #tumblr_controls{position: fixed!important}
  535. #tumblr_controls{position: fixed!important}
  536. #tumblr_controls{position: fixed!important}
  537.  
  538.  
  539.  
  540.  
  541. </style>
  542.  
  543. </head>
  544.  
  545.  
  546. <body>
  547.  
  548.  
  549.  
  550.  
  551.  
  552. <div id="tudo">
  553. <div id="msd">
  554. </div>
  555.  
  556. <div id="sideimg"><div class="simg1">
  557. <img src="{image:fotinha}">
  558. </div></div>
  559.  
  560. <div id="linkslindos">
  561. <a href="{text:link1}">{text:link1 title}</a>
  562. <a href="{text:link2}">{text:link2 title}</a>
  563. <a href="{text:link3}">{text:link3 title}</a>
  564. <a href="{text:link4}">{text:link4 title}</a>
  565. <a href="{text:link5}">{text:link5 title}</a>
  566. <a href="{text:link6}">{text:link6 title}</a>
  567. <a href="{text:link7}">{text:link7 title}</a>
  568.  
  569. </div>
  570.  
  571.  
  572.  
  573. <div id="faixa"></div>
  574. <div id="faixa2"></div>
  575. <div id="faixa3"></div>
  576. <div id="faixa4"></div>
  577. <div id="faixa5"></div>
  578.  
  579.  
  580.  
  581.  
  582. <div id="description">
  583. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  584.  
  585.  
  586.  
  587. <div class="pg"><div id="pgs"> <center>
  588. {block:JumpPagination length="6"}
  589. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  590. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  591. {/block:JumpPagination}
  592. </center></div></div>
  593.  
  594.  
  595. <div id="cruz">
  596. <div id="acruz">†</div>
  597.  
  598. </div>
  599.  
  600.  
  601. <div id="sdbarsi"> theme by <a href="http://o-mundo-de-uma-garota.tumblr.com"><b>o-mundo-de-uma-garota</b></a> ℘.s. <a>Base </a><a href="http://i-ngenuidade.tumblr.com"></div>
  602.  
  603. <div id="barra2"><font color="#FF69B4">♛</font> Frase legal aqui </div>
  604.  
  605.  
  606.  
  607.  
  608. </a></div>
  609. <div id="entries">
  610. {block:Posts}
  611. <div class="danpost">
  612.  
  613. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  614.  
  615. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  616.  
  617. {block:Photoset}{Photoset-500}{/block:Photoset}
  618.  
  619. {block:quote}
  620.  
  621. <o class="fj">“</o><div class="jf">{quote}</div><br>
  622. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  623.  
  624. {/block:quote}
  625.  
  626. {block:Link}
  627. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  628. {block:Description}{Description}{/block:Description}
  629. {/block:Link}
  630.  
  631. {block:Chat}
  632. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  633. <div class="chat"><ul>{block:Lines}
  634. <li class="person{UserNumber}">{block:Label}
  635. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  636. {/block:Chat}
  637.  
  638. {block:Audio}
  639. <div class="player">{AudioPlayerBlack}</div>
  640. {block:Caption}{Caption}{/block:Caption}
  641. {/block:Audio}
  642.  
  643. {block:Video}{Video-500}{/block:Video}
  644.  
  645.  
  646. {block:Answer}
  647. <div class="question">
  648. <div class="questionarrow">▼</div>
  649. {Question}
  650. </div>
  651. <div class="asker">{Asker}</div>
  652. <div class="answer">{Answer}</div>
  653. {/block:answer}
  654.  
  655. <div id="cap">
  656. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  657. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  658. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  659.  
  660. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  661. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  662. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  663. {/block:ContentSource}</div></div>
  664. <br>
  665.  
  666.  
  667. <div id="oidata">
  668. {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  669. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> with love</a>{/block:IndexPage}
  670. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  671. {/block:RebloggedFrom}
  672. </div>
  673. </div>{/block:Date}
  674.  
  675.  
  676. {/block:Posts}
  677. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686. </div>
  687. </div>
  688. </div>
  689. </div>
  690. </div>
  691. </div>
  692.  
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment