Advertisement
hzrrys

custom3

Jul 10th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4.  
  5. --->
  6.  
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10.  
  11. <head>
  12. <link href='http://static.tumblr.com/dgsxbke/2dumlbk3g/fadein.css' rel='stylesheet' type='text/css'>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18. <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="cursor-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'cursor-frame' ), liked = ( myLike.className == 'cursor2' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'cursor2'; }; }, false ); }; </script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:20,
  26. tip_fade_speed:400,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <meta name="color:background" content="#ffffff"/>
  34. <meta name="color:link" content="#777777"/>
  35. <meta name="color:text" content="#000000"/>
  36. <meta name="color:title" content="#333333"/>
  37. <meta name="color:hover" content="#aaaaaa"/>
  38. <meta name="color:desc" content="#dddddd">
  39. <meta name="color:sidebar" content="#000000"/>
  40. <meta name="color:border" content="#dddddd"/>
  41.  
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="if:ImageOpacity" content="0">
  45. <meta name="if:PostFadeIn" content="1">
  46.  
  47. <meta name="text:Link One Title" content="" />
  48. <meta name="text:Link One" content="" />
  49. <meta name="text:Link One Url" content="" />
  50.  
  51. <meta name="text:Link Two Title" content="" />
  52. <meta name="text:Link Two" content="" />
  53. <meta name="text:Link Two Url" content="" />
  54.  
  55. <meta name="text:Link Three Title" content="" />
  56. <meta name="text:Link Three" content="" />
  57. <meta name="text:Link Three Url" content="" />
  58.  
  59. <meta name="text:Link Four Title" content="" />
  60. <meta name="text:Link Four" content="" />
  61. <meta name="text:Link Four Url" content="" />
  62.  
  63. <meta name="text:Link Five Title" content="" />
  64. <meta name="text:Link Five" content="" />
  65. <meta name="text:Link Five Url" content="" />
  66.  
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  72. <body onkeydown="return false">
  73.  
  74. <style type="text/css">
  75.  
  76. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  77.  
  78. @font-face {
  79. font-family:font;
  80. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  81. }
  82.  
  83.  
  84. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  85.  
  86. #tumblr_controls {
  87. opacity:.4;
  88. position:fixed !important;
  89. transition:All .5s ease;
  90. -webkit-transition:All .5s ease;
  91. -moz-transition:All .5s ease;
  92. -o-transition:All .5s ease;
  93. -webkit-filter: invert(100%);
  94. -webkit-filter: invert(100%);
  95. -webkit-filter: invert(100%);
  96. -webkit-filter: invert(100%);
  97. -webkit-filter: invert(100%);
  98. -webkit-filter: invert(100%);
  99. -webkit-filter: invert(100%);
  100. }
  101.  
  102. #tumblr_controls:hover {
  103. opacity:1;
  104. transition:All .5s ease;
  105. -webkit-transition:All .5s ease;
  106. -moz-transition:All .5s ease;
  107. -o-transition:All .5s ease;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. width: 7px;
  112. height: 7px;
  113. background-color:{color:text};
  114. border:3px solid {color:background};
  115. }
  116. ::-webkit-scrollbar-thumb {
  117. -moz-border-radius: 3px;
  118. border-radius: 3px;
  119. background-color: {color:text};
  120. }
  121.  
  122. body {
  123. color:{color:text};
  124. font-size:12px;
  125. font-family:consolas;
  126. background:{color:background};
  127. }
  128.  
  129. a {
  130. color:{color:link};
  131. text-decoration:none;
  132. transition:all .5s ease;
  133. -webkit-transition:all .5s ease;
  134. -moz-transition:all .5s ease;
  135. -o-transition:all .5s ease;
  136. }
  137.  
  138. a:hover {
  139. color:{color:hover};
  140. font-style:normal;
  141. transition:all .5s ease;
  142. -webkit-transition:all .5s ease;
  143. -moz-transition:all .5s ease;
  144. -o-transition:all .5s ease;
  145. }
  146.  
  147. ::selection {
  148. background:{color:selection};
  149. color: #fff;
  150. }
  151.  
  152. ::-moz-selection {
  153. background:{color:selection};
  154. color: #fff;
  155. }
  156.  
  157. #s-m-t-tooltip{
  158. max-width:300px;
  159. padding:3px;
  160. margin:26px 0px 0px 8px;
  161. z-index:9999;
  162. background-color:#fff;
  163. border:1px solid {color:sidebar};
  164. font-family:consolas;
  165. font-size:8px;
  166. letter-spacing:1px;
  167. text-transform:lowercase;
  168. color:{color:text};
  169. border-radius:3px;
  170. }
  171.  
  172. #sidebar {
  173. border-radius:4px;
  174. position:fixed;
  175. width:180px;
  176. height:185px;
  177. margin-left:-200px;;
  178. margin-top:230px;
  179. padding-top:25px;
  180. padding-bottom:10px;
  181. border:1px solid {color:sidebar};
  182. background:#fff;
  183. -webkit-transition:all .5s ease;
  184. -moz-transition:all .5s ease;
  185. -o-transition:all .5s ease;
  186. }
  187.  
  188. .blogtitle {
  189. position:fixed;
  190. margin-top:-140px;
  191. margin-left:5px;
  192. text-align:right;
  193. text-transform:lowercase;
  194. background:transparent;
  195. font-family:"font";
  196. line-height:100%;
  197. padding-right:4px;
  198. font-size:21px;
  199. padding:2px;
  200. height:33px;
  201. width:auto;
  202. opacity:1;
  203. text-shadow:
  204. 0px 1px 1px {color:link};
  205. -webkit-transition:all .5s ease;
  206. -moz-transition:all .5s ease;
  207. -o-transition:all .5s ease;
  208. }
  209.  
  210.  
  211. #sidebar:hover {
  212. height:185px;
  213. -webkit-transition:all .5s ease;
  214. -moz-transition:all .5s ease;
  215. -o-transition:all .5s ease;
  216. }
  217.  
  218. #sidebar:hover .blogtitle {
  219. opacity:1;
  220. -webkit-transition:all .5s ease;
  221. -moz-transition:all .5s ease;
  222. -o-transition:all .5s ease;
  223. }
  224.  
  225. .picture img {
  226. margin-top:15px;
  227. margin-left:0px;
  228. width:160px;
  229. height:110px;
  230. background:white;
  231. }
  232.  
  233. .picture {
  234. margin-top:-30px;
  235. margin-left:10px;
  236. }
  237.  
  238. .desc {
  239. position:fixed;
  240. font-size:8px;
  241. text-transform:uppercase;
  242. padding:10px;
  243. color:{color:desc};
  244. margin-top:10px;
  245. margin-bottom:24px;
  246. margin-left:15px;
  247. width:150px;
  248. text-align:center;
  249. padding:0px;
  250. height:45px;
  251. overflow:hidden;
  252. opacity:1;
  253. border-top:1px dashed {color:sidebar};
  254. -webkit-transition:all .6s ease;
  255. -moz-transition:all .6s ease;
  256. -o-transition:all .6s ease;
  257. }
  258.  
  259.  
  260. #sidebar:hover .desc {
  261. opacity:1;
  262. -webkit-transition:all .6s ease;
  263. -moz-transition:all .6s ease;
  264. -o-transition:all .6s ease;
  265. }
  266.  
  267. #sidebar:hover #links {
  268. opacity:1;
  269. -webkit-transition:all .7s ease;
  270. -moz-transition:all .7s ease;
  271. -o-transition:all .7s ease;
  272. }
  273.  
  274.  
  275. #links {
  276. margin-left:0px;
  277. margin-top:63px;
  278. font-size:8px;
  279. letter-spacing:1px;
  280. text-align:center;
  281. padding-top:5px;
  282. width:170px;
  283. height:13px;
  284. padding-left:5px;
  285. opacity:1;
  286. -webkit-transition:all .7s ease;
  287. -moz-transition:all .7s ease;
  288. -o-transition:all .7s ease;
  289. }
  290.  
  291. #links a {
  292. text-transform:uppercase;
  293. text-align:left;
  294. -webkit-transition: all 0.2s ease-out;
  295. -moz-transition: all 0.2s ease-out;
  296. transition: all 0.2s ease-out;
  297. }
  298.  
  299. #links a:hover {
  300. -webkit-transition: all 0.2s ease-out;
  301. -moz-transition: all 0.2s ease-out;
  302. transition: all 0.2s ease-out;
  303. text-shadow:0 -9px 0 {color:link}, 0 9px 0 {color:link};
  304. }
  305.  
  306. {block:ifImageOpacity}
  307.  
  308.  
  309. .entry img {
  310. opacity:.7;
  311. -webkit-transition: all 1s ease;
  312. -moz-transition: all 1s ease;
  313. -o-transition: all 1s ease;
  314. transition: all 1s ease;
  315. }
  316.  
  317. .entry img:hover {
  318. opacity:1;
  319. -webkit-transition: all 1s ease;
  320. -moz-transition: all 1s ease;
  321. -o-transition: all 1s ease;
  322. transition: all 1s ease;
  323. }
  324.  
  325. {/block:ifImageOpacity}
  326.  
  327. .entry {
  328. border-radius:4px;
  329. float:left;
  330. width:200px;
  331. margin:10px;;
  332. padding:10px;
  333. padding-bottom:7px;
  334. border:1px solid {color:border};
  335. text-transform:none;
  336. opacity:1;
  337. text-align:left;
  338. font-size:10px;
  339. overflow:hidden;
  340. background:white;
  341. {block:ifPostFadeIn}
  342. -webkit-animation:fadeIn 5s;
  343. -moz-animation:fadeIn 5s;
  344. -ms-animation:fadeIn 5s;
  345. {/block:ifPostFadeIn}
  346. {block:PermalinkPage}
  347. width:500px;
  348. {/block:PermalinkPage}
  349. }
  350.  
  351. .entry:hover {
  352. opacity:1;
  353. }
  354.  
  355. .entry .reblog {
  356. position:absolute;
  357. top:-5px;
  358. text-align:center;
  359. width:200px;
  360. background:white;
  361. border-bottom:1px solid #ccc;
  362. padding-bottom:5px;
  363. opacity:0;
  364. padding-top:5px;
  365. font-size:9px;
  366. -webkit-transition: all .5s ease;
  367. -moz-transition: all .5s ease;
  368. -o-transition: all .5s ease;
  369. transition: all .5s ease;
  370. }
  371.  
  372. .reblog a {
  373. font-style:normal;
  374. color:black;
  375. }
  376.  
  377. .entry:hover .reblog {
  378. top:10px;
  379. opacity:.9;
  380. }
  381.  
  382. .cursor {
  383. cursor:pointer;
  384. display:inline;
  385. }
  386.  
  387. .cursor2 {
  388. display:inline;
  389. color:{color:link};
  390. cursor:pointer;
  391. }
  392.  
  393. #posts {
  394. width:700px;
  395. margin-left:35%;
  396. margin-top:40px;
  397. padding-top:0px;
  398. {block:PermalinkPage}
  399. margin-left:32%;
  400. {/block:PermalinkPage}
  401. }
  402.  
  403. #title {
  404. color:{color:text};
  405. font-size:15px;
  406. font-style:italic;
  407. text-transform:lowercase;
  408. }
  409.  
  410. .info {
  411. width:480px;
  412. opacity: 1;
  413. z-index: 10000;
  414. margin-top:4px;
  415. margin-bottom:5px;
  416. text-align:left;;
  417. font-size:11px;
  418. letter-spacing:1px;
  419. text-transform:both;
  420. padding:3px;
  421. }
  422.  
  423. {block:indexpage}
  424.  
  425. .notes {
  426. margin-top:-0px;
  427. text-transform:lowercase;
  428. padding:2px;
  429. text-align:left;
  430. text-transform:uppercase;
  431. border-top:2px solid #999;
  432. -webkit-transition: all .3s ease;
  433. -moz-transition: all .3s ease;
  434. -o-transition: all .3s ease;
  435. transition: all .3s ease;
  436. }
  437.  
  438. {/block:indexpage}
  439.  
  440. .audiobox {
  441. height:25px;
  442. background:black;
  443. bottom:15px;
  444. left:5px;
  445. overflow:hidden;
  446. z-index:999999999;
  447. -webkit-filter: invert(100%);
  448. }
  449.  
  450. .audiobox:hover {
  451. opacity:1;
  452. }
  453.  
  454. .txt {
  455. font-size:9px;
  456. border-top:2px solid #aaa;
  457. }
  458.  
  459. .ask {
  460. background:#dedede;
  461. padding:5px;
  462. border-bottom:1px solid #ccc;
  463. }
  464.  
  465.  
  466. .txt img {
  467. width:200px;
  468. }
  469.  
  470.  
  471. #credit{
  472. bottom:3px;
  473. right:-160px;
  474. width:170px;
  475. font-family:consolas;
  476. font-size:9px;
  477. letter-spacing:1px;
  478. text-transform:
  479. uppercase;
  480. position:fixed;
  481. padding:5px;
  482. text-align:left;
  483. border:1px solid #eee;
  484. height:9px;
  485. line-height:115%;
  486. color:#aaa;
  487. -moz-transition-duration:0.5s;
  488. -webkit-transition-duration:0.5s;
  489. -o-transition-duration:0.5s;
  490. }
  491.  
  492. #credit:hover {
  493. right:5px;
  494. background-color:#ccc;
  495. border:1px solid #ccc;
  496. color:#fff;
  497. -moz-transition-duration:0.5s;
  498. -webkit-transition-duration:0.5s;
  499. -o-transition-duration:0.5s;
  500. }
  501.  
  502. </style>
  503. <link rel="shortcut icon" href="{favicon}">
  504.  
  505. </head>
  506. {block:IndexPage}
  507.  
  508. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  509. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  510. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  511.  
  512.  
  513. <script type="text/javascript">
  514. $(window).load(function () {
  515. var $content = $('#posts');
  516. $content.masonry({itemSelector: '.entry'}),
  517. $content.infinitescroll({
  518. navSelector : 'div#pagination',
  519. nextSelector : 'div#pagination a#nextPage',
  520. itemSelector : '.entry',
  521. loading: {
  522. finishedMsg: '',
  523. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  524. },
  525. bufferPx : 600,
  526. debug : false,
  527. },
  528. // call masonry as a callback.
  529. function( newElements ) {
  530. var $newElems = $( newElements );
  531. $newElems.hide();
  532. // ensure that images load before adding to masonry layout
  533. $newElems.imagesLoaded(function(){
  534. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  535.  
  536.  
  537. });
  538. });
  539. });
  540. </script>
  541.  
  542. {/block:IndexPage}
  543.  
  544. <body>
  545.  
  546. <!---posts--->
  547. <div id="posts">
  548.  
  549. <div id="sidebar"><div class="picture"><img src="{image:sidebar}"></div>
  550. <div class="blogtitle"><a href="/">{title}</a></div>
  551.  
  552.  
  553. <div class="desc"><p>{description}</div>
  554.  
  555. <div id="links">
  556. <a href="{text:Link One Url}" title="{text:Link One Title}">{text:Link One}</a>
  557. <a href="{text:Link Two Url}" title="{text:Link Two Title}">{text:Link Two}</a>
  558. <a href="{text:Link Three Url}" title="{text:Link Three Title}">{text:Link Three}</a>
  559. <a href="{text:Link Four Url}" title="{text:Link Four Title}">{text:Link Four}</a>
  560. <a href="{text:Link Five Url}" title="{text:Link Five Title}">{text:Link Five}</a>
  561. </div>
  562. </div>
  563.  
  564. {block:Posts}
  565. <div class="entry">
  566. {block:Text}
  567. <div id="title" align="left">{title}</div>
  568. <div class="txt">{body}</div>
  569. {block:IndexPage}
  570. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  571. {/block:IndexPage}
  572. {/block:Text}
  573. {block:Photo}
  574. <center>
  575. <a href="{Permalink}" title="{SourceTitle}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  576. {block:IndexPage}
  577.  
  578.  
  579.  
  580.  
  581. <div class="whole">
  582.  
  583.  
  584. <div class="reblog">
  585. <a href="{reblogurl}" target="_blank">REBLOG</a> &middot;
  586.  
  587. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div> &middot;
  588.  
  589. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  590.  
  591. </div>
  592. </div>
  593.  
  594. {/block:IndexPage}
  595. {/block:Photo}
  596. {block:Link}
  597. <div id="title" align="left"><a href="{URL}">{Name}</a></div>
  598. {block:Description}{description}{/block:Description}
  599. {block:IndexPage}
  600. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  601. {/block:IndexPage}
  602. {/block:Link}
  603.  
  604. {block:Answer}
  605.  
  606. <div align="left">
  607.  
  608. <div class="ask">
  609. <a href="{AskerURL}"><up>{Asker}</a> asked:</up> {Question} </div></div>
  610.  
  611. <div class="txt">{Answer}</div>
  612.  
  613. <div class="notes"><a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  614.  
  615. {/block:Answer}
  616.  
  617. {block:Photoset}
  618. <center>{Photoset-200}</center>
  619. {block:IndexPage}
  620. <div class="whole">
  621.  
  622. <div class="reblog">
  623. <a href="{reblogurl}" target="_blank">REBLOG</a> &middot;
  624.  
  625. <div class="cursor" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div> &middot;
  626.  
  627. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  628.  
  629. </div>
  630. </div>
  631.  
  632. {/block:IndexPage}
  633. {/block:Photoset}
  634. {block:Video}
  635. <center>{Video-200}</center>
  636. {block:IndexPage}
  637. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  638. {/block:IndexPage}
  639. {/block:Video}
  640. {block:Chat}
  641. {block:Title}
  642. {block:IndexPage}
  643. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  644. {/block:IndexPage}
  645. <div id="title" align="left">{Title}</div>
  646. {/block:Title}
  647. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  648. </li>{/block:Lines}</ul>
  649. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  650. {/block:Chat}
  651. {block:audio}
  652.  
  653. <div class="audiobox"><Div style="width:200px; margin-left:1px;"><a href="{ExternalAudioURL}">{AudioPlayerblack}</a></div></div>{/block:ExternalAudio}
  654. {/block:AudioPlayer}
  655.  
  656. {block:indexpage}
  657. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  658. {/block:indexpage}
  659. {/block:audio}
  660. {block:Quote}
  661. {Quote}
  662. {block:Source}~{Source}{/block:Source}
  663. {block:IndexPage}
  664. <div class="notes"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  665. {/block:IndexPage}
  666. {/block:Quote}
  667. {block:PermalinkPage}
  668. {block:Caption}{Caption}{/block:Caption}<br><br><br>
  669. <div class="info">
  670. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  671. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  672. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  673. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  674. {PostNotes}
  675. </div>
  676. {/block:PermalinkPage}
  677. </div>
  678.  
  679. {/block:Posts}
  680. </div>
  681.  
  682. </div>
  683.  
  684. <div id="credit">
  685. <a href="http://hzrrys.tumblr.com/">HZ&nbsp;&nbsp;&nbsp;&nbsp;custom theme by hzrrys</a>
  686. </div>
  687.  
  688. {block:IndexPage}
  689. {block:Pagination}
  690. <div id="pagination">
  691. {block:NextPage}
  692. <a id="nextPage" href="{NextPage}"></a>
  693. {/block:NextPage}
  694. {block:PreviousPage}
  695. <a href="{PreviousPage}"></a>
  696. {/block:PreviousPage}
  697. </div>
  698. {/block:Pagination}
  699. {/block:IndexPage}
  700. </div>
  701. </div>
  702.  
  703. </body>
  704. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement