Advertisement
hor4ny

"Unbroken" - Twistedmiracles

Dec 6th, 2012
1,515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.74 KB | None | 0 0
  1. <!--
  2. "Unbroken" theme by TWISTEDMIRACLES.
  3. Keep credit or put it in your FAQ. Please and thank you.
  4. IF YOU USE THIS THEME AS A BASECODE, ask BEFORE posting!
  5. -->
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <link rel="shortcut icon" href="{favicon}" >
  12.  
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <!-- DEFAULT VARIABLES -->
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  47. <meta name="color:background" content="#fff"/>
  48. <meta name="color:link" content="#777"/>
  49. <meta name="color:text" content="#777"/>
  50. <meta name="color:title" content="#333"/>
  51. <meta name="color:hover" content="#fff"/>
  52. <meta name="color:blogtitle" content="#000" />
  53. <meta name="color:blogtitle shadow" content="#fff" />
  54. <meta name="color:scrollbar" content="#ddd" />
  55. <meta name="color:borders" content="#ddd" />
  56. <meta name="image:sidebar" content="1"/>
  57. <meta name="image:background" content="1"/>
  58. <meta name="if:faded posts" content="1"/>
  59. <meta name="if:faded sidebar" content="1"/>
  60. <meta name="text:blogtitle" content="Unbroken"/>
  61. <meta name="text:blogtitle size" content="52"/>
  62. <meta name="text:blogtitle margin top" content="325" />
  63. <meta name="text:blogtitle margin left" content="48"/>
  64. <meta name="text:link separation" content="&middot;"/>
  65. <meta name="text:link one" content="" />
  66. <meta name="text:link one title" content="" />
  67. <meta name="text:link two" content="" />
  68. <meta name="text:link two title" content="" />
  69. <meta name="text:link three" content="" />
  70. <meta name="text:link three title" content="" />
  71. <meta name="text:link four" content="" />
  72. <meta name="text:link four title" content="" />
  73. <meta name="text:link five" content="" />
  74. <meta name="text:link five title" content="" />
  75.  
  76.  
  77. <style type="text/css">
  78. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  79. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  80.  
  81.  
  82.  
  83. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.8s ease-out;-moz-
  84.  
  85. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  86.  
  87. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all
  88.  
  89. 0.4s ease-out;}
  90.  
  91. p {
  92. margin:0px;
  93. margin-top:0px;
  94. }
  95.  
  96.  
  97. ::selection {
  98. background: #000;
  99. color: #fff;
  100. }
  101.  
  102. ::-moz-selection {
  103. background: #000;
  104. color: #ffffff;
  105. }
  106. askname{
  107. font-family:jenna;
  108. font-size:13px;
  109. z-index:99;
  110. }
  111.  
  112.  
  113. body {
  114. padding: 0px;
  115. margin: 0px;
  116. color:{color:text};
  117. font-family: dixel;
  118. line-height:7px;
  119. font-size:8px;
  120. background-color: {color:Background};
  121. background-image:url({image:Background});
  122. background-attachment: fixed;
  123. background-repeat: repeat;
  124. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  125. }
  126.  
  127.  
  128. a:link, a:active, a:visited{
  129. text-decoration: none;
  130. -webkit-transition: color 0.3s ease-out;
  131. -moz-transition: color 0.3s ease-out;
  132. transition: color 0.3s ease-out;
  133. color:{color:link};
  134. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  135. }
  136.  
  137. a:hover {
  138. text-decoration: none;
  139. font-style:;
  140. text-shadow:0px 0px 2px #000;
  141. color: {color:Hover};
  142. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  143. }
  144.  
  145. div#center{
  146. margin:auto;
  147. position:relative;
  148. width:1000px;
  149. background-color:;
  150. overflow:auto;
  151. overflow-y:hidden;
  152. }
  153.  
  154. #idk3{
  155. height:10px;
  156. width:100%;
  157. left:0px;
  158. margin-top:255px;
  159. opacity:0.4;
  160. background:white;
  161. position:fixed;
  162. z-index:1;
  163. }
  164. #idk2{
  165. height:20px;
  166. width:100%;
  167. left:0px;
  168. margin-top:258px;
  169. opacity:0.4;
  170. background:white;
  171. position:fixed;
  172. z-index:1;
  173. }
  174. #idk{
  175. z-index:1;
  176. height:70px;
  177. width:100%;
  178. left:0px;
  179. margin-top:230px;
  180. opacity:0.3;
  181. background:white;
  182. position:fixed;
  183. border:2px solid #ddd;
  184. }
  185.  
  186. .entry {
  187. float:left;
  188. display: block;
  189. margin:3.5px;
  190. line-height:7px;
  191. padding:5px;
  192. border:4px double {color:borders};
  193. overflow:hidden;
  194. width:200px;
  195. {block:iffadedposts}
  196. opacity:0.9;
  197. {/block:iffadedposts}
  198. z-index:1;
  199. {block:PermalinkPage}
  200. width:428px;
  201. text-align:left;
  202. line-height:10px;
  203. {/block:PermalinkPage}
  204. background:white;
  205. transition: all 0.5s ease-out;
  206. -o-transition-transition: all 0.5s ease-out;
  207. -webkit-transition: all 0.5s ease-out;
  208. -moz-transition: all 0.5s ease-out;
  209. }
  210.  
  211. .entry:hover{
  212. opacity:1;
  213. }
  214.  
  215. .entry .perma a{
  216. color:#444;}
  217.  
  218. .entry .perma a:hover {
  219. text-decoration: none;
  220. font-style:;
  221. text-shadow:0px 0px 2px #000;
  222. color: {color:Hover};
  223. }
  224.  
  225. .entry .perma{
  226. width:40px;
  227. height:30px;
  228. padding-right:10px;
  229. position: absolute;
  230. line-height: 30px;
  231. overflow:hidden;
  232. font-family:dixel;
  233. text-align:center;
  234. font-size:8px;
  235. left:-80px;
  236. bottom:17px;
  237. border:1px solid #eee;
  238. border-left:0px solid #fff;
  239. background:white;
  240. letter-spacing: 1px;
  241. opacity: 0.0;
  242. -webkit-transition: all .7s ease;
  243. -moz-transition: all .7s ease;
  244. -o-transition: all .7s ease;
  245. transition: all .7s ease;
  246. border-top-right-radius:90px;
  247. -moz-border-top-right-radius:90px;
  248. -webkit-border-top-right-radius:90px;
  249. border-bottom-right-radius:90px;
  250. -moz-border-bottom-right-radius:90px;
  251. -webkit-border-bottom-right-radius:90px;
  252.  
  253. }
  254.  
  255. .entry:hover .perma{
  256. width:80px;
  257. margin-left: 0px;
  258. left:5px;
  259. overflow:visible;
  260. opacity:0.85;
  261. }
  262.  
  263. .entry .perma2 a{
  264. color:#444;}
  265.  
  266. .entry .perma2 a:hover {
  267. text-decoration: none;
  268. font-style:;
  269. text-shadow:0px 0px 2px #000;
  270. color: {color:Hover};
  271. }
  272.  
  273. .entry .perma2{
  274. width:40px;
  275. height:30px;
  276. position: absolute;
  277. line-height: 30px;
  278. overflow:hidden;
  279. font-family:dixel;
  280. text-align:center;
  281. padding-left:10px;
  282. font-size:8px;
  283. right:-80px;
  284. top:20px;
  285. border:1px solid #eee;
  286. border-right:0px solid #fff;
  287. background:white;
  288. letter-spacing: 1px;
  289. opacity: 0.0;
  290. -webkit-transition: all .7s ease;
  291. -moz-transition: all .7s ease;
  292. -o-transition: all .7s ease;
  293. transition: all .7s ease;
  294. border-bottom-left-radius:90px;
  295. -moz-border-bottom-left-radius:90px;
  296. -webkit-border-bottom-left-radius:90px;
  297. border-top-left-radius:90px;
  298. -moz-border-top-left-radius:90px;
  299. -webkit-border-top-left-radius:90px;
  300. }
  301.  
  302. .entry:hover .perma2{
  303. margin-left: 0px;
  304. width:80px;
  305. right:5px;
  306. overflow:visible;
  307. opacity:0.85;
  308. -webkit-transition: all .7s ease;
  309. -moz-transition: all .7s ease;
  310. -o-transition: all .7s ease;
  311. transition: all .7s ease;
  312. }
  313.  
  314. #posts {
  315.  
  316. width:500px;
  317. margin-top:3px;
  318. z-index:1;
  319. margin-left:345px;
  320. right:auto;
  321. background:transparent;
  322. margin-right:auto;
  323. position:relative;
  324. overflow-y: hidden;
  325. }
  326.  
  327.  
  328. #sidebar{
  329.  
  330. position:fixed !important;
  331. width:190px;
  332. background-image:url('');
  333. background:white;
  334. height:auto;
  335. padding:8px;
  336. margin-top:123px;
  337. margin-left:102px;
  338. text-align:center;
  339. line-height:7px;
  340. z-index:1;
  341. {block:iffadedsidebar}
  342. opacity:0.9;
  343. {/block:iffadedsidebar}
  344. border:4px double {color:borders};transition: all 0.7s ease-out;
  345. -o-transition-transition: all 0.7s ease-out;
  346. -webkit-transition: all 0.7s ease-out;
  347. -moz-transition: all 0.7s ease-out;
  348. }
  349.  
  350.  
  351. #sidebar:hover{
  352. opacity:1;
  353.  
  354. }
  355.  
  356. #sidebarnav{
  357. width:194px;
  358. opacity:1;
  359. z-index:1;
  360. height:10px;
  361. line-height:10px;
  362. border:4px double {color:borders};
  363. background:white;
  364. word-spacing:px;
  365. text-align:center;
  366. position:fixed;
  367. padding:6px;
  368. margin-left:-12px;
  369. margin-top:-46px;
  370.  
  371. transition: all 0.7s ease-out;
  372. -o-transition-transition: all 0.7s ease-out;
  373. -webkit-transition: all 0.7s ease-out;
  374. -moz-transition: all 0.7s ease-out;
  375. }
  376.  
  377. #desc{
  378. background:white;
  379. opacity:1;
  380. transition: all 0.7s ease-out;
  381. -o-transition-transition: all 0.7s ease-out;
  382. -webkit-transition: all 0.7s ease-out;
  383. -moz-transition: all 0.7s ease-out;
  384. width:194px;
  385. height:auto;
  386. text-align:center;
  387. padding:6px;
  388. margin-left:-12px;
  389. line-height:10px;
  390. position:fixed;
  391. margin-top:16px;
  392. border:4px double {color:borders};
  393.  
  394. }
  395.  
  396.  
  397.  
  398. @font-face {
  399. font-family: "jenna";
  400. src: url('http://static.tumblr.com/jdjsstr/W6qm7fotz/simpleronde-regular_1_.ttf');
  401. }
  402. .title{
  403. font-family:tf;
  404. font-size: 27px;
  405. line-height: 27px;
  406. color:{color:Title};
  407. letter-spacing: 0px;
  408. word-spacing:0px;
  409. font-weight: normal;
  410. padding:0px 0px 0px 0px;
  411. }
  412.  
  413. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  414.  
  415. #blogtitle{
  416. width:40px;
  417. font-family:lovenote;
  418. text-align:center;
  419. padding:8px;
  420. font-size:{text:blogtitle size}px;
  421. margin-top:{text:blogtitle margin top}px;
  422. position:fixed;
  423. margin-left:{text:blogtitle margin left}px;
  424. text-align:center;
  425. color:#777;
  426. z-index:1;
  427. -webkit-transform: rotate(-90deg);
  428. -moz-transform: rotate(-90deg);
  429. transition: all 0.7s ease-out;
  430. -o-transition-transition: all 0.7s ease-out;
  431. -webkit-transition: all 0.7s ease-out;
  432. -moz-transition: all 0.7s ease-out;
  433.  
  434. }
  435.  
  436.  
  437. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  438.  
  439.  
  440. @font-face {font-family: "tf"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  441.  
  442. .permalink{
  443. text-transform: normal;
  444. display: block;
  445. text-align: right;
  446. text-decoration: none;
  447. }
  448.  
  449. #infscr-loading{
  450. bottom: -70px;
  451. position: absolute;
  452. left: 50%;
  453. margin-left:-8px;
  454. width:16px;
  455. height:11px;
  456. overflow:hidden;
  457. margin-bottom: 50px;
  458. }
  459.  
  460. #postnotes{
  461. text-align: justify;}
  462.  
  463. #postnotes blockquote{
  464. border: 0px;}
  465.  
  466. blockquote{
  467. padding:0px 0px 2px 5px;
  468. margin:0px 0px 2px 10px;
  469. border-left: 1px dotted #555555;
  470. }
  471.  
  472. blockquote p, ul{
  473. margin:0px;
  474. padding:0px;
  475. }
  476.  
  477. a img{border: 0px;}
  478.  
  479.  
  480. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  481.  
  482. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  483. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  484.  
  485. .notes img{width:10px; position:relative; top:3px;}
  486. <--ses-->
  487. small{font-size: 90%;}
  488.  
  489. {CustomCSS}
  490.  
  491. </style>
  492.  
  493. {block:IndexPage}
  494. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  495. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  496.  
  497. <script type="text/javascript">
  498. $(window).load(function(){
  499. var $wall = $('#posts');
  500. $wall.imagesLoaded(function(){
  501. $wall.masonry({
  502. itemSelector: '.entry, .entry_photo',
  503. isAnimated : false
  504. });
  505. });
  506.  
  507. $wall.infinitescroll({
  508. navSelector : '#pagination',
  509. nextSelector : '#pagination a',
  510. itemSelector : '.entry, .entry_photo',
  511. bufferPx : 2000,
  512. debug : false,
  513. errorCallback: function() {
  514. $('#infscr-loading').fadeOut('normal');
  515. }},
  516. function( newElements ) {
  517. var $newElems = $( newElements );
  518. $newElems.hide();
  519. $newElems.imagesLoaded(function(){
  520. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  521. });
  522. }); $('#posts').show(500);
  523. });
  524. </script>
  525.  
  526.  
  527. {/block:IndexPage}
  528.  
  529.  
  530. <title>{title}</title>
  531.  
  532. <meta name="viewport" content="width=820" />
  533. </head>
  534.  
  535. <body>
  536.  
  537. <div class="wrapper">
  538. <div class="header">
  539. </div>
  540.  
  541. <div id="cage">
  542. <div id="center">
  543. <div id="blogtitle">{text:blogtitle}</div>
  544.  
  545.  
  546. <div id="sidebar">
  547.  
  548. <center><div id="sidebarnav"><a href="{text:link one}">{text:link one title}</a> {text:link separation} <a href="{text:link two}">{text:link two title}</a> {text:link separation} <a href="{text:link three}">{text:link three title}</a>{block:iflinkfourtitle} {text:link separation} <a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle} {text:link separation} <a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle}</div>
  549.  
  550. <a href="/"><img src="{image:sidebar}" width=190></a>
  551.  
  552. <div id="desc">{description}</div>
  553. </div>
  554. </center>
  555.  
  556.  
  557. <div class="left">
  558. <div id="posts">
  559. {block:Posts}
  560. <div class="entry">
  561. {block:Answer}
  562. <div style="margin-top:2px; margin-bottom:0px; overflow:auto;height:40px; padding: 4px; background-color:#fff; border:1px solid #ddd;border-radius:4px;">
  563. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  564. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  565. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  566. {/block:Answer}
  567. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  568.  
  569. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  570. {/block:Text}
  571.  
  572. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  573.  
  574. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  575.  
  576. {block:Photo}
  577. {block:IndexPage}
  578. <center>
  579. <div class="perma2">
  580. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  581. <div class="perma">
  582. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  583. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  584. {/block:IndexPage}
  585. {block:PermalinkPage}
  586. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  587.  
  588. {LinkCloseTag}
  589. {/block:PermalinkPage}
  590. {/block:Photo}
  591.  
  592. {block:Photoset}
  593. {block:IndexPage}
  594. <center>
  595. <div class="perma2">
  596. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  597. <div class="perma">
  598. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  599. {Photoset-250}</center>
  600. {/block:IndexPage}
  601. {block:PermalinkPage}
  602. <center>
  603. {Photoset-500}</center>
  604. {/block:PermalinkPage}
  605. {/block:Photoset}
  606.  
  607. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  608.  
  609. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  610.  
  611. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  612. <ul class="chat">
  613. {block:Lines}
  614. <li class="user_{UserNumber}">
  615. {block:Label}
  616. <span class="label">{Label}</span>
  617. {/block:Label}
  618.  
  619. {Line}
  620. </li>
  621. {/block:Lines}
  622. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  623. {/block:Chat}
  624.  
  625. {block:Audio}
  626. <div style="width:200px; height:30px;">
  627. {AudioPlayerBlack}
  628. </div>
  629. {block:IndexPage}{Caption}<span class="permalink">
  630. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  631. </span>{/block:IndexPage}
  632. {/block:Audio}
  633.  
  634. {block:Video}
  635. {block:IndexPage}
  636. <center>
  637. <div class="perma2">
  638. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  639. <div class="perma">
  640. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  641. {Video-250}</center>
  642. {/block:IndexPage}
  643. {block:PermalinkPage}
  644. <center>
  645. {Video-400}</center>
  646. {/block:PermalinkPage}
  647. {block:Video}
  648.  
  649.  
  650. {block:PostNotes}<div align="middle">{caption}</div>
  651. <center>
  652.  
  653. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  654.  
  655. {block:HasTags}
  656. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  657. {block:RebloggedFrom}
  658. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  659. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  660.  
  661. {/block:RebloggedFrom}
  662. </center></span>
  663. <br>
  664. <div id="postnotes">{PostNotes}</div><br>
  665.  
  666. <center>{block:ContentSource}
  667. <br><a href="{SourceURL}">
  668. {lang:Source}:
  669. {block:SourceLogo}
  670. <img src="{BlackLogoURL}" width="{LogoWidth}"
  671. height="{LogoHeight}" alt="{SourceTitle}" />
  672. {/block:SourceLogo}
  673. {block:NoSourceLogo}
  674. {SourceLink}
  675. {/block:NoSourceLogo}
  676. </a>
  677. {/block:ContentSource}</center>
  678.  
  679. {/block:PostNotes}
  680. </div>
  681. {/block:Posts}
  682. </div></div>
  683.  
  684. {block:IndexPage}
  685. {block:Pagination}
  686. <div id="pagination">
  687. {block:NextPage}
  688. <a id="nextPage" href="{NextPage}"></a>
  689. {/block:NextPage}
  690. {block:PreviousPage}
  691. <a href="{PreviousPage}"></a>
  692. {/block:PreviousPage}
  693. </div>
  694. {/block:Pagination}
  695. {/block:IndexPage}
  696. </body>
  697. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://twistedmiracles.tumblr.com">theme</a></div>
  698.  
  699. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement