Advertisement
thmslet

theme exbad delicathe

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