Advertisement
thistlebranch

01: Robbers Theme

Mar 19th, 2015
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.01 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5.  
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9.  
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <head>
  15.  
  16.  
  17.  
  18. <!--
  19. ROBBERS THEME BY
  20.  
  21. WILDDOGSDIVORCE.TUMBLR.COM & RUFIOSLOSTBOYS.TUMBLR.COM
  22.  
  23. >>>>> DO NOT REPOST.
  24. >>>>> DO NOT TAKE CREDIT FOR ANY OF THIS CODE AS YOUR OWN.
  25. >>>>> DO NOT REMOVE THE CREDIT.
  26. >>>>> SHOOT RUFIOSLOSTBOYS AN ASK IF ANY CODE GETS MUCKED UP!
  27.  
  28. THANKS FOR USING THIS THEME! GIVE US FEEDBACK. SEE
  29. RUFIOSLOSTBOYS.TUMBLR.COM/THEMES FOR MORE 1975 THEMES!
  30.  
  31. -->
  32.  
  33. <meta name="image:sidebar image" content="http://static.tumblr.com/ebdd41bcba7e9d95dc21ef843340f824/gijpags/a4hnkehk2/tumblr_static_5nsz6vi4fs008cgs84okwocs.gif"/>
  34.  
  35. <meta name="image:description background" content="http://static.tumblr.com/24ded32b6cbfd6cf8a5c32259cd08d5b/gijpags/Huvnkehud/tumblr_static_8tgh5efu3n0ok88osw4og4ks8.jpg"/>
  36.  
  37.  
  38. <meta name="color:Rectangle Color" content="#e7e7e7" />
  39. <meta name="color:Background Color" content="#f9f2e" />
  40. <meta name="color:Text" content="#444444" />
  41. <meta name="color:Bold" content="#444444" />
  42. <meta name="color:Italic" content="#444444" />
  43. <meta name="color:Link" content="#777777" />
  44. <meta name="color:Link Hover" content="#444444" />
  45. <meta name="color:Description Links BG" content="#f9f2ec" />
  46. <meta name="color:Description BG" content="#f9f2ec" />
  47.  
  48. <meta name="if:Show Caption" content="1"/>
  49. <meta name="if:Sidebar Rectangle" content="1"/>
  50. <meta name="if:Gun Image" content="1"/>
  51.  
  52. <meta name="if:Gun Small" content="0"/>
  53. <meta name="if:Gun Medium" content="1"/>
  54. <meta name="if:Gun Large" content="0"/>
  55.  
  56. <meta name="if:Black And White Images" content="0"/>
  57.  
  58. <meta name="text:Link 1 Title" content="001"/>
  59. <meta name="text:Link 1 URL" content="/"/>
  60. <meta name="text:Link 2 Title" content="002"/>
  61. <meta name="text:Link 2 URL" content="/"/>
  62. <meta name="text:Link 3 Title" content="003"/>
  63. <meta name="text:Link 3 URL" content="/"/>
  64. <meta name="text:Link 4 Title" content="004"/>
  65. <meta name="text:Link 4 URL" content="/"/>
  66.  
  67.  
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. body {
  74. background-color:{color:Background Color};
  75. /* background-image: url('{image:Background}'); */
  76.  
  77. {block:IfBlackAndWhiteImages}
  78. -webkit-filter: grayscale(1);
  79. {/block:IfBlackAndWhiteImages}
  80.  
  81. overflow-x: hidden;
  82. overflow-y: scroll;
  83.  
  84. bottom: 0;
  85. color:{color:Text};
  86. font-family: futura;
  87. font-size: 14px;
  88. left: 0;
  89. letter-spacing: 1px;
  90. margin: 0px;
  91. padding-bottom:20px;
  92. height:100%;
  93. position: absolute;
  94. right: 0px;
  95. text-align: justify;
  96. top: 0;
  97. }
  98.  
  99. html {
  100. background-color: transparent;
  101. overflow-y: hidden;
  102. }
  103.  
  104. a:link, a:active, a:visited {
  105. color: {color:Link};
  106. text-decoration:none;
  107. opacity: 1;
  108. -webkit-transition: all 0.8s ease-in-out;
  109. -moz-transition: all 0.8s ease-in-out;
  110. -o-transition: all 0.8s ease-in-out;
  111. -ms-transition: all 0.8s ease-in-out;
  112. transition: all 0.8s ease-in-out;
  113. }
  114.  
  115. a:hover {
  116. color: {color:Link Hover};
  117. text-decoration:none;
  118. font-style:none;
  119. opacity: 1;
  120. -webkit-transition: all 0.8s ease-in-out;
  121. -moz-transition: all 0.8s ease-in-out;
  122. -o-transition: all 0.8s ease-in-out;
  123. -ms-transition: all 0.8s ease-in-out;
  124. transition: all 0.8s ease-in-out;
  125. }
  126.  
  127. b, strong, .strong {
  128. color:{color:Bold};
  129. }
  130.  
  131. i, em, .em {
  132. color:{color:Italic};
  133. }
  134.  
  135. blockquote {
  136. border-left:1px solid {color:link};
  137. margin-left:7px;
  138. margin-right:3px;
  139. padding-left:6px;
  140. }
  141.  
  142. #tumblr_controls {
  143. position:fixed!important;
  144. right: 0px;
  145. top:0px;
  146. }
  147.  
  148. iframe#ask_form {
  149. width:500px;
  150. }
  151.  
  152. .contentwhole {
  153. font-family: futura;
  154. margin-left:450px;
  155. margin-top:50px;
  156. margin-bottom:50px;
  157. width:500px;
  158. text-align: justify;
  159. }
  160.  
  161. #content {
  162. vertical-align:top!important;
  163. text-align: justify;
  164. }
  165.  
  166.  
  167. #content a {
  168. text-decoration:underline;
  169. }
  170.  
  171.  
  172.  
  173.  
  174.  
  175. ::-webkit-scrollbar {
  176. height: 10px;
  177. width: 5px;
  178. }
  179.  
  180. ::-webkit-scrollbar-button:start:decrement,
  181. ::-webkit-scrollbar-button:end:increment {
  182. background-color: transparent;
  183. display: block;
  184. height: 100%;
  185. }
  186.  
  187. ::-webkit-scrollbar-track-piece {
  188. background-color: #ebebeb;
  189. -webkit-border-radius: 0px;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:vertical {
  193. height: 50px;
  194. background-color: #444444;
  195. border: 1px solid #444444;
  196. -webkit-border-radius: 0px;
  197. }
  198.  
  199.  
  200.  
  201.  
  202. .asklyicon {
  203. font-style: none;
  204. font-weight:none;
  205. letter-spacing: 1px;
  206. max-width:48px;
  207. padding-left:5px;
  208. padding-right:5px;
  209. padding-top:5px;
  210. text-align: left;
  211. text-transform: none;
  212. vertical-align:top;
  213. }
  214.  
  215. .askly {
  216. font-size:10px;
  217. font-style: none;
  218. font-weight:none;
  219. letter-spacing: 1px;
  220. margin-right:15px;
  221. padding-left:5px;
  222. padding-right:5px;
  223. padding-top:5px;
  224. text-align: left;
  225. text-transform: none;
  226. vertical-align:top;
  227. width:100%;
  228. }
  229.  
  230. .answerly {
  231. font-size:10px;
  232. font-style: none;
  233. font-weight:none;
  234. letter-spacing: 1px;
  235. padding:5px;
  236. text-align: left;
  237. text-transform: none;
  238. }
  239.  
  240. .answerly img {
  241. max-width:380px;
  242. }
  243.  
  244. .quotely {
  245. font-size:12px;
  246. font-style: none;
  247. font-weight:none;
  248. letter-spacing: 1px;
  249. padding-bottom:5px;
  250. padding-left:5px;
  251. padding-right:5px;
  252. padding-top:5px;
  253. text-align: left;
  254. text-transform: none;
  255. vertical-align:top;
  256. text-align: justify;
  257. }
  258.  
  259. .permapge {
  260. border:1px solid {color:text};
  261. padding:4px;
  262. }
  263.  
  264. .cap img {
  265. max-width:485px;
  266. overflow:auto;
  267. }
  268.  
  269.  
  270. #credit {
  271. bottom:30px;
  272. right:40px;
  273. position:fixed;
  274. text-transform:none;
  275. }
  276.  
  277. #credit:hover {
  278. position:fixed;
  279. }
  280.  
  281. #audiopost {
  282. width:500px;
  283. height:252px!important;
  284. display:inline-block;
  285. background-image: url('https://24.media.tumblr.com/61a52cc8f774ecfd1813e0b16c5d1f49/tumblr_n6awoi0M231tqkp4oo1_r3_400.png');
  286. background-repeat:no-repeat;
  287. }
  288.  
  289.  
  290. .aud {
  291. width:30px;
  292. height:30px;
  293. padding-top:3px;
  294. padding-left:3px;
  295. display:inline-block;
  296. background-color:#fff;
  297. opacity:1;
  298. overflow:hidden;
  299. margin-left:160px;
  300. margin-top:112px;
  301. z-index:2;
  302. border:1px solid #e7e7e7;
  303. }
  304.  
  305. .audcap {
  306. z-index:40!important;
  307. }
  308.  
  309. .albumart {
  310. margin-left:0px;
  311. margin-top:0px!important;
  312. z-index:40!important;
  313. float:left;
  314. vertical-align:top!important;
  315. }
  316.  
  317. .descripto {
  318. display:inline-block;
  319. font-family: futura;
  320. font-size: 14px;
  321. width:250px;
  322. left:50px;
  323. top:50px;
  324. position:fixed;
  325. background-image: url('{image:description background}');
  326. padding:10px;
  327.  
  328. }
  329.  
  330. .descripto img {
  331.  
  332. display:inline-block;
  333. width:250px;
  334. height:300px;
  335.  
  336. }
  337.  
  338. .rect {
  339. display:inline-block;
  340. width:170px;
  341. height:250px;
  342. position:fixed;
  343. left:95px;
  344. top:85px;
  345. border:3px solid {color:rectangle color};
  346. }
  347.  
  348.  
  349. .descriptotext {
  350. background-color:{color:Description BG};
  351. display:inline-block;
  352. width:220px;
  353. max-height:120px;
  354. padding:10px;
  355. opacity:.7;
  356. margin:5px;
  357. overflow-x:hidden;
  358. color: black;
  359. }
  360.  
  361. .descriptotext p {
  362.  
  363. display:inline-block;
  364. width:220px;
  365. word-wrap: break-word;
  366.  
  367. }
  368.  
  369. .blogtitle {
  370. font-size:20px;
  371. margin:5px;
  372. letter-spacing:1px;
  373. font-weight:bold;
  374. color: black;
  375. }
  376.  
  377. .links a {
  378. display:inline-block;
  379. color: black;
  380. text-decoration:none;
  381. background-color:{color:Description Links BG};
  382. width:71px;
  383. font-size:14px;
  384. margin:5px;
  385. letter-spacing:1px;
  386. border:1px solid transparent;
  387. text-align:center;
  388. }
  389.  
  390. #bug {
  391. opacity:0;
  392. display:inline-block;
  393. width:500px;
  394. height:auto;
  395. text-align:center;
  396. padding:4px;
  397. line-height:10px;
  398. margin-top:-10px;
  399. margin-bottom:10px;
  400. text-transform:uppercase;
  401. font-size:12px;
  402. -webkit-transition: all 0.4s ease-in-out;
  403. -moz-transition: all 0.4s ease-in-out;
  404. -o-transition: all 0.4s ease-in-out;
  405. -ms-transition: all 0.4s ease-in-out;
  406. transition: all 0.4s ease-in-out;
  407. }
  408.  
  409. #bug a {
  410. text-decoration:none;
  411. }
  412.  
  413. #content:hover #bug{
  414. margin-top:0px;
  415. opacity:1;
  416. -webkit-transition: all 0.4s ease-in-out;
  417. -moz-transition: all 0.4s ease-in-out;
  418. -o-transition: all 0.4s ease-in-out;
  419. -ms-transition: all 0.4s ease-in-out;
  420. transition: all 0.4s ease-in-out;
  421. }
  422.  
  423. .gun img {
  424. display:inline-block;
  425.  
  426.  
  427. {block:IfGunSmall}
  428. width:200px;
  429. right:80px;
  430. {/block:IfGunSmall}
  431.  
  432. {block:IfGunMedium}
  433. width:400px;
  434. right:10px;
  435. {/block:IfGunMedium}
  436.  
  437. {block:IfGunLarge}
  438. width:500px;
  439. right:10px;
  440. {/block:IfGunLarge}
  441.  
  442. height:auto;
  443.  
  444.  
  445. bottom:150px;
  446. position:fixed;
  447. padding:10px;
  448. margin:10px;
  449. -webkit-transform: rotate(50deg); /* Chrome, Safari, Opera */
  450. transform: rotate(50deg);
  451. opacity:1;
  452. }
  453.  
  454. .pago, .pago a {
  455. text-decoration:none;
  456. color:{color:links};
  457. font-size:16px;
  458. }
  459.  
  460. .prev, .curr, .next {
  461. display:inline-block;
  462. background-color:tranparent;
  463. color:{color:links};
  464. width:15px;
  465. height:15px;
  466. text-align:center;
  467. line-height:20px;
  468. padding:10px;
  469. z-index:10;
  470. }
  471.  
  472.  
  473. .prev {
  474. position:fixed;
  475. top:100px;
  476. left:350px;
  477. }
  478. .curr {
  479. position:fixed;
  480. top:125px;
  481. left:350px;
  482. }
  483.  
  484. .next {
  485. position:fixed;
  486. top:150px;
  487. left:350px;
  488. }
  489.  
  490. </style>
  491. </head>
  492. <body>
  493.  
  494.  
  495. {block:IfGunImage}
  496.  
  497. <div class="gun"><img src="https://40.media.tumblr.com/c074c277be1695d53fe622c742758e57/tumblr_nlh7yjoNFd1s76tl0o1_540.png"></div>
  498.  
  499. {/block:IfGunImage}
  500.  
  501.  
  502. <div class="descripto">
  503.  
  504. {block:IfSidebarRectangle}
  505. <div class="rect">&nbsp;</div>
  506. {/block:IfSidebarRectangle}
  507.  
  508. <a href="/"><img src="{image:sidebar image}" width="100%"></a>
  509. <div class="blogtitle">
  510. <center>
  511. {Title}
  512. </center></div>
  513.  
  514. <div class="links"><a href="/">home</a><a href="/ask">ask</a><a href="{text:link 1 url}">{text:link 1 title}</a><a href="{text:link 2 url}">{text:link 2 title}</a><a href="{text:link 3 url}">{text:link 3 title}</a><a href="{text:link 4 url}">{text:link 4 title}</a></div>
  515.  
  516. <div class="descriptotext">{Description}</div>
  517. <div class="pago">
  518. {block:Pagination}
  519. {block:PreviousPage}
  520. <div class="prev"> <a href="{PreviousPage}">-</a></div>
  521. {/block:PreviousPage}
  522. {block:IndexPage}<div class="curr"> {CurrentPage}/{TotalPages}</div>{/block:indexpage}
  523. {block:NextPage}
  524. <div class="next"> <a href="{NextPage}">+</a></div>
  525. {/block:NextPage}
  526. {/block:Pagination}
  527. </div>
  528. </div>
  529. </div>
  530.  
  531.  
  532.  
  533.  
  534. <div class="contentwhole">
  535. {block:Posts}
  536. <div id="content">
  537.  
  538. {block:Text}
  539. {block:Title}
  540. <div class="headlin">
  541. <a href="{Permalink}">{Title}</a></div>
  542. {/block:Title}
  543. <div class="cap">
  544. {Body}
  545.  
  546.  
  547. </div>
  548.  
  549. {block:IndexPage}<div id="bug">//
  550. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  551. {block:RebloggedFrom}
  552. <a href="{ReblogParentURL}">via</a>
  553. {/block:RebloggedFrom},
  554. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  555. {/block:RebloggedFrom}
  556. //</div>{/block:IndexPage}
  557. {/block:Text}
  558.  
  559. {block:Photo}<img src="{PhotoURL-500}" width="500px"/>
  560.  
  561. {block:IfShowCaption}
  562. {block:Caption}
  563. <div class="caption">
  564. {Caption}</div>
  565. {/block:Caption}
  566. {/block:IfShowCaption}
  567.  
  568. {block:IndexPage}<div id="bug"> //
  569. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  570. {block:RebloggedFrom}
  571. <a href="{ReblogParentURL}">via</a>
  572. {/block:RebloggedFrom},
  573. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  574. {/block:RebloggedFrom}
  575. //</div>{/block:IndexPage}
  576. {/block:Photo}
  577.  
  578. {block:Photoset}{Photoset-500}
  579. {block:IfShowCaption}
  580. {block:Caption}
  581. <div class="caption">
  582. {Caption}</div>
  583. {/block:Caption}
  584. {/block:IfShowCaption}
  585.  
  586. {block:IndexPage}<div id="bug">//
  587. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  588. {block:RebloggedFrom}
  589. <a href="{ReblogParentURL}">via</a>
  590. {/block:RebloggedFrom},
  591. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  592. {/block:RebloggedFrom}
  593. //</div>{/block:IndexPage}
  594. {/block:Photoset}
  595.  
  596. {block:Quote}
  597. <span class="quotely">
  598. {Quote}</span><br />
  599. {block:Source}<center><i>- {Source}</i></center></p>{/block:Source}
  600.  
  601. {block:IndexPage}<div id="bug">//
  602. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  603. {block:RebloggedFrom}
  604. <a href="{ReblogParentURL}">via</a>
  605. {/block:RebloggedFrom},
  606. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  607. {/block:RebloggedFrom}
  608. //</div>{/block:IndexPage}
  609. {/block:Quote}
  610.  
  611. {block:Link}
  612. <a href="{URL}" target="{Target}">{Name}</a>
  613. {block:Description}{Description}{/block:Description}
  614. {/block:Link}
  615.  
  616. {block:Chat}
  617. {block:Title} {Title} {/block:Title}
  618. {block:Lines}
  619. {block:Label}<b>{Label}</b>{/block:Label}
  620. {Line}<br />
  621. {/block:Lines}
  622.  
  623. {block:IndexPage}<div id="bug">//
  624. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  625. {block:RebloggedFrom}
  626. <a href="{ReblogParentURL}">via</a>
  627. {/block:RebloggedFrom},
  628. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  629. {/block:RebloggedFrom}
  630. //</div>{/block:IndexPage}
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634. <div id="audiopost">
  635.  
  636. <div class="aud">{AudioPlayer}</div>
  637.  
  638. {block:AlbumArt}<div class="albumart">
  639. <img src="{AlbumArtURL}" width="252px"></div>
  640. {/block:AlbumArt}
  641.  
  642.  
  643. </div>
  644.  
  645.  
  646.  
  647. <div class="audcap">
  648. <p>{block:TrackName}TRACK: <i>{TrackName}</i>{/block:TrackName}</p>
  649. <p>{block:Artist}ARTIST: <i>{Artist}</i>{/block:Artist}</p>
  650. <p>{block:Album}ALBUM: <i>{Album}</i>{/block:Album}
  651. </div>
  652.  
  653. {block:IndexPage}<div id="bug">//
  654. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  655. {block:RebloggedFrom}
  656. <a href="{ReblogParentURL}">via</a>
  657. {/block:RebloggedFrom},
  658. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  659. {/block:RebloggedFrom}
  660. //</div>{/block:IndexPage}
  661.  
  662.  
  663. {/block:Audio}
  664.  
  665. {block:Video}
  666. {Video-500}
  667. {block:IfShowCaption}
  668. {block:Caption}
  669. <div class="caption">
  670. {Caption}</div>
  671. {/block:Caption}
  672. {/block:IfShowCaption}
  673.  
  674. {block:IndexPage}<div id="bug">//
  675. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  676. {block:RebloggedFrom}
  677. <a href="{ReblogParentURL}">via</a>
  678. {/block:RebloggedFrom},
  679. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  680. {/block:RebloggedFrom}
  681. //</div>{/block:IndexPage}
  682. {/block:Video}
  683.  
  684. {block:Answer}
  685. <table><tr>
  686. <td class="asklyicon"><a href="{AskerURL}">
  687. <img src="{AskerPortraitURL-48}"></a></td>
  688. <td class="askly">{Question}</td></tr>
  689. <tr><td colspan="2" class="answerly">{Answer}</td></tr>
  690. </table>
  691.  
  692. {block:IndexPage}<div id="bug">//
  693. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a>
  694. {block:RebloggedFrom}
  695. <a href="{ReblogParentURL}">via</a>
  696. {/block:RebloggedFrom},
  697. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>
  698. {/block:RebloggedFrom}
  699. //</div>{/block:IndexPage}
  700. {/block:Answer}
  701.  
  702. {block:PermalinkPage}
  703.  
  704.  
  705. {block:PostNotes}
  706.  
  707. {block:IfNotShowCaption}
  708. {block:Caption}
  709. <div class="caption">
  710. {Caption}</div>
  711. {/block:Caption}
  712. {/block:IfNotShowCaption}
  713.  
  714.  
  715. <div class="permapge">
  716. {block:Date}posted: {TimeAgo}{/block:Date}
  717. with {NoteCountWithLabel}
  718. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br />
  719. {block:HasTags}tagged as:
  720. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  721. {/block:HasTags}
  722. </div>
  723. {PostNotes}
  724. {/block:PostNotes}
  725. {/block:PermalinkPage}
  726.  
  727. {block:ContentSource}
  728. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  729. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  730. {/block:SourceLogo}
  731. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  732. {/block:ContentSource}
  733. </div>
  734.  
  735.  
  736.  
  737. {/block:Posts}
  738.  
  739. <div id="credit">
  740. <a href="http://rufioslostboys.tumblr.com/themes" title="click here for more themes!"><img src="https://38.media.tumblr.com/8936b90ad206670c451058ddfe41747e/tumblr_nkedaczv751s76tl0o1_r1_75sq.gif"></a>
  741. </div>
  742.  
  743. </div>
  744. </body>
  745.  
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement