Advertisement
Ilma

Theme 06 A

Jan 25th, 2013
1,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  <head>
  4.   <title>{title}</title>
  5.   <link href='http://fonts.googleapis.com/css?family=Grand+Hotel|Ruda' rel='stylesheet' type='text/css'>
  6.   <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:background" content="#FFEFD3" />
  11. <meta name="color:scrollbar" content="#8B7A5E" />
  12. <meta name="color:text" content="#8B7A5E" />
  13. <meta name="color:selection" content="#8B7A5E" />
  14. <meta name="color:selection text" content="#FFFFFF" />
  15. <meta name="color:link" content="#9FD6D2" />
  16. <meta name="color:link border" content="#8B7A5E" />
  17. <meta name="color:link hover" content="#D0ECEA" />
  18. <meta name="color:link hover background" content="#8B7A5E" />
  19. <meta name="color:bold" content="#E8CAAC" />
  20. <meta name="color:italic" content="#D8959C" />
  21. <meta name="color:blockquote border" content="#8B7A5E" />
  22. <meta name="color:blockquote" content="#FFEFD3" />
  23. <meta name="color:blockquote text" content="#8B7A5E" />
  24. <meta name="color:bar" content="#FFFEE4" />
  25. <meta name="color:menu bar" content="#D0ECEA" />
  26. <meta name="color:link background" content="#FFFEE4" />
  27. <meta name="color:link text" content="#8B7A5E" />
  28. <meta name="color:link text shadow" content="#D0ECEA" />
  29. <meta name="color:description background" content="#FFEFD3" />
  30. <meta name="color:description border" content="#D0ECEA" />
  31. <meta name="color:logo border" content="#D0ECEA" />
  32. <meta name="color:post" content="#FFFEE4" />
  33. <meta name="color:info" content="#8B7A5E" />
  34. <meta name="color:info text" content="#FFFEE4" />
  35. <meta name="color:quote" content="#FFEFD3" />
  36. <meta name="color:title background" content="#FFEFD3" />
  37. <meta name="color:title border" content="#8B7A5E" />
  38. <meta name="color:title text" content="#8B7A5E" />
  39. <meta name="color:tag" content="#8B7A5E" />
  40. <meta name="color:tag border" content="#8B7A5E" />
  41. <meta name="color:pagination" content="#9FD6D2" />
  42. <meta name="color:pagination text" content="#FFFEE4" />
  43. <meta name="color:audio border" content="#8B7A5E" />
  44. <meta name="color:tooltip background" content="#8B7A5E" />
  45. <meta name="color:tooltip text" content="#FFFEE4" />
  46. <meta name="color:music background" content="#8B7A5E" />
  47.  
  48. <meta name="image:sidebar image" content="http://s10.postimage.org/ajf4mrsbt/Untitled_1.png" />
  49.  
  50. <meta name="text:Link1" content="" />
  51. <meta name="text:Link1URL" content=""/>
  52. <meta name="text:Link2" content="" />
  53. <meta name="text:Link2URL" content=""/>
  54. <meta name="text:Link3" content="" />
  55. <meta name="text:Link3URL" content=""/>
  56. <meta name="text:Link4" content="" />
  57. <meta name="text:Link4URL" content=""/>
  58. <meta name="text:Link5" content="" />
  59. <meta name="text:Link5URL" content=""/>
  60. <meta name="text:Link6" content="" />
  61. <meta name="text:Link6URL" content=""/>
  62. <meta name="text:Link7" content="" />
  63. <meta name="text:Link7URL" content=""/>
  64. <meta name="text:music" content="11"/>
  65.  
  66. <meta name="if:fadingimages" content="1" />
  67. <meta name="if:music" content="1" />
  68. <meta name="if:showtag" content="1" />
  69.  
  70. </head>
  71. <style>
  72. body {
  73. background:{color:background};
  74. color:{color:text};
  75. font-family: Ruda, Century Gothic, Corbel, Calibri;
  76. font-size: 11px;
  77. line-height:120%;
  78. text-align:justify;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82.     background-color: {color:scrollbar};
  83.     width:7px;
  84.     height:auto;
  85.     -webkit-border-radius: 5px;
  86.     }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89.     background-color: {color:scrollbar};
  90.     width:auto;
  91.     height:7px;
  92.     -webkit-border-radius: 5px;
  93.     }
  94.  
  95. ::-webkit-scrollbar {
  96.     height:7px;
  97.     width:7px;
  98.     background-color:{color:background};
  99.     -webkit-border-radius: 5px;
  100.     }
  101.  
  102.  
  103. ::-moz-selection {background-color: {color:selection}; color: {color:selection text};}
  104. ::selection {background-color: {color:selection}; color: {color:selection text};}
  105.  
  106. a:link, a:active, a:visited {
  107. color:{color:link};
  108. border-bottom:1px dotted {color:link border};
  109. text-decoration:none;
  110. -webkit-transition: all 0.6s ease-in-out;
  111. -moz-transition: all 0.6s ease-in-out;
  112. -o-transition: all 0.6s ease-in-out;
  113. transition: all 0.6s ease-in-out;
  114. }
  115.  
  116. a:hover {
  117. color:{color:link hover};
  118. background:{color:link hover background};
  119. -webkit-transition: all 0.6s ease-in-out;
  120. -moz-transition: all 0.6s ease-in-out;
  121. -o-transition: all 0.6s ease-in-out;
  122. transition: all 0.6s ease-in-out;
  123. }
  124.  
  125. b, strong {
  126. color:{color:bold};
  127. }
  128.  
  129. i, em {
  130. color:{color:italic};
  131. }
  132.  
  133. hr {
  134. background-color:{color:text};
  135. border:0;
  136. clear:both;
  137. color:{color:text};
  138. height:1px;
  139. }
  140.  
  141. blockquote, pre {
  142. {block:if500px}width:450px;{/block:if500px}
  143. {block:if400px}width:350px;{/block:if400px}
  144. border-left:5px solid {color:blockquote border};
  145. border-right:5px solid {color:blockquote border};
  146. background:{color:blockquote};
  147. color:{color:blockquote text};
  148. padding:5px;
  149. }
  150.  
  151. #sidebar {
  152. width:9%;
  153. height:100%;
  154. position:fixed;
  155. left:8%;
  156. top:0;
  157. background:{color:bar};
  158. z-index:10;
  159. }
  160.  
  161. #menu {
  162. position:fixed;
  163. top:0;
  164. left:0;
  165. height:100%;
  166. z-index:5;
  167. background:{color:menu bar};
  168. width:12%;
  169. }
  170.  
  171. .link {
  172. -webkit-border-radius: 50%;
  173. -moz-border-radius: 50%;
  174. border-radius: 50%;
  175. background:{color:link background};
  176. color:{color:link text};
  177. width:50px;
  178. text-align:center;
  179. padding:5px;
  180. padding-top:20px;
  181. position:relative;
  182. height: 30px;
  183. margin-left:50%;
  184. text-transform: uppercase;
  185. text-decoration: none;
  186. text-align: center;
  187. margin-top:10px;
  188. text-shadow: 1px 1px 1px {color:link text shadow};
  189. vertical-align:middle;
  190. -webkit-transition:all 1s ease;
  191.     -moz-transition:all 1s ease;
  192.     -o-transition:all 1s ease;
  193. }
  194.  
  195. .link a {
  196. opacity: 0;
  197. border:none;
  198. -webkit-transition:all 1s ease;
  199.     -moz-transition:all 1s ease;
  200.     -o-transition:all 1s ease;
  201. }
  202.  
  203. .link:hover {
  204. margin-left:20%;
  205. }
  206.  
  207. .link:hover a {
  208. opacity:1;}
  209.  
  210. .link a:hover {
  211. background:transparent;
  212. }
  213.  
  214. .title a:hover {
  215. background:transparent;
  216. }
  217.  
  218. #link {
  219.     top:100px;
  220.     opacity: 1;
  221.     -webkit-transition:all 1s ease;
  222.     -moz-transition:all 1s ease;
  223.     -o-transition:all 1s ease;}
  224.  
  225. #konten {
  226. left:9%;
  227. position:fixed;
  228. width:225px;
  229. z-index:20;
  230. }
  231.  
  232. #title {
  233. font-size:30px;
  234. font-family:'Grand Hotel';
  235. margin-top:25px;
  236. text-align:center;
  237. line-height:20px;
  238. }
  239.  
  240. #desc {
  241. width:190px;
  242. padding:5px;
  243. border:5px dashed {color:description border};
  244. text-align:justify;
  245. background:{color:description background};
  246. font-family:Ruda;
  247. }
  248.  
  249. #logo {
  250. width:200px;
  251. height:250px;
  252. margin-top:35px;
  253. padding:5px;
  254. background:{color:logo border};
  255. }
  256.  
  257. #logo a {
  258. background:none;
  259. border:none;
  260. }
  261.  
  262. #logo a:hover {
  263. background:none;
  264. border:none;
  265. }
  266.  
  267. #entry {
  268. margin-left:30%;
  269. }
  270.  
  271. .post {
  272. padding:50px;
  273. float:left;
  274. width:500px;
  275. color:{color:text};
  276. background:{color:post};
  277. position:relative;
  278. margin:12.5px;
  279. transition: all 0.4s ease-out;
  280. -o-transition: all 0.4s ease-out;
  281. -webkit-transition: all 0.4s ease-out;
  282. -moz-transition: all 0.4s ease-out;
  283. }
  284.  
  285. #info {
  286. margin-top:-50px;
  287. padding:5px;
  288. opacity:1;
  289. text-align:center;
  290. transition: all 0.4s ease-out;
  291. -o-transition: all 0.4s ease-out;
  292. -webkit-transition: all 0.4s ease-out;
  293. -moz-transition: all 0.4s ease-out;
  294. font-size:9px;
  295. background:{color:info};
  296. color:{color:info text};
  297. position:absolute;
  298. margin-left:550px;
  299. width:50px;
  300. height:97%;
  301. }
  302.  
  303. #info a {
  304. color:{color:info text};
  305. }
  306.  
  307. .quote {
  308. background:{color:quote};
  309. padding:10px;
  310. width:97.5%;
  311. }
  312.  
  313. .title {
  314. background:{color:title background};
  315. padding:15px;
  316. border-left:30px solid {color:title border};
  317. color:{color:title text}
  318. font-size:20px;
  319. line-height:20px;
  320. font-weight:700;
  321. transition: all 0.4s ease-out;
  322. -o-transition: all 0.4s ease-out;
  323. -webkit-transition: all 0.4s ease-out;
  324. -moz-transition: all 0.4s ease-out;
  325. text-transform:uppercase;
  326. }
  327.  
  328. .title:hover {
  329. border-left:100px solid {color:title border};
  330. }
  331.  
  332. .title a {
  333. color:{color:title text};
  334. }
  335.  
  336. .tag {
  337. font-size:8px;
  338. }
  339.  
  340. .tag a {
  341. border-bottom:1px dotted {color:tag border};
  342. color:{color:tag};
  343. }
  344.  
  345. #pagination {
  346. font-size: 10px;
  347. width: 225px;
  348. text-align: center;
  349. position:fixed;
  350. bottom:10px;
  351. left:8%;
  352. z-index:1000;
  353. }
  354.  
  355. .current_page {
  356. padding: 5px;
  357. }
  358.  
  359. #pagination a {
  360. background: {color:pagination};
  361. padding: 5px;
  362. color:{color:pagination text};
  363. text-decoration: none;
  364. }
  365.  
  366. #albumart {
  367. border:5px inset {color:audio border};
  368. }
  369.  
  370. #albumart img {
  371. display:block;
  372. }
  373.  
  374. #audioplayer {
  375. width:30px;
  376. height:30px;
  377. overflow:hidden;
  378. position:absolute;
  379. margin-top:40px;
  380. margin-left:35px;
  381. opacity: 0.7;
  382. filter:alpha(opacity=70);
  383. -moz-opacity: 0.7;
  384. -khtml-opacity: 0.7;
  385. }
  386.  
  387. iframe#tumblr_controls {
  388. right:0;
  389. top:0;
  390. position: fixed;
  391. font-family:ruda;
  392. -webkit-transition: opacity 0.7s linear;
  393. opacity: 0.2;
  394. -webkit-transition: all 0.8s ease-out;
  395. -moz-transition: all 0.8s ease-out;
  396. transition: all 0.8s ease-out;
  397. white-space:nowrap;
  398. -webkit-filter: invert(100%);
  399. -moz-filter: invert(100%);
  400. -o-filter: invert(100%);
  401. -ms-filter: invert(100%);
  402. filter: invert(100%);
  403. }
  404.  
  405. iframe#tumblr_controls:hover {
  406. -webkit-transition: opacity 0.7s linear;
  407. opacity: 1;
  408. -webkit-transition: all 0.4s ease-out;
  409. -moz-transition: all 0.4s ease-out;
  410. transition: all 0.4s ease-out;
  411. }
  412.  
  413. #s-m-t-tooltip{
  414.   max-width:300px;
  415.   z-index:5000;
  416.   margin:24px 14px 7px 12px;
  417.   padding:8px;
  418.   background:{color:tooltip background};
  419.   font-size:9px;
  420.   line-height:16px;
  421.   color:{color:tooltip text};
  422. }
  423.  
  424. #cornerplayer
  425. {z-index:999;
  426. background-color:{color:music background};
  427. width:50px;
  428. height:50px;
  429. border-radius:0px 50px 0px 0px;
  430. -moz-border-radius:0px 50px 0px 0px;
  431. position:fixed;
  432. overflow:hidden;
  433. bottom:0px;
  434. left:0px;
  435. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  436.  
  437. #cornericon
  438. {margin-top:25px;
  439. margin-bottom:20px;
  440. margin-left:-5px;
  441. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  442.  
  443. #cornerplayer:hover
  444. {width:200px;
  445. -moz-border-radius:0px;
  446. border-radius:0px;}
  447.  
  448. #cornerplayer:hover #cornericon
  449. {margin-top:10px;
  450. margin-left:0px;
  451. margin-bottom:4px;}
  452.  
  453. {block:iffadingimages}{block:indexpage}.photo {
  454. opacity: 1;
  455. transition: all 0.4s ease-out;
  456. -o-transition: all 0.4s ease-out;
  457. -webkit-transition: all 0.4s ease-out;
  458. -moz-transition: all 0.4s ease-out;
  459. }
  460.  
  461. .photo:hover {
  462. opacity:.8;
  463. }
  464.  
  465. #entry img {
  466. opacity: 1;
  467. transition: all 0.4s ease-out;
  468. -o-transition: all 0.4s ease-out;
  469. -webkit-transition: all 0.4s ease-out;
  470. -moz-transition: all 0.4s ease-out;
  471. }
  472.  
  473. #entry img:hover {
  474. opacity:.8;
  475. }{/block:indexpage}{/block:iffadingimages}
  476.  
  477. blockquote img {
  478.     max-width:350px;
  479. }
  480.  
  481. #scrolltotop {
  482. font-size:50px;
  483. color:{color:text};
  484. position:fixed;
  485. bottom: 10%;
  486. right: 10%;
  487. }
  488.  
  489. #scrollToTop:link {
  490. color: {color:text};
  491. background-color: transparent;
  492. display: none;
  493. position: fixed;
  494. bottom: 10%;
  495. right: 10%;
  496. font-size:50px;
  497. background:none;
  498. border:none;
  499. }
  500.  
  501. #credit {
  502. padding:5px;
  503. font-size:20px;
  504. background:{color:scrollbar};
  505. color:{color:background};
  506. position:fixed;
  507. bottom:0;
  508. right:-150px;
  509. transition: all 0.8s ease-out;
  510. -o-transition: all 0.8s ease-out;
  511. -webkit-transition: all 0.8s ease-out;
  512. -moz-transition: all 0.8s ease-out;
  513. text-shadow:none;
  514. }
  515.  
  516. #credit:hover {
  517. right:0;
  518. }
  519.  
  520. #credit a {
  521. color:#ffff;
  522. text-shadow:none;
  523. }
  524.  
  525. </style>
  526.  
  527. <script type="text/javascript"
  528. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  529.  
  530. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  531.  
  532. <script src="http://static.tumblr.com/pdgxkke/bRomet3vm/jquery.style-my-tooltips.js"></script>
  533. <script>
  534.     (function($){
  535.         $(document).ready(function(){
  536.             $("[title]").style_my_tooltips();
  537.         });
  538.     })(jQuery);
  539. </script>
  540.  
  541.  <body>
  542.  
  543.  <div class="topp">
  544.         <a href="javascript:;" id="scrollToTop"></a>
  545.     </div>
  546.  
  547. <a href="http://thematchgirl.tumblr.com" title="theme maker"><div id="credit">❊ THE MATCH GIRL</div></a>
  548.  
  549. {block:ifmusic}
  550. <div id='cornerplayer'><center>
  551. <div id='cornericon'><img src="http://media.tumblr.com/tumblr_m7vzyjpvjm1r6o8v2.gif"/></div>
  552. <div>{text:music}</div></center></div>
  553. {/block:ifmusic}
  554.  
  555.   <div id="menu">
  556. <div id="link"><br><br>
  557. <div class="link"><a href="/ask" title="ask" >message</div></a>
  558. <div class="link"><a href="/archive" title="archive">archive</div></a>
  559. <div class="link"><a href="/mobile" title="mobile">mobile</div></a>
  560. {block:iflink1}<div class="link"><a href="{text:Link1URL}" title="{text:Link1}" >{text:Link1}</a></div>{/block:iflink1}
  561. {block:iflink2}<div class="link"><a href="{text:Link2URL}" title="{text:Link2}" >{text:Link2}</a></div>{/block:iflink2}
  562. {block:iflink3}<div class="link"><a href="{text:Link3URL}" title="{text:Link3}" >{text:Link3}</a></div>{/block:iflink3}
  563. {block:iflink4}<div class="link"><a href="{text:Link4URL}" title="{text:Link4}" >{text:Link4}</a></div>{/block:iflink4}
  564. {block:iflink5}<div class="link"><a href="{text:Link5URL}" title="{text:Link5}" >{text:Link5}</a></div>{/block:iflink5}
  565. {block:iflink6}<div class="link"><a href="{text:Link6URL}" title="{text:Link6}" >{text:Link6}</a></div>{/block:iflink6}
  566. {block:iflink7}<div class="link"><a href="{text:Link7URL}" title="{text:Link7}" >{text:Link7}</a></div>{/block:iflink7}
  567. </div>
  568. </div>
  569. <div id="sidebar"></div>
  570. <div id="konten">
  571. <div id="logo"><a href="/"><img src="{image:sidebar image}" width="200px" height="250px" /></a></div>
  572. <a href="/"><div id="title"><center>{title}</center></div></a>
  573. {block:description}<div id="desc">{description}</div>{/block:description}
  574. </div>
  575. </div>
  576. {block:Pagination}<div id="pagination">
  577. {block:PreviousPage}<a href="{PreviousPage}"></a>&nbsp;&nbsp;{/block:PreviousPage}
  578. {block:JumpPagination length="5"}
  579. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  580. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  581. {/block:JumpPagination}
  582. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}
  583. </div>{/block:Pagination}
  584. </div>
  585. </div>
  586. </div>
  587.  
  588. <div id="entry">
  589. {block:Posts}
  590. <div class="post">
  591.  
  592. <div id="info">
  593. {block:Date}<a href="{Permalink}" title="Permalink" >{ShortMonth}<br><span style="font-size:16px;">{DayOfMonth}{DayOfMonthSuffix}</span><br>{Year}</a>{/block:Date}
  594. <br><a href="{ReblogURL}" target="_blank" title="Reblog this post!">REBLOG</a>
  595. </div>
  596.  
  597. {block:Text}
  598. {block:Title}
  599. <div class="title"><a href="{Permalink}" >{Title}</a></div>
  600. {/block:Title}
  601. {Body}
  602. {/block:Text}
  603.    
  604. {block:Photo}
  605. <center><a href="{PhotoURL-HighRes}"><img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" /></a></center>
  606. {block:Caption}{Caption}{/block:Caption}
  607. {/block:Photo}
  608.      
  609. {block:Photoset}
  610. <div class="photo">{Photoset-500}</div>
  611. {block:Caption}{Caption}{/block:Caption}
  612. {/block:Photoset}
  613.    
  614. {block:Quote}
  615. <div class="quote">{Quote}</div>
  616. <center>{block:Source}<span style="font-size:45px;color:{color:quote};"></span> {Source}{/block:Source}</center><br>
  617. {/block:Quote}
  618.    
  619. {block:Link}
  620. <div class="title"><a href="{URL}" target="{Target}"> {Name}  →</a></div>
  621. {block:Description}{Description}{/block:Description}
  622. {/block:Link}
  623.    
  624. {block:Chat}
  625. {block:Title}
  626. <div class="title"><a href="{Permalink}">{Title}</a></div>
  627. {/block:Title}
  628. <table>
  629. {block:Lines}
  630. <tr>
  631. <td width="25%">{block:Label}<b>{Label}</b>{/block:Label}</td>
  632. <td width="75%">{Line}</td></tr>
  633. {/block:Lines}
  634. </table>
  635. {/block:Chat}
  636.  
  637.  
  638. {block:Audio}
  639. <table><tr><td>
  640. <div id="audioplayer">{AudioPlayerWhite} </div>      
  641. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div></td><td><b>Plays:</b>{PlayCountWithLabel}
  642. <br>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  643. <br>{block:Album}<b>Album:</b> {Album}{/block:Album}
  644. <br>{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}
  645. </td></tr></table>
  646. {block:caption}{caption}{/block:caption}
  647. {/block:Audio}
  648.  
  649. {block:Video}
  650. {Video-500}
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Video}
  653.    
  654. {block:Answer}
  655. <div class="quote">{Question}</div>
  656. <center><span style="font-size:45px;color:{color:quote};"></span> <img src="{AskerPortraitURL-16}" style="margin:3px;"> {Asker}</center><br>
  657. {Answer}
  658. {/block:Answer}
  659.  
  660. {block:ifshowtag}<div class="tag">{block:HasTags}{block:Tags}→<a href="{TagURL}"> {Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>{/block:ifshowtag}
  661.  
  662. {block:PermalinkPage}
  663. <hr>
  664. {block:NoteCount}Has {NoteCount} note(s){/block:NoteCount}{block:ContentSource}, with source <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} and reblogged from {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  665. <hr>
  666. {/block:PermalinkPage}
  667.  
  668. {block:PostNotes}{PostNotes}{/block:PostNotes}
  669.  
  670. </div>
  671. {/block:Posts}
  672. </div>
  673.  
  674. </body>
  675. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement