sexycullen

# 121

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