Advertisement
sexycullen

# 146

Oct 12th, 2015
6,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 146
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#282828">
  26. <meta name="color:Title" content="#FFFFFF">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:ScrollBG" content="#FFFFFF">
  29. <meta name="color:Blockquote" content="#F4F4F4">
  30. <meta name="color:Info Border" content="#F8F7F7">
  31. <meta name="color:Posts BG" content="#FFFFFF">
  32. <meta name="color:Black BG" content="#000000">
  33. <meta name="color:Image Border" content="#F0F0F0">
  34. <meta name="color:Questions Border" content="#F8F7F7">
  35. <meta name="color:Sidebar Border" content="#EDEDED">
  36.  
  37. <meta name="text:Body Font Size" content="10px"/>
  38. <meta name="text:Body Font" content="calibri"/>
  39.  
  40. <meta name="image:Sidebar" content=""/>
  41. <meta name="image:Sidebar2" content=""/>
  42. <meta name="image:Background" content="" />
  43. <meta name="text:Title" content="">
  44.  
  45. <meta name="if:Hover Tags" content="0"/>
  46. <meta name="if:Show Borders" content="1" />
  47. <meta name="if:Show Link1" content="0" />
  48. <meta name="if:Show Link2" content="0" />
  49. <meta name="if:Show Link3" content="0" />
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">
  57.  
  58.  
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("a[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:90,
  70. tip_fade_speed:600,
  71. attribute:"title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:3px; width:3px}
  81. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:4px}
  82. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:4px!important}
  83.  
  84.  
  85. #s-m-t-tooltip {
  86. max-width:300px;
  87. margin-top:-20px;
  88. margin-left:-20px;
  89. font-size:8px;
  90. padding:2px;
  91. font-family:arial;
  92. letter-spacing:1px;
  93. text-align:center;
  94. text-transform:uppercase;
  95. background-color:{color:Black BG};
  96. color:{color:title};
  97. z-index:999999999999999999999999999999999999;
  98. }
  99.  
  100. h1 {
  101. font-weight:normal;
  102. font-size: {text:Body Font Size};
  103. font-family: {text:Body Font};
  104. text-align:center;
  105. font-style:italic;
  106. letter-spacing:0px;
  107. text-transform:none;
  108. color:{color:Text};
  109. }
  110.  
  111. h2 {
  112. margin-bottom:12px;
  113. padding-bottom:10px;
  114. font-weight:normal;
  115. font-family:arial;
  116. font-size:17px;
  117. letter-spacing:-1px;
  118. font-style:none;
  119. font-weight:bold;
  120. line-height:100%;
  121. text-transform:;
  122. color:{color:Text};
  123. margin: 0px;
  124. border-bottom: 1px solid {color:Info Border};
  125. }
  126.  
  127. pre {
  128. width:400px;
  129. text-align: left;
  130. word-wrap: break-word;
  131. color:{color:Text};
  132. }
  133.  
  134.  
  135. blockquote {
  136. border-left:1px solid {color:Blockquote};
  137. padding-left:13px;
  138. padding-top:1px;
  139. padding-bottom:1px;
  140. margin:10px;
  141. margin-top:20px;
  142. margin-bottom:10px;
  143. margin-left:20px;
  144. }
  145.  
  146. blockquote img {
  147. max-width:350px;
  148. }
  149.  
  150. body {
  151. color: {color:Text};
  152. background-color:{color:Background};
  153. background-image:url('{image:background}');
  154. background-attachment: fixed;
  155. background-repeat: repeat;
  156. word-spacing:1px;
  157. }
  158.  
  159. a {
  160. color: {color:Link};
  161. text-decoration: none;
  162. -moz-transition-duration: 0.5s;
  163. -o-transition-duration: 0.5s;
  164. -webkit-transition-duration: 0.5s;
  165. transition-duration: 0.5s;
  166. }
  167.  
  168. a:hover {
  169. color: {color:Link Hover};
  170. text-decoration:underline;
  171. -moz-transition-duration: 0.5s;
  172. -o-transition-duration: 0.5s;
  173. -webkit-transition-duration: 0.5s;
  174. transition-duration: 0.5s;
  175. }
  176.  
  177. .title {
  178. width:191px;
  179. height:15px;
  180. padding:5px;
  181. margin-top:-1px;
  182. margin-left:-1px;
  183. font-family:arial;
  184. text-transform:uppercase;
  185. text-align:center;
  186. font-size:8px;
  187. letter-spacing:1px;
  188. font-style:none;
  189. font-weight:;
  190. line-height:87%;
  191. color:{color:text};
  192. border-bottom:px solid {color:Sidebar Border};
  193. }
  194.  
  195. .title a {
  196. color:{color:text};
  197. }
  198.  
  199. .bottom {
  200. width:631px;
  201. padding-top:10px;
  202. padding-left:5px;
  203. padding-right:5px;
  204. padding-bottom:10px;
  205. margin-top:572px;
  206. margin-left:130px;
  207. font-family:arial;
  208. font-size:8px;
  209. position:fixed;
  210. letter-spacing:1px;
  211. font-style:none;
  212. font-weight:;
  213. line-height:87%;
  214. text-transform:uppercase;
  215. color:{color:text};
  216. background-color:{color:Posts BG};
  217. border-bottom:px solid {color:Sidebar Border};
  218. }
  219.  
  220. .bottom a {
  221. color:{color:text};
  222. }
  223.  
  224.  
  225. .sidebar {
  226. width:200px;
  227. height:500px;
  228. color:{color:Text};
  229. position: fixed;
  230. margin-top:70px;
  231. margin-left:130px;
  232. padding:0px;
  233. {block:ifShowBorders}
  234. background-color:{color:Posts BG};
  235. border-top:1px solid {color:Sidebar Border};
  236. border-left:1px solid {color:Sidebar Border};
  237. border-bottom:1px solid {color:Sidebar Border};
  238. {/block:ifShowBorders}
  239. }
  240.  
  241. .sidebarimage {
  242. margin-top:10px;
  243. margin-bottom:0px;
  244. margin-left:0px;
  245. width:60px;
  246. padding:13px;
  247. outline:1px solid {color:Sidebar Border};
  248. }
  249.  
  250. .sidebarlinks {
  251. width:190px;
  252. margin-top:5px;
  253. margin-bottom:10px;
  254. font-family:calibri;
  255. text-transform:uppercase;
  256. font-size:8px;
  257. text-transform:;
  258. padding:5px;
  259. text-align:center;
  260. line-height:10px;
  261. letter-spacing:px;
  262. border-bottom:px solid {color:Sidebar Border};
  263. }
  264.  
  265.  
  266. .sidebarlinks a {
  267. color:{color:Text};
  268. padding:3px;
  269. -moz-transition-duration: 0.5s;
  270. -o-transition-duration: 0.5s;
  271. -webkit-transition-duration: 0.5s;
  272. transition-duration: 0.5s;}
  273.  
  274. .sidebarlinks a:hover {
  275. color:{color:Link Hover};
  276. text-decoration:underline;
  277. -moz-transition-duration: 0.5s;
  278. -o-transition-duration: 0.5s;
  279. -webkit-transition-duration: 0.5s;
  280. transition-duration: 0.5s;}
  281.  
  282.  
  283. .description {
  284. text-transform:;
  285. width:180px
  286. padding-top:5px;
  287. margin-top:10px;
  288. margin-bottom:10px;
  289. padding:5px;
  290. text-align:center;
  291. font-size:10px;
  292. font-family:calibri;
  293. color:{color:Text};
  294. letter-spacing:0px;
  295. }
  296.  
  297. .description a:hover {
  298. color:{color:Link Hover};
  299. }
  300.  
  301. .border {
  302. margin-left:10px;
  303. border-bottom: 1px solid {color:Sidebar Border};
  304. width:150px;
  305. }
  306.  
  307. .border2 {
  308. margin-left:0px;
  309. border-bottom: 1px solid {color:Sidebar Border};
  310. width:90px;
  311. }
  312.  
  313.  
  314. .pagination {
  315. width:240px;
  316. padding:5px;
  317. margin-top:10px;
  318. margin-bottom:10px;
  319. margin-top:1px;
  320. font-family:arial;
  321. font-size:8px;
  322. letter-spacing:1px;
  323. font-weight:;
  324. text-transform:lowercase;
  325. }
  326.  
  327. .pagination a {
  328. padding:3px;
  329. color:{color:Text};
  330. }
  331.  
  332. .pagination a:hover {
  333. color:{color:Link Hover};
  334. }
  335.  
  336. .container {
  337. width:900px;
  338. margin: auto;
  339. margin-top:-8px;
  340. }
  341.  
  342.  
  343. .postscontainer {
  344. width:440px;
  345. height:500px;
  346. margin: auto;
  347. position:fixed;
  348. margin-top:71px;
  349. margin-bottom:50px;
  350. margin-left:330px;
  351. background-color:{color:Posts BG};
  352. {block:ifShowBorders}
  353. outline:1px solid {color:Sidebar Border};
  354. border-right:0px solid {color:Sidebar Border};
  355. border-bottom:0px solid {color:Sidebar Border};
  356. {/block:ifShowBorders}
  357. overflow-y:scroll;
  358. overflow-x:hidden;
  359. }
  360.  
  361. .posts {
  362. width:400px;
  363. font-size: {text:Body Font Size};
  364. font-family: {text:Body Font};
  365. margin-bottom:12px;
  366. margin-left:0px;
  367. padding:20px;
  368. text-align:justify;
  369. }
  370.  
  371. .info {
  372. margin-top:20px;
  373. margin-bottom:0px;
  374. text-align:center;
  375. text-transform:uppercase;
  376. font-size:8px;
  377. font-family:calibri;
  378. color:{color:Text};
  379. letter-spacing:1px
  380. }
  381.  
  382. .info a {
  383. color:{color:Text};
  384. }
  385.  
  386. .info a:hover {
  387. text-decoration:underline;
  388. color:{color:Link Hover};
  389. }
  390.  
  391. .info2 {
  392. text-align:left;
  393. margin-top:-6px;
  394. font-family:arial;
  395. text-transform:lowercase;
  396. letter-spacing:0px;
  397. font-size:9px;
  398. }
  399.  
  400. .info2 a {
  401. color:{color:Text};
  402. }
  403.  
  404. .info2 a:hover {
  405. text-decoration:underline;
  406. color:{color:Link Hover};
  407. }
  408.  
  409. .dashicons {
  410. margin-top:5px;
  411. margin-left:510px;
  412. padding-bottom:0px;
  413. line-height:0%;
  414. font-family:arial;
  415. text-transform:lowercase;
  416. letter-spacing:0px;
  417. font-size:11px;
  418. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  419. list-style: none;
  420. }
  421.  
  422. .posts:hover .dashicons {
  423. margin-top:5px;filter: alpha(opacity = 100);
  424. opacity:100;-webkit-transition: all 0.5s ease-out;
  425. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  426. }
  427.  
  428. .posts:hover .tags {
  429. {block:ifHoverTags}
  430. margin-top:3px;filter: alpha(opacity = 100);
  431. opacity:100;-webkit-transition: all 0.5s ease-out;
  432. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  433. {/block:ifHoverTags}}
  434.  
  435. .tags {
  436. {block:ifHoverTags}
  437. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  438. {/block:ifHoverTags}
  439. width:400px;
  440. position:absolute;
  441. margin-top:3px;
  442. line-height:120%;
  443. font-size:10px;
  444. letter-spacing:0px;
  445. font-family:calibri;
  446. text-align:center;
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. }
  451.  
  452. .tags a {
  453. padding:4px;
  454. color:{color:Text};
  455. }
  456.  
  457. .tags a:hover {
  458. text-decoration:underline;
  459. color:{color:Link Hover};
  460. }
  461.  
  462. .postnote {
  463. width:400px;
  464. text-transform:lowercase;
  465. font-size: {text:Body Font Size};
  466. font-family: {text:Body Font};
  467. text-align:left;
  468. line-height:90%;
  469. margin-top:40px;
  470. }
  471.  
  472. .postnote li {
  473. list-style-type:none;
  474. border-bottom:1px solid {color:Info Border};
  475. padding:37px 0px 3px 0px;
  476. text-align:left;
  477. margin:0px;
  478. -moz-transition-duration:0.5s;
  479. -webkit-transition-duration:0.5s;
  480. -o-transition-duration:0.5s;
  481. }
  482.  
  483. .postnote img {
  484. width:20px;
  485. padding: 3px;
  486. margin:2px 7px -3px 6px;
  487. text-align:left;
  488. margin:2px 7px -3px 6px;
  489. border:2px solid {color:Info Border};
  490. border-radius:100px;
  491. -webkit-border-radius:100px;
  492. -moz-border-radius:100px;
  493. }
  494.  
  495. .music {
  496. width:400px;
  497. {block:ifShow400pxposts}
  498. width:400px;
  499. {/block:ifShow400pxposts}
  500. padding-bottom:10px;
  501. }
  502.  
  503. .albumart {
  504. float:left;
  505. width:50px;
  506. padding: 3px;
  507. margin:2px 7px -3px 6px;
  508. border:2px solid {color:Info Border};
  509. border-radius:100px;
  510. -webkit-border-radius:100px;
  511. -moz-border-radius:100px;
  512. }
  513.  
  514. .playercontainer {
  515. text-align:left;
  516. padding-top:15px;
  517. width:450px;
  518. {block:ifShow400pxposts}
  519. width:350px;
  520. {/block:ifShow400pxposts}
  521. }
  522.  
  523. .musicinfo {
  524. padding:10px;
  525. margin-top:20px;
  526. font-size: {text:Body Font Size};
  527. font-family: {text:Body Font};
  528. color:{color:Text};
  529. }
  530.  
  531. .quote {
  532. font-family:arial;
  533. font-size:17px;
  534. letter-spacing:-1px;
  535. font-style:none;
  536. font-weight:bold;
  537. line-height:100%;
  538. text-align:center;
  539. }
  540.  
  541. .source {
  542. font-family:calibri;
  543. font-size:10px;
  544. font-style:normal;
  545. text-align:center;
  546. line-height:17px;
  547. }
  548.  
  549. .chat ol {
  550. font-size: {text:Body Font Size};
  551. font-family: {text:Body Font};
  552. line-height:100%;
  553. padding:0px;
  554. list-style:none;
  555. }
  556.  
  557. .label {
  558. font-size: {text:Body Font Size};
  559. font-family: {text:Body Font};
  560. font-weight:bold;
  561. color:{color:Text};
  562. }
  563.  
  564. .line.odd {
  565. padding:4px;
  566. margin-bottom:2px;
  567. }
  568.  
  569. .line.even {
  570. padding:4px;
  571. margin-bottom:2px;
  572. }
  573.  
  574. .ask {
  575. width:400px;
  576. font-size: {text:Body Font Size};
  577. font-family: {text:Body Font};
  578. text-transform:capitalize;
  579. text-align:left;
  580. font-weight:;
  581. padding-top:4px;
  582. padding-left:7px;
  583. padding-bottom:8px;
  584. border-bottom: 1px solid {color:Questions Border};
  585. }
  586.  
  587. .ask a {
  588. color:{color:Text};
  589. }
  590.  
  591. .question {
  592. width:400px;
  593. letter-spacing:0px;
  594. margin-top:3px;
  595. padding-left:7px;
  596. padding-bottom:8px;
  597. text-align:justify;
  598. color:{color:Text};
  599. font-size: {text:Body Font Size};
  600. font-family: {text:Body Font};
  601. }
  602.  
  603. .answer {
  604. width:400px;
  605. letter-spacing:0px;
  606. text-align:justify;
  607. padding-top:5px;
  608. margin-bottom:1px;
  609. font-size: {text:Body Font Size};
  610. font-family: {text:Body Font};
  611. color:{color:Text};
  612. }
  613.  
  614. .askimg {
  615. padding: 3px;
  616. margin:2px 7px -3px 6px;
  617. }
  618.  
  619. .credit {
  620. font-family:arial;
  621. margin-top:-7px;
  622. font-size:8px;
  623. letter-spacing:1px;
  624. text-transform:uppercase;
  625. text-align:right;
  626. }
  627.  
  628. .credit a {
  629. font-style:normal;
  630. padding:3px;
  631. color:{color:text};
  632. -moz-transition-duration:0.5s;
  633. -webkit-transition-duration:0.5s;
  634. -o-transition-duration:0.5s;
  635. }
  636.  
  637. </style>
  638. </head>
  639.  
  640.  
  641. <body>
  642. <div class="container">
  643. <div class="bottom">
  644. {block:Pagination}
  645. {block:PreviousPage}
  646. <a href="{PreviousPage}"> ‹ </a>
  647. {/block:PreviousPage}
  648. {block:JumpPagination length="6"}
  649. {block:CurrentPage}
  650. <span class="current_page">{PageNumber}</span>
  651. {/block:CurrentPage}
  652. {block:JumpPage}
  653. <a class="jump_page" href="{URL}">{PageNumber}</a>
  654. {/block:JumpPage}
  655. {/block:JumpPagination}
  656. {block:NextPage}
  657. <a href="{NextPage}"> › </a>
  658. {/block:NextPage}
  659. {/block:Pagination}
  660. <div class="credit">
  661. <a href="http://scottisbae.tumblr.com/">scottisbae</a>
  662. </div>
  663. </div>
  664. <div class="sidebar">
  665. <br><br><br>
  666. <div class="title">
  667. <a href="/">
  668. {text:Title}
  669. </a></div>
  670. <center>
  671. <div class="border"></div>
  672. <img src="{image:sidebar}" class="sidebarimage">
  673. <img src="{image:sidebar2}" class="sidebarimage">
  674. </center>
  675. <div class="sidebarlinks">
  676. {block:ifShowLink1}
  677. <a href="{text:link1 url}">{text:link1}</a>
  678. {/block:IfShowLink1}
  679. {block:ifShowLink2}›
  680. <a href="{text:link2 url}">{text:link2}</a>
  681. {/block:IfShowLink2}
  682. {block:ifShowLink3}›
  683. <a href="{text:link3 url}">{text:link3}</a>
  684. {/block:IfShowLink3}
  685. </div>
  686. <center><div class="border"></div></center>
  687. <div class="description">
  688. {Description}
  689. </div>
  690. <center><div class="border"></div></center>
  691. <div class="sidebarlinks">
  692. <a href="/">index</a>›
  693. <a href="/ask">questions</a>›
  694. <a href="/archive">archive</a>
  695. </div>
  696. </div>
  697.  
  698. <div class="postscontainer">
  699.  
  700. {block:Posts}
  701. <div class="posts">
  702.  
  703.  
  704. {block:Text}
  705. {block:Title}<h2>{Title}</h2>{/block:Title}
  706. {Body}
  707. {/block:Text}
  708.  
  709. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  710.  
  711. {/block:Quote}
  712.  
  713. {block:Link}
  714. <h2><a href="{URL}">{Name}</a></h2>
  715. {block:Description}{Description}{/block:Description}
  716. {/block:Link}
  717.  
  718. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  719. </ol></div>{/block:Chat}
  720.  
  721. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  722.  
  723. {block:Photo}
  724. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  725. {/block:Photo}
  726.  
  727. {block:Photoset}{Photoset-400}
  728. {block:Caption}{Caption}{/block:Caption}
  729. {/block:Photoset}
  730.  
  731. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  732. <div class="playercontainer">{AudioPlayerWhite}</div>
  733. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  734. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  735.  
  736. {block:Video}{Video-400}
  737. {block:Caption}{Caption}{/block:Caption}
  738. {/block:Video}
  739.  
  740. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}"><u>{shortmonth} {dayofmonth}</a></u> at <u>{12HourWithZero}:{Minutes} {CapitalAmPm}</u> {block:NoteCount} · ({NoteCount}){/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  741. {/block:Date}
  742.  
  743. {block:HasTags}
  744. <div class="tags">
  745. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  746. </div>
  747. {/block:HasTags}
  748.  
  749. <div class="postnote">
  750. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  751.  
  752. </div>
  753. {/block:Posts}
  754.  
  755.  
  756. </div>
  757. </div>
  758. </div>
  759. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement