Advertisement
reptilha

Château de Vries — 002

Jul 15th, 2018
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. <!--
  2.  
  3. Theme desenvolvido por @reptilha
  4. Não copie detalhes e não remova os créditos.
  5.  
  6. Grata pela preferência.
  7. Atenciosamente, G.
  8.  
  9. --->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="https://www.w3.org/1999/xhtml">
  16.  
  17. <head>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20.  
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link rel="shortcut icon" href="{Favicon}">
  24. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  25.  
  26. <!-- jquery -->
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  28. <!-- jquery -->
  29.  
  30. <script>
  31. $(document).ready(function(){
  32. /**** tumblr blogs avatars ****/
  33. $(".tumblr_blog").each(function() {
  34. var tumblrblogurl = $(this).text();
  35. $(this).before("<img src='https://api.tumblr.com/v2/blog/" + tumblrblogurl + ".tumblr.com/avatar/24' class='tumblr_blog_avatar'/>");
  36. });
  37. /**** tumblr blogs avatars ****/
  38. });
  39. </script>
  40.  
  41. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  42.  
  43. <meta name="color:Font" content="#000"/>
  44. <meta name="color:Background" content="#000"/>
  45. <meta name="color:Links" content="#000"/>
  46. <meta name="color:Link Hover" content="#ccc"/>
  47. <meta name="color:Borders" content="#eee"/>
  48.  
  49. <meta name="text:AskLabel" content="perguntou" />
  50. <meta name="if:DarkButtons" content="perguntou" />
  51.  
  52. <meta name="text:Link 1" content="Link" />
  53. <meta name="text:Link 1 url" content="" />
  54. <meta name="text:Link 2" content="Link" />
  55. <meta name="text:Link 2 url" content="" />
  56. <meta name="text:Link 3" content="Link" />
  57. <meta name="text:Link 3 url" content="" />
  58. <meta name="text:Link 4" content="Link" />
  59. <meta name="text:Link 4 url" content="" />
  60. <meta name="text:Link 5" content="Link" />
  61. <meta name="text:Link 5 url" content="" />
  62.  
  63. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  64. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  65. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  66.  
  67. <style type="text/css">
  68.  
  69. /* config */
  70.  
  71. body{
  72. font-family:cambria;
  73. background:{color:Background};
  74. font-size:13px;
  75. color:{color:Font};
  76. line-height:20px;
  77. overflow-x:hidden;
  78. }
  79.  
  80. img {
  81. height: auto;
  82. width: auto;
  83. }
  84.  
  85. iframe, img, embed, object, video{
  86. max-width: 100%;
  87. }
  88.  
  89. .photo{
  90. width:100%;
  91. }
  92.  
  93.  
  94. a{
  95. color:{color:Links};
  96. cursor:help;
  97. font-weight:bold;
  98. }
  99.  
  100. .box iframe {
  101. max-width: 100%;
  102.  
  103. }
  104.  
  105. .text img {
  106. max-width: 100%;
  107.  
  108. }
  109.  
  110. blockquote{
  111. margin-left:0%;
  112. width:100%;
  113. }
  114.  
  115. .box img {
  116. display: block;
  117.  
  118. }
  119.  
  120. .clear {
  121. clear: both;
  122.  
  123. }
  124.  
  125. #pagination {
  126. display: none;
  127.  
  128. }
  129.  
  130. a:hover{
  131. color:{color:Link Hover};
  132. -webkit-transition: all 0.3s ease-out;
  133. -moz-transition: all 0.3s ease-out;
  134. -o-transition: all 0.3s ease-out;
  135. transition: all 0.3s ease-out;
  136. }
  137.  
  138. .clearfix:after{
  139. content:".";
  140. display:block;
  141. clear:both;
  142. visibility:hidden;
  143. line-height:0;
  144. height:0;
  145.  
  146. }
  147.  
  148. .clearfix{
  149. display:inline-block;
  150.  
  151. }
  152.  
  153. html[xmlns] .clearfix{
  154. display:block;
  155.  
  156. }*
  157.  
  158. html .clearfix{
  159. height:1%;
  160.  
  161. }
  162.  
  163. a{
  164. text-decoration:none;
  165. }
  166.  
  167. .post {
  168. position: relative;
  169. width:300px;
  170. float:left;
  171. margin:25px;
  172. margin-top:x;
  173. {block:PermalinkPage}
  174. width:500px;
  175. {/block:PermalinkPage}
  176.  
  177. }
  178.  
  179. #contain {
  180. width:1300px;
  181. margin-left:auto;
  182. height:100%;
  183. margin-top:-10px;
  184. margin-right:auto;
  185. min-height:700px;
  186.  
  187. }
  188.  
  189. #content {
  190. width:700px;
  191. margin-left:400px;
  192. }
  193.  
  194. #infscr-loading {display:none!important;}
  195. #infscr-loading img {display:none;}
  196. #pagination {display:none;}
  197.  
  198. /**** tumblr blogs avatars ****/
  199. .tumblr_blog {margin-left: 23px;} /** aqui você edita a aparência do link do blog **/
  200. .tumblr_blog_avatar {width: 20px; height: 20px; border-radius: 100%;position:absolute;margin-right:px;margin-top:px;vertical-align:-3px;} /** aqui você edita a aparência do avatar **/
  201. /**** tumblr blogs avatars ****/
  202.  
  203. .iframe-controls--desktop {
  204. position:fixed;
  205. padding-top:20px;
  206. padding-right:20px;
  207. z-index:9999999999999999999999999999;
  208. {block:IfDarkButtons}
  209. filter:invert(100%);
  210. -webkit-filter:invert(100%);
  211. {/block:IfDarkButtons}
  212. -webkit-transform:scale(0.6,0.6);
  213. -webkit-transform-origin: 100% 0%;
  214. -ms-transform-origin:100% 0%;
  215. -ms-transform:scale(0.6,0.6);
  216. transform:scale(0.6,0.6);
  217. transform-origin:100% 0%;
  218. }
  219.  
  220. .thememaker{
  221. position:fixed;
  222. margin-top:22px;
  223. right:0px;
  224. font-size:13px;
  225. z-index:9999999999999999999999999999;
  226. {block:IfDarkButtons}
  227. color:black;
  228. {/block:IfDarkButtons}
  229. {block:IfNotDarkButtons}
  230. color:white;
  231. {/block:IfNotDarkButtons}
  232. }
  233.  
  234. #scrollToTop{
  235. right:5px;
  236. bottom:10px;
  237. position:fixed;
  238. font-size:13px;
  239. z-index:9999999999999999999999999999;
  240. {block:IfDarkButtons}
  241. color:black;
  242. {/block:IfDarkButtons}
  243. {block:IfNotDarkButtons}
  244. color:white;
  245. text-shadow: 1px 1px 1px rgba(68,68,68,.4), -1px -1px 1px rgba(68,68,68,.4), -1px 1px 1px rgba(68,68,68,.4), 1px -1px 1px rgba(68,68,68,.4);
  246. {/block:IfNotDarkButtons}
  247. }
  248.  
  249.  
  250. ::-moz-selection {color:inherit;background: transparent;}
  251.  
  252. ::selection {color:inherit;background: transparent;}
  253.  
  254. b{
  255. font-weight:bold;
  256. }
  257.  
  258. .caption{
  259. margin-top:10px;
  260. }
  261.  
  262. ::-webkit-scrollbar
  263. {width: 23px; height: 23px;}
  264. ::-webkit-scrollbar-track-piece
  265. {background-color: {color:Background};-webkit-border-radius:px;}
  266. ::-webkit-scrollbar-thumb:vertical
  267. {height: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:10px solid {color:Background}; }
  268. ::-webkit-scrollbar-thumb:horizontal
  269. {width: 3px; background-color: {color:Borders}; -webkit-border-radius:px;border:10px solid {color:Background}; }
  270.  
  271. .source{
  272. font-weight:bold;
  273. margin-top:3px;
  274. }
  275.  
  276. #s-m-t-tooltip {
  277. max-width:200px;
  278. padding:3px 10px 3px 10px;
  279. border:1px solid {color:Borders};
  280. margin:15px 20px;
  281. border-radius:3px;
  282. background:{color:Background};
  283. z-index:123456789;
  284.  
  285. }
  286.  
  287. #tumblr_lightbox {
  288. background-color:rgba(225, 225, 225, .7)!important;
  289. z-index:99999!important;
  290. }
  291.  
  292. #tumblr_lightbox img {opacity:0;}
  293.  
  294. #tumblr_lightbox_caption {
  295. color:black!important;
  296. font-family:arial!important;
  297. font-size:10px!important;
  298. font-weight:normal!important;
  299. text-shadow:none!important;
  300. }
  301. #tumblr_lightbox_center_image,
  302. #tumblr_lightbox_left_image,
  303. #tumblr_lightbox_right_image {
  304. background:white!important;
  305. -moz-box-shadow:none!important;
  306. -webkit-box-shadow:none!important;
  307. box-shadow:none!important;
  308. -moz-border-radius:0px!important;
  309. -webkit-border-radius:0px!important;
  310. border-radius:0px!important;
  311. opacity:1!important;
  312. }
  313.  
  314. #tumblr_lightbox_left_image,
  315. #tumblr_lightbox_right_image {opacity:.6!important;}
  316.  
  317. /* config */
  318.  
  319. reb{
  320. display:block;
  321. font-style:italic;
  322. margin-right:20px;
  323. float:left;
  324. max-width:200px;
  325. overflow:hidden;
  326. }
  327.  
  328. reb span{
  329. vertical-align:0px;
  330. margin-left:5px;
  331. margin-right:5px;
  332. display:inline-block;
  333. font-size:8px;
  334. }
  335.  
  336. time{ font-style:italic;margin-right:20px;
  337. {block:PermalinkPage}
  338. display:none;
  339. {/block:PermalinkPage}
  340. }
  341.  
  342. pd{
  343. display:block;
  344. padding:15px;
  345. }
  346.  
  347. /**Fragile Help**/
  348. .lnotes {display:block; margin-top:5px;}
  349. .lnotes .avatar {border:none; margin:5px; width:46px; padding:0;border-radius:100%;}
  350. .lnotes ol {margin:0; padding:0;}
  351. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  352. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  353. .more_box {display:block; width:500px; height:35px; margin:0; padding:0;width:}
  354. .more_notes_link_container a {width:500px; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:500px;margin-top:30px;margin-bottom:30px;}
  355. .lnotes blockquote {display:none;}
  356.  
  357. lin{
  358. display:block;
  359. padding:10px;
  360. width:500px;
  361. }
  362.  
  363. lin span{
  364. margin:5px;
  365. font-size:15px;
  366. }
  367. {block:Tags}
  368. a{
  369. font-weight:normal;
  370. }
  371. {/block:Tags}
  372.  
  373. .chat li{
  374. list-style:none;
  375. }
  376.  
  377. blockquote{
  378. margin-left:0px;
  379. }
  380.  
  381. .chat span{
  382. font-weight:bold;
  383. font-family:calibri;
  384. text-transform:uppercase;
  385. letter-spacing:1px;
  386. }
  387.  
  388. important{
  389. top:50px;
  390. position:fixed;
  391. right:30px;
  392. }
  393.  
  394. important a {
  395. background:{color:Background};
  396. color:{color:Links};
  397. padding:5px;
  398. line-height:14px;
  399. width:14px;
  400. border:1px solid {color:Borders};
  401. height:14px;
  402. margin:2px;
  403. border-radius:2px;
  404. text-align:center;
  405. display:block;
  406. transition:all 0.5s ease-in-out;
  407. }
  408.  
  409.  
  410. .pessoa { text-transform:uppercase; font-size:12px;}
  411. .pessoa a{display:;text-transform:uppercase; font-size:13px; font-weight:normal; color:{color:Links Hover};letter-spacing:x;
  412. border-bottom:1px solid {color:Borders};}
  413. .pessoa img{ width:30px;border-radius:100%; vertical-align:-10px;margin-right:5px;}
  414. .pergunta { background:; margin-top:10px;padding-bottom:20px; margin-left:0px; border-bottom:1px solid {color:Borders}; text-align:left; }
  415. .resposta { padding:15px; padding-top:px; padding-bottom:10px; background:transparent;margin-top:-20px;}
  416.  
  417. nav{
  418. padding:10px;
  419. margin-bottom:0px;
  420. margin-top:-35px;
  421. opacity:0.0;
  422. margin-left:5px;
  423. display:block;
  424. -webkit-transition: all 0.3s ease-out;
  425. -moz-transition: all 0.3s ease-out;
  426. -o-transition: all 0.3s ease-out;
  427. transition: all 0.3s ease-out;
  428. }
  429.  
  430. nav2{
  431. padding:10px;
  432. margin-bottom:0px;
  433. opacity:0.0;
  434. margin-left:5px;
  435. display:block;
  436. -webkit-transition: all 0.3s ease-out;
  437. -moz-transition: all 0.3s ease-out;
  438. -o-transition: all 0.3s ease-out;
  439. transition: all 0.3s ease-out;
  440. }
  441.  
  442. .post:hover nav{
  443. margin-top:-15px;
  444. opacity:1.0;
  445. }
  446.  
  447. .post:hover nav2{
  448. margin-bottom:10px;
  449. opacity:1.0;
  450. }
  451.  
  452. sidebar{
  453. position:fixed;
  454. width:200px;
  455. margin-left:100px;
  456. display:block;
  457. display:block;
  458. margin-top:100px;
  459. }
  460.  
  461. bio{
  462. text-align:left;
  463. display:block;
  464. }
  465.  
  466. #menu{
  467. display:block;
  468. width:200px;
  469. margin-left:0px;
  470. padding-top:10px;
  471. margin-top:10px;
  472. text-align:left;
  473. text-transform:uppercase;
  474. font-size:12px;
  475. letter-spacing:1px;
  476. }
  477.  
  478. sidebar img{
  479. border-radius:100%;
  480. width:80px;
  481. margin:20px;
  482. display:block;
  483. }
  484.  
  485. #menu a{
  486. font-family:;
  487. font-weight:normal;
  488. margin:3px;
  489. display:;
  490. border-bottom:1px solid transparent;
  491. -webkit-transition: all 0.3s ease-out;
  492. -moz-transition: all 0.3s ease-out;
  493. -o-transition: all 0.3s ease-out;
  494. transition: all 0.3s ease-out;
  495. }
  496.  
  497. #menu a:hover{
  498. color:{color:Links Hover};
  499. border-bottom:1px solid {color:Borders};
  500. }
  501.  
  502. sidebar h1{
  503. font-size:19px;
  504. font-family: 'Roboto Slab', serif;
  505. font-weight:normal;
  506. margin-bottom:20px;
  507. }
  508.  
  509. h1, h2, h3{
  510. font-size:19px;
  511. font-family: 'Roboto Slab', serif;
  512. font-weight:normal;
  513. color:{color:Links Hover};
  514. }
  515.  
  516. hov a{
  517. margin-right:10px;
  518. color:{color:Links Hover};
  519. opacity:1.0;
  520. font-size:13px;
  521. }
  522.  
  523. hov{
  524. vertical-align:-2px;
  525. {block:PermalinkPage}
  526. display:none;
  527. {/block:PermalinkPage}
  528. }
  529.  
  530. line{
  531. display:block;
  532. width:70%;
  533. height:1px;
  534. margin-top:20px;
  535. margin-bottom:20px;
  536. background:{color:Borders};
  537. }
  538.  
  539. </style>
  540.  
  541. <a href="#" id="scrollToTop"><span class="fa fa-angle-up" aria-hidden="true"></span></a>
  542.  
  543. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/auyouzq5m/jquery.js"></script>
  544. <script type="text/javascript" src="https://static.tumblr.com/kecu8nj/uGBow50r6/info.js"></script>
  545.  
  546. <link href="https://fonts.googleapis.com/css?family=Dosis|Markazi+Text|Montserrat|Oxygen|Source+Serif+Pro" rel="stylesheet">
  547.  
  548. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  549.  
  550. <script src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  551.  
  552. <a class="thememaker" href="https://reptilha.tumblr.com/themes"><span class="fa fa-download"></span></a>
  553.  
  554. </head>
  555.  
  556. <body>
  557.  
  558. <div id="contain">
  559.  
  560. <sidebar>
  561. <center>
  562. <h1>{Title}</h1>
  563. <line></line>
  564. <bio>
  565. {Description}
  566. </bio>
  567. <line></line>
  568.  
  569. <div id="menu">
  570. <a href="{text:Link 1 url}">{text:Link 1}</a><br>
  571. <a href="{text:Link 2 url}">{text:Link 2}</a><br>
  572. <a href="{text:Link 3 url}">{text:Link 3}</a><br>
  573. <a href="{text:Link 4 url}">{text:Link 4}</a><br>
  574. <a href="{text:Link 5 url}">{text:Link 5}</a>
  575. </div>
  576. </center>
  577.  
  578. </sidebar>
  579.  
  580. <div id="content">
  581. {block:Posts}
  582. <div class="post">
  583.  
  584. {block:RebloggedFrom}
  585. {block:IndexPage}
  586. <nav2><reb>{Name}
  587. <span class="sf sf-refresh"></span>
  588. <a href="{ReblogParentURL}">{ReblogParentName}</a></reb>
  589. {/block:IndexPage}
  590. </nav2>{/block:RebloggedFrom}
  591.  
  592. {block:Text}
  593. <pd> {block:Title}
  594. <h1>{Title}</h1>
  595. {/block:Title}{Body}</pd>
  596. {/block:Text}
  597.  
  598. {block:Photo}
  599. <pd> <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo"/>
  600.  
  601. {block:Caption}
  602. <div class="caption">{Caption}</div>
  603. {/block:Caption}</pd>
  604. {/block:Photo}
  605.  
  606. {block:Panorama}
  607. {LinkOpenTag}
  608. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  609. {LinkCloseTag}<pd>{block:Caption}
  610. <div class="caption">{Caption}</div>
  611. {/block:Caption}</pd>
  612. {/block:Panorama}
  613.  
  614. {block:Photoset}
  615. <pd> {Photoset}
  616. {block:Caption}{Caption}{/block:Caption}</pd>
  617. {/block:Photoset}
  618.  
  619. {block:Quote}
  620. <pd> {Quote}
  621.  
  622. {block:Source}
  623. <div class="source">{Source}</div>
  624. {/block:Source}</pd>
  625. {/block:Quote}
  626.  
  627. {block:Link}
  628. <pd> <a href="{URL}" class="link" {Target}><span class="fa fa-link" style="margin-right:10px;"></span>{Name}</a>
  629. {block:Description}
  630. <div class="description">{Description}</div>
  631. {/block:Description}</pd>
  632. {/block:Link}
  633.  
  634. {block:Chat}
  635. <pd> {block:Title}
  636. <h3><a href="{Permalink}">{Title}</a></h3>
  637. {/block:Title}
  638.  
  639. <ul class="chat">
  640. {block:Lines}
  641. <li class="{Alt} user_{UserNumber}">
  642. {block:Label}
  643. <span class="label">{Label}</span>
  644. {/block:Label}{Line}
  645. </li>
  646. {/block:Lines}
  647. </ul></pd>
  648. {/block:Chat}
  649.  
  650. {block:Video}
  651. {Video-500}<pd>{block:Caption}
  652. <div class="caption">{Caption}</div>
  653. {/block:Caption}</pd>
  654. {/block:Video}
  655.  
  656. {block:Audio}
  657. {AudioEmbed}<pd>{block:Caption}
  658. <div class="caption">{Caption}</div>
  659. {/block:Caption}</pd>
  660. {/block:Audio}
  661.  
  662. {block:Answer}
  663. <pd><div class="pessoa"><img src="{AskerPortraitURL-96}"/>{Asker} {text:AskLabel}</div>
  664. <div class="pergunta">{Question}</div></pd>
  665. <div class="resposta">{Answer}</div>
  666. {/block:Answer}
  667.  
  668. {block:IndexPage}<nav>
  669. <time>{TimeAgo}</time> <hov><a href="{Permalink}" title="{NoteCount}"><span class="fa fa-heart-o"></span></a> <a href="{ReblogUrl}" title="Compartilhar"><span class="fa fa-refresh"></span></a></hov></nav>{/block:IndexPage}
  670.  
  671. {block:ContentSource}
  672. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  673. {/block:ContentSource}
  674. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  675.  
  676. </div>
  677.  
  678. {block:PermalinkPage}
  679. {block:PostNotes}
  680. <div class="post">
  681.  
  682. <lin><span class="fa fa-clock-o"></span> {TimeAgo}</lin>
  683. <lin><span class="fa fa-heart"></span> {NoteCountWithLabel}</lin>
  684. {block:ContentSource}
  685. <lin>{lang:Source}:<a href="{SourceURL}">{Source}</a></lin>{/block:ContentSource}
  686. {block:HasTags}<lin><span class="fa fa-tags"></span> Marcadores:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </lin>{/block:HasTags}
  687.  
  688. </div>
  689. {/block:PostNotes}
  690. {block:PostNotes}<div class="post"><div class="lnotes">{PostNotes-64}</div><br><br></div>{/block:PostNotes}
  691.  
  692. {/block:PermalinkPage}
  693.  
  694.  
  695. {block:Pagination}
  696. <div id="pagination">
  697. {block:PreviousPage}
  698. <a href="{PreviousPage}"></a>
  699. {/block:PreviousPage}
  700. {block:NextPage}
  701. <a id="nextPage" href="{NextPage}"></a>
  702. {/block:NextPage}
  703. </div>
  704. {/block:Pagination}
  705.  
  706.  
  707.  
  708.  
  709.  
  710. {block:IndexPage}
  711. <script type="text/javascript">
  712. $(window).load(function () {
  713. $('#content').masonry(),
  714. $('.masonryWrap').infinitescroll({
  715. navSelector : '#pagination',
  716. nextSelector : '#nextPage',
  717. itemSelector : ".post, .loading",
  718. bufferPx : 20,
  719. },
  720. function() { $('#content').masonry({ appendedContent: $(this) }); });
  721. });
  722. </script>
  723. {/block:IndexPage}
  724.  
  725. {/block:Posts}
  726.  
  727.  
  728. </div>
  729.  
  730. <div class="loading"></div>
  731.  
  732.  
  733. </body>
  734.  
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement