Advertisement
letsklainenow

Theme 03: This might hurt

Jun 3rd, 2013
9,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 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.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head>
  7.  
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="text:2nd description" content="">
  14. <meta name="text:subtitle" content="">
  15. <meta name="font:title" content="Trebuchet MS" />
  16. <meta name="font:body" content="Trebuchet MS" />
  17. <meta name="font:Links" content="" />
  18. <meta name="font:description" content="Trebuchet MS" />
  19. <meta name="color:scrollbackground" content="#0c0c0c" />
  20. <meta name="color:scrollbar" content="#0e5849" />
  21. <meta name="color:alink" content="#1e9a8c" />
  22. <meta name="color:italic" content="#ccd1d5" />
  23. <meta name="color:bold" content="#ccd1d5" />
  24. <meta name="color:nav" content="#053934" />
  25. <meta name="color:titlePost" content="#1b6c63" />
  26. <meta name="color:Links" content="#91a9a3" />
  27. <meta name="color:background" content="#f0f8fc" />
  28. <meta name="color:post" content="#0a0a0a" />
  29. <meta name="color:askk" content="#f2f5f3" />
  30. <meta name="color:title" content="#a09e9e" />
  31. <meta name="color:tags" content="#053934" />
  32. <meta name="color:sidebar" content="#0a0a0a" />
  33. <meta name="color:description" content="#63676a" />
  34. <meta name="color:text" content="#63676a" />
  35. <meta name="color:button" content="#ebeeee" />
  36. <meta name="color:pagination" content="#0c6969" />
  37. <meta name="color:paginationhover" content="#0e5849" />
  38. <meta name="image:header" content="http://i43.tinypic.com/1xyo7d.png" />
  39. <meta name="image:render" content="" />
  40. <meta name="image:side" content="http://media.tumblr.com/62ec2ed097579c84d0f023d6704d0555/tumblr_inline_mnuc7rSl031qz4rgp.png" />
  41. <meta name="image:background" content="http://media.tumblr.com/71231ed29703c476cce41a0ec399076b/tumblr_inline_mnudjjIj2o1qz4rgp.png" />
  42. <meta name="image:button" content="http://media.tumblr.com/1b11886ff1c7bd0cd158ba7c4c059360/tumblr_inline_mnuc9xptkc1qz4rgp.png" />
  43. <meta name="image:button2" content="hhttp://media.tumblr.com/1b11886ff1c7bd0cd158ba7c4c059360/tumblr_inline_mnuc9xptkc1qz4rgp.png" />
  44. <meta name="if:ShowCaptions" content="1" />
  45. <meta name="if:ShowTags" content="1" />
  46. <meta name="text:Title 1" content="home" />
  47. <meta name="text:url 1" content="/" />
  48. <meta name="text:Title 2" content="ask" />
  49. <meta name="text:url 2" content="/ask" />
  50. <meta name="text:Title 3" content="archive" />
  51. <meta name="text:url 3" content="/archive" />
  52. <meta name="text:Title 4" content="" />
  53. <meta name="text:url 4" content="" />
  54. <meta name="text:Title 5" content="" />
  55. <meta name="text:url 5" content="" />
  56. <meta name="text:Title 6" content="" />
  57. <meta name="text:url 6" content="" />
  58. <meta name="text:Title 7" content="" />
  59. <meta name="text:url 7" content="" />
  60. <meta name="text:Title 8" content="" />
  61. <meta name="text:url 8" content="" />
  62. <meta name="text:Title 9" content="" />
  63. <meta name="text:url 9" content="" />
  64. <meta name="text:Title 10" content="" />
  65. <meta name="text:url 10" content="" />
  66. <meta name="text:Title 11" content="" />
  67. <meta name="text:url 11" content="" />
  68. <meta name="text:Title 12" content="" />
  69. <meta name="text:url 12" content="" />
  70. <meta name="text:Title 13" content="" />
  71. <meta name="text:url 13" content="" />
  72. <meta name="text:Title 14" content="" />
  73. <meta name="text:url 14" content="" />
  74. <meta name="text:Title 15" content="" />
  75. <meta name="text:url 15" content="" />
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. <style type="text/css">
  81.  
  82. blockquote{
  83. padding-left: 3px;
  84. border-left: 2px solid {color:alink};
  85. color:{color:text};
  86. width:448px;
  87. margin-left:10px;
  88. padding-right:6px;
  89. }
  90.  
  91. body {
  92. background: {color:background};
  93. background-image: url('{image:background}');
  94. margin: 0;
  95. padding: 0;
  96. font-family: {font:body};
  97. background-attachment: fixed;
  98. color:{color:text};
  99. }
  100.  
  101.  
  102. b{color:{color:bold};
  103. font-weight:bold;
  104. font-size:12px;
  105. }
  106.  
  107. i{color:{color:italic};
  108. font-style:italic;
  109. }
  110.  
  111. a{text-decoration:none;
  112. color:{color:alink};
  113. }
  114.  
  115.  
  116.  
  117. #headerT{
  118. margin-top:-1px;
  119. float:center;
  120. position:fixed;
  121. display:block;
  122.  
  123. }
  124.  
  125.  
  126. #title {
  127. color:{color:title};
  128. font-size:12px;
  129. text-align:center;
  130. background-color:{color:button};
  131. background-image: url('{image:button}') ;
  132. text-transform:uppercase;
  133. font-family:calibri;
  134. letter-spacing:1px;
  135. opacity:0.8;
  136. text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
  137. }
  138.  
  139.  
  140.  
  141. #title2 {
  142. color:{color:title};
  143. font-size:12px;
  144. font-style:bold;
  145. text-align:center;
  146. text-transform:uppercase;
  147. background-color:{color:button};
  148. background-image: url('{image:button2}') ;
  149. text-transform:uppercase;
  150. font-family:calibri;
  151. letter-spacing:1px;
  152. opacity:0.8;
  153. text-shadow: 0px 0px 6px rgba(255,255,255,0.7);}
  154.  
  155.  
  156.  
  157. #sidebar {
  158. position:fixed;
  159. margin-top:150px;
  160. margin-left:1px;
  161. width:250px;
  162. padding: 8px;
  163. background-color:{color:sidebar};
  164. }
  165.  
  166.  
  167.  
  168. #linkstop {
  169. margin-top:15px;
  170. width: 320px;
  171. text-align:center;
  172. display: inline-block;
  173. position:absolute;
  174. font-family:{font:Links};
  175. text-decoration:none;
  176. text-transform:uppercase;
  177. padding:1px;
  178. opacity:0.8;text-transform:uppercase;
  179. font-family:calibri;
  180. letter-spacing:1px;
  181. }
  182.  
  183.  
  184. #des {
  185. position:fixed;
  186. margin-top:450px;
  187. margin-left:1px;
  188. width:250px;
  189. padding: 8px;
  190. font-size:9px;
  191. text-align:justify;
  192. color:{color:description};
  193. font-family:{font:description};
  194. background-color:{color:sidebar};
  195. }
  196.  
  197.  
  198. #sidebarpic img {
  199. margin-top:1px;
  200. max-width:800px;
  201. height:auto;
  202.  
  203. }
  204.  
  205.  
  206. #container {
  207. margin: auto;
  208. width: 800px;
  209.  
  210. }
  211.  
  212.  
  213. #description {
  214. margin-top:1px;
  215. width: 250px;
  216. font-size:9px;
  217. text-align:justify;
  218. color:{color:description};
  219. font-family:{font:description};
  220. }
  221.  
  222.  
  223. #side img{
  224. margin-top:1px;
  225. max-width:250px;
  226. height:auto;
  227. }
  228.  
  229.  
  230.  
  231.  
  232. #entry {
  233. font-size:10px;
  234. margin-right:-10px;
  235. margin-top:140px;
  236. padding: 8px;
  237. float:right;
  238. text-align: justify;
  239. }
  240.  
  241.  
  242. #post {
  243. font-size:10px;
  244. padding: 8px;
  245. width: 500px;margin-left:330px;
  246. background-color:{color:post};
  247. color:{color:text};
  248. text-align: justify;
  249. }
  250.  
  251. #pag {
  252. background-color:{color:paginationhover};
  253. height:28px;
  254. width:252px;
  255. }
  256.  
  257. .jump_page {
  258. padding: 2px 3px;
  259. background-color:{color:paginationhover};
  260. color:#a8a9aa;
  261. font-family:century gothic;
  262. font-size:11px;
  263. text-decoration:none;
  264. }
  265.  
  266.  
  267. .current_page, .jump_page:hover {
  268. padding: 2px 3px;
  269. background-color:{color:pagination};
  270. color: #ffffff;
  271. font-family:century gothic;
  272. font-size:11px;
  273. text-decoration:none;
  274. }
  275.  
  276.  
  277. #credit a{
  278. font-size:10px;
  279. font-family:Trebuchet MS;
  280. position:fixed;
  281. text-decoration:none;
  282. text-transform:uppercase;
  283. bottom:6px;
  284. width:50px;
  285. right:6px;
  286. text-align: center;
  287. letter-spacing:0px;
  288. color:{color:Links};
  289. background-color:{color:nav};
  290. }
  291.  
  292.  
  293. #tags{
  294. text-transform:uppercase;
  295. background-color:{color:tags};
  296. color:{color:Links};
  297. letter-spacing:1px;
  298. text-align:left;
  299. font-size:9px;
  300. font-family:calibri;
  301. }
  302.  
  303.  
  304. #tags a{
  305. text-transform:uppercase;
  306. background-color:{color:tags};
  307. color:{color:Links};
  308. letter-spacing:1px;
  309. text-align:left;
  310. font-size:9px;
  311. font-family:calibri;
  312. }
  313.  
  314.  
  315. .asky img {
  316. -webkit-transform: rotate(40deg);
  317. -moz-transform: rotate(40deg);
  318. -ms-transform: rotate(40deg);
  319. -o-transform: rotate(40deg);
  320. transform: rotate(40deg);
  321. -webkit-border-radius: 100px;
  322. -webkit-border-top-left-radius: 0;
  323. -moz-border-radius: 100px;
  324. -moz-border-radius-topleft: 0;
  325. border-radius: 100px;
  326. border-top-left-radius: 0;
  327. margin-top:9px;
  328.  
  329. }
  330.  
  331.  
  332. .askbox{
  333. margin-right:1px;
  334. background: {color:askk};
  335.  
  336. }
  337.  
  338.  
  339. #answer {
  340. font-size: 10px;
  341. margin-top:5px;
  342. margin-left:1px;
  343. }
  344.  
  345.  
  346.  
  347. #nav {
  348. background-color: {color:nav};
  349. color: {color:Links};
  350. text-transform:uppercase;
  351. font-family:calibri;
  352. letter-spacing:1px;
  353. display: inline-block;
  354. text-transform:uppercase;
  355. float:center;
  356. padding: 2px;
  357. width: 151px;
  358. height:16px;
  359. font-size: 10px;
  360.  
  361.  
  362. }
  363.  
  364.  
  365.  
  366. #nav2 {
  367. background-color: {color:nav};
  368. color: {color:Links};
  369. text-transform:uppercase;
  370. font-family:calibri;
  371. letter-spacing:1px;
  372. text-align:center;
  373. padding: 1px;
  374. width: 250px;
  375. margin-top:2px;
  376. text-transform:uppercase;
  377. position:relative;
  378. font-size: 10px;
  379. }
  380.  
  381.  
  382. #nav3 {
  383. background-color: {color:nav};
  384. color: {color:Links};
  385. text-transform:uppercase;
  386. font-family:calibri;
  387. letter-spacing:1px;
  388. text-align:center;
  389. padding: 1px;
  390. width: 250px;
  391. margin-top:2px;
  392. text-transform:uppercase;
  393. position:relative;
  394. font-size: 10px;
  395. }
  396.  
  397.  
  398.  
  399. #linkstopp {
  400. margin-top:20px;
  401. margin-left:450px;
  402. text-align:center;
  403. position:absolute;
  404. }
  405.  
  406.  
  407. #titlepost{
  408. text-align:center;
  409. font-family:calibri;
  410. text-transform:uppercase;
  411. background-color:{color:titlePost};
  412. letter-spacing:4px;
  413. font-size:14px;
  414. float:center;
  415. }
  416.  
  417.  
  418.  
  419. #albumart {
  420. float:left;
  421. margin-top:-120px }
  422.  
  423.  
  424. #player {
  425. width:100px;
  426. height:30px;
  427. overflow:hidden;
  428. margin-top:45px;
  429. margin-bottom:45px;
  430. }
  431.  
  432.  
  433.  
  434. ::-webkit-scrollbar-thumb:vertical {
  435. background-color:{color:scrollbar};
  436. height: 40px;
  437. }
  438.  
  439.  
  440. ::-webkit-scrollbar {
  441. height: 10px;
  442. width: 10px;
  443. background-color:{color:scrollbackground}
  444. ;
  445. }
  446.  
  447.  
  448. #img {
  449. float:left;
  450. position;absolute;
  451. padding: 3px;
  452. }
  453.  
  454.  
  455.  
  456. #fade {
  457. display: none;
  458. background: #000;
  459. position: fixed;
  460. left: 0;
  461. top: 0;
  462. width: 100%;
  463. height: 100%;
  464. opacity: .80;
  465. z-index: 9999;
  466. }
  467.  
  468.  
  469.  
  470.  
  471. iframe#tumblr_controls {
  472. right:5px !important;
  473. position: fixed !important;
  474. opacity: 0.6;
  475. }
  476. iframe#tumblr_controls:hover{
  477. opacity: 1;
  478. }
  479.  
  480. .my-like {
  481. background-image: url(http://media.tumblr.com/tumblr_mdchhfS8rc1qj1ywv.png) !important; height:8px; width:10px; cursor:pointer; display:inline-block; vertical-align:top; margin-top:1px;} .my-liked, .my-like:hover { margin-top:1px;background-image: url(http://media.tumblr.com/tumblr_mdmgj7MUPn1qj1ywv.png ) !important; height:8px; width:10px; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false );
  482. };
  483.  
  484. </script>
  485.  
  486.  
  487.  
  488. <script type="text/javascript"
  489. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  490. </script>
  491.  
  492.  
  493. <script type="text/javascript" language="javascript">
  494. $(function () {
  495. $('#scrlBotm').click(function () {
  496. $('html, body').animate({
  497. scrollTop: $(document).height()
  498. },
  499. 1500);
  500. return false;
  501. });
  502.  
  503. $('#scrlTop').click(function () {
  504. $('html, body').animate({
  505. scrollTop: '0px'
  506. },
  507. 1500);
  508. return false;
  509. });
  510. });
  511. </script>
  512.  
  513.  
  514. {CustomCSS}
  515.  
  516.  
  517.  
  518.  
  519. </style>
  520. <script type="text/javascript"
  521. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  522.  
  523.  
  524. </head>
  525.  
  526. <body>
  527. <img src="{image:render}" style='position:fixed;height:350px;bottom:0px;right:0px;z-index:-999'/>
  528. <a id="scrlTop" title="back to top" href="#" style="position: fixed; bottom: 20px; right: 18px;color:{color:nav};"><font size="6px">▲</font></a>
  529. <div id="container"><div id="headerT">
  530.  
  531.  
  532.  
  533. <div id="linkstopp"> <div id="linkstop">
  534.  
  535. {block:ifTitle1}<div id="nav">
  536. <center>
  537. <a href="{text:url 1}" style="color:{color:links}">{text:Title 1} </a></div>{/block:ifTitle1}
  538. </center>
  539.  
  540.  
  541.  
  542.  
  543.  
  544. {block:ifTitle2}<div id="nav">
  545. <a href="{text:url 2}" style="color:{color:links}">{text:Title 2} </a></div>
  546. {/block:ifTitle2}
  547.  
  548. {block:ifTitle3} <div id="nav"><a href="{text:url 3}" style="color:{color:links}">{text:Title 3} </a></div> {/block:ifTitle3}
  549. {block:ifTitle4}<div id="nav"><a href="{text:url 4}" style="color:{color:links}">{text:Title 4} </a> </div>{/block:ifTitle4}
  550. {block:ifTitle5}<div id="nav"><a href="{text:url 5}" style="color:{color:links}">{text:Title 5} </a></div>{block:ifTitle5}
  551. {block:ifTitle6}<div id="nav"><a href="{text:url 6}" style="color:{color:links}">{text:Title 6} </a></div> {/block:ifTitle6}
  552. </div>
  553. </div>
  554.  
  555.  
  556.  
  557.  
  558. <div id="sidebarpic"><center><a href="/"><img src="{image:header}"/></a></center>
  559.  
  560.  
  561. </div></div>
  562.  
  563. <div id="sidebar">
  564. <center>
  565. <div id="title">{Title}</div></center>
  566. <div id="side"><a href="/"><img src="{image:side}"/></a></div>
  567. <div id="description">
  568.  
  569. <div id="img"><img src="{PortraitURL-40}"></div>
  570.  
  571. {block:Description}{Description}{/block:Description}
  572. {block:ifTitle12}<div id="nav3"><a href="{text:url 12}" style="color:{color:links}">{text:Title 12} </a></div> {/block:ifTitle12}
  573. {block:ifTitle13}<div id="nav3"><a href="{text:url 13}" style="color:{color:links}">{text:Title 13} </a> </div> {/block:ifTitle13}
  574. {block:ifTitle14}<div id="nav3"><a href="{text:url 14}" style="color:{color:links}">{text:Title 14} </a></div> {/block:ifTitle14}
  575. {block:ifTitle15} <div id="nav3"><a href="{text:url 15}" style="color:{color:links}">{text:Title 15} </a></div>{/block:ifTitle15}
  576. </div>
  577.  
  578. <div id="pag">
  579. <center>
  580. {block:Pagination}
  581. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  582. {block:JumpPagination length="5"}
  583. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  584. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  585. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  586. {/block:Pagination}</div>
  587. </center></div>
  588.  
  589.  
  590.  
  591.  
  592. <div id="des"><div id="title2">{text:subtitle}</div>{text:2nd description}
  593.  
  594.  
  595. {block:ifTitle7}<div id="nav2"><a href="{text:url 7}" style="color:{color:links}">{text:Title 7} </a> </div> {/block:ifTitle7}
  596. {block:ifTitle8}<div id="nav2"><a href="{text:url 8}" style="color:{color:links}">{text:Title 8} </a></div> {/block:ifTitle8}
  597. {block:ifTitle9} <div id="nav2"><a href="{text:url 9}" style="color:{color:links}">{text:Title 9} </a></div>{/block:ifTitle9}
  598. {block:ifTitle10} <div id="nav2"><a href="{text:url 10}" style="color:{color:links}">{text:Title 10} </a></div>{/block:ifTitle10}
  599. {block:ifTitle11} <div id="nav2"><a href="{text:url 11}" style="color:{color:links}">{text:Title 11} </a></div>{/block:ifTitle11}
  600. </div>
  601.  
  602.  
  603. <div id="entry">
  604. {block:Posts}
  605. <div id="post">
  606.  
  607. {block:Text}{block:Title}<div id="titlepost">
  608. <center>{Title}</center></div>
  609. {/block:Title}{Body}{/block:Text}
  610.  
  611. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  612.  
  613. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  614. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  615.  
  616. {block:Audio}
  617. <div id="player">{AudioPlayerWhite}></div>
  618. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  619. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  620. {/block:Audio}
  621.  
  622.  
  623. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  624. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  625. {/block:Photo}
  626.  
  627.  
  628. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  629.  
  630. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  631. {block:Video}{Video-500}
  632.  
  633. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  634. {/block:Video}
  635.  
  636.  
  637. {block:Answer}
  638.  
  639. <div class="askbox">
  640.  
  641. <table style="border-bottom:2px solid #a0a0a0;padding-bottom:3px;margin-bottom:5px; width:490px;">
  642.  
  643. <tr>
  644. <td style="vertical-align:top;"><img src="{AskerPortraitURL-48}" align="left">
  645.  
  646.  
  647.  
  648.  
  649. <td style="vertical-align:top; width:490px"; ><strong>{Asker} asked:</strong><div id="answer">{Question}</div></td>
  650. </tr>
  651.  
  652.  
  653. </table>
  654.  
  655. </div>
  656. {Answer}
  657.  
  658. {/block:Answer}
  659.  
  660. <div id="tags">{block:NoteCount}<a href="{Permalink}">{NoteCount}</a> notes |{/block:NoteCount} {block:Date}posted <a href="{Permalink}">{TimeAgo} </a>|{/block:Date} {block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
  661. {block:ContentSource} - <a href="{SourceURL}" title="source">{SourceLink}</a>){block:ContentSource}|{/block:RebloggedFrom}<a href="{ReblogURL}" target=”_blank” class=”details”> Reblog |</a><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div><br>
  662. {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div></div><br>
  663. {/block:Posts}<div id="credit"><a target="blank"href="http://crlsscolfer.tumblr.com">Theme </a></div> {block:PostNotes} <div style="margin-left:200px;">{PostNotes}
  664. </div>{/block:PostNotes}
  665.  
  666.  
  667. </div>
  668.  
  669. </div>
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. </body>
  677.  
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement