Advertisement
leticiafelippe

Theme6

Mar 27th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. Este Theme foi feito por Letícia Felippe (uma-bailarina-skatista.tumblr.com),modifique o quanto quiser mais jamais retire os créditos-----
  3. -------------------------------------------------------------------------->
  4.  
  5.  
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  9.  
  10. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11.  
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16.  
  17.  
  18. <script type="text/javascript">
  19.  
  20. function tb8_makeArray(n){
  21. this.length = n;
  22. return this.length;
  23. }
  24.  
  25. tb8_messages = new tb8_makeArray(3);
  26. tb8_messages[0] = "{title}";
  27. tb8_messages[1] = "Seja Bem -vindo";
  28. tb8_messages[2] = "ao meu mundo (:";
  29. tb8_rptType = 'infinite';
  30. tb8_rptNbr = 5;
  31. tb8_speed = 100;
  32. tb8_delay = 2000;
  33. var tb8_counter=1;
  34. var tb8_currMsg=0;
  35. var tb8_tekst ="";
  36. var tb8_i=0;
  37. var tb8_TID = null;
  38. function tb8_pisi(){
  39. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  40. document.title = tb8_tekst;
  41. tb8_sp=tb8_speed;
  42. tb8_i++;
  43. if (tb8_i==tb8_messages[tb8_currMsg].length){
  44. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  45. }
  46. if (tb8_currMsg == tb8_messages.length){
  47. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  48. clearTimeout(tb8_TID);
  49. return;
  50. }
  51. tb8_counter++;
  52. tb8_currMsg = 0;
  53. }
  54. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  55. }
  56. tb8_pisi()
  57. </script>
  58.  
  59.  
  60. <link rel="shortcut icon" href="{favicon}" />
  61. <meta name="if:Show sidebar picture" content="1"/>
  62. <meta name="image:PicSidebar" content="http://static.tumblr.com/y9ykbvf/YKNlzsul9/sem_t__tulo_1.png" />
  63. <meta name="color:Sidebar" content="#fff"/>
  64. <meta name="color:Postsbox" content="#fff"/>
  65. <meta name="color:background" content="#eee" />
  66. <meta name="image:background" content=""/>
  67. <meta name="color:scroll bar" content="#000" />
  68. <meta name="color:bg menu" content="#000" />
  69. <meta name="color:bg menu hover" content="#565656" />
  70. <meta name="color:Links" content="#666" />
  71. <meta name="color:Links Menu" content="#fff" />
  72. <meta name="color:AskBox" content="#eee" />
  73. <meta name="color:notes" content="#eee"/>
  74. <meta name="color:Text" content="#000" />
  75. <meta name="if:Show Tags" content="1"/>
  76. <meta name="font:Title" content="georgia" />
  77. <meta name="text:Link1" content="/#" />
  78. <meta name="text:Link1 Title" content="Link1" />
  79. <meta name="text:Link2" content="/#" />
  80. <meta name="text:Link2 Title" content="Link2" />
  81. <meta name="text:Link3" content="/#" />
  82. <meta name="text:Link3 Title" content="Link3" />
  83. <meta name="text:Link4" content="/#" />
  84. <meta name="text:Link4 Title" content="Link4" />
  85. <meta name="text:Link5" content="/#" />
  86. <meta name="text:Link5 Title" content="LinK5" />
  87. <meta name="text:Link6" content="/#" />
  88. <meta name="text:Link6 Title" content="Link6" />
  89.  
  90.  
  91. <style>
  92. div.treme img{position:relative}
  93. </style>
  94. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
  95. <script src="http://tumbletricks.webs.com/treme.js"></script>
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100. #foto1 {margin-top: 0px; margin-bottom: 0px; -webkit-transition-duration: .80s;}
  101. #foto1 img{ position:fixed; margin-top:-265px;}
  102. #foto1:hover {opacity: 0;}
  103.  
  104.  
  105.  
  106.  
  107.  
  108. #caixinha{margin-left: 520px;
  109. min-width: 77px;
  110. background: {color:Postsbox};
  111. margin-top: 0px;
  112. text-align:center;
  113. color: {color:Text};
  114. padding: 4px;
  115. position: absolute;
  116. z-index: 4;
  117. }
  118.  
  119. #caixinha a{ letter-spacing:-1px;}
  120.  
  121. pre {background: transparent; font-family: tahoma; font-size: 10px; padding: 1px; color:{color:Text};overflow: auto; line-height: 100%; height:16px;width:270px;text-transform: lowercase;}
  122. pre a{text-transform: lowercase;}
  123.  
  124. .ma {margin-top:-43px;}
  125.  
  126. .aspas {position:relative; top:-10px;font-size:100px;opacity:0.1;filter: alpha(opacity=10);color: {color:Text}; font-family: georgia;letter-spacing:-2px; }
  127. .quote {margin-left:20px;margin-top:-85px;line-height:23px; letter-spacing:-1px;}
  128.  
  129.  
  130. /*** BALÃO ASK ***/
  131. .bubble {align:right;background: {color:AskBox}; margin:1px 0px 3px
  132.  
  133. 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-
  134.  
  135. radius:5px;border-radius:5px;}
  136. .bubble p {margin:1px 0px;}
  137. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-
  138.  
  139. height:
  140.  
  141. 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid
  142.  
  143. transparent;border-right:10px solid {color:AskBox};}
  144.  
  145.  
  146.  
  147. #allscrol{overflow:hidden; height:55px; margin: auto;}
  148. #allheader{-webkit-transition: 0.9s; display: navigate; padding:2px; height: 10;}
  149. #allheader:hover{-webkit-transition: 0.9s; margin-top:-58px;}
  150.  
  151.  
  152. .titt {font: normal 28px {font:Title}; color:{color:Text}; border-bottom: 3px solid {color:background};}
  153. .titt1 {font: normal 12px {font:Title}; color:{color:Text}; }
  154.  
  155.  
  156. /** TÍTULO DOS POSTS **/
  157. .titulo {font: normal 21px {font:Title};}
  158.  
  159.  
  160.  
  161. /** CAIXA DOS POSTS **/
  162. .caixa {background: {color:Postsbox}; font-family: tahoma; font-size: 11px; width: 502px; margin-bottom: 8px; padding-top: 7px; margin-top: 7px; padding: 12px;}
  163.  
  164. .caixa a{color:#F7F7F7; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; letter-spacing:-0px;}
  165.  
  166. .caixa a:hover {margin-left:4px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  167.  
  168. /** SIDEBAR **/
  169.  
  170. .caixasidebar {font-size: 10px; color:{color:leftext}; text-align: justify; background: {color:sidebar};font-family: tahoma; width: 280px; position: fixed; margin-top: 60px; line-height:-50px; }
  171.  
  172. .padd { padding:5px;}
  173.  
  174.  
  175. /** SIDEBAR 2 **/
  176. .caixasidebar2 {font-size: 10px; color:{color:leftext}; text-align: justify; background:
  177. {color:sidebar}; font-family: tahoma; width: 320px;
  178. position: fixed; margin-top: 60px; }
  179.  
  180.  
  181. /** FORMATAÇÕES **/
  182. s {color: {color:Riscado};}
  183. i {color: {color:Italico};}
  184. em {color: {color:Negrito};}
  185. b {color:{color:Negrito};}
  186. strong {color: {color:Negrito};}
  187. u {text-decoration: none; border-bottom: 1px solid; color:{color:Sublinhado};}
  188.  
  189. /** POSIÇÃO THEME **/
  190.  
  191. #pagina {width: 775px; margin-right: auto; margin-left: auto;margin-top: auto;margin-
  192. bottom:auto; padding-top:1px; }
  193. #coluna {text-align: justify; width: 200px; float: left; position: fixed; top:10px; padding-
  194. top:5px; }
  195. #conteudo {width: 200px; text-align: justify; margin: auto; position: relative; }
  196.  
  197. /** APARENCIA LINKS **/
  198. a:link, a:visited, a:active {color: {color:Links}; text-decoration: none; -webkit-transition-duration: .50s; }
  199. a:hover { color: {color:Links}; }
  200.  
  201.  
  202. /** TAGS **/
  203. .tag2 {background: transparent; font-family: tahoma; font-size: 10px; width: 97%px; margin-top: 4px; padding: 5px; margin-left:1px; border-top: {color:notes} 1px dashed}
  204.  
  205.  
  206. /** TITLE **/
  207. .line {border-bottom: 4px {color:background} #fff; margin: 7px 0px 7px 0px;}
  208.  
  209. .title2 {font-size: 10px; font-family:tahoma;
  210. color: {color:Links Hover};float:left;letter-spacing:1px; text-align:center;
  211. background:{color:menu};
  212. width:100%; height: 27px; padding-top:2px;}
  213.  
  214. .sub {font-size: 10px; font-family:tahoma;
  215. color: {color:Links Hover};float:left;letter-spacing:3px; text-align:center;background:
  216. {color:subtitle bg};
  217. width:100%; height: 27px; padding-top:2px;}
  218.  
  219.  
  220. #allscrol{overflow:hidden; height:22px; margin: auto;}
  221. #allheader{-webkit-transition: 0.9s; display: navigate; padding:2px; height: 10;}
  222. #allheader:hover{-webkit-transition: 0.9s; margin-top:-28px;}
  223.  
  224. /** PERSONALIZAÇÃO MENU **/
  225.  
  226. nav1 {font-size: 8px;
  227. font-family:tahoma;
  228. float:left;
  229. cursor: pointer;
  230. letter-spacing:1px;
  231. text-align:center;
  232. background:{color:bg menu};
  233. width:87px;
  234. margin:1px;
  235. -webkit-transition-duration: .50s;
  236. text-transform: uppercase;
  237. height:15px;
  238. padding:2px;
  239. color: {color:Links Menu};
  240. }
  241.  
  242. nav1:hover {background: {color:bg menu hover};}
  243. nav1 a {color: {color:Links Menu}; -webkit-transition-duration: .50s;}
  244. nav1:hover {text-align:right; -webkit-transition-duration: .50s; {color:Links Menu Hover}; }
  245.  
  246.  
  247.  
  248.  
  249.  
  250. /** FUNDO **/
  251. body {background: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; background-repeat: repeat; font-family: tahoma; font-size: 10px; color: {color:Text}; text-align: center;}
  252.  
  253. /** APARENCIA BLOCKQUOTE **/
  254. blockquote {padding:3px;margin:0px;border-left: 3px solid {color:Text}; margin-left:1px}
  255.  
  256.  
  257.  
  258. .leftt {float: left; width:48%;text-align:left;}
  259. .rightt {float: right; width:48%; text-align:right;}
  260.  
  261. .hh {max-height:253px;}
  262.  
  263. /** BARRA ROLAGEM **/
  264.  
  265. ::-webkit-scrollbar{width:6px;height:4px;}
  266. ::-webkit-scrollbar-button:start:decrement
  267. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  268. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  269. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};-webkit-border-radius:px;}
  270. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};-webkit-border-radius:px;}
  271.  
  272.  
  273.  
  274. .paginaa{
  275. background: transparent;
  276. padding: 5px;
  277. margin-bottom: 0px;
  278. height:16px;
  279. font-size:13;
  280. color:{color:Text};
  281. width:530px;
  282. text-align:center;
  283. }
  284.  
  285.  
  286.  
  287.  
  288.  
  289. .menunopatternht {position:fixed; z-index: 4; width:87%; height:50px;left:0px;
  290. top :0px;background-color: {color:background}; align:center; text-align: center;}
  291.  
  292.  
  293. /********** paginação dos posts */
  294. a.page, a.page:visited, a.page:active {width: 50px; background:transparent; padding:
  295.  
  296. 2px; color: {color:Links}; display: block; text-decoration: none; text-align: center;
  297.  
  298. margin-top: 3px; font-size: 60px; font-family: tahoma;text-shadow: 0px 1px 1px
  299.  
  300. #FFFFFF;}
  301. a.page:hover {width: 50px; background:transparent; padding: 2px; color: {color:Links
  302.  
  303. Hover}; display: block; text-decoration: none; text-align: center; font-family: tahoma;}
  304. /********** personalização da paginação dos posts*/
  305. .direita {bottom: 10px; z-index: 4; position: fixed;right:10px;}
  306. .esquerda {bottom: 10px; z-index: 4; position: fixed;left:10px;}
  307.  
  308.  
  309. #sidebardescri{left: 235px; margin-top: 55px; width: 210px; float: left; background-
  310.  
  311. color: {color:entry}; padding: 0px; position: fixed; height: 250px;}
  312. .sidebardescri1{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family:
  313.  
  314. {font:body2}; border: 1px solid {color:boxborder}; padding: 3px; background-color:
  315.  
  316. {color:boxbackground}; color: {color:boxtext}; overflow: auto; height: 90px;}
  317. .sidebardescri1 a{font-size: 9px; {font:body2};}
  318.  
  319.  
  320. /*** Paginação ***/
  321. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  322. #paginacaoml a {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  323. #paginacaoml a:hover {background: transparent; border: none;}
  324. #paginacaoml span.pagina_atual {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  325. #paginacaoml span.info {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  326.  
  327. <script type="text/javascript">
  328. //desabilita menu de opcoes ao clicar no botao direito
  329. function desabilitaMenu(e)
  330. {
  331. if (window.Event)
  332. {
  333. if (e.which == 2 || e.which == 3)
  334. return false;
  335. }
  336. else
  337. {
  338. event.cancelBubble = true
  339. event.returnValue = false;
  340. return false;
  341. }
  342. }
  343.  
  344.  
  345.  
  346.  
  347. //desabilita botao direito
  348. function desabilitaBotaoDireito(e)
  349. {
  350. if (window.Event)
  351. {
  352. if (e.which == 2 || e.which == 3)
  353. return false;
  354. }
  355. else
  356. if (event.button == 2 || event.button == 3)
  357. {
  358. event.cancelBubble = true
  359. event.returnValue = false;
  360. return false;
  361. }
  362. }
  363.  
  364.  
  365.  
  366.  
  367. //desabilita botao direito do mouse
  368. if ( window.Event )
  369. document.captureEvents(Event.MOUSEUP);
  370. if ( document.layers )
  371. document.captureEvents(Event.MOUSEDOWN);
  372.  
  373.  
  374.  
  375.  
  376. document.oncontextmenu = desabilitaMenu;
  377. document.onmousedown = desabilitaBotaoDireito;
  378. document.onmouseup = desabilitaBotaoDireito;
  379. </script>
  380.  
  381. </style>
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. <!-- FIM DO CSS -->
  389.  
  390. <script>
  391. function click() {
  392. if (event.button==2||event.button==3) {
  393. oncontextmenu='return false';
  394. }
  395. }
  396. document.onmousedown=click
  397. document.oncontextmenu = new Function("return false;")
  398. </script>
  399.  
  400. </head>
  401.  
  402. <body>
  403.  
  404. <!-- BLOQUEIO CÓDIGO FONTE -->
  405. <body ondragstart='return false'>
  406. <body onkeydown="return false">
  407. <Body onselectstart="return false">
  408.  
  409. <div id="pagina">
  410. <div id="coluna">
  411.  
  412. <div class="caixasidebar">
  413. <center>
  414. <div class="titt"><a href="/">{Title}</div></a>
  415. <br>
  416.  
  417.  
  418. <table><tr><td>
  419. <br>
  420. {block:ifShowsidebarpicture}
  421. <div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: {color:Text}; width: 170px;height: 240px; text-align: justify; font-family: tahoma; font-size:9px; line-height: 100%; background-color: transparent">
  422. {block:Description} {Description} {/block:Description}
  423. </div>
  424.  
  425. <div id="foto1"><img src="http://data.whicdn.com/images/17405628/IMG_3479_large.jpg" width="190px" height="210px"/></div>
  426. {/block:ifShowsidebarpicture}
  427.  
  428. </td><td>
  429.  
  430.  
  431. {block:ifLink1}<a href="{text:Link1}"><nav1>{text:Link1 Title}</a></nav1>
  432.  
  433. {/block:ifLink1}
  434. {block:ifLink2}<a href="{text:Link2}" class="nav1"><nav1>{text:Link2 Title}</a></nav1>
  435.  
  436. {/block:ifLink2}
  437. {block:ifLink3}<a href="{text:Link3}" class="nav1"><nav1>{text:Link3 Title}</a></nav1>
  438.  
  439. {/block:ifLink3}
  440. {block:ifLink4}<a href="{text:Link4}" class="nav1"><nav1>{text:Link4 Title}</a></nav1>
  441.  
  442. {/block:ifLink4}
  443. {block:ifLink5}<a href="{text:Link5}" class="nav1"><nav1>{text:Link5 Title}</a></nav1>
  444.  
  445. {/block:ifLink5}
  446. {block:ifLink6}<a href="{text:Link6}" class="nav1"><nav1>{text:Link6 Title}</a></nav1>
  447.  
  448. {/block:ifLink6}
  449.  
  450.  
  451. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><nav1> « Previous</a></nav1> {/block:PreviousPage}{/block:Pagination}{block:Pagination}
  452.  
  453. {block:NextPage}<a href="{NextPage}"><nav1>Next »</a></nav1>{/block:NextPage}{/block:Pagination}
  454.  
  455. </td></tr></table>
  456.  
  457. <div id="allscrol"><div id="allheader">
  458. Créditos
  459. <br><br>
  460. Feito por <a href="http://uma-bailarina-skatista.tumblr.com/">Uma Bailarina Skatista</a>. </pre>
  461. </div></div>
  462. </div></div>
  463.  
  464.  
  465. </center>
  466.  
  467. <div id="conteudo">
  468.  
  469. <!-- INÍCIO DAS TAGS DOS POSTS -->
  470. <div class="autopagerize_page_element"><img
  471.  
  472. src="http://static.tumblr.com/y9ykbvf/yz7lvhy8r/untitled-2.png" height:40px>
  473. <div class="treme">
  474. {block:Posts}
  475.  
  476.  
  477.  
  478.  
  479. <!-- TEXT -->
  480.  
  481. {block:Text}
  482.  
  483. <div class="caixa">
  484.  
  485. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  486.  
  487. {Body}
  488.  
  489. <div class="tag2">
  490.  
  491. <div class="leftt">
  492. <a href="{Permalink}">{Timeago}</a><br>
  493. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  494. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  495. </div>
  496. <div class="rightt">
  497. {block:NoteCount}<a
  498.  
  499. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  500.  
  501. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  502. </div>
  503. <br>
  504. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  505.  
  506. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  507. {/block:Text}
  508.  
  509. <!-- PHOTO -->
  510.  
  511. {block:Photo}
  512.  
  513. <div class="caixa">
  514.  
  515. <div align="center"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="501px"/></div>
  516.  
  517. {block:Caption}{Caption}{/block:Caption}<br>
  518.  
  519. <div class="tag2">
  520.  
  521. <div class="leftt">
  522. <a href="{Permalink}">{Timeago}</a><br>
  523. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  524. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  525. </div>
  526. <div class="rightt">
  527. {block:NoteCount}<a
  528.  
  529. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  530.  
  531. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  532. </div>
  533. <br>
  534. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  535.  
  536. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  537. {/block:Photo}
  538.  
  539.  
  540. <!-- PHOTOSET -->
  541.  
  542. {block:Photoset}
  543.  
  544. <div class="caixa">
  545.  
  546. <div align="center">{Photoset-500}</div>
  547.  
  548. {block:Caption}{Caption}{/block:Caption}
  549.  
  550. <div class="tag2">
  551.  
  552. <div class="leftt">
  553. <a href="{Permalink}">{Timeago}</a><br>
  554. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  555. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  556. </div>
  557. <div class="rightt">
  558. {block:NoteCount}<a
  559.  
  560. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  561.  
  562. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  563. </div>
  564. <br>
  565. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  566.  
  567. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  568.  
  569. {/block:Photoset}
  570.  
  571.  
  572. <!-- QUOTE -->
  573.  
  574. {block:Quote}
  575.  
  576. <div class="caixa">
  577.  
  578. <div class="titulo"><span class="aspas">“</span><div class="quote"><i>{Quote}</i>
  579.  
  580. </span></div></div><br>
  581.  
  582. <div style="text-align:right">{block:Source}— {Source}</div>{/block:Source}<br>
  583.  
  584. <div class="tag2">
  585.  
  586. <div class="leftt">
  587. <a href="{Permalink}">{Timeago}</a><br>
  588. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  589. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  590. </div>
  591. <div class="rightt">
  592. {block:NoteCount}<a
  593.  
  594. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  595.  
  596. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  597. </div>
  598. <br>
  599. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  600.  
  601. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div></div>
  602. {/block:Quote}
  603.  
  604.  
  605. <!-- LINK -->
  606.  
  607. {block:Link}
  608.  
  609. <div class="caixa">
  610.  
  611. <div class="titulo"><a href="{URL}" {Target}>{Name}</a></div>
  612.  
  613. {block:Description}{Description}{/block:Description}
  614.  
  615. <div class="tag2">
  616.  
  617. <div class="leftt">
  618. <a href="{Permalink}">{Timeago}</a><br>
  619. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  620. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  621. </div>
  622. <div class="rightt">
  623. {block:NoteCount}<a
  624.  
  625. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  626.  
  627. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  628. </div>
  629. <br>
  630. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  631.  
  632. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  633. {/block:Link}
  634.  
  635.  
  636. <!-- CHAT -->
  637.  
  638. {block:Chat}
  639.  
  640. <div class="caixa">
  641.  
  642. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  643.  
  644. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  645.  
  646. {Line}<p>
  647.  
  648. {/block:Lines}
  649.  
  650. <div class="tag2">
  651.  
  652. <div class="leftt">
  653. <a href="{Permalink}">{Timeago}</a><br>
  654. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  655. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  656. </div>
  657. <div class="rightt">
  658. {block:NoteCount}<a
  659.  
  660. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  661.  
  662. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  663. </div>
  664. <br>
  665. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  666.  
  667. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  668. {/block:Chat}
  669.  
  670.  
  671. <!-- VIDEO -->
  672.  
  673. {block:Video}
  674.  
  675. <div class="caixa">
  676.  
  677. {Video-500}
  678.  
  679. {block:Caption}{Caption}{/block:Caption}
  680.  
  681. <div class="tag2">
  682.  
  683. <div class="leftt">
  684. <a href="{Permalink}">{Timeago}</a><br>
  685. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  686. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  687. </div>
  688. <div class="rightt">
  689. {block:NoteCount}<a
  690.  
  691. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  692.  
  693. <a href="{ReblogURL}" target="_blank">Reblog this ;3</a>
  694. </div>
  695. <br>
  696. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  697.  
  698. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  699. {/block:Video}
  700.  
  701.  
  702. <!-- AUDIO -->
  703.  
  704. {block:Audio}
  705.  
  706. <div class="caixa">
  707. <center>{block:AlbumArt}
  708. <img src="{AlbumArtURL}" width="208px">
  709. {/block:AlbumArt}
  710. {AudioPlayerBlack}
  711. </center>
  712. {block:Caption}{Caption}{/block:Caption}
  713.  
  714. <div class="tag2">
  715.  
  716. <div class="leftt">
  717. <a href="{Permalink}">{Timeago}</a><br>
  718. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  719. {block:ContentSource} · <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  720. </div>
  721. <div class="rightt">
  722. {block:NoteCount}<a
  723.  
  724. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  725.  
  726. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  727. </div>
  728. <br>
  729. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  730.  
  731. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  732.  
  733. {/block:Audio}
  734.  
  735.  
  736. <!-- ASK -->
  737.  
  738. {block:Answer}
  739.  
  740. <div class="caixa">
  741.  
  742. <img src="{AskerPortraitURL-40}" width="52px" align="left" class="borda" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
  743.  
  744. {Answer}
  745.  
  746.  
  747.  
  748. </div>
  749.  
  750. {/block:Answer}
  751.  
  752.  
  753.  
  754. {/block:Posts}
  755. </div>
  756. </div>
  757.  
  758. <!-- FIM DAS TAGS DOS POSTS -->
  759.  
  760.  
  761.  
  762. </div>
  763.  
  764. </div>
  765. <div style="top: 0px; right: 0px; position: fixed;">
  766. </body>
  767.  
  768. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement