Advertisement
thmslet

theme exbad

Dec 3rd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1. <!-- Esses códigos permitem que o theme seja visualizado corretamente em todos os navegadores -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head profile="http://gmpg.org/xfn/11">
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. <!-- •----------------------------------•
  13. ¯ | THEME FEITO POR SUA EXBAD | ¯
  14. ¯ | NÃO COPIE - NÃO SE INSPIRE | ¯
  15. ¯ | ----------------- | ¯
  16. ¯ | BASE POR CHARMOURS | ¯
  17. •----------------------------------•
  18. -->
  19.  
  20.  
  21.  
  22.  
  23. <!-- Favicon: Imagem pequena que fica na aba do navegador.
  24. {favicon} é a sua Dash/Icon do seu tumblr, caso queira outra coisa é só apagar ele e colocar a URL do novo favicon -->
  25. <link rel="shortcut icon" href="{favicon}">
  26.  
  27.  
  28.  
  29. <!-- Efeito "digitando" do titulo na aba do navegador -->
  30. <script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{title}"; tb8_messages[3] = "{title}"; tb8_messages[4] = "{title}"; tb8_messages[5] = "{title}";
  31. tb8_messages[6] = "{title}"; tb8_rptType = 'infinite'; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =""; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay; } if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout("tb8_pisi()", tb8_sp); } tb8_pisi() </script>
  32.  
  33.  
  34.  
  35. <!-- Appearance: IMAGE = IMAGEM. COLOR = COR. TEXT = TEXTO -->
  36. <meta name="image:sidebar" content="https://static.tumblr.com/3dd37a4234ccbf02ce2fb1a9ad6ae1f8/uwutdn1/Xp6p0ed6e/tumblr_static_bp44ikbulvs4wgo04kgwkkkos.jpg"/>
  37.  
  38. <meta name="color:background" content="#fff"/>
  39. <meta name="color:texto" content="#aaa"/>
  40. <meta name="color:links" content="#aaa"/>
  41. <meta name="color:links hover" content="#000"/>
  42.  
  43. <meta name="text:link1" content=""/>
  44. <meta name="text:link1 titulo" content="dashboard"/>
  45. <meta name="text:link2" content=""/>
  46. <meta name="text:link2 titulo" content="ask"/>
  47. <meta name="text:link3" content=""/>
  48. <meta name="text:link3 titulo" content="autorias"/>
  49. <meta name="text:link4" content=""/>
  50. <meta name="text:link4 titulo" content="designs"/>
  51. <meta name="text:link5" content=""/>
  52. <meta name="text:link5 titulo" content="instagram"/>
  53.  
  54. <meta name="text:frase" content="LOVE IS A MISTAKE FOR SOLITUDE"/>
  55.  
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Acme|Amatic+SC|Atomic+Age|Bangers|Berkshire+Swash|Bigelow+Rules|Boogaloo|Cabin|Cabin+Sketch|Cookie|Courgette|Francois+One|Kaushan+Script|Questrial|Ranchers|Spectral+SC" rel="stylesheet">
  58.  
  59.  
  60. </head>
  61.  
  62.  
  63.  
  64. <style type="text/css" media="screen">
  65.  
  66. /* INICIO DO CSS*/
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. /* Configurações básicas e gerais: Aqui voce vai colocar a cor do fundo do theme, fonte geral, tamanho da fonte, alinhamento dos textos*/
  74. body{background:{color:background}; color:{color:texto}; font-family: 'Spectral SC', serif;; font-size:11px; text-align:left;}
  75.  
  76.  
  77.  
  78. /* Links*/
  79. a{color:{color:links}; text-decoration:none;}
  80. a:hover{color:{color:links hover};}
  81.  
  82.  
  83.  
  84.  
  85. /* Barra de rolagem*/
  86. ::-webkit-scrollbar{width:5px; height:5px; background:#fff;}
  87. ::-webkit-scrollbar-thumb{background:#fff;}
  88.  
  89.  
  90.  
  91.  
  92. /* Alinhamento dos posts*/
  93. #charmours-post{margin-top:80px; margin-left:200px; width:1200px; padding-bottom:30px;}
  94. /* Esse "padding-bottom:30px;" é o espaço para a skin não ficar em cima do post da página interna, como a de tutorial*/
  95.  
  96.  
  97.  
  98.  
  99. /* Caixas dos posts: Se mudar o tamanho das caixas tem que mudar o tamanho das imagens também*/
  100. .charmours-caixas{position:relative; float:left; display:inline-block; width:200px; padding:7px; background:#F5F5F5; margin:25px; overflow:hidden; transition:1s;}
  101. .charmours-caixas img{max-width:200px;}
  102.  
  103.  
  104.  
  105.  
  106. /* Imagem dos posts (aqui NÃO edita o photoset (várias fotos em um post)*/
  107. .imagens_charmours img{width:200px;}
  108.  
  109.  
  110.  
  111.  
  112. /* Bloqueio do Via e Source*/
  113. .vsanna{display:none;}
  114.  
  115.  
  116.  
  117.  
  118. /* Titulo dos posts*/
  119. titulo{text-decoration:none;}
  120.  
  121.  
  122.  
  123.  
  124. /* Blockquote*/
  125. blockquote{margin:5px; padding:5px; background:#F5F5F5;}
  126.  
  127.  
  128.  
  129.  
  130.  
  131. /* NOTES:LEIA ISSO! N-Ã-O EDITE E COLOQUE SOMENTE SEUS CREDITOS, QUERENDO OU NAO O CÓDIGO É MEU! EDITOU? COLOQUE MEUS CREDITOS TAMBÉM!*/
  132.  
  133. /* Notes dos textos*/
  134. .notes_charmours{margin-top:4px; margin-bottom:-8px; margin-left:-10px; width:55px; padding:0 0 3px 3px; text-align:left; font-size:8px; height:9px; line-height:11px; font-family:'Consolas'; text-transform:uppercase; background:#F5F5F5; border-radius:0 5px 5px 0; transition:1s;}
  135. .notes_charmours a{color:{color:texto};}
  136. .notes_charmours a:hover{color:{color:links hover};}
  137.  
  138.  
  139.  
  140.  
  141. /* Notes das fotos*/
  142. .notes_charmours2{position:absolute; width:180px; margin-top:-50px; text-align:center; opacity:0; transition:1s;}
  143. .notes_charmours2 a:hover{color:rgba(255,255,255,1);}
  144. .charmours-caixas:hover .notes_charmours2{opacity:1; transition:1s;}
  145.  
  146. .wn1{display:inline-block;}
  147. .wn1 a{display:inline-block; padding:2px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:rgba(255,255,255,.6); border-radius:20px;}
  148.  
  149. .wn2{display:inline-block;}
  150. .wn2 a{display:inline-block; padding:5px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:rgba(255,255,255,.6); border-radius:20px;}
  151.  
  152. .wn3{display:inline-block;}
  153. .wn3 a{display:inline-block; padding:2px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:rgba(255,255,255,.6); border-radius:20px;}
  154.  
  155.  
  156.  
  157.  
  158.  
  159. /* Ask: Mesma regra dos notes!*/
  160. .pergunta{width:auto; height:auto; padding:5px; text-align:left; outline-offset:-3px; background:#ddd; text-transform:uppercase; font-size:8px;}
  161. .pergunta img {border-radius: 1000px;width:35px; float:left; padding-right:5px;padding-bottom:5px;}
  162. .resposta{margin-top:3px; width:200px; height:auto; text-align:left; border-top:2px solid #aaa; text-transform:uppercase; font-size:8px;}
  163.  
  164.  
  165.  
  166.  
  167.  
  168. /* Quotes*/
  169. .quote_charmours{text-align:center;}
  170. /* Source dos quotes: Quem escreveu o texto.*/
  171. .source_charmours{margin-top:5px; width:200px; height:15px; line-height:17px; margin-left:5px; text-align:right; border-top:1px solid #aaa; font-weight:bold; text-transform:uppercase; font-size:8px;}
  172.  
  173.  
  174.  
  175.  
  176.  
  177. /* Sidebar*/
  178. .side-ch{position:fixed; top:0px; left:0px; width:150px; height:400px; background:transparent; transition:1s;z-index:9999;}
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. /* Imagem da side*/
  186. .side-ch-imagem img{-webkit-border-radius: 100px;
  187. -moz-border-radius: 100px;
  188. border-radius: 100px; margin-top:20px; margin-left:35px; width:55px; height:55px; padding:4px; background:#F5F5F5;}
  189.  
  190.  
  191.  
  192.  
  193. /* Descrição da side*/
  194. .side-ch-descricao{margin-top:-30px; margin-left:100px; padding:0px; width:190px; text-align:left; font-size:10px; text-transform:uppercase; background:#fff;font-family: 'Spectral SC', serif;border:2px solid #F5F5F5;}
  195.  
  196.  
  197.  
  198.  
  199. /* Menu/Links*/
  200. .side-ch-menu{position:fixed; margin-top:10px; margin-left:70px; width:30px; height:0px; background:{color:background}; transition:1s;}
  201.  
  202. /* Links do menu*/
  203. .side-ch-menu a{display:block; padding:0; height:25px; line-height:25px; background:transparent; margin-bottom:3px; color:#ddd; text-align:center; font-size:15px; text-transform:uppercase; transition:1s;}
  204.  
  205. /* Links do menu quando passa o mouse (hover)*/
  206. .side-ch-menu a:hover{background:transparent; transition:1s;}
  207.  
  208.  
  209.  
  210.  
  211. .faixa { position:fixed;margin-top:-30px; margin-left:60px;position: fixed;background-color:#F5F5F5; height:400%;width:2px;}
  212.  
  213. .faixa2 { position:fixed;margin-top:-30px; margin-left:60px;position: fixed;background-color:#F5F5F5; height:2px;width:400%;}
  214.  
  215.  
  216. /* FIM DO CSS */
  217.  
  218. </style>
  219.  
  220.  
  221.  
  222.  
  223. <body onkeydown="return false">
  224.  
  225. <a style="position:fixed; right:30px; bottom:20px; font-family:tahoma; font-size:15px; color:#aaa; padding:5px;background:transparent; " href="http://exbad.tumblr.com/" title="theme feito por exbad não copie."><i class="fa fa-times" aria-hidden="true"></i></a>
  226.  
  227.  
  228.  
  229.  
  230. <div class="faixa"></div>
  231. <div class="faixa2"></div>
  232.  
  233.  
  234. <div style="top: 0px; left: 0px; width: 100%; height: 50px; position: fixed; background-image: url(' https://78.media.tumblr.com/5e961ccc8dda5859ef1d1ff488b12dfe/tumblr_inline_mkjkvmo1Kl1qz4rgp.png'); z-index: 9;"></div>
  235.  
  236. <div style="top: 0px; left: 0px; width: 60px; height: 100%; position: fixed; background-image: url(' https://78.media.tumblr.com/5e961ccc8dda5859ef1d1ff488b12dfe/tumblr_inline_mkjkvmo1Kl1qz4rgp.png'); z-index: 9;"></div>
  237.  
  238. <div class="side-ch"> <!-- Inicio da sidebar-->
  239.  
  240.  
  241. <!-- Imagem da side-->
  242. <div class="side-ch-imagem"><img src="{image:sidebar}"></div>
  243.  
  244.  
  245. <!-- Descrição-->
  246. <div class="side-ch-descricao">{text:frase}</div>
  247.  
  248.  
  249. <!-- Menu/Links-->
  250. <div class="side-ch-menu">
  251. <a href="{text:link1}" title="{text:link1 titulo}"><i class="fa fa-reply" aria-hidden="true"></i></a>
  252. <a href="{text:link2}" title="{text:link2 titulo}"><i class="fa fa-comments-o" aria-hidden="true"></i></i></a>
  253. <a href="{text:link3}"title="{text:link3 titulo}"><i class="fa fa-tag" aria-hidden="true"></i></a>
  254. <a href="{text:link4}" title="{text:link4 titulo}"><i class="fa fa-code" aria-hidden="true"></i></a>
  255. <a href="{text:link5}" title="{text:link5 titulo}"><i class="fa fa-camera" aria-hidden="true"></i></a>
  256.  
  257. </div>
  258.  
  259. </div> <!-- Fim da sidebar-->
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. <div id="charmours-post"> <!-- Div do Post-->
  283. {block:Posts}
  284. <div class="charmours-caixas"> <!-- Div das Caixas dos posts-->
  285.  
  286.  
  287.  
  288.  
  289. <!-- Textos-->
  290. {block:Text}
  291. {block:Title}<titulo><center>{Title}</center></titulo>{/block:Title}
  292. {body}
  293.  
  294.  
  295. <!-- Notes dos textos-->
  296. {block:indexpage}
  297. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  298.  
  299. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  300. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  301. </div>{/block:indexpage}
  302. {/block:Text}
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. <!-- Fotos-->
  312. {block:Photo}
  313. <div class="imagens_charmours"><img src="{PhotoURL-250}"></div>
  314.  
  315.  
  316. <!-- NOTES DAS FOTOS-->
  317. {block:indexpage}
  318. <div class="notes_charmours2">
  319.  
  320. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  321. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  322. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  323.  
  324. </div>
  325. {/block:indexpage}
  326. {/block:Photo}
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. <!-- Photoset (varias fotos em um post)-->
  336. {block:Photoset}
  337. <div class="imagens_charmours">{Photoset}</div>
  338.  
  339.  
  340. <!-- NOTES DO PHOTOSET-->
  341. {block:indexpage}
  342. <div class="notes_charmours2">
  343.  
  344. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  345. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  346. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  347.  
  348. </div>
  349. {/block:indexpage}
  350. {/block:Photoset}
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. <!-- Quote-->
  360. {block:Quote}
  361. <div class="quote_charmours">{Quote}</div>
  362. <div class="source_charmours">{block:Source}{Source}{/block:Source}</div>
  363.  
  364.  
  365. <!-- NOTES DOS QUOTES-->
  366. {block:indexpage}
  367. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  368.  
  369. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  370. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  371. </div>{/block:indexpage}
  372. {/block:Quote}
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. <!-- CHAT-->
  382. {block:Chat}
  383. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  384. {block:Lines}
  385. {block:Label}
  386. <span>
  387. <font color="{color:links hover}">
  388. {Label}
  389. </font>
  390. </span>
  391. {/block:Label}
  392.  
  393. {Line} <br>
  394. {/block:Lines}
  395.  
  396.  
  397. <!-- NOTES DOS CHATS-->
  398. {block:indexpage}
  399. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  400.  
  401. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  402. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  403. </div>{/block:indexpage}
  404. {/block:Chat}
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. <!-- LINK-->
  414. {block:Link}
  415. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>{block:Description}{Description}{/block:Description}
  416.  
  417.  
  418. <!-- NOTES DOS LINKS-->
  419. {block:indexpage}
  420. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  421.  
  422. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  423. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  424. </div>{/block:indexpage}
  425. {/block:Link}
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. <!-- AUDIO/MUSICA-->
  435. {block:Audio}
  436. {AudioPlayer}
  437.  
  438.  
  439. <!-- NOTES DOS AUDIOS/MUSICAS-->
  440. {block:indexpage}
  441. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  442.  
  443. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  444. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  445. </div>{/block:indexpage}
  446. {/block:Audio}
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455. <!-- VIDEOS-->
  456. {block:Video}
  457. {block:Indexpage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  458.  
  459.  
  460. <!-- NOTES DOS VIDEOS-->
  461. {block:indexpage}
  462. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  463.  
  464. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  465. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  466. </div>{/block:indexpage}
  467. {/block:Video}
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <!-- ASK-->
  477. {block:Answer}
  478. <div class="pergunta"><b><img src="{AskerPortraitURL-128}">{Asker}</b>: {Question}</div>
  479. <div class="resposta">{Answer}</div>
  480.  
  481.  
  482. <!-- NOTES DAS ASKS-->
  483. {block:indexpage}
  484. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  485.  
  486. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  487. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  488. </div>{/block:indexpage}
  489. {/block:Answer}
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. <!-- Bloqueio do Via e Source que fica nos posts-->
  498. <div class="vsanna">
  499. {block:RebloggedFrom}
  500. <a href="{ReblogParentURL}">via</a>
  501. {/block:RebloggedFrom}
  502. {block:ContentSource}
  503. <a href="{SourceURL}">source</a>
  504. {/block:ContentSource}
  505. </div>
  506.  
  507.  
  508.  
  509.  
  510. </div> <!-- Fim da div das Caixas-->
  511. {/block:Posts}
  512. </div> <!-- Fim da div dos Posts-->
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519. {block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}
  520.  
  521.  
  522.  
  523.  
  524. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"><link href="http://static.tumblr.com/qszodba/029o0wega/mansory.js" rel="stylesheet" type="text/css"><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script><script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script><script type="text/javascript">$(window).load(function () {$('#charmours-post').masonry(),$('.masonryWrap').infinitescroll({navSelector : "div#navigation",nextSelector : "div#navigation a#nextPage",itemSelector:".charmours-caixas",bufferPx:10000,extraScrollPx:11000,loadingImg:"",loadingText:"<i> </i>",},function() { $('#charmours-post').masonry({ appendedContent:$(this)});});});</script>
  525.  
  526.  
  527.  
  528. </body>
  529.  
  530.  
  531.  
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement