Eduarda

theme21

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