pamellabellegarde

Theme Tumblr: Summer Paradise

Oct 13th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1.  
  2.  
  3. <!-------
  4.  
  5. THEME BY SECRET-DIALOGUES.TUMBLR.COM
  6. DON'T COPY! BE ORIGINAL!
  7.  
  8. ------->
  9.  
  10.  
  11.  
  12.  
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  15.  
  16. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head>
  20.  
  21. <!DOCTYPE HTML>
  22.  
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet'
  25.  
  26. type='text/css'>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet'
  29.  
  30. type='text/css'>
  31.  
  32.  
  33. <script type="text/javascript">
  34. function changeNavigation(id) {document.getElementById
  35.  
  36. ('liuc').innerHTML=document.getElementById(id).innerHTML}
  37. </script>
  38.  
  39. </script>
  40. <script type="text/javascript"
  41.  
  42. src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  43. </script>
  44. <script type="text/javascript">
  45. $(document).ready(function(){
  46. $(".links_body").hide();
  47. $(".links_head").click(function(){
  48. $(this).next(".links_body").slideToggle('fast');
  49. }); }); </script>
  50. <style type="text/css">
  51. .links_list {
  52. margin:0px; padding:0px; width:200px;}
  53. .links_head {
  54. padding-top:5px; padding-bottom:1px; cursor:pointer; position:relative; margin:1px; text-
  55.  
  56. align:center;}
  57. .links_body {
  58. padding:1px; text-align:left; color: {color:Text}; display:none;}
  59. </style>
  60.  
  61. <title>{title}</title>
  62.  
  63.  
  64.  
  65. <link rel="shortcut icon" href="{favicon}" />
  66. <meta name="image:ImageSidebar"
  67.  
  68. content="http://static.tumblr.com/y9ykbvf/94Pmbunkm/sem_t__tulo_1.jpg" />
  69. <meta name="color:Postsbox" content="#f1f1f1"/>
  70. <meta name="color:title" content="#a84949"/>
  71. <meta name="color:background" content="#ddd" />
  72. <meta name="image:background" content=""/>
  73. <meta name="if:Show Tags" content="0"/>
  74. <meta name="if:bwimages" content="0"/>
  75.  
  76. <meta name="color:bg menu" content="#f1f1f1" />
  77. <meta name="color:border menu" content="#a84949" />
  78.  
  79.  
  80.  
  81. <meta name="font:Title" content="georgia" />
  82. <meta name="color:scroll bar" content="#000" />
  83. <meta name="color:bg scroll bar" content="#fff" />
  84. <meta name="color:Links" content="#666" />
  85. <meta name="color:Links Hover" content="#dadada" />
  86. <meta name="color:Text" content="#000" />
  87. <meta name="text:Link1" content="" />
  88. <meta name="text:Link1 Title" content="" />
  89. <meta name="text:Link2" content="" />
  90. <meta name="text:Link2 Title" content="" />
  91. <meta name="text:Link3" content="" />
  92. <meta name="text:Link3 Title" content="" />
  93. <meta name="text:Link4" content="" />
  94. <meta name="text:Link4 Title" content="" />
  95. <meta name="text:Link5" content="" />
  96. <meta name="text:Link5 Title" content="" />
  97. <meta name="text:Link6" content="" />
  98. <meta name="text:Link6 Title" content="" />
  99. <meta name="text:Link7" content="" />
  100. <meta name="text:Link7 Title" content="" />
  101. <meta name="text:Link8" content="" />
  102. <meta name="text:Link8 Title" content="" />
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. <style type="text/css">
  113.  
  114. /** EFEITO BLUR GRAY POR BOMBASTIC DESIGN **/
  115. .imgbg {
  116. -webkit-transition:All 1s ease;
  117. -moz-transition:All 1s ease;
  118. -o-transition:All 1s ease;
  119. -webkit-filter: grayscale(0) blur(0px);
  120. }
  121.  
  122. .imgbg:hover {
  123. -moz-transition:All 1s ease;
  124. -o-transition:All 1s ease;
  125. -webkit-filter: grayscale(1.0) blur(1px);-webkit-transition:All 1s ease;
  126. }
  127.  
  128.  
  129. /** PERSONALIZAÇÃO MENU **/
  130. .fu:hover {
  131. filter: alpha(opacity=0);
  132. moz-opacity:.00;
  133. opacity:.00 ;
  134. -webkit-transition-duration: 0.9s;
  135. background:{color:Sidebar};}
  136.  
  137. .fu {opacity:1.0 ;filter: alpha(opacity=100);margin-top:-180px;-webkit-transition-duration:
  138.  
  139. 0.9s;}
  140.  
  141.  
  142. nav1 {
  143. margin-bottom:1px;
  144. display:block;
  145. padding:3px;
  146. overflow:hidden;
  147. margin-left:-1px;
  148. font-size:10px;
  149. text-align:left;
  150. text-transform:lowercase;
  151. -webkit-transition-duration: 0.5s;
  152. font-family:calibri;
  153. background:{color:bg menu};
  154. color:{color:Text};
  155. border-left:10px solid {color:border menu};
  156. }
  157.  
  158. nav1:hover {background:{color:bg menu};
  159. border-left:25px solid {color:border menu};}
  160.  
  161. nav2 {font-size:9px;letter-spacing:1px;
  162. text-transform:uppercase;font-family: {font:title};
  163. }
  164.  
  165.  
  166. .mm {margin-bottom:-5px;}
  167.  
  168. /********** personalização da paginação dos posts by: yasmin lira */
  169. .direita {bottom: 10px; z-index: 4; position: fixed;right:20px;}
  170. .esquerda {bottom: 10px; z-index: 4; position: fixed;left:20px;}
  171.  
  172.  
  173. {block:Ifbwimages}
  174. img {-webkit-filter: grayscale(100%);}
  175. {/block:ifbwimages}
  176.  
  177.  
  178. /** QUOTE **/
  179. .aspas {position:relative;
  180. top:-0px;
  181. font-size:84px;
  182. opacity:0.4;
  183. filter: alpha (opacity=20);
  184. color: {color:Text};
  185. font: normal 130px;
  186. font-family: georgia;
  187. text-align:left ; }
  188.  
  189. .quote {margin-left:20px;margin-top:-85px; letter-spacing:0px;text-align:left ; }
  190.  
  191. /** TÍTULO DOS POSTS **/
  192. h1 { font-size:12pt;-webkit-transition-duration: .40s;
  193. font-weight:normal;text-align:center;
  194. font-family:{font:Title};color:{color:Text};}
  195. h2 { font-size:13px;-webkit-transition-duration: .40s;
  196. font-weight:normal;text-align:left;
  197. font-style:italic;font-family:{font:Title};color:{color:Text};}
  198.  
  199.  
  200.  
  201. .embaixo {left:0px; bottom :0px; position:absolute; z-index: 4;
  202. width:100%;background:transparent; height:62px;
  203. position: fixed !important;
  204. background-opacity:0.50;}
  205.  
  206.  
  207. .audio {height:100%; background:#000;}
  208.  
  209.  
  210.  
  211.  
  212. /** CAIXINHA MINI MENU **/
  213. .caixafundo {width:527px;background:#f6f6f6; heigth:100%;padding:5px;}
  214.  
  215. /** CAIXA DOS POSTS **/
  216. .caixa {
  217. font-size: 11px;
  218. width: 500px;
  219. padding:10px;padding-bottom:2px;
  220. text-align:justify;
  221. color:{color:Text};
  222. font-family: calibri;
  223. background: {color:Postsbox};}
  224.  
  225. .caixa img {max-width:500px;}
  226.  
  227. .opacidadee{
  228. margin: 1px;
  229. border: none;
  230. filter: alpha(opacity=75);
  231. moz-opacity:.80;
  232. opacity:.80 ;
  233. -webkit-transition-duration: .50s;
  234. }
  235. .opacidadee:hover{
  236. margin: 1px;
  237. border: none;
  238. filter: alpha(opacity=100);
  239. moz-opacity:1.0;
  240. opacity:1.0;
  241. }
  242.  
  243.  
  244.  
  245. .pa {padding:5px;}
  246.  
  247.  
  248. .opacidade:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;-webkit-
  249.  
  250. transition-duration: .80s;}
  251.  
  252. .opacidade {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -webkit-transition-
  253.  
  254. duration: .80s;}
  255.  
  256.  
  257. /** FRASE **/
  258. .frase {background:#000; font: italic 15px Georgia;margin-top:-
  259.  
  260. 20px;height:17px;opacity:0.60;color:#fff;text-align:right;}
  261.  
  262.  
  263.  
  264.  
  265. /** BARRA ROLAGEM -- BY SECRET-DIALOGUES.TUMBLR.COM **/
  266.  
  267. ::-webkit-scrollbar{width:5px;height:5px;}
  268. ::-webkit-scrollbar-button:start:decrement::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}::-webkit-scrollbar-track-piece{background-color:{color:background};}
  269. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  270. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:scroll bar}; background-color:{color:scroll bar};}
  271.  
  272.  
  273.  
  274. /** SIDEBAR **/
  275. .caixasidebar1 {font-size: 10px;
  276. text-align: center;
  277. font-family:
  278. line-height:20px;
  279. width:180px;
  280. z-index:4;
  281. letter-spacing:0px;
  282. padding:5px;b
  283. ackground: transparent;}
  284.  
  285.  
  286. /** POSIÇÃO THEME **/
  287. #pagina {width:673px; top:0px; text-align:justify;}
  288. #coluna {width: 283px; float:left; top:38px;position: fixed;}
  289. #conteudo {width: 415px;float: right;top:0px;text-align:justify;}
  290. #tudo {width:900px;top:0px;}
  291.  
  292.  
  293.  
  294. /** APARENCIA LINKS **/
  295. a:link, a:visited, a:active {-webkit-transition-duration: 0.3s;
  296. text-decoration: none;
  297. color: {color:Links};
  298. }
  299. a:hover {color:{color:Links Hover};}
  300.  
  301.  
  302. /** CAIXA ASK **/
  303.  
  304. .caixask {display:block;
  305. padding:10px;
  306. text-align:center;
  307. font-size:11px;
  308. background:{color:background};font-family: calibri;}
  309.  
  310. /*** BALÃO ASK POR BIIBS ***/
  311. .bubble {align:right;
  312. margin:1px 0px 3px 63px;
  313. padding:10px;
  314. position: relative;
  315. -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
  316. background: {color:background};}
  317.  
  318. .bubble p {margin:1px 0px;}
  319. .bubble span {display:block;
  320. position:absolute;
  321. width:1px;
  322. height:1px;
  323. font-size: 0;
  324. line-height: 1px;
  325. text-align:left;
  326. left:-10px;
  327. top:10px;
  328. border-top:7px solid transparent;
  329. border-bottom:7px solid transparent;
  330. border-right:10px solid {color:background};}
  331.  
  332. /** TAGS **/
  333. @font-face {font-family: "tinytots";src: url
  334.  
  335. ('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  336.  
  337. .tag2 {width:500px;
  338. padding-top:1px;
  339. padding:10px;
  340. text-align:center;
  341. text-align:center;
  342. margin-bottom: 4px;
  343. text-transform:uppercase;
  344. font-size:10px;
  345. background: {color:Postsbox};
  346. color:{color:Text};}
  347.  
  348. nav3 {text-transform:uppercase;
  349. font-size:10px;}
  350. }
  351.  
  352.  
  353. nav4 {font-size:0px;}
  354.  
  355.  
  356. .ttt {
  357. margin: 1px;
  358. border: none;
  359. filter: alpha(opacity=55);
  360. moz-opacity:.50;
  361. opacity:.50 ;
  362. -webkit-transition-duration: .90s;
  363. }
  364. .ttt:hover{
  365. margin: 1px;
  366. border: none;
  367. filter: alpha(opacity=100);
  368. moz-opacity:1.0;
  369. opacity:1.0;
  370. }
  371.  
  372.  
  373. /** FUNDO **/
  374. body { background-attachment: fixed;
  375. background-repeat: repeat;
  376. font-family: calibri;
  377. font-size: 11px;
  378. text-align: justify;color: {color:Text};
  379. background:{color:background} url('{image:background}');
  380. background-attachment: fixed; }
  381.  
  382. /** APARENCIA BLOCKQUOTE **/
  383. blockquote {margin:0px;padding:0px;padding-left:4px;border-left: 2px solid {color:Text};}
  384.  
  385.  
  386.  
  387. /** BORDA REDONDA **/
  388. .bordapam {-webkit-border-radius: 360px;
  389. -moz-border-radius: 360px;
  390. border-radius: 360px;
  391. margin:-2px;
  392. width:55px;}
  393. .bordapam img {width:55x;}
  394.  
  395.  
  396. .imageee {width:180px;max-height:180px;margin-bottom:2px;
  397. -webkit-border-radius: 360px;
  398. -moz-border-radius: 360px;
  399. border-radius: 360px;display: inline-block;
  400.  
  401. }
  402.  
  403.  
  404.  
  405.  
  406. .ll {float:left;width:70px;}
  407. .rr {float:right;width:170px;}
  408.  
  409.  
  410.  
  411.  
  412. .altt{max-height:130px;}
  413.  
  414. .borda4 {padding : 7px;
  415. background :#7E7E7E;}
  416.  
  417. .linhasidebar {border-right: #000 4px solid;}
  418.  
  419. .photo {max-width:400px;}
  420.  
  421.  
  422. pre { font-family: consolas;
  423. font-size: 12px;
  424. padding: 6px;
  425. margin:1px;
  426. border-radius:0px;
  427. width:380px; overflow: auto;
  428. line-height: 100%;
  429. background: {color:background};
  430. }
  431.  
  432.  
  433.  
  434. .pic {margin-bottom:5px;}
  435.  
  436.  
  437. nav10 {
  438. font-size:18px;
  439. text-align:center;
  440. webkit-transition-duration: .80s;
  441. font-style:italic;
  442. font-family: {font:title}
  443. }
  444.  
  445. nav10:hover {
  446. }
  447.  
  448.  
  449. .cre {padding:5px;
  450. bottom: 0px;
  451. right: 30px;
  452. z-index: 100;
  453. position: fixed;
  454. text-align:center;
  455. font-size:10px;
  456. height:20px;
  457. width:40px;
  458. -webkit-transition-duration: .50s;
  459. font-family:calibri;
  460. background:{color:Postsbox};}
  461.  
  462.  
  463.  
  464. </style>
  465. <!-- FIM DO CSS -->
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. </head>
  476.  
  477.  
  478. <body><center>
  479. <div class="tudo">
  480.  
  481.  
  482.  
  483. <div id="pagina">
  484.  
  485. <div class="cre">theme by
  486.  
  487. <a href="http://secret-dialogues.tumblr.com/" target="_blank">s-d</a>
  488.  
  489. </div>
  490.  
  491.  
  492.  
  493. <div id="coluna">
  494. <div class="caixasidebar1">
  495.  
  496. <nav10><a href="/" ><font color="{color:title}">{title}</font></a></nav10>
  497.  
  498. <br>
  499.  
  500. {block:ifLink1}<a href="{text:Link1}"> <nav2>{text:Link1 Title} </a> </nav2>
  501.  
  502. {/block:ifLink1}
  503.  
  504. {block:ifLink2} · <a href="{text:Link2}"> <nav2>{text:Link2 Title} </a> </nav2>
  505.  
  506. {/block:ifLink2}
  507.  
  508. {block:ifLink3} · <a href="{text:Link3}"><nav2>{text:Link3 Title} </a> </nav2>
  509.  
  510. {/block:ifLink3}<br>
  511.  
  512.  
  513.  
  514. <img src="{image:ImageSidebar}" class="imageee">
  515.  
  516. <div style="overflow:auto; max-height: 100px; text-align: center; font-family: calibri;
  517.  
  518. font-size:10px; background:transparent;
  519. color:{color:Text};; ">
  520. {block:Description} {Description} {/block:Description}
  521. </div>
  522.  
  523. <center>
  524.  
  525.  
  526. {block:ifLink4}<a href="{text:Link4}"><nav1>{text:Link4 Title} </a> </nav1>
  527.  
  528. {/block:ifLink4}
  529.  
  530. {block:ifLink5}<a href="{text:Link5}"><nav1>{text:Link5 Title} </a> </nav1>
  531.  
  532. {/block:ifLink5}
  533.  
  534. {block:ifLink6}<a href="{text:Link6}"><nav1>{text:Link6 Title} </a> </nav1>
  535.  
  536. {/block:ifLink6}
  537.  
  538. {block:ifLink7}<a href="{text:Link7}"><nav1>{text:Link7 Title} </a> </nav1>
  539.  
  540. {/block:ifLink7}
  541.  
  542. {block:ifLink8}<a href="{text:Link8}"><nav1>{text:Link8 Title} </a> </nav1>
  543.  
  544. {/block:ifLink8}
  545. </center>
  546. <br>
  547.  
  548.  
  549. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {CurrentPage}/{TotalPages}
  550. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  551.  
  552.  
  553.  
  554.  
  555.  
  556. </div>
  557.  
  558.  
  559.  
  560. </div>
  561.  
  562. <!-- INÍCIO DAS TAGS DOS POSTS -->
  563.  
  564.  
  565. <div class="autopagerize_page_element">
  566. <div id="conteudo">
  567. <div id="liuc">
  568.  
  569.  
  570.  
  571.  
  572. <div class="tudo"><div class="treme">
  573. {block:Posts}
  574.  
  575.  
  576.  
  577. <!-- TEXT -->
  578.  
  579. {block:Text}
  580.  
  581. <div class="caixa">
  582.  
  583. <h1>{block:Title}{Title}{/block:Title}</h1>
  584.  
  585. {Body}
  586.  
  587. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  588.  
  589. {/block:Text}
  590.  
  591. <!-- PHOTO -->
  592.  
  593. {block:Photo}
  594.  
  595. <div class="caixa">
  596. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  597.  
  598. </center>
  599.  
  600. {block:Caption}{Caption}{/block:Caption}<br>
  601.  
  602. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  603.  
  604.  
  605. {/block:Photo}
  606.  
  607.  
  608. <!-- PHOTOSET -->
  609.  
  610. {block:Photoset}
  611.  
  612. <div class="caixa">
  613.  
  614. <div align="center">{Photoset-500}</div>
  615.  
  616. {block:Caption}{Caption}{/block:Caption}
  617.  
  618. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  619.  
  620.  
  621.  
  622.  
  623.  
  624. {/block:Photoset}
  625.  
  626.  
  627. <!-- QUOTE -->
  628.  
  629. {block:Quote}
  630.  
  631. <div class="caixa">
  632.  
  633. <span class="aspas">“</span><div class="quote"><h2>{Quote}
  634.  
  635. </span></div></h2><br>
  636.  
  637. <div style='text-align:center'>{block:Source} — {Source}{/block:Source}</div>
  638. <br>
  639. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  640.  
  641.  
  642.  
  643. {/block:Quote}
  644.  
  645.  
  646. <!-- LINK -->
  647.  
  648. {block:Link}
  649.  
  650. <div class="caixa">
  651.  
  652. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  653.  
  654. {block:Description}{Description}{/block:Description}
  655.  
  656. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  657.  
  658. {/block:Link}
  659.  
  660.  
  661. <!-- CHAT -->
  662.  
  663. {block:Chat}
  664.  
  665. <div class="caixa">
  666.  
  667. <h1>{block:Title}{Title}{/block:Title}</h1>
  668.  
  669. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  670.  
  671. {Line}<p>
  672.  
  673. {/block:Lines}
  674.  
  675. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  676.  
  677. {/block:Chat}
  678.  
  679.  
  680. <!-- VIDEO -->
  681.  
  682. {block:Video}
  683.  
  684. <div class="caixa">
  685.  
  686. {Video-500}
  687.  
  688. {block:Caption}{Caption}{/block:Caption}
  689.  
  690. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  691.  
  692.  
  693. {/block:Video}
  694.  
  695.  
  696. <!-- AUDIO -->
  697.  
  698. {block:Audio}
  699.  
  700.  
  701. <div class="caixa">
  702.  
  703. <div class="audio">{AudioPlayerBlack}</div>
  704.  
  705. {block:Caption}{Caption}{/block:Caption}
  706.  
  707. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  708.  
  709.  
  710. {/block:Audio}
  711.  
  712.  
  713. <!-- ASK -->
  714.  
  715. {block:Answer}
  716.  
  717. <div class="caixa"><center>
  718.  
  719. <div class="caixask">
  720. <img src="{AskerPortraitURL-128}" align="left" class="bordapam" />
  721.  
  722. <div style="font-family:{font:title}; font-style:italic;"> {Asker}: {Question}</div></div>
  723.  
  724.  
  725. {Answer}
  726.  
  727. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
  728.  
  729. {/block:Answer}
  730.  
  731.  
  732.  
  733. <div class="tag2">
  734. POSTED <a href={Permalink}><nav3>{TimeAgo}</a></nav3> WITH
  735.  
  736. <a href="{Permalink}"><nav3>{NoteCountWithLabel}</a></nav3> · <a
  737.  
  738. href="{ReblogURL}" target="_blank"><nav3>Reblog</nav3></a>
  739.  
  740.  
  741.  
  742. {block:RebloggedFrom} <br><a href="{ReblogParentURL}"><nav3>Via</a> </nav3>
  743.  
  744. {/block:RebloggedFrom}
  745.  
  746. {block:ContentSource} · <a href="{SourceURL}" target="_blank" class="tag11"><nav3>
  747.  
  748. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  749.  
  750. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}
  751.  
  752. Source{/block:NoSourceLogo}</a>{/block:ContentSource} </nav3>
  753.  
  754.  
  755.  
  756.  
  757. {block:IfShowTags}<br> <nav3>Tagged:</nav3> {block:HasTags} {block:Tags}
  758.  
  759. <nav3><a href="{TagURL}"><font color="{color:Text}">#{Tag} </font></a> </nav3>
  760.  
  761. {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  762.  
  763. </div>
  764.  
  765. {/block:Posts}
  766.  
  767.  
  768. </div> </div>
  769.  
  770.  
  771.  
  772. <!-- FIM DAS TAGS DOS POSTS -->
  773.  
  774.  
  775.  
  776. </div></div>
  777.  
  778.  
  779. </div>
  780.  
  781. </div>
  782. <div style="top: 0px; right: 0px; position: fixed;">
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  791.  
  792. </div></div>
  793. <div style="top: 0px; right: 0px; position: fixed;">
  794.  
  795.  
  796.  
  797.  
  798.  
  799. </body>
  800.  
  801. </html>
Advertisement
Add Comment
Please, Sign In to add comment