pamellabellegarde

Theme Tumblr: 100 Suns

Mar 17th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.79 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.  
  6. <!-------
  7.  
  8. THEME BY SECRET-DIALOGUES.TUMBLR.COM (C)
  9. DON'T COPY! BE ORIGINAL!
  10.  
  11. ------->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <script type="text/javascript">
  19. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  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] = "Welcome...";
  28. tb8_messages[2] = "Back Ever!";
  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:ImageSidebar" content="http://static.tumblr.com/gdasrfz/awFm11x56/sem_t__tulo_3.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="#fff" />
  69. <meta name="color:bg menu hover" content="#000" />
  70. <meta name="color:Links" content="#666" />
  71. <meta name="color:Links Menu" content="#000" />
  72. <meta name="color:Links Menu Hover" content="#fff" />
  73. <meta name="color:AskBox" content="#eee" />
  74. <meta name="color:notes" content="#eee"/>
  75. <meta name="color:Text" content="#000" />
  76. <meta name="if:Show Tags" content="1"/>
  77. <meta name="font:Title" content="georgia" />
  78. <meta name="text:Link1" content="/#" />
  79. <meta name="text:Link1 Title" content="1" />
  80. <meta name="text:Link2" content="/#" />
  81. <meta name="text:Link2 Title" content="2" />
  82. <meta name="text:Link3" content="/#" />
  83. <meta name="text:Link3 Title" content="3" />
  84. <meta name="text:Link4" content="/#" />
  85. <meta name="text:Link4 Title" content="4" />
  86. <meta name="text:Link5" content="/#" />
  87. <meta name="text:Link5 Title" content="5" />
  88. <meta name="text:Link6" content="/#" />
  89. <meta name="text:Link6 Title" content="6" />
  90.  
  91.  
  92. <style>
  93. div.treme img{position:relative}
  94. </style>
  95. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
  96. <script src="http://tumbletricks.webs.com/treme.js"></script>
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101. #foto1 {margin-top: 0px; margin-bottom: 0px; -webkit-transition-duration: .80s;}
  102. #foto1 img{ position:fixed; margin-top:-265px;}
  103. #foto1:hover {opacity: 0;}
  104.  
  105.  
  106. .borda {border-radius:12px;margin:3px;}
  107.  
  108.  
  109.  
  110.  
  111. .fotinha {border-radius:12px;-webkit-transition-duration: .90s; position:fixed;height: 80px; width: 80px;}
  112.  
  113. .fotinha:hover {height: 120px; width: 80px;}
  114.  
  115.  
  116.  
  117. #caixinha{margin-left: 520px;
  118. min-width: 77px;
  119. background: {color:Postsbox};
  120. margin-top: 0px;
  121. text-align:center;
  122. color: {color:Text};
  123. padding: 4px;
  124. position: absolute;
  125. z-index: 4;
  126. }
  127.  
  128. #caixinha a{ letter-spacing:-1px;}
  129.  
  130. 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;}
  131. pre a{text-transform: lowercase;}
  132.  
  133. .ma {margin-top:-43px;}
  134.  
  135. .aspas {position:relative; top:-10px;font-size:100px;opacity:0.1;filter: alpha(opacity=10);color: {color:Text}; font-family: georgia;letter-spacing:-2px; }
  136. .quote {margin-left:20px;margin-top:-85px;line-height:23px; letter-spacing:-1px;}
  137.  
  138.  
  139. /*** BALÃO ASK POR BIIBS ***/
  140. .bubble {align:right;background: {color:AskBox}; margin:1px 0px 3px
  141.  
  142. 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-
  143.  
  144. radius:5px;border-radius:5px;}
  145. .bubble p {margin:1px 0px;}
  146. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-
  147.  
  148. height:
  149.  
  150. 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid
  151.  
  152. transparent;border-right:10px solid {color:AskBox};}
  153.  
  154.  
  155.  
  156. #allscrol{overflow:hidden; height:65px; margin: auto;}
  157. #allheader{-webkit-transition: 0.9s; display: navigate; padding:2px; height: 10;}
  158. #allheader:hover{-webkit-transition: 0.9s; margin-top:-68px;}
  159.  
  160.  
  161. .titt {font: normal 32px Amatic SC; color:{color:Text}; border-bottom: 3px solid {color:background};}
  162. .titt1 {font: normal 33px Amatic SC; color:{color:Text}; }
  163.  
  164.  
  165. /** TÍTULO DOS POSTS **/
  166. .titulo {font: normal 21px {font:Title};}
  167.  
  168.  
  169.  
  170. /** CAIXA DOS POSTS **/
  171. .caixa {background: {color:Postsbox}; font-family: tahoma; font-size: 11px; width: 502px; margin-bottom: 3px; padding-top: 7px; margin-top: 7px; padding: 12px;}
  172.  
  173. /** SIDEBAR **/
  174.  
  175. .caixasidebar {font-size: 10px; color:{color:leftext}; text-align: justify; background: {color:sidebar};font-family: tahoma; width: 210px; position: fixed; margin-top: 60px; line-height:-50px;
  176. -webkit-border-top-left-radius: 10px;
  177. -webkit-border-top-right-radius: 10px;
  178. -moz-border-radius-topleft: 10px;
  179. -moz-border-radius-topright: 10px;
  180. border-top-left-radius: 10px;
  181. border-top-right-radius: 10px;
  182. -webkit-border-bottom-right-radius: 10px;
  183. -webkit-border-bottom-left-radius: 10px;
  184. -moz-border-radius-bottomright: 10px;
  185. -moz-border-radius-bottomleft: 10px;
  186. border-bottom-right-radius: 10px;
  187. border-bottom-left-radius: 10px;}
  188.  
  189. .padd { padding:5px;}
  190.  
  191.  
  192. /** SIDEBAR 2 **/
  193. .caixasidebar2 {font-size: 10px; color:{color:leftext}; text-align: justify; background:
  194. {color:sidebar}; font-family: tahoma; width: 320px;
  195. position: fixed; margin-top: 60px; }
  196.  
  197.  
  198. img{
  199. margin: 1px;
  200. border: none;
  201. filter: alpha(opacity=100);
  202. moz-opacity:1.0;
  203. opacity:1.0 ;
  204. -webkit-transition-duration: .50s;
  205. }
  206. img:hover{
  207. border: none;
  208. filter: alpha(opacity=75);
  209. moz-opacity:0.80;
  210. opacity:0.80;
  211. }
  212.  
  213.  
  214.  
  215. /** POSIÇÃO THEME **/
  216.  
  217. #pagina {width: 775px; margin-right: auto; margin-left: auto;margin-top: auto;margin-
  218. bottom:auto; padding-top:1px; }
  219. #coluna {text-align: justify; width: 200px; float: left; position: fixed; top:10px; padding-
  220. top:5px; }
  221. #conteudo {width: 150px; text-align: justify; margin: auto; position: relative; }
  222. #sidebar1 {width: 10px; float:right; position:fixed; margin-top:50px; margin-right:0px}
  223.  
  224. /** APARENCIA LINKS **/
  225. a:link, a:visited, a:active {color: {color:Links}; text-decoration: none; -webkit-transition-duration: .50s; }
  226. a:hover { color: {color:Links}; }
  227.  
  228.  
  229. /** TAGS **/
  230. .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}
  231.  
  232.  
  233. /** TITLE **/
  234. .line {border-bottom: 4px {color:background} #fff; margin: 7px 0px 7px 0px;}
  235.  
  236. .title2 {font-size: 10px; font-family:tahoma;
  237. color: {color:Links Hover};float:left;letter-spacing:1px; text-align:center;
  238. background:{color:menu};
  239. width:100%; height: 27px; padding-top:2px;}
  240.  
  241. .sub {font-size: 10px; font-family:tahoma;
  242. color: {color:Links Hover};float:left;letter-spacing:3px; text-align:center;background:
  243. {color:subtitle bg};
  244. width:100%; height: 27px; padding-top:2px;}
  245.  
  246.  
  247. #allscrol{overflow:hidden; height:22px; margin: auto;}
  248. #allheader{-webkit-transition: 0.9s; display: navigate; padding:2px; height: 10;}
  249. #allheader:hover{-webkit-transition: 0.9s; margin-top:-28px;}
  250.  
  251. /** PERSONALIZAÇÃO MENU **/
  252.  
  253.  
  254. .bb {-webkit-border-top-left-radius: 10px;
  255. -webkit-border-top-right-radius: 10px;
  256. -moz-border-radius-topleft: 10px;
  257. -moz-border-radius-topright: 10px;
  258. border-top-left-radius: 10px;
  259. border-top-right-radius: 10px;}
  260.  
  261. nav1 {font-size: 8px;
  262. font-family:tahoma;
  263. float:left;
  264. cursor: pointer;
  265. letter-spacing:1px;
  266. text-align:center;
  267. background:{color:bg menu};
  268. width:87px;
  269. -webkit-transition-duration: .50s;
  270. text-transform: uppercase;
  271. height:15px;
  272. padding:2px;
  273. color: {color:Links Menu};
  274. }
  275.  
  276. nav1:hover {background: {color:bg menu hover}; letter-spacing:3px;color:{color:Links Menu Hover};}
  277.  
  278.  
  279. nav5{font-size: 8px;
  280. font-family:tahoma;
  281. float:left;
  282. cursor: pointer;
  283. letter-spacing:1px;
  284. text-align:center;
  285. background:{color:bg menu};
  286. width:87px;
  287. -webkit-transition-duration: .50s;
  288. text-transform: uppercase;
  289. height:15px;
  290. padding:2px;
  291. margin-top:8px;
  292. color: {color:Links Menu};
  293. -webkit-border-top-left-radius: 10px;
  294. -webkit-border-top-right-radius: 10px;
  295. -moz-border-radius-topleft: 10px;
  296. -moz-border-radius-topright: 10px;
  297. border-top-left-radius: 10px;
  298. border-top-right-radius: 10px;
  299.  
  300. }
  301.  
  302. nav5:hover {background: {color:bg menu hover}; letter-spacing:3px; color: {color:Links Menu Hover};}
  303.  
  304. nav6{font-size: 8px;
  305. font-family:tahoma;
  306. float:left;
  307. cursor: pointer;
  308. letter-spacing:1px;
  309. text-align:center;
  310. background:{color:bg menu};
  311. width:87px;
  312. -webkit-transition-duration: .50s;
  313. text-transform: uppercase;
  314. height:15px;
  315. padding:2px;
  316. color: {color:Links Menu};
  317. -webkit-border-bottom-right-radius: 10px;
  318. -webkit-border-bottom-left-radius: 10px;
  319. -moz-border-radius-bottomright: 10px;
  320. -moz-border-radius-bottomleft: 10px;
  321. border-bottom-right-radius: 10px;
  322. border-bottom-left-radius: 10px;
  323.  
  324. }
  325.  
  326. nav6:hover {background: {color:bg menu hover}; letter-spacing:3px; color: {color:Links Menu Hover};}
  327.  
  328.  
  329.  
  330. /** FUNDO **/
  331. 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;}
  332.  
  333. /** APARENCIA BLOCKQUOTE **/
  334. blockquote {padding:3px;margin:0px;border-left: 3px solid {color:Text}; margin-left:1px}
  335.  
  336.  
  337.  
  338. .leftt {float: left; width:48%;text-align:left;}
  339. .rightt {float: right; width:48%; text-align:right;}
  340.  
  341. .hh {max-height:253px;}
  342.  
  343. /** BARRA ROLAGEM -- BY SECRET-DIALOGUES.TUMBLR.COM **/
  344.  
  345. ::-webkit-scrollbar{width:7px;height:5px;}
  346. ::-webkit-scrollbar-button:start:decrement
  347. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  348. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:10px;}
  349. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};-webkit-border-radius:10px;}
  350. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};-webkit-border-radius:10px;}
  351.  
  352.  
  353.  
  354. .paginaa{
  355. background: transparent;
  356. padding: 5px;
  357. margin-bottom: 0px;
  358. height:16px;
  359. font-size:13;
  360. color:{color:Text};
  361. width:530px;
  362. text-align:center;
  363. }
  364.  
  365.  
  366.  
  367.  
  368.  
  369. .menunopatternht {position:fixed; z-index: 4; width:87%; height:50px;left:0px;
  370. top :0px;background-color: {color:background}; align:center; text-align: center;}
  371.  
  372.  
  373. /********** paginação dos posts by: yasmin lira */
  374. a.page, a.page:visited, a.page:active {width: 50px; background:transparent; padding:
  375.  
  376. 2px; color: {color:Links}; display: block; text-decoration: none; text-align: center;
  377.  
  378. margin-top: 3px; font-size: 60px; font-family: tahoma;text-shadow: 0px 1px 1px
  379.  
  380. #FFFFFF;}
  381. a.page:hover {width: 50px; background:transparent; padding: 2px; color: {color:Links
  382.  
  383. Hover}; display: block; text-decoration: none; text-align: center; font-family: tahoma;}
  384. /********** personalização da paginação dos posts by: yasmin lira */
  385. .direita {bottom: 10px; z-index: 4; position: fixed;right:10px;}
  386. .esquerda {bottom: 10px; z-index: 4; position: fixed;left:10px;}
  387.  
  388.  
  389. #sidebardescri{left: 235px; margin-top: 55px; width: 210px; float: left; background-
  390.  
  391. color: {color:entry}; padding: 0px; position: fixed; height: 250px;}
  392. .sidebardescri1{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family:
  393.  
  394. {font:body2}; border: 1px solid {color:boxborder}; padding: 3px; background-color:
  395.  
  396. {color:boxbackground}; color: {color:boxtext}; overflow: auto; height: 90px;}
  397. .sidebardescri1 a{font-size: 9px; {font:body2};}
  398.  
  399.  
  400. /*** Paginação by madlyluv.com ***/
  401. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  402. #paginacaoml a {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  403. #paginacaoml a:hover {background: transparent; border: none;}
  404. #paginacaoml span.pagina_atual {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  405. #paginacaoml span.info {background: transparent; margin: 0 0px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  406.  
  407. <script type="text/javascript">
  408. //desabilita menu de opcoes ao clicar no botao direito
  409. function desabilitaMenu(e)
  410. {
  411. if (window.Event)
  412. {
  413. if (e.which == 2 || e.which == 3)
  414. return false;
  415. }
  416. else
  417. {
  418. event.cancelBubble = true
  419. event.returnValue = false;
  420. return false;
  421. }
  422. }
  423.  
  424.  
  425.  
  426.  
  427. //desabilita botao direito
  428. function desabilitaBotaoDireito(e)
  429. {
  430. if (window.Event)
  431. {
  432. if (e.which == 2 || e.which == 3)
  433. return false;
  434. }
  435. else
  436. if (event.button == 2 || event.button == 3)
  437. {
  438. event.cancelBubble = true
  439. event.returnValue = false;
  440. return false;
  441. }
  442. }
  443.  
  444.  
  445.  
  446.  
  447. //desabilita botao direito do mouse
  448. if ( window.Event )
  449. document.captureEvents(Event.MOUSEUP);
  450. if ( document.layers )
  451. document.captureEvents(Event.MOUSEDOWN);
  452.  
  453.  
  454.  
  455.  
  456. document.oncontextmenu = desabilitaMenu;
  457. document.onmousedown = desabilitaBotaoDireito;
  458. document.onmouseup = desabilitaBotaoDireito;
  459. </script>
  460.  
  461. </style>
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468. <!-- FIM DO CSS -->
  469.  
  470. <script>
  471. function click() {
  472. if (event.button==2||event.button==3) {
  473. oncontextmenu='return false';
  474. }
  475. }
  476. document.onmousedown=click
  477. document.oncontextmenu = new Function("return false;")
  478. </script>
  479.  
  480. </head>
  481.  
  482. <body>
  483.  
  484. <!-- BLOQUEIO CÓDIGO FONTE -->
  485. <body ondragstart='return false'>
  486. <body onkeydown="return false">
  487. <Body onselectstart="return false">
  488.  
  489. <div id="pagina">
  490.  
  491. <div id="sidebar1">
  492. <table><tr><td>
  493. <center><a href="/"><nav5>home</div></nav5></a>
  494. <a href="/ask"><nav1>ask</nav1></a>
  495. <a href="/random"><nav1>random</nav1></a>
  496.  
  497. {block:ifLink1}<a href="{text:Link1}"><nav1>{text:Link1 Title}</a></nav1>
  498.  
  499. {/block:ifLink1}
  500. {block:ifLink2}<a href="{text:Link2}" class="nav1"><nav1>{text:Link2 Title}</a></nav1>
  501.  
  502. {/block:ifLink2}
  503. {block:ifLink3}<a href="{text:Link3}" class="nav1"><nav1>{text:Link3 Title}</a></nav1>
  504.  
  505. {/block:ifLink3}
  506. {block:ifLink4}<a href="{text:Link4}" class="nav1"><nav1>{text:Link4 Title}</a></nav1>
  507.  
  508. {/block:ifLink4}
  509. {block:ifLink5}<a href="{text:Link5}" class="nav1"><nav1>{text:Link5 Title}</a></nav1>
  510.  
  511. {/block:ifLink5}
  512. {block:ifLink6}<a href="{text:Link6}" class="nav1"><nav6>{text:Link6 Title}</a></nav6>
  513.  
  514. {/block:ifLink6}
  515. <br>
  516.  
  517. {block:ifShowsidebarpicture}
  518.  
  519. <img src="{image:ImageSidebar}" class="borda" width="85px" max-height="130px">
  520.  
  521. {/block:ifShowsidebarpicture}
  522.  
  523. </center>
  524. </div>
  525. </td><td>
  526.  
  527. <div id="coluna">
  528.  
  529. <div class="caixasidebar">
  530. <center>
  531. <div class="titt"><a href="/">{Title}</div></a>
  532. <br>
  533.  
  534.  
  535.  
  536. <br>
  537.  
  538. <div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: {color:Text}; width: 170px;max-height: 160px; text-align: justify; font-family: tahoma; font-size:9px; line-height: 100%; background-color: transparent"><img src="{PortraitURL-64}" align="right" class="borda"/>
  539. {block:Description} {Description} {/block:Description}
  540. </div>
  541.  
  542.  
  543.  
  544.  
  545. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « Previous</a> / {/block:PreviousPage}{/block:Pagination}{block:Pagination}
  546.  
  547. {block:NextPage}<a href="{NextPage}">Next »</a>{/block:NextPage}{/block:Pagination}
  548.  
  549.  
  550. <br><br>
  551. <div id="allscrol"><div id="allheader">
  552. credits...
  553. <br><br>
  554. theme by <a href="http://secret-dialogues.tumblr.com/">secret-dialogues</a> · help <a href="http://ritamafalda.tumblr.com">ritamafalda</a> & <a href="http://all4-u.tumblr.com">all4-u</a> · powered by <a href="http://www.tumblr.com/">tumblr</a> · don't copy NEVER © </pre>
  555. </div></div></td></tr></table>
  556. </div></div>
  557.  
  558.  
  559. </center>
  560.  
  561. <div id="conteudo">
  562.  
  563. <!-- INÍCIO DAS TAGS DOS POSTS -->
  564. <div class="autopagerize_page_element"><img
  565.  
  566. src="http://static.tumblr.com/y9ykbvf/yz7lvhy8r/untitled-2.png" height="00px">
  567. <div class="treme">
  568. {block:Posts}
  569.  
  570.  
  571.  
  572.  
  573. <!-- TEXT -->
  574.  
  575. {block:Text}
  576.  
  577. <div class="caixa">
  578.  
  579. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  580.  
  581. {Body}
  582.  
  583. <div class="tag2">
  584.  
  585. <div class="leftt">
  586. <a href="{Permalink}">{Timeago}</a><br>
  587. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  588. {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>
  589. </div>
  590. <div class="rightt">
  591. {block:NoteCount}<a
  592.  
  593. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  594.  
  595. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  596. </div>
  597. <br>
  598. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  599.  
  600. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  601. {/block:Text}
  602.  
  603. <!-- PHOTO -->
  604.  
  605. {block:Photo}
  606.  
  607. <div class="caixa">
  608.  
  609. <div align="center"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="501px"/></div>
  610.  
  611. {block:Caption}{Caption}{/block:Caption}<br>
  612.  
  613. <div class="tag2">
  614.  
  615. <div class="leftt">
  616. <a href="{Permalink}">{Timeago}</a><br>
  617. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  618. {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>
  619. </div>
  620. <div class="rightt">
  621. {block:NoteCount}<a
  622.  
  623. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  624.  
  625. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  626. </div>
  627. <br>
  628. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  629.  
  630. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  631. {/block:Photo}
  632.  
  633.  
  634. <!-- PHOTOSET -->
  635.  
  636. {block:Photoset}
  637.  
  638. <div class="caixa">
  639.  
  640. <div align="center">{Photoset-500}</div>
  641.  
  642. {block:Caption}{Caption}{/block:Caption}
  643.  
  644. <div class="tag2">
  645.  
  646. <div class="leftt">
  647. <a href="{Permalink}">{Timeago}</a><br>
  648. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  649. {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>
  650. </div>
  651. <div class="rightt">
  652. {block:NoteCount}<a
  653.  
  654. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  655.  
  656. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  657. </div>
  658. <br>
  659. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  660.  
  661. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  662.  
  663. {/block:Photoset}
  664.  
  665.  
  666. <!-- QUOTE -->
  667.  
  668. {block:Quote}
  669.  
  670. <div class="caixa">
  671.  
  672. <div class="titt1"><span class="aspas">“</span><div class="quote">{Quote}
  673.  
  674. </span></div></div><br>
  675.  
  676. <div style="text-align:right">{block:Source}— {Source}</div>{/block:Source}<br>
  677.  
  678. <div class="tag2">
  679.  
  680. <div class="leftt">
  681. <a href="{Permalink}">{Timeago}</a><br>
  682. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  683. {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>
  684. </div>
  685. <div class="rightt">
  686. {block:NoteCount}<a
  687.  
  688. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  689.  
  690. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  691. </div>
  692. <br>
  693. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  694.  
  695. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div></div>
  696. {/block:Quote}
  697.  
  698.  
  699. <!-- LINK -->
  700.  
  701. {block:Link}
  702.  
  703. <div class="caixa">
  704.  
  705. <div class="titulo"><a href="{URL}" {Target}>{Name}</a></div>
  706.  
  707. {block:Description}{Description}{/block:Description}
  708.  
  709. <div class="tag2">
  710.  
  711. <div class="leftt">
  712. <a href="{Permalink}">{Timeago}</a><br>
  713. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  714. {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>
  715. </div>
  716. <div class="rightt">
  717. {block:NoteCount}<a
  718.  
  719. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  720.  
  721. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  722. </div>
  723. <br>
  724. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  725.  
  726. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  727. {/block:Link}
  728.  
  729.  
  730. <!-- CHAT -->
  731.  
  732. {block:Chat}
  733.  
  734. <div class="caixa">
  735.  
  736. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  737.  
  738. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  739.  
  740. {Line}<p>
  741.  
  742. {/block:Lines}
  743.  
  744. <div class="tag2">
  745.  
  746. <div class="leftt">
  747. <a href="{Permalink}">{Timeago}</a><br>
  748. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  749. {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>
  750. </div>
  751. <div class="rightt">
  752. {block:NoteCount}<a
  753.  
  754. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  755.  
  756. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  757. </div>
  758. <br>
  759. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  760.  
  761. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  762. {/block:Chat}
  763.  
  764.  
  765. <!-- VIDEO -->
  766.  
  767. {block:Video}
  768.  
  769. <div class="caixa">
  770.  
  771. {Video-500}
  772.  
  773. {block:Caption}{Caption}{/block:Caption}
  774.  
  775. <div class="tag2">
  776.  
  777. <div class="leftt">
  778. <a href="{Permalink}">{Timeago}</a><br>
  779. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  780. {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>
  781. </div>
  782. <div class="rightt">
  783. {block:NoteCount}<a
  784.  
  785. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  786.  
  787. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  788. </div>
  789. <br>
  790. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  791.  
  792. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  793. {/block:Video}
  794.  
  795.  
  796. <!-- AUDIO -->
  797.  
  798. {block:Audio}
  799.  
  800. <div class="caixa">
  801. <center>{block:AlbumArt}
  802. <img src="{AlbumArtURL}" width="208px">
  803. {/block:AlbumArt}
  804. {AudioPlayerBlack}
  805.  </center>
  806. {block:Caption}{Caption}{/block:Caption}
  807.  
  808. <div class="tag2">
  809.  
  810. <div class="leftt">
  811. <a href="{Permalink}">{Timeago}</a><br>
  812. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  813. {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>
  814. </div>
  815. <div class="rightt">
  816. {block:NoteCount}<a
  817.  
  818. href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<br>
  819.  
  820. <a href="{ReblogURL}" target="_blank">Reblog this post ←</a>
  821. </div>
  822. <br>
  823. {block:IfShowTags}{block:HasTags}Tagged:{block:Tags}# <a href="{TagURL}">
  824.  
  825. {Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags} </div></div>
  826.  
  827. {/block:Audio}
  828.  
  829.  
  830. <!-- ASK -->
  831.  
  832. {block:Answer}
  833.  
  834. <div class="caixa">
  835.  
  836. <img src="{AskerPortraitURL-40}" width="52px" align="left" class="borda" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
  837.  
  838. {Answer}
  839.  
  840.  
  841.  
  842. </div>
  843.  
  844. {/block:Answer}
  845.  
  846.  
  847.  
  848. {/block:Posts}
  849. </div>
  850. </div>
  851.  
  852. <!-- FIM DAS TAGS DOS POSTS -->
  853.  
  854.  
  855.  
  856. </div>
  857.  
  858. </div>
  859. <div style="top: 0px; right: 0px; position: fixed;">
  860. </body>
  861.  
  862. </html>
Advertisement
Add Comment
Please, Sign In to add comment