pamellabellegarde

Theme Tumblr 21

Jul 27th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 KB | None | 0 0
  1. <!-------
  2.  
  3. THEME BY BAGINSFRODO.TUMBLR.COM
  4. DON'T COPY! BE ORIGINAL!
  5.  
  6. ------->
  7.  
  8.  
  9.  
  10.  
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13.  
  14. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head>
  18.  
  19. <!DOCTYPE HTML>
  20.  
  21.  
  22. <title>{title}</title>
  23.  
  24.  
  25.  
  26. <link rel="shortcut icon" href="{favicon}" />
  27. <meta name="image:ImageSidebar"
  28. content="http://static.tumblr.com/4f00c1d11a5c598605b58edda8b593bf/y9ykbvf/o3bmqat4e/tumblr_static_tumblr_ll9ewyyb4d1qajro7o1_500_large.gif" />
  29.  
  30. <meta name="image:SidebarBackground"
  31. content="http://static.tumblr.com/a09477706f0b982b00a70aba19ddaf44/y9ykbvf/1twmqarh3/tumblr_static_bg.jpg" />
  32.  
  33. <meta name="color:background" content="#fff" />
  34. <meta name="image:background" content=""/>
  35. <meta name="if:Show Tags" content="0"/>
  36. <meta name="if:black and white images" content="0"/>
  37.  
  38. <meta name="color:bg menu" content="#dbbdc0" />
  39. <meta name="color:notesborder" content="#cac9c9" />
  40. <meta name="color:scroll bar" content="#555" />
  41. <meta name="color:bg scroll bar" content="#f1f1f1" />
  42. <meta name="color:Links" content="#393939" />
  43. <meta name="color:Links Hover" content="#c7c6c6" />
  44. <meta name="color:Text" content="#949494" />
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Link1 Title" content="" />
  47. <meta name="text:Link2" content="" />
  48. <meta name="text:Link2 Title" content="" />
  49. <meta name="text:Link3" content="" />
  50. <meta name="text:Link3 Title" content="" />
  51. <meta name="text:Link4" content="" />
  52. <meta name="text:Link4 Title" content="" />
  53. <meta name="text:Link5" content="" />
  54. <meta name="text:Link5 Title" content="" />
  55. <meta name="text:Link6" content="" />
  56. <meta name="text:Link6 Title" content="" />
  57. <meta name="if:slow down" content="0"/>
  58. <meta name="if:cute cursor" content="0"/>
  59. <meta name="if:white follow button" content="0"/>
  60. <meta name="if:anti plagiarism" content="0"/>
  61.  
  62.  
  63.  
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. .to {
  69. z-index:999999999999;
  70. width:500px;
  71. top:0px;
  72. margin-left:8px;
  73. position:fixed;
  74. border-bottom:3px solid {color:Border};
  75. background:{color:background} url({image:TopImage});
  76. }
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. nav1 {
  84. -webkit-transition: all 1s ease;
  85. -moz-transition: all 1s ease;
  86. -o-transition: all 1s ease;
  87. transition: all 1s ease;
  88. margin-bottom:4px;
  89. display:block;
  90. overflow:hidden;
  91. font-size:8px;
  92. text-align:center;
  93. text-transform:uppercase;
  94. -webkit-transition-duration: 0.5s;
  95. font-family:trebuchet ms;
  96. padding: 2px;
  97. color:{color:links};
  98. background:{color:bg menu}
  99.  
  100. }
  101.  
  102. nav1:hover {
  103.  
  104. background:{color:links};
  105. color:{color:bg menu}
  106.  
  107.  
  108. }
  109.  
  110. nav2 {
  111. font-size:10px;
  112. letter-spacing:1px;
  113. text-transform:uppercase;
  114. font-family: calibri;
  115. -webkit-transition-duration: 0.5s;
  116.  
  117. }
  118.  
  119. nav2:hover {
  120. border-bottom:3px solid {color:border menu} ;
  121. }
  122.  
  123.  
  124. .mm {margin-bottom:-5px;}
  125.  
  126.  
  127.  
  128.  
  129. {block:Ifblackandwhiteimages}
  130. img {-webkit-filter: grayscale(100%);}
  131. photoset {-webkit-filter: grayscale(100%);}
  132. .photoset {-webkit-filter: grayscale(100%);}
  133.  
  134. {/block:ifblackandwhiteimages}
  135.  
  136.  
  137. /** QUOTE **/
  138. .aspas {position:relative;
  139. top:-0px;
  140. font-size:84px;
  141. opacity:0.4;
  142. filter: alpha (opacity=20);
  143. color: {color:Text};
  144. font: normal 130px;
  145. font-family: georgia;
  146. text-align:left ; }
  147.  
  148. .quote {
  149. margin-left:20px;
  150. margin-top:-85px;
  151. letter-spacing:0px;
  152. text-align:left ;
  153. }
  154.  
  155. /** TÍTULO DOS POSTS **/
  156. h1 { font-size:12px;
  157. -webkit-transition-duration: .40s;
  158. font-weight:normal;
  159. text-align:center;
  160. text-transform:uppercase;
  161. font-family:calibri;
  162. color:{color:Text};}
  163.  
  164. h2 { font-size:10pt;
  165. -webkit-transition-duration: .40s;
  166. font-weight:normal;
  167. text-align:left;
  168. text-transform:uppercase;
  169. font-family:calibri;
  170. letter-spacing:-1px;
  171. color:{color:Text};}
  172.  
  173.  
  174. ::-webkit-scrollbar-thumb {
  175. height:auto;
  176. background-color: {color:scroll bar};
  177. border: 2px solid {color:scroll bar};
  178. }
  179.  
  180. ::-webkit-scrollbar {
  181. height:5px;
  182. width:7px;
  183. background-color: {color:bg scroll bar};
  184. }
  185.  
  186.  
  187.  
  188.  
  189.  
  190. .embaixo {left:0px; bottom :0px; position:absolute; z-index: 4;
  191. width:100%;background:transparent; height:62px;
  192. position: fixed !important;
  193. background-opacity:0.50;}
  194.  
  195.  
  196. .audio {height:100%; background:#000;}
  197.  
  198.  
  199.  
  200.  
  201. /** CAIXINHA MINI MENU **/
  202. .caixafundo {width:527px;
  203. background:#f6f6f6;
  204. heigth:100%;
  205. padding:5px;}
  206.  
  207. /** CAIXA DOS POSTS **/
  208. .caixa {
  209. font-size: 11px;
  210. width: 500px;
  211. z-index:000000000;
  212. padding:8px;padding-bottom:2px;
  213. text-align:justify;
  214. color:{color:Text};
  215. font-family: calibri;
  216. }
  217.  
  218. .caixa img {max-width:500px;}
  219.  
  220. .opacidadee{
  221. margin: 1px;
  222. border: none;
  223. filter: alpha(opacity=75);
  224. moz-opacity:.80;
  225. opacity:.80 ;
  226. -webkit-transition-duration: .50s;
  227. }
  228. .opacidadee:hover{
  229. margin: 1px;
  230. border: none;
  231. filter: alpha(opacity=100);
  232. moz-opacity:1.0;
  233. opacity:1.0;
  234. }
  235.  
  236.  
  237.  
  238. .pa {padding:5px;}
  239.  
  240.  
  241. .opacidade:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;-webkit-
  242.  
  243. transition-duration: .80s;}
  244.  
  245. .opacidade {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -webkit-transition-
  246.  
  247. duration: .80s;}
  248.  
  249.  
  250. /** FRASE **/
  251. .frase {background:#000; font: italic 15px Georgia;margin-top:-
  252.  
  253. 20px;height:17px;opacity:0.60;color:#fff;text-align:right;}
  254.  
  255.  
  256.  
  257. .esquerda a{
  258. bottom: 35px;
  259. z-index: 4;
  260. position: fixed;
  261. left:35px;
  262. color:{color:text};
  263.  
  264. }
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. /** SIDEBAR **/
  272. .caixasidebar1 {
  273. font-size: 10px;
  274. text-align: justify;
  275. font-family:;
  276. position:fixed;
  277. height:100%;
  278. bottom:0px;
  279. top:0px;
  280. line-height:20px;
  281. width:250px;
  282. z-index:4;
  283. letter-spacing:0px;
  284. padding:20px;
  285. background: transparent url('{image:SidebarBackground}');}
  286.  
  287. .dd {
  288. padding:10px;
  289. width:230px;
  290. font-family:trebuchet ms;
  291. text-transform:uppercase;
  292. font-size:8px;
  293. line-height:12px;
  294. text-align:justify;
  295. background:{color:background};
  296.  
  297. }
  298.  
  299. .dd:first-letter {
  300. font-family:georgia;
  301. font-size:20px;
  302. padding: 1px 4px 0px 4px;
  303. margin:0px 3px 10px 0px;
  304. color:{color:background};
  305. background:{color:links};
  306.  
  307.  
  308. }
  309. /** POSIÇÃO THEME **/
  310. #pagina {width:860px;
  311. top:0px;
  312. text-align:justify;}
  313.  
  314. #coluna {width: 270px;
  315. float:left;
  316. height:100px;
  317. top:0px;
  318. text-align:center;
  319. position: fixed;}
  320.  
  321. #conteudo {width: 515px;
  322. float: right;
  323. top:0px;
  324. text-align:justify;}
  325.  
  326. #tudo {width:900px;
  327. top:0px;}
  328.  
  329.  
  330.  
  331. /** APARENCIA LINKS **/
  332. a:link, a:visited, a:active {
  333.  
  334. -webkit-transition: all 1s ease;
  335. -moz-transition: all 1s ease;
  336. -o-transition: all 1s ease;
  337. transition: all 1s ease;
  338. text-decoration: none;
  339. color: {color:Links};
  340. }
  341. a:hover {color:{color:Links Hover};}
  342.  
  343. #dhtmltooltip{position: absolute;
  344. padding: 2px;
  345. border:1px solid #f1f1f1;
  346. text-align: center;
  347. font-size: 10px;
  348. width: auto;
  349. margin: -15px 0px 0px 20px;
  350. text-transform:uppercase;
  351. visibility: hidden;
  352. left: 50px;
  353. z-index: 300;
  354. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  355. background-color: {color:background};
  356. color: {color:links};
  357. }
  358.  
  359.  
  360.  
  361. /** CAIXA ASK **/
  362.  
  363. .caixask {display:block;
  364. padding:10px;
  365. text-align:center;
  366. font-size:11px;
  367. min-height:28px;
  368. background:{color:background};font-family: calibri;}
  369.  
  370. /*** BALÃO ASK POR BIIBS ***/
  371. .bubble {align:right;
  372. margin:1px 0px 3px 63px;
  373. padding:10px;
  374. position: relative;
  375. -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
  376. background: {color:background};}
  377.  
  378. .bubble p {margin:1px 0px;}
  379. .bubble span {display:block;
  380. position:absolute;
  381. width:1px;
  382. height:1px;
  383. font-size: 0;
  384. line-height: 1px;
  385. text-align:left;
  386. left:-10px;
  387. top:10px;
  388. border-top:7px solid transparent;
  389. border-bottom:7px solid transparent;
  390. border-right:10px solid {color:background};}
  391.  
  392. /** TAGS **/
  393. @font-face {font-family: "tinytots";src: url
  394.  
  395. ('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  396.  
  397. .imgg {
  398. width:220px;
  399. max-height:350px;
  400. padding:15px;
  401. margin-bottom:10px;
  402. background:{color:background};
  403. }
  404.  
  405. .img {
  406. padding:5px;
  407. -webkit-border-radius: 10px;
  408. -moz-border-radius: 10px;
  409. border-radius: 10px;}
  410.  
  411.  
  412. .tag2 {width:483px;
  413. padding-top:1px;
  414. padding:8px;
  415. text-align:right;
  416. margin-bottom: 6px;
  417. margin-left:8px;
  418. text-transform:uppercase;
  419. font-size:8px;
  420. font-family:trebuchet ms;
  421. border-top:solid 1px {color:notesborder};
  422. color:{color:Text};
  423. }
  424.  
  425. nav3 {text-transform:uppercase;
  426. font-size:8px;
  427. font-family:trebuchet ms;
  428. }
  429.  
  430.  
  431. nav4 {font-size:0px;}
  432.  
  433.  
  434. .ttt {
  435. margin: 1px;
  436. border: none;
  437. filter: alpha(opacity=55);
  438. moz-opacity:.50;
  439. opacity:.50 ;
  440. -webkit-transition-duration: .90s;
  441. }
  442. .ttt:hover{
  443. margin: 1px;
  444. border: none;
  445. filter: alpha(opacity=100);
  446. moz-opacity:1.0;
  447. opacity:1.0;
  448. }
  449.  
  450.  
  451. /** FUNDO **/
  452. body { background-attachment: fixed;
  453. background-repeat: repeat;
  454. font-family: calibri;
  455. font-size: 11px;
  456. text-align: justify;color: {color:Text};
  457. background:{color:background} url('{image:background}');
  458. background-attachment: fixed; }
  459.  
  460. /** APARENCIA BLOCKQUOTE **/
  461. blockquote {
  462. margin:0px;
  463. padding:0px;
  464. padding-left:4px;
  465. border-left: 2px solid {color:Text};
  466. }
  467.  
  468.  
  469.  
  470. /** BORDA REDONDA **/
  471. .bordapam {padding:3px;
  472. width:35px;
  473. margin-top:-8px;
  474. border:1px solid {color:Text};}
  475. .bordapam img {width:55px;}
  476.  
  477.  
  478. .borda4 {padding : 7px;
  479. background :#7E7E7E;}
  480.  
  481. .linhasidebar {border-right: #000 4px solid;}
  482.  
  483. .photo {max-width:400px;}
  484.  
  485. pre {font-family:courier new;
  486. font-size:11px;
  487. overflow:auto;
  488. }
  489.  
  490.  
  491. .menu {margin-top:-70px;
  492. z-index:100;
  493. margin-left:-20px;}
  494.  
  495. .pic {margin-bottom:5px;}
  496.  
  497.  
  498. nav10 {
  499. font-size:16px;
  500. text-align:center;
  501. letter-spacing:0px;
  502. webkit-transition-duration: .80s;
  503. font-style:italic;
  504. font-family: times new roman
  505. }
  506.  
  507. .direita {
  508. bottom: 330px;
  509. z-index: 4;
  510. font-size:24px;
  511. position: fixed;
  512. right:125px;
  513. font-family:georgia;
  514. color:{color:text};
  515. }
  516.  
  517.  
  518.  
  519. .caixinha {opacity:0.0;
  520. z-index: 9999999; width:100px;
  521. font-size:8px;
  522. padding-bottom:2px;
  523. text-align: center;
  524. text-transform:uppercase;
  525. -webkit-transition-duration: 0.9s;
  526. height:14px;
  527. -webkit-transition: all 1s ease;
  528. -moz-transition: all 1s ease;
  529. -o-transition: all 1s ease;
  530. transition: all 1s ease;
  531. }
  532.  
  533. .caixa:hover .caixinha {opacity: 1.0;}
  534.  
  535. .cre {padding:5px;
  536. bottom: 0px;
  537. right: 30px;
  538. z-index: 100;
  539. position: fixed;
  540. text-align:center;
  541. font-size:10px;
  542. height:20px;
  543. width:40px;
  544. -webkit-transition-duration: .50s;
  545. font-family:calibri;
  546. background:{color:Postsbox};}
  547.  
  548. .boxx {background:{color:postsbox};
  549. width:170px}
  550.  
  551. iframe#tumblr_controls {
  552. right:3px !important;
  553. position: fixed !important;
  554.  
  555.  
  556. }
  557.  
  558.  
  559. .rb {
  560. margin-left:5px;
  561. background:{color:Links};
  562. padding:1px;
  563.  
  564. }
  565.  
  566.  
  567. {block:ifWhitefollowbutton}
  568.  
  569. iframe#tumblr_controls {
  570. right:3px !important;
  571. position: fixed !important;
  572. -webkit-filter:invert(100%);
  573. opacity: 0.3;
  574.  
  575.  
  576. }
  577.  
  578. {/block:ifWhitefollowbutton}
  579.  
  580.  
  581.  
  582.  
  583. {block:Ifcutecursor}
  584.  
  585. a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  586.  
  587. html {cursor: url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"), default;}
  588.  
  589.  
  590. {/block:Ifcutecursor}
  591.  
  592.  
  593.  
  594. </style>
  595. <!-- FIM DO CSS -->
  596. {block:Ifantiplagiarism}
  597.  
  598. <script>
  599. function click() {
  600. if (event.button==2||event.button==3) {
  601. oncontextmenu='return false';
  602. }
  603. }
  604. document.onmousedown=click
  605. document.oncontextmenu = new Function("return false;")
  606. </script>
  607.  
  608. {/block:Ifantiplagiarism}
  609.  
  610.  
  611.  
  612. {block:Ifslowdown}
  613. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script><script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script><script type="text/javascript" charset="utf-8">var $j = jQuery.noConflict();$j(function() {if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;$j("img").lazyload({placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",effect: "fadeIn",});});</script>
  614. {/block:Ifslowdown}
  615.  
  616.  
  617. </head>
  618.  
  619.  
  620. <body>
  621. {block:Ifantiplagiarism}
  622. <body oncontextmenu="return false" onkeydown="return false">
  623. <body ondragstart='return false'>
  624. <body onselectstart='return false'>
  625. {/block:Ifantiplagiarism}
  626. <center>
  627.  
  628. <div id="dhtmltooltip"></div>
  629. <script language="JavaScript" src="http://static.tumblr.com/xajwmek/wC6lsg2fd/titlediferenciado_ritamafalda.txt"></script>
  630.  
  631. <div class="direita">
  632. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{/block:Pagination}
  633. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  634. </div>
  635.  
  636.  
  637. <div class="tudo">
  638.  
  639.  
  640.  
  641. <div id="pagina">
  642.  
  643.  
  644.  
  645.  
  646.  
  647. <div id="coluna">
  648. <div class="caixasidebar1"><br><br><br><br><br>
  649. <center>
  650.  
  651. <a href="/"><img src="{image:ImageSidebar}" class="imgg"></a>
  652.  
  653.  
  654.  
  655. <div class="dd">
  656.  
  657. {block:Description} {Description} {/block:Description}</div>
  658.  
  659. <br>
  660. {block:ifLink1}<a href="{text:Link1}"> <nav1>{text:Link1 Title} </a> </nav1>{/block:ifLink1}
  661.  
  662. {block:ifLink2} <a href="{text:Link2}"> <nav1>{text:Link2 Title} </a> </nav1>{/block:ifLink2}
  663.  
  664. {block:ifLink3} <a href="{text:Link3}"><nav1>{text:Link3 Title} </a> </nav1>{/block:ifLink3}
  665.  
  666. {block:ifLink4} <a href="{text:Link4}"><nav1>{text:Link4 Title} </a> </nav1>{/block:ifLink4}
  667.  
  668.  
  669. {block:ifLink5}<a href="{text:Link5}"><nav1>{text:Link5 Title} </a> </nav1> {/block:ifLink5}
  670.  
  671. {block:ifLink6}<a href="{text:Link6}"><nav1>{text:Link6 Title} </a> </nav1>{/block:ifLink6}
  672.  
  673.  
  674. </center>
  675.  
  676. </div></div>
  677.  
  678. <!-- INÍCIO DAS TAGS DOS POSTS -->
  679.  
  680.  
  681.  
  682. <div id="conteudo">
  683.  
  684.  
  685. {block:Posts}
  686.  
  687.  
  688.  
  689.  
  690.  
  691. <!-- TEXT -->
  692.  
  693. {block:Text}
  694. <div class="caixa">
  695.  
  696. <h1>{block:Title}{Title}{/block:Title}</h1>
  697.  
  698. {Body}
  699.  
  700. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  701.  
  702. {/block:Text}
  703.  
  704. <!-- PHOTO -->
  705.  
  706. {block:Photo}
  707.  
  708. <div class="caixa">
  709. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  710.  
  711. </center>
  712.  
  713. {block:Caption}{Caption}{/block:Caption}<br>
  714.  
  715. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  716.  
  717.  
  718. {/block:Photo}
  719.  
  720.  
  721. <!-- PHOTOSET -->
  722.  
  723. {block:Photoset}
  724.  
  725. <div class="caixa">
  726.  
  727. <div align="center">{Photoset-500}</div>
  728.  
  729. {block:Caption}{Caption}{/block:Caption}
  730.  
  731. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  732.  
  733.  
  734.  
  735.  
  736.  
  737. {/block:Photoset}
  738.  
  739.  
  740. <!-- QUOTE -->
  741.  
  742. {block:Quote}
  743.  
  744. <div class="caixa">
  745.  
  746. <span class="aspas">“</span><div class="quote"><h2>{Quote}
  747.  
  748. </span></div></h2><br>
  749.  
  750. <div style='text-align:center'>{block:Source} — {Source}{/block:Source}</div>
  751. <br>
  752. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  753.  
  754.  
  755.  
  756. {/block:Quote}
  757.  
  758.  
  759. <!-- LINK -->
  760.  
  761. {block:Link}
  762.  
  763. <div class="caixa">
  764.  
  765. <h1><a href="{URL}" {Target}>{Name} →</a></h1>
  766.  
  767. {block:Description}{Description}{/block:Description}
  768.  
  769. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  770.  
  771. {/block:Link}
  772.  
  773.  
  774. <!-- CHAT -->
  775.  
  776. {block:Chat}
  777.  
  778. <div class="caixa">
  779.  
  780. <h1>{block:Title}{Title}{/block:Title}</h1>
  781.  
  782. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  783.  
  784. {Line}<p>
  785.  
  786. {/block:Lines}
  787.  
  788. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  789.  
  790. {/block:Chat}
  791.  
  792.  
  793. <!-- VIDEO -->
  794.  
  795. {block:Video}
  796.  
  797. <div class="caixa">
  798.  
  799. {Video-500}
  800.  
  801. {block:Caption}{Caption}{/block:Caption}
  802.  
  803. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  804.  
  805.  
  806. {/block:Video}
  807.  
  808.  
  809. <!-- AUDIO -->
  810.  
  811. {block:Audio}
  812.  
  813.  
  814. <div class="caixa">
  815.  
  816. <div class="audio">{AudioPlayerBlack}</div>
  817.  
  818. {block:Caption}{Caption}{/block:Caption}
  819.  
  820. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  821.  
  822.  
  823. {/block:Audio}
  824.  
  825.  
  826. <!-- ASK -->
  827.  
  828. {block:Answer}
  829.  
  830. <div class="caixa">
  831.  
  832.  
  833. <i> {Asker} asked: {Question}</i>
  834.  
  835.  
  836. {Answer}
  837.  
  838. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  839.  
  840. {/block:Answer}
  841.  
  842.  
  843.  
  844. <div class="tag2">
  845. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="day posts"><nav3>{Month} {DayOfMonthWithZero}{DayOfMonthSuffix} </a></nav3> ∙
  846. <a href="{Permalink}" title="permalink"><nav3>{NoteCountWithLabel}</a></nav3>
  847.  
  848.  
  849. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{Block:IndexPage} {/Block:IndexPage}{/block:RebloggedFrom}{block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  850. {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" title="reblog this post"class="rb"><font color="{color:background}">Reblog</a></font>
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860. {block:IfShowTags}<br> <nav3>Tagged:</nav3> {block:HasTags} {block:Tags}
  861.  
  862. <nav3><a href="{TagURL}"><font color="{color:Text}">#{Tag} </font></a> </nav3>
  863.  
  864. {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  865.  
  866. </div>
  867.  
  868. {/block:Posts}
  869.  
  870.  
  871. </div> </div> <div style="font-size:0px;color:transparent">{block:ContentSource} <a href="{SourceURL}" target="_blank" class="tag11">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}
  872.  
  873. </div>
  874.  
  875.  
  876.  
  877. <!-- FIM DAS TAGS DOS POSTS -->
  878.  
  879.  
  880.  
  881. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  882.  
  883.  
  884.  
  885.  
  886. <div class="esquerda"><a target="_blank" href="http://baginsfrodo.tumblr.com/">©</a></div>
  887.  
  888.  
  889.  
  890.  
  891. </body>
  892.  
  893. </html>
Advertisement
Add Comment
Please, Sign In to add comment