Guest User

ALN THEME

a guest
Jul 23rd, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.67 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">
  3. <!--
  4.  
  5. ╭╮╱╱╱╱╭╮╭╮╱╱╱╭╮╱╭╮╱╭╮╭╮╱╱╱╱╱╱╱╱╱╱╭╮
  6. ┃┃╱╱╱╱┃┃┃┃╱╱╱┃┃╭╯╰┳╯╰┫┃╱╱╱╱╱╱╱╱╱╱┃┃
  7. ┃╰━┳━━┫┃┃┃╭━━┫┃┣╮╭┻╮╭┫┃╭━━┳━┳━━┳━╯┃
  8. ┃╭╮┃┃━┫┃┃┃┃╭╮┃┃┣┫┃╱┃┃┃┃┃┃━┫╭┫┃━┫╭╮┃
  9. ┃┃┃┃┃━┫╰┫╰┫╰╯┃╰┫┃╰╮┃╰┫╰┫┃━┫┃┃┃━┫╰╯┃
  10. ╰╯╰┻━━┻━┻━┻━━┻━┻┻━╯╰━┻━┻━━┻╯╰━━┻━━╯
  11.  
  12. http://www.hellolittlered.org
  13. http://themes.hellolittlered.org
  14.  
  15. -->
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  18. <title>{title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <script src="http://static.tumblr.com/avd6qy6/cP1n4w705/modernizr.min.js"></script>
  25. {block:ifTwoColumns}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
  26. </script>
  27. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  28. <script type="text/javascript">
  29. $(window).load(function () {
  30. $('#posts').masonry({
  31. itemSelector : ".post",
  32. },
  33. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  34. );
  35. });
  36. </script>
  37. {/block:ifTwoColumns}
  38.  
  39. <meta name="color:color accent" content="#ffd3c7" />
  40. <meta name="color:second color" content="#ff9a91" />
  41. <meta name="color:first background" content="#ffffff" />
  42. <meta name="color:second background" content="#ffd3c7" />
  43. <meta name="color:backgrounds separator" content="#eeeeee" />
  44. <meta name="color:content" content="#ffffff" />
  45. <meta name="color:post" content="#ffffff" />
  46. <meta name="color:post border 1" content="#f8f8f8" />
  47. <meta name="color:post border 2" content="#f2f2f2" />
  48. <meta name="color:texts" content="#7d7d7d" />
  49. <meta name="color:text shadow" content="#cccccc" />
  50. <meta name="color:blockquote" content="#666666" />
  51.  
  52. <meta name="image:first background" content="http://37.media.tumblr.com/971dadcd5d7b7caa6bd236bebf8e9d46/tumblr_mt67noIbPl1ru3nbdo7_r1_250.png" />
  53. <meta name="image:second background" content="http://37.media.tumblr.com/1705244db27982795cd45d7d20efcb4a/tumblr_mt67noIbPl1ru3nbdo2_100.png" />
  54. <meta name="image:first icon" content="http://i.imgur.com/MSm1Krf.png" />
  55. <meta name="image:second icon" content="http://i.imgur.com/XWFz9H1.png" />
  56. <meta name="image:header" content="http://i.imgur.com/K3FlLy3.png" />
  57. <meta name="image:sidebar" content="http://i.imgur.com/qNjNmYj.png" />
  58.  
  59. <meta name="if:TwoColumns" content="0" />
  60. <meta name="if:OneColumn" content="0" />
  61. <meta name="if:FadingImages" content="0"/>
  62. <meta name="if:OneColumnHeader" content="1"/>
  63.  
  64. <meta name="text:Link1" content=""/>
  65. <meta name="text:Link1URL" content=""/>
  66. <meta name="text:Link2" content=""/>
  67. <meta name="text:Link2URL" content=""/>
  68. <meta name="text:Link3" content=""/>
  69. <meta name="text:Link3URL" content=""/>
  70. <meta name="text:Link4" content=""/>
  71. <meta name="text:Link4URL" content=""/>
  72. <meta name="text:description" content="rgba(255,255,255,.7)"/>
  73. </head>
  74. <style>
  75. ::-moz-selection {
  76. background-color:{color:color accent};
  77. color:{color:post};
  78. }
  79.  
  80. ::selection {
  81. background-color:{color:color accent};
  82. color:{color:post};
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. width: 8px;
  87. }
  88.  
  89. /*scrollbar background */
  90. ::-webkit-scrollbar-track-piece {
  91. background-color: {color:content};
  92.  
  93. }
  94.  
  95. /* scrollbar */
  96. ::-webkit-scrollbar-thumb:vertical {
  97. width: 2px;
  98. border:3px solid {color:content}; /* <-- have to be the same with scrollbar background */
  99. background-color: {color:color accent};
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. height: 2px;
  104. border:3px solid {color:post};/* <-- have to be the same with scrollbar background */
  105. background-color: {color:color accent};
  106. }
  107.  
  108. body {
  109. /* bottom background */
  110. background:url({image:second background}) {color:second background};
  111. font-family:Trebuchet MS;
  112. font-size:12px;
  113. /*about texts color */
  114. color:{color:texts};
  115. text-align:justify;
  116. }
  117.  
  118. a {
  119. /* links color */
  120. color:{color:color accent};
  121. text-decoration:none;
  122. }
  123.  
  124. b, strong, i, em {
  125. /* bold and italic color */
  126. color:{color:second color};
  127. }
  128.  
  129. /*for quotes */
  130. blockquote {
  131. background:{color:post border 1};
  132. border-left:1px dashed {color:text shadow};
  133. padding:5px 10px 5px 10px;
  134. width:80%;
  135. margin-left:40px;
  136. min-height:40px;
  137. color:{color:blockquote};
  138. }
  139.  
  140. blockquote:before {
  141. content:"“";
  142. color:{color:color accent};
  143. position:absolute;
  144. font-size:80px;
  145. margin-left:-55px;
  146. margin-top:-20px;
  147. }
  148.  
  149. pre {
  150. background:{color:post border 1};
  151. word-break:break-word;
  152. }
  153.  
  154. #header {
  155. /* top background */
  156. background:url({image:first background}) {color:first background};
  157. position:fixed;
  158. top:-30px;
  159. left:0;
  160. width:100%;
  161. height:50%;
  162. /* bottom and top background divider */
  163. border-bottom:30px solid {color:backgrounds separator};
  164. z-index:-1;
  165. }
  166.  
  167. #content {
  168. position:fixed;
  169. top:10%;
  170. left:25%;
  171. width:50%;
  172. height:82%;
  173. width:850px;
  174. margin:0px -50px;
  175. border-top:5px solid {color:color accent};
  176. border-bottom:5px solid {color:color accent};
  177. background:{color:content};
  178. border-radius:0px 0px 20px 20px;
  179. box-shadow:0px 0px 5px {color:text shadow};
  180. overflow:auto;
  181. padding-bottom:20px;
  182. }
  183.  
  184. #side {
  185. position:fixed;
  186. top:15%;
  187. left:25%;
  188. margin-left:-150px;
  189. width:100px;
  190. z-index:100;
  191. }
  192.  
  193. .img {
  194. width:75px;
  195. height:75px;
  196. border-radius:100%;
  197. -moz-border-radius:100%;
  198. -o-border-radius:100%;
  199. -webkit-border-radius:100%;
  200. /* icons border */
  201. border:5px solid {color:color accent};
  202. display:block;
  203. margin-bottom:10px;
  204. /* icons shadow */
  205. box-shadow:0px 0px 5px {color:text shadow};
  206. margin-left:5px;
  207. }
  208.  
  209. .img img {
  210. border-radius:100%;
  211. -moz-border-radius:100%;
  212. -o-border-radius:100%;
  213. -webkit-border-radius:100%;
  214. }
  215.  
  216. img {
  217. max-width:100%;
  218. }
  219.  
  220. .html_photoset, .photoset {
  221. max-width:100%;
  222. }
  223.  
  224. /* main link */
  225. #link a {
  226. display:block;
  227. background:{color:content};
  228. border-radius:0px 0px 0px 10px;
  229. padding:5px;
  230. color:{color:second color};
  231. margin-bottom:2px;
  232. /* main links border */
  233. border-bottom:2px solid {color:color accent};
  234. /* main links text shadow */
  235. text-shadow:0px 1px {color:text shadow};
  236. font-family:consolas;
  237. font-size:11px;
  238. text-transform:uppercase;
  239. letter-spacing:1px;
  240. -webkit-transition:all .5s ease-in-out;
  241. -moz-transition:all .5s ease-in-out;
  242. -o-transition:all .5s ease-in-out;
  243. -ms-transition:all .5s ease-in-out;
  244. transition:all .5s ease-in-out;
  245. }
  246.  
  247. #link a:hover {
  248. padding-left:30px;
  249. }
  250.  
  251. .title {
  252. position:fixed;
  253. top:10%;
  254. left:25%;
  255. padding:11px;
  256. margin:-45px -51px;
  257. font-size:20px;
  258. text-transform:uppercase;
  259. /* title border */
  260. border-bottom:2px solid {color:second color};
  261. text-align:center;
  262. /* title background */
  263. background:{color:color accent};
  264. /* title color */
  265. color:{color:post};
  266. width:830px;
  267. z-index:100;
  268. /* title shadow */
  269. box-shadow:0px -2px 4px {color:text shadow};
  270. }
  271.  
  272. #head {
  273. width:100%;
  274. display:block;
  275. /* about header background image, prepare a big sized header */
  276. background:url({image:header}) top no-repeat;
  277. background-size:100%;
  278. opacity:.8;
  279. position:relative;
  280. padding:25px 0px;
  281. }
  282.  
  283. #head .info, #sidebar .info {
  284. background:{text:description};
  285. padding:10px;
  286. font-family:consolas;
  287. text-transform:uppercase;
  288. {block:ifTwoColumns}width:30%;margin-top:25px;margin-bottom:25px;{/block:ifTwoColumns};
  289. {block:ifOneColumn}margin-top:80%;{/block:ifOneColumn}
  290. {block:ifOneColumnHeader}width:30%;margin-top:25px;margin-bottom:25px;{/block:ifOneColumnHeader}
  291. font-size:11px;
  292. text-shadow:0px 1px {color:text shadow};
  293. }
  294.  
  295. #sidebar {
  296. width:280px;
  297. height:85%;
  298. position:fixed;
  299. top:10%;
  300. left:25%;
  301. padding:0px 0px 5px 0px;
  302. margin-left:-50px;
  303. background:url({image:sidebar}) {color:post border 1};
  304. border-radius:0px 0px 00px 20px;
  305. }
  306.  
  307. {block:ifTwoColumns}
  308. {block:PermalinkPage}
  309. #posts {
  310. margin:auto;
  311. width:587px;
  312. }
  313. {block:PermalinkPage}
  314. {/block:ifTwoColumns}
  315.  
  316. {block:ifOneColumn}
  317. #posts {
  318. margin-left:285px;
  319. }
  320. {/block:ifOneColumn}
  321.  
  322. {block:ifOneColumnHeader}
  323. #posts {
  324. margin:auto;
  325. width:512px;
  326. }
  327. {/block:ifOneColumnHeader}
  328.  
  329. .post {
  330. background:{color:post};
  331. border:15px solid {color:post border 1};
  332. outline:1px solid {color:post border 2};
  333. {block:IndexPage}{block:ifTwoColumns}width:330px;{/block:ifTwoColumns}
  334. {block:ifOneColumn}width:450px;{/block:ifOneColumn}
  335. {block:ifOneColumnHeader}width:450px;{/block:ifOneColumnHeader}{/block:IndexPage}
  336. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  337. margin:25px 0px 0px 25px;
  338. padding:15px;
  339. {block:ifTwoColumns}float:left;{block:ifTwoColumns}
  340. }
  341.  
  342. h2 {
  343. margin-top:0;
  344. font-family:consolas;
  345. color:{color:second color};
  346. border-left:20px solid {color:color accent};
  347. background:{color:post border 1};
  348. font-size:14px;
  349. text-transform:uppercase;
  350. padding:1px;
  351. font-weight:700;
  352. }
  353.  
  354. h2 span {
  355. background:{color:post border 1};
  356. border-left:20px solid {color:second color};
  357. padding:1px 0 1px 10px;
  358. }
  359.  
  360. .askerd {
  361. padding:3px;
  362. background:{color:post};
  363. font-size:10px;
  364. text-transform:uppercase;
  365. color:{color:text};
  366. margin-bottom:4px;
  367. }
  368.  
  369. .chat li {
  370. list-style:none;
  371. background:{color:post border 1};
  372. border-bottom:1px solid {color:color accent};
  373. padding:5px;
  374. margin-left:-40px;
  375. }
  376.  
  377. .ask,.musicinfo,.albumarts {
  378. padding:20px;
  379. background:{color:post border 1};
  380. border:1px solid {color:post border 2};
  381. color:{color:blockquote};
  382. margin-bottom:10px;
  383. }
  384.  
  385. .ask {
  386. {block:PermalinkPage}width:380px;{/block:PermalinkPage}
  387. {block:IndexPage}{block:ifOneColumn}width:330px;{/block:ifOneColumn}{block:ifOneColumnHeader}width:330px;{/block:ifOneColumnHeader}
  388. {block:ifTwoColumns}width:210px;{/block:ifTwoColumns}{/block:IndexPage}
  389. padding:10px;
  390. font-size:11px;
  391. min-height:100px;
  392. }
  393.  
  394. .ava {
  395. border-radius:100%;
  396. width:70px;
  397. border:5px solid {color:post border 2};
  398. float:right;
  399. }
  400.  
  401. .post .ask:before {
  402. position:absolute;
  403. {block:IndexPage}{block:ifTwoColumns}margin-left:216px;{/block:ifTwoColumns}
  404. {block:ifOneColumn}margin-left:336px;{/block:ifOneColumn}
  405. {block:ifOneColumnHeader}margin-left:336px;{/block:ifOneColumnHeader}{/block:IndexPage}
  406. {block:PermalinkPage}margin-left:386px;{/block:PermalinkPage}
  407. content:"▶";
  408. font-size:25px;
  409. color:#f9f9f9;
  410. text-shadow:1px 1px {color:post border 2};
  411. }
  412.  
  413. .musicinfo {
  414. {block:PermalinkPage}height:180px;
  415. margin-left:225px;{/block:PermalinkPage}
  416. text-align:center;
  417. {block:ifOneColumn}margin-left:225px;
  418. height:180px;{/block:ifOneColumn}
  419. {block:ifOneColumnHeader}margin-left:225px;
  420. height:180px;{/block:ifOneColumnHeader}
  421. {block:ifTwoColumns}margin-top:340px;{/block:ifTwoColumns}
  422. }
  423.  
  424. .askerd a {
  425. color:#ccc;
  426. }
  427.  
  428. .albumarts {
  429. padding:10px;
  430. {block:ifOneColumn}width:200px;
  431. height:200px;{/block:ifOneColumn}
  432. {block:ifOneColumnHeader}width:200px;
  433. height:200px;{/block:ifOneColumnHeader}
  434. float:left;
  435. }
  436.  
  437. .audio {
  438. position:Absolute;
  439. {block:ifTwoColumns}margin-top:281px;
  440. width:308px;{/block:ifTwoColumns}
  441. {block:ifOneColumn}margin-top:176px;
  442. width:200px;{/block:ifOneColumn}
  443. {block:ifOneColumnHeader}margin-top:176px;
  444. width:200px;{/block:ifOneColumnHeader}
  445. text-align:center;
  446. overflow:hidden;
  447. background:{color:post};
  448. opacity:.9;
  449. }
  450.  
  451. .information {
  452. padding:3px;
  453. text-align:center;
  454. background:{color:color accent};
  455. color:{color:post};
  456. font-family:consolas;
  457. text-transform:uppercase;
  458. font-size:11px;
  459. }
  460.  
  461. .information a {
  462. color:{color:post};
  463. }
  464.  
  465. #pagination {
  466. text-align:center;
  467. color:{color:second color};
  468. text-shadow:0px 1px {color:text shadow};
  469. font-size:16px;
  470. }
  471.  
  472. .musicinfo h3 {
  473. margin:0px;
  474. font-size:24px;
  475. {block:Permalinkpage}margin-top:50px;{/block:permalinkpage}
  476. {block:ifOneColumn}margin-top:50px;{/block:ifOneColumn}
  477. {block:ifOneColumnHeader}margin-top:50px;{/block:ifOneColumnHeader}
  478. }
  479.  
  480. .cred {
  481. position:fixed;
  482. bottom:10px;
  483. right:10px;
  484. padding:20px 0px;
  485. height:10px;
  486. width:50px;
  487. /*credit color*/
  488. color:{color:second color};
  489. font-style:italic;
  490. /* credit background */
  491. background:{color:post};
  492. font-size:12px;
  493. text-align:center;
  494. }
  495.  
  496. /*fading images */
  497. {block:ifFadingImages}
  498. #content img, .html_photoset {
  499. opacity:.7;
  500. -webkit-transition: all 0.5s ease-in-out;
  501. -moz-transition: all 0.5s ease-in-out;
  502. -o-transition: all 0.5s ease-in-out;
  503. transition: all 0.5s ease-in-out;
  504. }
  505.  
  506. #content img:hover, .html_photoset:hover {
  507. opacity:1;
  508. }
  509. {/block:ifFadingImages}
  510. </style>
  511. <body>
  512.  
  513. <div id="header"></div>
  514.  
  515. <div id="side">
  516.  
  517. <div class="img">
  518. <!-- icon 1--> <img src="{image:first icon}">
  519. </div>
  520.  
  521. <div class="img">
  522. <!-- icon 2--> <img src="{image:second icon}">
  523. </div>
  524.  
  525. <div id="link">
  526. <!-- main links-->
  527. <a href="/">home</a>
  528. <a href="/ask">message</a>
  529. <a href="/submit">submit</a>
  530. <a href="/archive">archive</a>
  531. {block:iflink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:iflink1}
  532. {block:iflink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:iflink2}
  533. {block:iflink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:iflink3}
  534. {block:iflink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:iflink4}
  535. </div>
  536. {block:Pagination}
  537. <div id="pagination">
  538. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  539. {CurrentPage}/{TotalPages}
  540. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  541. </div>
  542. {/block:Pagination}
  543.  
  544. </div>
  545.  
  546. <div class="title">
  547. <!-- titles-->
  548. <div>{title}</div>
  549. </div>
  550.  
  551. <div id="content">
  552.  
  553. {block:ifTwoColumns}<div id="head">
  554. <div class="info">{description}</div>
  555. </div>
  556. {/block:ifTwoColumns}
  557.  
  558. {block:ifOneColumnHeader}<div id="head">
  559. <div class="info">{description}</div>
  560. </div>
  561. {/block:ifOneColumnHeader}
  562.  
  563. {block:ifOneColumn}<div id="sidebar">
  564. <div class="info">{description}</div>
  565. </div>
  566. {/block:ifOneColumn}
  567.  
  568. <div id="posts">
  569. {block:posts}
  570. <div class="post">
  571.  
  572. <!-- text post -->
  573. {block:Text}
  574. {block:Title}
  575. <a href="{Permalink}">
  576. <h2>
  577. <span>{Title}</span>
  578.  
  579. </h2>
  580. </a>
  581. {/block:Title}
  582. {Body}
  583. {/block:Text}
  584.  
  585. <!-- quote post -->
  586. {block:Quote}
  587. <blockquote>
  588. “{Quote}” — <b><i>{Source}</i></b>
  589. </blockquote>
  590. {/block:Quote}
  591.  
  592. <!-- link post -->
  593. {block:Link}
  594. <a href="{URL}">
  595. <h2>{Name} »</h2>
  596. </a>
  597. {block:Description}{Description}{/block:Description}
  598. {/block:Link}
  599.  
  600. <!-- photo post -->
  601. {block:Photo}
  602. <center>
  603. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"/></a>
  604. </center>
  605. {block:Caption}{Caption}{/block:Caption}
  606. {/block:Photo}
  607.  
  608. <!-- photoset post -->
  609. {block:Photoset}
  610. <center>
  611. {Photoset}
  612. </center>
  613. {block:Caption}{Caption}{/block:Caption}
  614. {/block:Photoset}
  615.  
  616. <!-- chat post -->
  617. {block:Chat}
  618. <div class="chat">
  619. <ul>
  620. {block:Lines}
  621. <li class="{Alt}">
  622. {block:Label}<b>{Label}</b>{/block:Label}
  623. {Line}
  624. </li>
  625. {/block:Lines}
  626. </ul>
  627. </div>
  628. {/block:Chat}
  629.  
  630. <!-- video post -->
  631. {block:Video}
  632. {block:IndexPage}{block:ifTwoColumns}{Video-250}{/block:ifTwoColumns}
  633. {block:ifOneColumn}{Video-400}{/block:ifOneColumn}{/block:IndexPage}
  634. {block:ifOneColumnHeader}{Video-400}{/block:ifOneColumnHeader}{/block:IndexPage}
  635. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  636. {block:Caption}{Caption}{/block:Caption}
  637. {/block:Video}
  638.  
  639. <!-- audio post -->
  640. {block:Audio}
  641. <div class="albumarts">
  642. {block:AlbumArt}
  643. <img src="{AlbumArtURL}" align="left">
  644. {/block:AlbumArt}
  645. <div class="audio">
  646. {AudioPlayerWhite}
  647. </div>
  648. </div>
  649.  
  650. <div class="musicinfo">
  651. {block:TrackName}<h3>{TrackName}</h3>{/block:TrackName}
  652. {block:Artist}<b>{Artist}</b>{/block:Artist}
  653. {block:Album}<br>{Album}{/block:Album}
  654. </div>
  655. {block:Caption}{Caption}{/block:Caption}
  656. {/block:Audio}
  657.  
  658. <!-- ask post -->
  659. {block:Answer}
  660. <img src="{AskerPortraitURL-96}" class="ava">
  661. <div class="ask">
  662. <div class="askerd">{Asker} said:</div>
  663. {Question}
  664. </div>
  665. <blockquote>{Answer}</blockquote>
  666. {/block:Answer}
  667.  
  668. {block:Date}<div class="information">
  669. <a href="{permalink}">Posted on {Month}
  670. {DayOfMonthWithZero}<sup>{DayOfMonthSuffix}</sup>
  671. {Year}</a>
  672. {/block:Date}
  673. {block:NoteCount}with <a class="notec" href="{PostNotesURL}">{NoteCountWithLabel}</a>{/block:NoteCount}
  674. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  675. </center>
  676. </div>
  677.  
  678. </div>
  679.  
  680.  
  681. {block:PostNotes}
  682. <div class="post">
  683. {PostNotes}
  684. </div>
  685. {/block:PostNotes}
  686.  
  687. {/block:posts}
  688. </div>
  689. </div>
  690.  
  691.  
  692.  
  693. <!-- CREDIT, DO NOT REMOVE -->
  694. <a href="http://hellolittlered.org">
  695. <div class="cred">
  696. code.
  697. </div>
  698. </a>
  699.  
  700. </body>
  701. </html>
Add Comment
Please, Sign In to add comment