Advertisement
armyofghosts

Theme 16 by armyofghosts

Jul 18th, 2014
2,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13.  
  14.  
  15. <!--- THEME #16 BY ARMYOFGHOSTS :) --->
  16.  
  17.  
  18.  
  19. <!---POP UP ASK--->
  20.  
  21. <script>
  22. $(document).ready(function() {
  23. //
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  33. //Apply Margin to Popup
  34. $('#' + popID).css({
  35. 'margin-top' : -popMargTop,
  36. 'margin-left' : -popMargLeft
  37. });
  38. $('body').append('<div id="fade"></div>');
  39. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  40. return false;
  41. });
  42. $('a.close, #fade').live('click', function() {
  43. $('#fade , .popup_block').fadeOut(function() {
  44. $('#fade, a.close').remove(); //fade them both out
  45. });
  46. return false;
  47. });
  48. });
  49. </script>
  50.  
  51.  
  52.  
  53.  
  54. <!-- jquery -->
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:30,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.  
  88. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
  91.  
  92.  
  93.  
  94. <meta name="color:Background" content="#ffffff"/>
  95. <meta name="color:Header" content="#333333"/>
  96. <meta name="color:Title" content="#a8a8a8">
  97. <meta name="color:Post Hover" content="#f8f8f8"/>
  98. <meta name="color:Links" content="#cccccc"/>
  99. <meta name="color:Link Hover" content="#f2f2f2"/>
  100. <meta name="color:Text" content="#a8a8a8"/>
  101. <meta name="color:Italics" content="#a8a8a8"/>
  102. <meta name="color:Bold" content="#a8a8a8"/>
  103. <meta name="color:Scrollbar" content="#000000"/>
  104. <meta name="color:ScrollbarBg" content="#ffffff"/>
  105.  
  106. <meta name="text:Title" content="" />
  107. <meta name="text:Ask Title" content="" />
  108. <meta name="text:URL" content="" />
  109. <meta name="text:Link 1 Text" content="" />
  110. <meta name="text:Link 1 URL" content="" />
  111. <meta name="text:Link 2 Text" content="" />
  112. <meta name="text:Link 2 URL" content="" />
  113. <meta name="text:Link 3 Text" content="" />
  114. <meta name="text:Link 3 URL" content="" />
  115.  
  116. <meta name="if:400px" content="1" />
  117. <meta name="if:Show Captions" content="1" />
  118. <meta name="if:Pop Up Ask" content="1" />
  119. <meta name="if:Show Link 1" content="1" />
  120. <meta name="if:Show Link 2" content="1" />
  121. <meta name="if:Show Link 3" content="1" />
  122.  
  123.  
  124.  
  125. <style type="text/css">
  126.  
  127.  
  128.  
  129. /*---TOOLTIP---*/
  130.  
  131. #s-m-t-tooltip {
  132. max-width:300px;
  133. padding:2px;
  134. margin:10px 0px 0px 10px;
  135. padding:3px 5px;
  136. background-color:#000;
  137. text-transform:none;
  138. font-size:9px;
  139. font-family:helvetica;
  140. letter-spacing:1px;
  141. color:#fff;
  142. z-index:999;
  143. }
  144.  
  145.  
  146.  
  147. /*---SCROLLBAR---*/
  148.  
  149. ::-webkit-scrollbar-thumb {
  150. height:auto;
  151. background-color:{color:Scrollbar};
  152. }
  153.  
  154. ::-webkit-scrollbar {
  155. height:9px;
  156. width:4px;
  157. background-color:{color:ScrollbarBg};
  158. }
  159.  
  160.  
  161.  
  162. /* --- BODY ---*/
  163.  
  164. body {
  165. background:{color:background};
  166. font-family:helvetica;
  167. font-weight:lighter;
  168. font-size:11px;
  169. line-height:120%;
  170. padding-bottom:50px;
  171. }
  172.  
  173. a {
  174. color:#a3a3a3;
  175. text-decoration:none;
  176. -webkit-transition: all 0.5s linear;
  177. -moz-transition: all 0.5s linear;
  178. transition: all 0.5s linear;
  179. }
  180.  
  181. a:hover {
  182. color:{color:Link Hover};
  183. text-decoration: none;
  184. -moz-transition-duration:.5s;
  185. -webkit-transition-duration:.5s;
  186. -o-transition-duration:.5s;
  187. }
  188.  
  189. blockquote {
  190. margin-left:20px;
  191. border-left:1px solid #e8e8e8;
  192. padding-left:10px;
  193. }
  194.  
  195. h1 {
  196. text-transform:uppercase;
  197. font-size:16px;
  198. letter-spacing:1px;
  199. text-align:center;
  200. }
  201.  
  202. h2 {
  203. text-transform:uppercase;
  204. font-size:14px;
  205. letter-spacing:1px;
  206. text-align:center;
  207. }
  208.  
  209.  
  210.  
  211. /*---ENTRIES---*/
  212.  
  213. #cont {
  214. left:50%;
  215. top:100px;
  216. width:600px;
  217. margin-left:-200px;
  218. position:absolute;
  219. }
  220.  
  221. #entries {
  222. {block:if400px}
  223. width:400px;
  224. {/block:if400px}
  225. {block:ifnot400px}
  226. width:500px;
  227. {/block:ifnot400px}
  228. margin-left:-45px;
  229. padding:20px;
  230. }
  231.  
  232. #posts {
  233. {block:if400px}
  234. width:400px;
  235. {/block:if400px}
  236. {block:ifnot400px}
  237. width:500px;
  238. {/block:ifnot400px}
  239. z-index:100;
  240. display:block;
  241. padding:25px;
  242. padding-bottom:20px;
  243. margin-bottom:60px;
  244. margin-top:25px;
  245. -moz-transition-duration:.5s;
  246. -webkit-transition-duration:.5s;
  247. -o-transition-duration:.5s;
  248. }
  249.  
  250. #posts:hover {
  251. background:{color:Post Hover};
  252. -moz-transition-duration:.5s;
  253. -webkit-transition-duration:.5s;
  254. -o-transition-duration:.5s;
  255. }
  256.  
  257. #posts:first-of-type {
  258. margin-top:50px;
  259. }
  260.  
  261. #posts:last-of-type {
  262. margin-bottom:30px;
  263. }
  264.  
  265.  
  266.  
  267. /*---HEADER---*/
  268.  
  269. #header {
  270. z-index:1000;
  271. margin-top:-10px;
  272. margin-left:-10px;
  273. padding-bottom:30px;
  274. background:{color:header};
  275. width:102%;
  276. position:fixed;
  277. }
  278.  
  279.  
  280.  
  281. /*---TITLE---*/
  282.  
  283. #title {
  284. padding-top:40px;
  285. text-align:center;
  286. font-family: 'Josefin Sans', sans-serif;
  287. font-weight:normal;
  288. text-transform:uppercase;
  289. letter-spacing:5px;
  290. font-size:20px;
  291. }
  292.  
  293. #title a {
  294. color:{color:title};
  295. -webkit-transition: all 0.5s ease-out;
  296. -moz-transition: all 0.5s ease-out;
  297. transition: all 0.5s ease-out;
  298. }
  299.  
  300. #title a:hover {
  301. letter-spacing:6px;
  302. }
  303.  
  304.  
  305.  
  306. /*---LINKS---*/
  307.  
  308. #links {
  309. padding-top:10px;
  310. width:100%;
  311. text-align:center;
  312. }
  313.  
  314. #links a {
  315. font-size:8px;
  316. letter-spacing:3px;
  317. text-transform:uppercase;
  318. color:#fff;
  319. }
  320.  
  321. #links a:hover {
  322. text-decoration:underline;
  323. }
  324.  
  325. #pagination {
  326. {block:if400px}
  327. width:450px;
  328. {/block:if400px}
  329. {block:ifnot400px}
  330. width:550px;
  331. {/block:ifnot400px}
  332. margin-left:-24px;
  333. bottom:0px;
  334. background:#fff;
  335. padding-top:15px;
  336. height:25px;
  337. text-align:center;
  338. text-transform:uppercase;
  339. font-weight:normal;
  340. font-size:10px;
  341. letter-spacing:1px;
  342. position:fixed;
  343. opacity: 0.7s;
  344. }
  345.  
  346.  
  347.  
  348. /*---TAGS/INFO---*/
  349.  
  350. #info {
  351. text-align:center;
  352. font-weight:normal;
  353. {block:if400px}
  354. width:390px;
  355. {/block:if400px}
  356. {block:ifnot400px}
  357. width:490px;
  358. {/block:ifnot400px}
  359. margin-top:10px;
  360. padding-top:10px;
  361. padding-bottom:5px;
  362. font-size:9px;
  363. letter-spacing:1px;
  364. text-transform:uppercase;
  365. line-height:100%;
  366. }
  367.  
  368. #info a {
  369. color:#444;
  370. }
  371.  
  372. #tags {
  373. font-family:helvetica;
  374. letter-spacing:1px;
  375. text-align:center;
  376. margin-top:5px;
  377. margin-left:2px;
  378. padding-bottom:5px;
  379. font-size:9px;
  380. opacity:0;
  381. -moz-transition-duration:0.8s;
  382. -webkit-transition-duration:0.8s;
  383. -o-transition-duration:0.8s;
  384. }
  385.  
  386. #tags a {
  387. color:{color:Link};
  388. }
  389.  
  390. #posts:hover #tags {
  391. margin-top:5px;
  392. margin-left:2px;
  393. opacity:1;
  394. -moz-transition-duration:0.8s;
  395. -webkit-transition-duration:0.8s;
  396. -o-transition-duration:0.8s;
  397. }
  398.  
  399.  
  400.  
  401. /*---NOTES---*/
  402.  
  403. .note {
  404. padding-left:25px;
  405. padding-bottom:2px;
  406. text-align:left;
  407. font-size:9px;
  408. {block:if400px}
  409. width:360px;
  410. {/block:if400px}
  411. {block:ifnot400px}
  412. width:460px;
  413. {/block:ifnot400px}
  414. }
  415.  
  416. .note li {
  417. border-bottom:1px solid #f7f7f7;
  418. padding:2%;
  419. }
  420.  
  421. .note li img.avatar{
  422. width:0px;
  423. height:0px;
  424. }
  425.  
  426. #rebloggedfrom {
  427. font-family:helvetica;
  428. text-align:center;
  429. margin-top:-5px;
  430. font-size:10px;
  431. }
  432.  
  433.  
  434.  
  435. /*---POSTS---*/
  436.  
  437. #asker {
  438. margin-bottom:5px;
  439. margin-left:-5px;
  440. padding:8px;
  441. margin-bottom:5px;
  442. text-align:left;
  443. color:#888;
  444. background:#f6f6f6;
  445. border:1px solid #f4f4f4;
  446. }
  447.  
  448. #asker a {
  449. font-size:11px;
  450. font-weight:bold;
  451. color:#000;
  452. letter-spacing:0px;
  453. text-transform:lowercase;
  454. }
  455.  
  456. .quote {
  457. font-size:15px;
  458. letter-spacing:1px;
  459. text-align:right;
  460. font-family:times;
  461. font-style:italic;
  462. padding:5px;
  463. }
  464.  
  465. #source {
  466. padding-top:5px;
  467. text-align:right;
  468. }
  469.  
  470. #chat {
  471. padding:5px;
  472. }
  473.  
  474. #chat:nth-of-type(odd) {
  475. background:#f7f7f7;
  476. }
  477.  
  478. #audiopl {
  479. width:27px;
  480. height:30px;
  481. overflow:hidden;
  482. margin:3px;
  483. margin-top:-1px;
  484. }
  485.  
  486. #audiocont {
  487. height:25px;
  488. {block:if400px}
  489. width:380px;
  490. {/block:if400px}
  491. {block:ifnot400px}
  492. width:480px;
  493. {/block:ifnot400px}
  494. padding:10px;
  495. background:#f7f7f7;
  496. }
  497.  
  498. #audiotext {
  499. margin-top:-32px;
  500. margin-left:45px;
  501. background:#fff;
  502. padding:7px;
  503. }
  504.  
  505.  
  506.  
  507.  
  508.  
  509. /* --- POP UP ASK ---*/
  510.  
  511. #fade { /*--Transparent background layer--*/
  512. display: none; /*--hidden by default--*/
  513. background: #fff;
  514. position: fixed; left: 0; top: 0;
  515. width: 100%; height: 100%;
  516. opacity: 0.97;
  517. z-index: 9999;
  518. }
  519.  
  520. .popup_block {
  521. display: none; /*--hidden by default--*/
  522. padding: 10px;
  523. float: left;
  524. font-size: 10;
  525. position: fixed;
  526. top: 50%; left: 52.3%;
  527. z-index: 99999;
  528. }
  529.  
  530. .heading {
  531. font-family:helvetica;
  532. font-weight:lighter;
  533. font-size:15px;
  534. margin-bottom:10px;
  535. color:#000;
  536. letter-spacing:2px;
  537. }
  538.  
  539. .text {
  540. font-family:helvetica;
  541. font-weight:lighter;
  542. font-size:11px;
  543. margin-bottom:10px;
  544. color:#000;
  545. letter-spacing:2px;
  546. }
  547.  
  548.  
  549.  
  550. /*---CRED---*/
  551.  
  552. #cred {
  553. position:fixed;
  554. bottom:10px;
  555. right:10px;
  556. font-size:12px;
  557. font-family:arial;
  558. font-weight:bold;
  559. letter-spacing:-2px;
  560. padding:5px;
  561. }
  562.  
  563. #cred a {
  564. color:#000;
  565. }
  566.  
  567.  
  568. </style></head>
  569.  
  570.  
  571.  
  572. <!---HEADER--->
  573.  
  574. <div id="header">
  575.  
  576.  
  577. <div id="title"><a href="/">{text:title}</a></div>
  578.  
  579. <br>
  580.  
  581. <div id="links">
  582.  
  583. <a href="/">home</a> &nbsp;&nbsp;&nbsp;&nbsp;
  584. {block:ifnotpopupask}<a href="/ask">ask</a>{/block:ifnotpopupask}
  585. {block:ifpopupask}<a href="#?w=500" rel="02" class="poplight">ask</a>{/block:ifpopupask}
  586. {block:ifshowlink1}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 1 URL}">{text:Link 1 Text}</a>{/block:ifshowlink1}
  587. {block:ifshowlink2}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 2 URL}">{text:Link 2 Text}</a>{/block:ifshowlink2}
  588. {block:ifshowlink3}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 3 URL}">{text:Link 3 Text}</a>{/block:ifshowlink3}
  589.  
  590. </div></div></div>
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <div id="cont">
  598.  
  599. <div id="pagination">
  600. {block:Pagination}<div class="pagination">
  601. {block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage} —
  602. {block:NextPage}<a href="{NextPage}">forth</a> {/block:NextPage}
  603. </div>{/block:Pagination}
  604. </div>
  605.  
  606.  
  607.  
  608.  
  609. <div id="entries">
  610.  
  611. {block:Posts}<div id="posts">
  612.  
  613.  
  614.  
  615. {block:Text}
  616. {block:Title}<h1>{Title}</h1>{/block:Title}
  617. {Body}
  618. {/block:Text}
  619.  
  620.  
  621.  
  622. {block:Photo}
  623. {block:if400px}
  624. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  625. {/block:if400px}
  626. {block:ifnot400px}
  627. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  628. {/block:ifnot400px}
  629. {block:Caption}
  630. {block:ifshowcaptions}
  631. <span class="caption">{Caption}</span>
  632. {/block:ifshowcaptions}
  633. {block:ifnotshowcaptions}
  634. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  635. {/block:ifnotshowcaptions}
  636. {/block:Caption}
  637. {/block:Photo}
  638.  
  639.  
  640.  
  641. {block:Photoset}
  642. {block:if400px}
  643. {Photoset-400}
  644. {/block:if400px}
  645. {block:ifnot400px}
  646. {Photoset-500}
  647. {/block:ifnot400px}
  648. {block:Caption}
  649. {block:ifshowcaptions}
  650. <span class="caption">{Caption}</span>
  651. {/block:ifshowcaptions}
  652. {block:ifnotshowcaptions}
  653. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  654. {/block:ifnotshowcaptions}
  655. {/block:Caption}
  656. {/block:Photoset}
  657.  
  658.  
  659.  
  660. {block:Quote}
  661. <div class="quote">"{Quote}"</div>
  662. {block:Source}
  663. <div id="source">— {Source}</div>
  664. {/block:Source}
  665. {/block:Quote}
  666.  
  667.  
  668.  
  669. {block:Link}
  670. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  671. {block:Description}
  672. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  673. {/block:Description}
  674. {/block:Link}
  675.  
  676.  
  677.  
  678. {block:Chat}
  679. {block:Title}<h1>{Title}</h1>{/block:Title}
  680. {block:Lines}
  681. <div id="chat">
  682. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  683. </div>
  684. {/block:Lines}
  685. {/block:Chat}
  686.  
  687. {block:Audio}
  688. <div id="audiocont">
  689. <div id="audiopl">
  690. {block:AudioPlayer}
  691. {AudioPlayerWhite}
  692. {/block:AudioPlayer}
  693. </div>
  694. <div id="audiotext">
  695. <b>{block:Artist}{Artist}{/block:Artist}</b> - {block:TrackName}{TrackName}{/block:TrackName}
  696. </div>
  697. </div>
  698. {block:ifshowcaptions}
  699. <span class="caption">{Caption}</span>
  700. {/block:ifshowcaptions}
  701. {block:ifnotshowcaptions}
  702. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  703. {/block:ifnotshowcaptions}
  704. {/block:Audio}
  705.  
  706.  
  707.  
  708. {block:Video}
  709. {block:if400px}
  710. {Video-400}
  711. {/block:if400px}
  712. {block:ifnot400px}
  713. {Video-500}
  714. {/block:ifnot400px}
  715. {block:Caption}
  716. {block:ifshowcaptions}
  717. <span class="caption">{Caption}</span>
  718. {/block:ifshowcaptions}
  719. {block:ifnotshowcaptions}
  720. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  721. {/block:ifnotshowcaptions}
  722. {/block:Caption}
  723. {/block:Video}
  724.  
  725.  
  726.  
  727. {block:Answer}
  728. <div id="asker"><a href="{askerURL}">{askername}:</a> {Question}</div>
  729. {Answer}
  730. {/block:Answer}
  731.  
  732.  
  733.  
  734.  
  735.  
  736. <!---POST INFO--->
  737. <div id="info">
  738.  
  739. {block:PermalinkPage}
  740. <div style="text-align:left; background:#f9f9f9; padding:5px;">
  741. {/block:PermalinkPage}
  742.  
  743. <!---DATE--->
  744. {block:Date}
  745. <a href="{Permalink}" title="{TimeAgo}"> {DayOfMonth} {ShortMonth}</a>
  746. {/block:Date}
  747.  
  748. <!---NOTE COUNT--->
  749. {block:NoteCount}
  750. &nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  751. {/block:NoteCount}
  752.  
  753. {block:PermalinkPage}
  754. <div style="float:right;">
  755. <!---VIA--->
  756. {block:RebloggedFrom}
  757. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> /
  758. {/block:RebloggedFrom}
  759.  
  760. <!---SOURCE--->
  761. {block:ContentSource}
  762. <a href="{SourceURL}" title="{SourceTitle}">src</a> /
  763. {/block:ContentSource}
  764.  
  765. <!---REBLOG--->
  766. <a href="{ReblogURL}">reblog</a></div></div>
  767. {/block:PermalinkPage}
  768.  
  769. </div>
  770.  
  771. <!---END POST INFO--->
  772.  
  773.  
  774.  
  775.  
  776.  
  777. <!---TAGS--->
  778. <div id="tags">
  779. {block:HasTags}
  780. {block:Tags}
  781. <a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;
  782. {/block:Tags}
  783. {/block:HasTags}
  784. </div>
  785. </div>
  786.  
  787. {/block:Posts}
  788.  
  789.  
  790.  
  791.  
  792.  
  793. {block:PermalinkPage}
  794. {block:PostNotes}
  795. <div class="note">{PostNotes}</div>
  796. {/block:PostNotes}
  797. {/block:permalinkpage}
  798.  
  799. </div></div></div>
  800.  
  801.  
  802.  
  803. <div id="cred">
  804.  
  805. <a href="http://armyofghosts.tumblr.com/" title="armyofghosts">AG</a>
  806.  
  807. </div>
  808.  
  809.  
  810. </body>
  811.  
  812. <div id="02" class="popup_block">
  813.  
  814. <Center><div class="heading">{text:Ask Title}</div><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  815. </center></div>
  816.  
  817. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement