Advertisement
thepinkrebellion

bitchy theme by zenthemes

Sep 15th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  7. <script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
  8. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  9. <script type="text/javascript">
  10. {block:IndexPage}
  11. $(window).load(function () {
  12. $('.posts').masonry();
  13. });
  14. {/block:IndexPage}
  15. </script>
  16.  
  17. <link href='http://static.tumblr.com/gfiuv4c/BFem7ncuo/flipiny.css' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Warnes' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25.  
  26.  
  27. <script type="text/javascript"
  28. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  29. <script>
  30. $(document).ready(function() {
  31. //
  32. $('a.poplight[href^=#]').click(function() {
  33. var popID = $(this).attr('rel'); //Get Popup Name
  34. var popURL = $(this).attr('href'); //Get Popup href to define size
  35. var query= popURL.split('?');
  36. var dim= query[1].split('&');
  37. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  38. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  39. var popMargTop = ($('#' + popID).height() + 80) / 2;
  40. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  41. //Apply Margin to Popup
  42. $('#' + popID).css({
  43. 'margin-top' : -popMargTop,
  44. 'margin-left' : -popMargLeft
  45. });
  46. $('body').append('<div id="fade"></div>');
  47. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  48. return false;
  49. });
  50. $('a.close, #fade').live('click', function() {
  51. $('#fade , .popup_block').fadeOut(function() {
  52. $('#fade, a.close').remove(); //fade them both out
  53. });
  54. return false;
  55. });
  56. });
  57. </script>
  58.  
  59.  
  60. <!--- THEME BY ADORABUHL,remove credit and the theme wont work --->
  61. <meta name="color:Background" content="#ffffff"/>
  62. <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_ma67hsTMuu1r3qdeoo1_500.jpg"/>
  63. <meta name="color:Posts" content="#fcfcfc"/>
  64. <meta name="color:Links"="#000"/>
  65. <meta name="color:Links Hover"="#000"/>
  66.  
  67. <style>
  68. @-webkit-keyframes reblawg {
  69. 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  70. 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  71. 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  72. 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
  73. }
  74.  
  75. @-moz-keyframes reblawg {
  76. 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  77. 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  78. 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  79. 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
  80. }
  81.  
  82. @-o-keyframes reblawg {
  83. 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  84. 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  85. 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  86. 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
  87. }
  88.  
  89. @keyframes reblawg {
  90. 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
  91. 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
  92. 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
  93. 100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
  94. }
  95.  
  96. @font-face { font-family:fromwhere;
  97. src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
  98. }
  99.  
  100.  
  101.  
  102. .reblawg { {
  103. -webkit-animation-name: reblawg;
  104. -moz-animation-name: reblawg;
  105. -o-animation-name: reblawg;
  106. animation-name: reblawg;
  107.  
  108. -webkit-animation-timing-function: ease-out;
  109. -moz-animation-timing-function: ease-out;
  110. -o-animation-timing-function: ease-out;
  111. animation-timing-function: ease-out;
  112. }
  113.  
  114. .animated.reblawg {
  115. -webkit-animation-duration: 0.5s;
  116. -moz-animation-duration: 0.5s;
  117. -o-animation-duration: 0.5s;
  118. animation-duration: 0.5s;
  119. }
  120.  
  121. </style>
  122.  
  123. </head>
  124. <style type="text/css">
  125.  
  126.  
  127. .menu {
  128. display : block;
  129. text-align: center;
  130. background : #fff;
  131. font-size: 10px;
  132. width: 70px;
  133. height: 23px;
  134. letter-spacing:0px;
  135. margin-top:5px;
  136. margin-left:3px;
  137. line-height:25px;
  138. color: #000;
  139. font-family: courier new;
  140. font-size: 13px;
  141. text-align:center;
  142. -webkit-transition-duration: .6s;
  143. -webkit-border-radius:2px;
  144. moz-border-radius:2px;
  145. -o-border-radius:2px;
  146. border-radius:2px;
  147. border-top-right-radius:0px;
  148. border-bottom-right-radius:60px;
  149. border-top-left-radius:60px;
  150. border-bottom-left-radius:0px;
  151. display: inline-block;
  152. border-style: 3px solid #000;
  153. }
  154.  
  155. .menu:hover {
  156. -moz-transition: all .2s ease-in-out;
  157. -o-transition: all .2s ease-in-out;
  158. transition: all .2s ease-in-out;
  159. -webkit-transition: all .2s ease-in-out;
  160. -webkit-transition-duration: .8s;
  161. -webkit-border-radius:2px;
  162. moz-border-radius:2px;
  163. -o-border-radius:2px;
  164. border-radius:2px;
  165. border-top-right-radius:600px;
  166. border-bottom-right-radius:0px;
  167. border-top-left-radius:0px;
  168. border-bottom-left-radius:600px;
  169. -webkit-transition-duration: 1s;
  170. -webkit-transition-duration: 1s;
  171. }
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. menu:a{
  183. font-family: 'Armata', sans-serif;
  184. font-size: 10px;
  185. }
  186.  
  187. a {
  188. font-family: 'Armata', sans-serif;
  189. text-transform: uppercase;
  190. font-size: 14px;
  191. color: {color:Links};
  192. }
  193.  
  194. a:hover {
  195. color: {color:Links Hover};
  196. }
  197.  
  198. div#sidebar{
  199. position:fixed !important;
  200. width: 600px;
  201. margin-left: 18%;
  202. height: auto;
  203. margin-top: 300px;
  204. padding-top:3px;
  205. padding: 2px;
  206. z-index: 9999999;
  207. opacity:0.85;
  208. background-color: {color:Background};
  209. text-align: center;
  210. float: center;
  211. }
  212.  
  213.  
  214. #fade { /*--Transparent background layer--*/
  215. display: none; /*--hidden by default--*/
  216. background: #000;
  217. position: fixed; left: 0; top: 0;
  218. width: 100%; height: 100%;
  219. opacity: .80;
  220. z-index: 9999999;
  221. }
  222. .popup_block{
  223. -webkit-animation: flipInY 2s;
  224. -moz-animation: flipInY 2s;
  225. -ms-animation: flipInY 2s;
  226. display: none; /*--hidden by default--*/
  227. background: #fff;
  228. padding: 20px;
  229. border: 20px solid #ddd;
  230. float: left;
  231. font-size: 1.2em;
  232. position: fixed;
  233. top: 50%; left: 50%;
  234. z-index: 99999;
  235. /*--CSS3 Box Shadows--*/
  236. -webkit-box-shadow: 0px 0px 20px #000;
  237. -moz-box-shadow: 0px 0px 20px #000;
  238. box-shadow: 0px 0px 20px #000;
  239. /*--CSS3 Rounded Corners--*/
  240. -webkit-border-radius: 10px;
  241. -moz-border-radius: 10px;
  242. border-radius: 10px;
  243. z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  244. }
  245. img.btn_close {
  246. float: right;
  247. margin: -5px -5px 0 0;
  248. }
  249. /*--Making IE6 Understand Fixed Positioning--*/
  250. *html #fade {
  251. position: absolute;
  252. }
  253. *html .popup_block {
  254. position: absolute;
  255. }
  256.  
  257.  
  258. body {
  259. background-image: {image:Background};
  260. background-color: {color:Background};
  261. background-size: cover;
  262. font-family: helvetica;
  263. }
  264.  
  265. .title2{font-size:22px;
  266. text-align: center;
  267. letter-spacing:1px;
  268. line-height:37px;
  269. color:#2B2B2B;
  270. font-family:'fromwhere', cursive;
  271. font-weight: 800;
  272. text-shadow:4px 5px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.1);
  273. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  274. }
  275. .title2:hover{
  276. color:#2B2B2B;
  277. text-shadow:0px 0px 0px rgba(0,0,0,0.1);
  278. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  279. }
  280.  
  281. .titlee2{font-size:18px;
  282. text-align: center;
  283. letter-spacing:1px;
  284. line-height:40px;
  285. color:#2B2B2B;
  286. font-family:'fromwhere', cursive;
  287. font-weight: 800;
  288. text-shadow:4px 5px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.1);
  289. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  290. }
  291. .titlee2:hover{
  292. color:#2B2B2B;
  293. text-shadow:0px 0px 0px rgba(0,0,0,0.1);
  294. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  295. }
  296.  
  297. #permalink {
  298.  
  299. position: absolute;
  300. margin-top: 8px;
  301. opacity: 0;
  302.  
  303. }
  304.  
  305. #entry:hover #permalink {
  306. margin-top: 8px;
  307. opacity: 1;
  308. }
  309. #permalink {
  310.  
  311. position: absolute;
  312. margin-top: 8px;
  313.  
  314. }
  315.  
  316. #entry:hover #permalink {
  317. margin-top: 8px;
  318. margin-left: 205px;
  319. opacity: 1;
  320. -webkit-animation: reblawg 0.6s;
  321. -moz-animation: reblawg 0.6s;
  322. -ms-animation: reblawg 0.6s;
  323. }
  324.  
  325. .countreblog {
  326. -webkit-animation: reblawg 1s;
  327. -moz-animation: reblawg 1s;
  328. -ms-animation: reblawg 1s;
  329. color: #FFFFFF;
  330. letter-spacing:4px;
  331. font-family: 'Armata', sans-serif;
  332. text-transform: uppercase;
  333. font-size:8px;
  334. line-height:20px;
  335. background-color: transparent;
  336. padding:5px;
  337. }
  338.  
  339. .countreblog a { color: {color:link}; text-shadow: 0px 0px 5px {color:text shadow}; }
  340.  
  341. .perma{
  342.  
  343. opacity: 0.0;
  344. filter: alpha(opacity = 0);
  345. width: 60px;
  346. height: 30px;
  347. line-height: 30px;
  348. font-size: 9px;
  349. position:absolute;
  350. text-align: center;
  351. z-index:9999991;
  352. margin-top: -7px;
  353. -webkit-animation: reblawg 0.5s;
  354. -moz-animation: reblawg 0.5s;
  355. -ms-animation: reblawg 0.5s;
  356. }
  357.  
  358. #entry:hover .perma {
  359.  
  360. opacity: 0.9;
  361. margin-top: -7px;
  362. margin-left: -197px;
  363. -webkit-animation: reblawg 0.5s;
  364. -moz-animation: reblawg 0.5s;
  365. -ms-animation: reblawg 0.5s;
  366. }
  367.  
  368. .likep {
  369. display: inline;
  370. width: 21px;
  371. float: right;
  372. height: 20px;
  373. margin-left:-4px;
  374. overflow: hidden;
  375. position: relative;
  376. z-index: 9999999;
  377. }
  378.  
  379. .likep a {
  380. background-image:
  381. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  382. background-position: 0px 0px;
  383. display: block;
  384. z-index: 9999999;
  385. -webkit-transition: all .4s ease;
  386. -moz-transition: all .4s ease;
  387. -o-transition: all .4s ease;
  388. transition: all .4s ease;
  389. }
  390.  
  391. .likep img {
  392. width: 21px;
  393. height: 20px;
  394. -webkit-transition: all .4s ease;
  395. -moz-transition: all .4s ease;
  396. -o-transition: all .4s ease;
  397. transition: all .4s ease;
  398. }
  399. .rep img{
  400. width: 24px;
  401. height: 20px;
  402. line-height: 30px;
  403. display: inline;
  404. }
  405.  
  406. .permatext{
  407. background-color:#eee;
  408. display: block;
  409. text-transform:uppercase;
  410. font-family: tinytots;
  411. font-size: 8px;
  412. text-align: center;
  413. letter-spacing:1px;
  414.  
  415. }
  416.  
  417. #posts{
  418. float:center;
  419. {block:indexpage}
  420. width:522px;
  421. {/block:indexpage}
  422. {block:permalinkpage}
  423. width:522;
  424. {/block:permalinkpage}
  425. margin-left: 20%;
  426. margin-top: 90px;
  427. }
  428.  
  429.  
  430.  
  431.  
  432. #entry{
  433. opacity:1.0;
  434. font-size: 14px;
  435. line height: 17px;
  436. text-align:center;
  437. z-index:9999;
  438. float:left;
  439. width: 240px;
  440. height: auto;
  441. {block:PermalinkPage}
  442. width: 514px;
  443. height: auto;
  444. {/block:PermalinkPage}
  445. line-height:14px;
  446. background-color:{color:Posts};
  447. margin-right:3px;
  448. overflow:hidden;
  449. margin-top: 0px;
  450. padding: 3px;
  451. }
  452.  
  453. #entry:hover{
  454.  
  455. opacity: 1.0;
  456. transition: all 0.5s ease-out;
  457.  
  458. }
  459.  
  460.  
  461. </style>
  462. <body>
  463.  
  464.  
  465. <div id="sidebar">
  466. <center><span class="title2">{Title}</span></center>
  467. <center><span class="menu"><a href="/">Home</a></span> <span class="menu"><a href="#?w=500" rel="02" class="poplight">Message</a></span></span> {block:Pages}{block:HasPages}<span class="menu"><a href="{URL}">{Label}</a></span>{/block:HasPages}{/block:Pages}
  468. <span class="menu"><a href="http://adorabuhl.tumblr.com">Theme</a></span><br></center>
  469. {Description}
  470. </div></div></span>
  471.  
  472.  
  473.  
  474. <div id="posts">
  475.  
  476.  
  477. {block:Posts}
  478. <div id="entry">
  479. {block:IndexPage}
  480. <div class="perma">
  481. <div id="permalink">
  482. <span class="countreblog"><a href="{reblogurl}" target="_blank"><img src="http://narnia.tcs3.co.uk/themes/narnia/reblog.png"</a></a>
  483. </div></span></div>
  484. {/block:IndexPage}
  485.  
  486. {block:Photo}
  487. {block:IndexPage}
  488. <center>
  489. <div class="perma">
  490. <div id="permalink">
  491. <span class="countreblog"><a href="{reblogurl}" target="_blank"><br> <span style="background-color: #fff;">REBLOG</a></span></a>
  492. </div></span></div>
  493. {/block:IndexPage}
  494. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=240px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=512px/>{LinkCloseTag}{/block:PermalinkPage}
  495. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  496. {/block:Photo}
  497.  
  498. {block:Photoset}
  499. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  500. {Photoset-250}</a></div>
  501. {/block:Photoset}
  502. </a>
  503. {block:Text}
  504. {block:Title}<span class="titlee2">{Title}</span>{/block:Title}
  505. <span class="entrytext">{Body}</span>
  506. <span class="permalink">
  507. </span>
  508. {/block:Text}
  509.  
  510. {block:Link}
  511. <a href="{URL}" class="titlee2">{Name}</a>
  512. {block:Description}{Description}{/block:Description}
  513. {block:Link}
  514.  
  515. {block:Quote}
  516. <span class="title">{Quote}</span>
  517. {block:Source}<strong>{Source}</strong>{/block:Source}
  518. <span class="permalink">
  519. </span>
  520. {/block:Quote}
  521.  
  522. {block:Chat}
  523. {block:Title}<span class="title">{Title}</span>{/block:Title}
  524. <ul class="chat">
  525. {block:Lines}
  526. <li class="user_{UserNumber}">
  527. {block:Label}
  528. <span class="label">{Label}</span>
  529. {/block:Label}
  530.  
  531. {Line}
  532. </li>
  533. {/block:Lines}
  534. <span class="permalink">
  535. </span>
  536. {/block:Chat}
  537.  
  538. {block:Answer}
  539. <br>
  540. <div style="border-radius:20px; border: 1px solid #000; margin: 3px; min-height:40px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px #E6DFDF; font-family: 'Warnes', cursive; font-size: 18px; line-height: 29px;">
  541. <img src="{AskerPortraitURL-30}" width="50" align="left" style="margin-right:3px; border-radius: 20px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 30px;"/>
  542. <askk>{Asker}</askk>: {Question}<br></div>
  543.  
  544. <div style="font-size: 18px; font-family: 'Armata', sans-serif;">
  545. {Answer}
  546. </div>
  547. {/block:Answer}
  548.  
  549. {block:Audio}
  550. <div style="padding-top:0px; padding-bottom:0px;">
  551. <div style="float:center">
  552. {AudioPlayerBlack}
  553. </div>
  554. </div>
  555.  
  556. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  557. <hr size="1" width="270">
  558. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  559. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  560. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  561. </a></div>{/block:indexpage}
  562. {/block:Audio}
  563.  
  564. {block:Video}
  565. <div style="padding-top:0px; padding-bottom:2px;">
  566. {Video-250}</div>
  567. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  568. {block:indexpage}<hr size="1" width="270">
  569. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  570. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  571. </a></div>{/block:indexpage}
  572. {/block:Video}
  573.  
  574. {block:PermalinkPage}</a>
  575. <div id="permapage"><br>
  576. {block:notecount}
  577. {notecountwithlabel}
  578. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  579. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  580. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  581. {/block:RebloggedFrom}
  582. <br><br>
  583. <div align="left">
  584. {block:PostNotes}
  585. {PostNotes}
  586. {/block:PostNotes}
  587. </div>
  588. </div>
  589. {/block:PermalinkPage}
  590. </div>
  591. {/block:Posts}
  592. </div>
  593. </div>
  594. </div>
  595. </center>
  596. </div>
  597. </div>
  598. {block:indexpage}
  599. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  600. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  601. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  602.  
  603.  
  604. <div style="position:fixed !important;right:3px;top:26px;"><a href="http://adorabuhl.tumblr.com"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a></div>
  605.  
  606. </body>
  607. <div id="02" class="popup_block">
  608.  
  609. <Center><font size="5" color="#1C1C1C"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  610. </center></div>
  611.  
  612. </div></div></div></div></div></div></div></div></div></div>
  613.  
  614. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement