Advertisement
elsaofarendelle

taiintedvirtues

Nov 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 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. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
  15.  
  16. <link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. </style>
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39.  
  40. <!-------------------------------------------
  41. Code by elsaofarendelle.
  42. Don't copy or distribute.
  43. Don't claim as your own.
  44.  
  45. C O L L A B O R A T I O N
  46.  
  47. Background by grcwingstrcng
  48. -------------------------------------------->
  49.  
  50. <meta name="image:background" content=""/>
  51. <meta name="image:sidebar" content=""/>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {
  57. white-space:nowrap;
  58. -webkit-filter: invert(100%);
  59. -moz-filter: invert(100%);
  60. -o-filter: invert(100%);
  61. -ms-filter: invert(100%);
  62. filter: invert(100%);
  63. opacity:.2;transition: .8s ease-in-out;
  64. -webkit-transition: .8s ease-in-out;
  65. -moz-transition: .8s ease-in-out;
  66. -o-transition: .8s ease-in-out;
  67. }
  68.  
  69. /* --- CURSOR START --- */
  70.  
  71. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  72.  
  73. /* --- CURSOR END --- */
  74.  
  75. /* --- FONTS START --- */
  76.  
  77. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  78.  
  79. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  80.  
  81.  
  82.  
  83.  
  84.  
  85. /* --- FONTS END --- */
  86.  
  87.  
  88. /* --- SCROLLBAR START ---*/
  89.  
  90. ::-webkit-scrollbar-thumb{
  91. background-color: #89280f;
  92. border: none;
  93. height:auto;
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:auto;
  98. width:5px;
  99. background-color: transparent;
  100. border:2px solid transparent;
  101. }
  102.  
  103. /* --- SCROLLBAR END --- */
  104.  
  105.  
  106. /* --- TOOLTIPS START --- */
  107.  
  108. #s-m-t-tooltip{
  109. max-width:300px;
  110. margin:15px;
  111. padding:2px 8px;
  112. background: #000;
  113. border: .5px bottom #7a2a1c;
  114. color: #89280f;
  115. border-radius:0px;
  116. z-index:9999999999999;
  117. font-size:12px;
  118. font-family: 'Luckiest Guy', cursive;
  119. font-weight:bold;
  120. text-transform:normal;
  121. box-shadow: 2px 2px 5px none;
  122. -webkit-transition:all 0.7s;
  123. -moz-transition:all 0.7s;
  124. -ms-transition:all 0.7s;
  125. -o-transition:all 0.7s;
  126. transition:all 0.7s;
  127. }
  128.  
  129. /* --- TOOLTIPS END --- */
  130.  
  131.  
  132. /* --- BODY START ---*/
  133.  
  134. body {
  135. background:#0c0a0a;
  136. background-image:url({image:background});
  137. background-attachment: fixed;
  138. background-repeat: no-repeat;
  139. background-position:0px 0px;
  140. margin:0px;
  141. color:#fff;
  142. font-family: 'Cormorant Garamond', serif;
  143. font-size:12px;
  144. line-height:120%;
  145. word-wrap: break-word;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:2px solid;
  151. border-color: #89280f;
  152. border-radius:6px;
  153. }
  154.  
  155. a {
  156. color: #89280f;
  157. text-decoration:none;
  158. -webkit-transition:all 0.5s ease-in-out;
  159. -moz-transition:all 0.5s ease-in-out;
  160. -o-transition:all 0.5s ease-in-out;
  161. -ms-transition:all 0.5s ease-in-out;
  162. transition:all 0.5s ease-in-out;
  163. }
  164.  
  165.  
  166. img {none;}
  167.  
  168. h1 {
  169. font-family: 'Titillium Web', sans-serif;
  170. text-transform:none;
  171. font-size:25px;
  172. line-height:30px;
  173. letter-spacing:0px;
  174. text-align:center;
  175. font-style:normal;
  176. color: #aa452b;
  177. }
  178.  
  179. h2 {
  180. color: #aa452b;
  181. text-transform: none;
  182. letter-spacing:1px;
  183. font-family: 'Titillium Web', sans-serif;
  184. font-size:17px;
  185. line-height:30px;
  186. }
  187.  
  188. hr {
  189. border-color: #aa452b;
  190. border-width: .5px;
  191. }
  192.  
  193. #fixerupper {
  194. width:500px;
  195. margin:0 auto -12px auto;
  196. }
  197.  
  198. #container {
  199. width:500px;
  200. height:570px;
  201. margin-left:630px;
  202. margin-top:58px;
  203. position:fixed;
  204. overflow-y:scroll;
  205. overflow-x:hidden;
  206. padding-left:50px;
  207. padding-right:10px;
  208. padding-top:17px;
  209. padding-bottom:10px;
  210. z-index:50
  211. }
  212.  
  213. #post {
  214. background: #none;
  215. width:460px;
  216. padding-bottom:30px;
  217. padding: 10px;
  218. text-align: justify;
  219. margin-top:10px;
  220. border: .5px solid #89280f;
  221. line-height: 100%;
  222. }
  223.  
  224.  
  225. #post img {
  226. padding: 0;
  227. max-width:100%;
  228. width: auto;
  229. height: auto;
  230. }
  231.  
  232. #post video {
  233. padding: 0;
  234. max-width:100%;
  235. width: auto;
  236. height: auto;
  237. }
  238.  
  239. pre {
  240. font-family: 'lumierlight';
  241. font-size:10px;
  242. color:#aa452b;
  243. letter-spacing:1px;
  244. text-align:center;
  245. text-transform:uppercase;
  246. padding:6px;
  247. background:url('');
  248. background-repeat:repeat;;
  249. }
  250.  
  251.  
  252. b {
  253. text-transform: bold;
  254. color: #89280f;
  255. text-shadow: 0px 0px 3px #89280f;
  256. letter-spacing:1px;
  257. font-family: 'Anton', sans-serif;
  258. font-size:17px;
  259. line-height:100%;
  260. }
  261.  
  262. i {
  263. text-transform: italic;
  264. color: #89280f;
  265. text-shadow: 1px 1px 1px #000;
  266. text-shadow: -1px -1px -1px #000;
  267. letter-spacing:1px;
  268. font-family: 'Satisfy', cursive;
  269. font-size:20px;
  270. line-height:100%;
  271. }
  272.  
  273. sub, small, sup {
  274. font-size: 12px;
  275. }
  276.  
  277. /* --- BODY END --- */
  278.  
  279.  
  280. /* --- SIDEBAR START ---*/
  281.  
  282. #sidebar{
  283. position: fixed;
  284. top: 80px;
  285. width:150px;
  286. height:70px;
  287. left: 845px;
  288. padding:20px;
  289. }
  290.  
  291. #sidebarimage img{
  292. width: 260px;
  293. height:209px;
  294. padding:10px;
  295. border:2px none #634911;
  296. margin-top:70px;
  297. margin-left:43px;
  298. background:transparent;
  299. background-image:{image:sidebarimage};
  300. }
  301.  
  302. #nav {
  303. position:fixed;
  304. overflow:hidden;
  305. margin-top:150px;
  306. margin-left:315px;
  307. }
  308.  
  309. #link1 a , #link2 a, #link3 a
  310.  
  311. #title {
  312. font-family:times;
  313. text-align:center;
  314. width:300px;
  315. margin-top:5px;
  316. margin-left:200px;
  317. text-transform:uppercase;
  318. font-style:normal;
  319. font-size:20px;
  320. color:#fff;
  321. }
  322.  
  323. #header{
  324. width:180px;
  325. margin-left:85px;
  326. margin-top:-180px;
  327. font-style: none;
  328. font-family: 'Cormorant Garamond', serif;
  329. font-size:11px;
  330. text-transform:normal;
  331. color: #fff;
  332. letter-spacing:1px;
  333. line-height:200%;
  334. position:fixed;
  335.  
  336. }
  337.  
  338. #description {
  339. background: none;
  340. border: none;
  341. width:180px;
  342. height:130px;
  343. overflow-y:scroll;
  344. overflow-x:hidden;
  345. margin-top:75px;
  346. margin-left:-680px;
  347. padding: 12px;
  348. padding-right:10px;
  349. text-align:justify;
  350. font-style: none;
  351. font-family: 'Cormorant Garamond', serif;
  352. font-size:11px;
  353. color: #fff;
  354. text-shadow: none;
  355. letter-spacing:1px;
  356. line-height:155%;
  357. }
  358.  
  359. #pagination {
  360. font-family: 'Titillium Web', sans-serif;
  361. width:500px;
  362. font-size:15px;
  363. margin-top:-10px;
  364. margin-left:-421px;
  365. padding-left:5px;
  366. letter-spacing:3px;
  367. text-align:center;
  368. text-transform:uppercase;
  369. }
  370.  
  371. #pagination a {
  372. color:#89280f;
  373. }
  374.  
  375. /* --- SIDEBAR END ---*/
  376.  
  377.  
  378. /* --- LINKS START --- */
  379.  
  380. #links {
  381. width:250px;
  382. position:fixed;
  383. margin-left:-475px;
  384. margin-top:-145px;
  385. padding:8px;
  386. }
  387.  
  388. #links a{
  389. min-width:80px;
  390. background-color: none;
  391. color: #89280f;
  392. border:.5px solid #89280f;
  393. display:inline-block;
  394. margin:4px;
  395. font-size:9px
  396. font-family: 'lumierlight';
  397. text-align:center;
  398. text-transform:uppercase;
  399. padding-top:2px;
  400. line-height:155%;
  401. }
  402.  
  403. /* --- LINKS END --- */
  404.  
  405.  
  406. /* --- CREDIT START --- */
  407.  
  408. .credit{
  409. position:fixed;
  410. font-size:20px;
  411. right:40px;
  412. bottom:20px;
  413. z-index:51;
  414. }
  415.  
  416. .credit a {
  417. font-family: "starfish";
  418. text-decoration:none;
  419. text-transform:uppercase;
  420. color: #89280f;
  421. text-shadow: -1px -1px -1px #000;
  422. text-shadow: 1px 1px 1px #000;
  423. -moz-transition-duration:.7s;
  424. -webkit-transition-duration:.7s;
  425. -o-transition-duration:.7s;
  426. }
  427.  
  428. /* --- CREDIT END --- */
  429.  
  430.  
  431. /* --- POST NOTES START --- */
  432.  
  433. .note {
  434. padding:0px 20px 0px 20px;
  435. background-color:transparent;
  436. text-transform:lowercase;
  437. letter-spacing:0px;
  438. font-size: 11px;
  439. font-style:normal;
  440. text-align:left;
  441. line-height:120%;
  442. }
  443.  
  444. .note li {
  445. list-style-type:none;
  446. padding:5px 25px 5px 25px;
  447. text-align:left;
  448. margin-right:30px;
  449. margin-top:-50px;
  450. }
  451.  
  452. #info {
  453. height:20px;
  454. text-align:center;
  455. margin-top:25px;
  456. padding-top:10px;
  457. padding:15px;
  458. padding-bottom:1px;
  459. text-transform:normal;
  460. font-style:none;
  461. font-size:12px;
  462. font-family:'Titillium Web', sans-serif;
  463. color: #1e1e1d;
  464. background-repeat:repeat;
  465. background-attachment:fixed;
  466. line-height:60%;
  467. background: #000;
  468. border: .5px solid #89280f;
  469. }
  470.  
  471. #info a{
  472. color: #89280f;
  473. }
  474.  
  475. #tags {
  476. font-family: 'Cormorant Garamond', serif;
  477. text-align:center;
  478. margin-top:5px;
  479. padding-bottom:0px;
  480. text-transform:none;
  481. font-style:none;
  482. font-size:12px;
  483. }
  484.  
  485. #tags a {
  486. color: #89280f;
  487. }
  488.  
  489. /* --- POST NOTES END --- */
  490.  
  491.  
  492. /* --- ASK & AUDIO START --- */
  493.  
  494. .ask {
  495. color: #89280f;
  496. background: #000;
  497. border: .5px solid #89280f;
  498. padding:15px;
  499. margin-bottom:15px;
  500. margin-top:10px;
  501. }
  502.  
  503. .askheader {
  504. }
  505.  
  506. .asker {
  507. color: #89280f;
  508. text-shadow: -1px -1px -1px #000;
  509. text-shadow: 1px 1px 1px #000;
  510. font-family: 'Titillium Web', sans-serif;
  511. font-size:22px;
  512. line-height:20px;
  513. text-align:center;
  514. padding-bottom:5px;
  515. }
  516.  
  517. .answer {
  518. color: #fff;
  519. }
  520.  
  521. .chat {
  522. list-style:none;
  523. margin-top:15px;
  524. margin-bottom:0px;
  525. font-size:10px;
  526. margin-left:0px;
  527. }
  528.  
  529. .chat ul {
  530. line-height:18px;
  531. margin-top:0px;
  532. list-style:none;
  533. padding:0px;
  534. letter-spacing:2px;
  535. font-size:10px;
  536. margin-bottom:0px;
  537. text-transform:normal;
  538. }
  539.  
  540. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  541. background-color: none;
  542. padding:3px 8px 3px 8px;
  543. color: #fff;
  544. border-bottom: none
  545. }
  546.  
  547. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  548. background-color: none;
  549. padding:3px 8px 3px 8px;
  550. color: #fff;
  551. border-bottom: none;
  552. }
  553.  
  554. .buttona {
  555. position: absolute;
  556. left: 30px;
  557. top: 30px;
  558. width: 19px;
  559. height: 19px;
  560. background-color: #eee;
  561. padding: 10px;
  562. opacity: .4;
  563. filter: alpha(opacity=10);
  564. -moz-opacity: 0.4;
  565. -khtml-opacity: 0.4;
  566. transition: opacity .7s ease-in-out;
  567. -moz-transition: opacity .7s ease-in-out;
  568. -webkit-transition: opacity .7s ease-in-out;
  569. }
  570.  
  571. .buttonb {
  572. position: relative;
  573. width: 19px;
  574. height: 19px;
  575. overflow: hidden;
  576. }
  577.  
  578. .buttonc {
  579. position: absolute;
  580. top: -20px;
  581. left: -20px;
  582. }
  583.  
  584. .tumblr_audio_player {
  585. height: 90px;
  586. width: 270px;
  587. -moz-transform: scale(0.60, 0.60);
  588. -webkit-transform: scale(0.60, 0.60);
  589. -o-transform: scale(0.60, 0.60);
  590. -ms-transform: scale(0.60, 0.60);
  591. transform: scale(0.60, 0.60);
  592. -moz-transform-origin: top left;
  593. -webkit-transform-origin: top left;
  594. -o-transform-origin: top left;
  595. -ms-transform-origin: top left;
  596. transform-origin: top left;
  597. }
  598.  
  599. .audioimg {
  600. position: absolute;
  601. left: 0px;
  602. top: 0px;
  603.  
  604. overflow: hidden;
  605. width: 100px;
  606. height: 100px;
  607. }
  608.  
  609. .audioimg img {
  610. width: 100%;
  611. height: auto;
  612.  
  613. }
  614.  
  615. .trackdetails {
  616. width: auto;
  617. border: 1px solid black;
  618. display:inline-block;
  619. margin-left: 120px;
  620. min-height: 85px;
  621. }
  622.  
  623. .wrapper {
  624. position: relative;
  625. display:inline-block;
  626. }
  627.  
  628. .video {
  629. width:460px!important;
  630. }
  631.  
  632. .video iframe {
  633. width:460px!important;
  634. }
  635.  
  636. /* --- ASK & AUDIO END --- */
  637.  
  638. {CustomCSS}</style></head><body>
  639.  
  640. <div id="fixerupper">
  641.  
  642. <div id="sidebar">
  643.  
  644. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  645.  
  646. <div class="credit">
  647. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  648. </div>
  649.  
  650. <div id="title"></div>
  651.  
  652. <div id="header">
  653. <center><p></p></center>
  654. </div>
  655.  
  656. <div id="description">
  657. <center> indie-multimuse <p><center>It is important <i>all information</i> is read before interacting with.Anyone who fails to do so I will not be interacting with
  658.  
  659. <p><center>Each muse on this blog is over 25+ as well as the writer. </br>
  660. Please be advised that dark themes <i>&</i> other NSFW material will be present on this blog.</p>
  661.  
  662. <p><center></center>Make note that all muses on this blog are connected one way or another and that the mun is a lit/semi-lit writer only.<p><center>
  663. </div>
  664.  
  665. <div id="links">
  666. <a href="/">refresh</a>
  667. <a href="/ask">messages</a>
  668. <a href="/submit">submit</a>
  669. <a href="/guidelines">guidelines</a>
  670. <a href="/start">start</a>
  671. <a href="/backstory">backstory</a>
  672. <a href="/the writer">the writer</a>
  673. <a href="/navigation">navigation</a>
  674. </div>
  675.  
  676. <div id="scrollbar">{scrollbar}</div>
  677.  
  678.  
  679. <div id="pagination">
  680. <center> {block:Pagination}
  681. <div id="pagination">
  682. {block:PreviousPage}
  683. <a href="{PreviousPage}"><big>ยซ</big></a>
  684. {/block:PreviousPage}
  685. {block:JumpPagination length="5"}
  686. {block:CurrentPage}
  687. <span class="current_page">{PageNumber}</span>
  688. {/block:CurrentPage}
  689. {block:JumpPage}
  690. <a class="jump_page" href="{URL}">{PageNumber}</a>
  691. {/block:JumpPage}
  692. {/block:JumpPagination}
  693. {block:NextPage}
  694. <a href="{NextPage}"><big>ยป</big></a>
  695. {/block:NextPage}
  696. </div>
  697. {/block:Pagination}</center>
  698. </div>
  699.  
  700. {block:HasPages}{block:Pages}
  701.  
  702. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  703.  
  704. </div></center>
  705.  
  706.  
  707. </div>
  708.  
  709. <div id="container">{block:Posts}<div id="post">
  710.  
  711. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  712. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  713.  
  714. {block:blockquote}{/block:blockquote}
  715.  
  716. {block:ContentSource}
  717. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  718. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  719. {/block:SourceLogo}
  720. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  721. {/block:ContentSource}
  722.  
  723. {block:Photo}
  724. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="460px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  725. {/block:Photo}
  726.  
  727. {block:Photoset}
  728. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  729. {/block:Photoset}
  730.  
  731. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  732.  
  733. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  734.  
  735. {block:Chat}
  736. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  737. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  738. {/block:Chat}
  739.  
  740. {block:AudioPlayer}
  741. <div class="wrapper">
  742. {block:AlbumArt}
  743. <div class="audioimg"><img src="{AlbumArtURL}"></div>
  744. {/block:AlbumArt}
  745. <div class="buttona">
  746. <div class="buttonb">
  747. <div class="buttonc">
  748. {AudioPlayerGrey}
  749. </div>
  750. </div>
  751. </div>
  752. <div class="trackdetails">
  753. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  754. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  755. {block:Album}Album: {Album}{/block:Album}<br/>
  756. {PlayCountWithLabel}
  757. </div>
  758. </div>
  759. {/block:AudioPlayer}
  760. {block:Caption}{Caption}{/block:Caption}
  761.  
  762. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  763.  
  764. {block:Answer}
  765. <div class="askheader"><img src="" draggable="false"></div>
  766. <div class="ask"><div class="asker">{Asker}<font color=#89280f> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  767. {/block:Answer}
  768.  
  769.  
  770. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  771.  
  772. <div id="tags">
  773. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  774.  
  775. </div>
  776. {block:PostNotes}{PostNotes}{/block:PostNotes}
  777. {/block:Posts}</div>
  778.  
  779. </body>
  780.  
  781.  
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement