Advertisement
cocoofrps

THEME 14 'BARCELONA'

Feb 9th, 2014
1,185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.54 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <head><title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--- THEME BY @cocoofrps --->
  25.  
  26. <meta name="color:Background" content="#aea898"/>
  27. <meta name="color:Text" content="#797270"/>
  28. <meta name="color:PostBG" content="#4a241f"/>
  29. <meta name="color:SidebarBorder" content="#70443c" />
  30. <meta name="color:Border" content="#98958b"/>
  31. <meta name="color:Hover" content="#4d494c"/>
  32. <meta name="color:Scrollbar" content="#b9b2a0"/>
  33. <meta name="color:ScrollbarBg" content="#4a241f"/>
  34. <meta name="color:Post Links" content="#b1aa9a"/>
  35. <meta name="color:DescriptionText" content="#7e615e"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Image One" content=""/>
  39. <meta name="image:Image Two" content=""/>
  40. <meta name="image:Image Three" content=""/>
  41. <meta name="image:AskBackground" content=""/>
  42. <meta name="image:Icon" content=""/>
  43.  
  44. <meta name="image:link1" content=""/>
  45. <meta name="image:link2" content=""/>
  46. <meta name="image:link3" content=""/>
  47.  
  48. <meta name="text:link1" content="/"/>
  49. <meta name="text:link2" content="/ask"/>
  50. <meta name="text:link3" content="/etc"/>
  51. <meta name="text:link1 name" content="refresh"/>
  52. <meta name="text:link2 name" content="inquire"/>
  53. <meta name="text:link3 name" content="explore"/>
  54.  
  55. <meta name="if:CoverBackgroundImage" content="0"/>
  56. <meta name="if:ImageLinks" content="0"/>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. height:auto;
  62. border:{color:ScrollbarBg};
  63. border:1px solid {color:ScrollbarBg};
  64. background-color:{color:Scrollbar};
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:9px;
  69. width:5px;
  70. background-color:{color:ScrollbarBg};
  71. }
  72.  
  73. ::selection {
  74. background: {color:Background};
  75. color: {color:PostBG};
  76. }
  77.  
  78. ::-moz-selection {
  79. background: {color:Background};
  80. color: {color:PostBG};
  81. }
  82.  
  83. ::-webkit-selection {
  84. background: {color:Background};
  85. color: {color:PostBG};
  86. }
  87.  
  88. body {
  89. overflow-y:scroll;
  90. background:{color:Background};
  91. margin:0px;
  92. color:{color:Text};
  93. font-family:'arial';
  94. font-size:11px;
  95. line-height:100%;
  96. letter-spacing:1px;
  97. text-align:justify;
  98. {block:ifNotCoverBackgroundImage}
  99. background-image:url('{image:Background}');
  100. background-attachment:fixed;
  101. {block:ifNotCoverBackgroundImage}
  102. {block:IfCoverBackgroundImage}
  103. background: url('{image:Background}') no-repeat center center fixed;
  104. -webkit-background-size: cover;
  105. -moz-background-size: cover;
  106. -o-background-size: cover;
  107. background-size: cover;
  108. {block:IfCoverBackgroundImage}
  109. }
  110.  
  111. small,big {
  112.  
  113. }
  114. a {
  115. text-decoration:none;
  116. outline:none;
  117. font-weight:400;
  118. -moz-outline-style:none;
  119. color:{color:Post Links};
  120. }
  121.  
  122. b {
  123. color:{color:border};
  124. font-weight:100;
  125. }
  126.  
  127. a:hover {
  128. color:{color:Hover};
  129. -webkit-transition: all 0.4s ease-in-out;
  130. -moz-transition: all 0.4s ease-in-out;
  131. -o-transition: all 0.4s ease-in-out;
  132. -ms-transition: all 0.4s ease-in-out;
  133. transition: all 0.4s ease-in-out;
  134. }
  135.  
  136. img {
  137. border:none;
  138. }
  139.  
  140. blockquote {
  141. margin-left:5px;
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. blockquote blockquote {
  147. padding-left:5px;
  148. border-left:2px solid;
  149. }
  150.  
  151. h1 {
  152. font-size:11px;
  153. letter-spacing:2px;
  154. text-transform:uppercase;
  155. font-style:none;
  156. line-height:10px;
  157. text-align:center;
  158. padding:0px;
  159. }
  160.  
  161. /*ENTRIES*/
  162. {block:ifImageLinks}
  163. #entries {
  164. width:500px;
  165. position:absolute;
  166. margin-left:600px;
  167. margin-top:40px;
  168. font-size:11px;
  169. z-index:40;
  170. letter-spacing:0px;
  171. }
  172. {block:ifImageLinks}
  173. {block:ifNotImageLinks}
  174. #entries {
  175. width:500px;
  176. position:absolute;
  177. margin-left:500px;
  178. margin-top:40px;
  179. font-size:11px;
  180. z-index:40;
  181. letter-spacing:0px;
  182. }
  183. {/block:ifNotImageLinks}
  184. #post {
  185. background-color:{color:PostBG};
  186. width:500px;
  187. padding-bottom:20px;
  188. padding:20px;
  189. border:2px solid {color:Border};
  190. margin-top:10px;
  191. }
  192.  
  193. /*SIDEBAR*/
  194. #sidebar {
  195. position:fixed;
  196. width:200px;
  197. margin-left:0px;
  198. }
  199.  
  200. #sidebarimage {
  201. margin-top:40px;
  202. height:100px;
  203. margin-left:50px;
  204. position:fixed;
  205. width:100px;
  206. }
  207.  
  208. #sidebarimage img{
  209. width:200px;
  210. border:2px solid {color:SidebarBorder};
  211. background-color:{color:PostBG};
  212. height:250px;
  213. z-index:-10000;
  214. position:fixed;
  215. margin-top:10px;
  216. -webkit-transition: all 0.5s ease;
  217. -moz-transition: all 0.5s ease;
  218. -o-transition: all 0.5s ease;
  219. transition: all 0.5s ease;
  220. }
  221.  
  222. #two img {
  223. margin-left:210px;
  224. }
  225.  
  226. #three img {
  227. position:fixed;
  228. border:2px solid {color:SidebarBorder};
  229. margin-left:50px;
  230. height:200px;
  231. background-color:{color:PostBG};
  232. width:410px;
  233. margin-top:310px;
  234. }
  235.  
  236. #desc {
  237. margin-top:520px;
  238. overflow-y:auto;
  239. border:2px solid {color:SidebarBorder};
  240. width:200px;
  241. margin-left:50px;
  242. z-index:-1;
  243. height:83px;
  244. color:{color:DescriptionText};
  245. background-color:{color:PostBG};
  246. position:fixed;
  247. padding:10px;
  248. }
  249.  
  250. #desc p {
  251. padding:5px;
  252. text-align:justify;
  253. margin-top:0px;
  254. margin-bottom:0px;
  255. }
  256.  
  257. #icon img {
  258. width:100px;
  259. height:100px;
  260. background-color:{color:PostBG};
  261. border:2px solid {color:SidebarBorder};
  262. position:fixed;
  263. z-index:9999990000;
  264. margin-top:300px;
  265. {block:ifImageLinks}
  266. margin-left:1170px;
  267. {/block:ifImageLinks}
  268. {block:ifNotImageLinks}
  269. margin-left:1080px;
  270. {/block:ifNotImageLinks}
  271. }
  272.  
  273. {block:ifImageLinks}
  274.  
  275. #desc {
  276. margin-top:520px;
  277. overflow-y:auto;
  278. border:2px solid {color:SidebarBorder};
  279. width:390px;
  280. margin-left:50px;
  281. z-index:-1;
  282. height:80px;
  283. color:{color:DescriptionText};
  284. background-color:{color:PostBG};
  285. position:fixed;
  286. padding:10px;
  287. }
  288.  
  289. #desc p {
  290. padding:5px;
  291. text-align:justify;
  292. margin-top:0px;
  293. margin-bottom:0px;
  294. }
  295.  
  296. .links{
  297. position:fixed;
  298. display:block;
  299. margin-left:475px;
  300. width:100px;
  301. margin-top:200px;
  302. z-index:999;
  303. }
  304.  
  305. .links img{
  306. width:115px;
  307. margin-bottom:0px;
  308. margin-right:3px;
  309. -webkit-transition: all 0.4s ease-in-out;
  310. -moz-transition: all 0.4s ease-in-out;
  311. -o-transition: all 0.4s ease-in-out;
  312. -ms-transition: all 0.4s ease-in-out;
  313. transition: all 0.4s ease-in-out;
  314. }
  315.  
  316. .links img:hover {
  317. -webkit-transition: all 0.4s ease-in-out;
  318. -moz-transition: all 0.4s ease-in-out;
  319. -o-transition: all 0.4s ease-in-out;
  320. -ms-transition: all 0.4s ease-in-out;
  321. transition: all 0.4s ease-in-out;
  322. }
  323.  
  324. img.blur:hover {
  325. -webkit-filter: brightness(120%);
  326. -moz-filter: brightness(120%);
  327. -o-filter: brightness(120%);
  328. -ms-filter: brightness(120%);
  329. filter: brightness(120%);
  330. }
  331.  
  332. {/block:ifImageLinks}
  333. {block:ifNotImageLinks}
  334. .links{
  335. position:fixed;
  336. display:block;
  337. margin-left:280px;
  338. width:184px;
  339. margin-top:516px;
  340. z-index:999;
  341. }
  342.  
  343.  
  344. .links a{
  345. background-color:{color:PostBG};
  346. color:{color:Background};
  347. margin-top:4px;
  348. display:block;
  349. padding:11px;
  350. -webkit-transition: all 0.4s ease-in-out;
  351. -moz-transition: all 0.4s ease-in-out;
  352. -o-transition: all 0.4s ease-in-out;
  353. -ms-transition: all 0.4s ease-in-out;
  354. transition: all 0.4s ease-in-out;
  355. }
  356.  
  357. .links a:hover {
  358. -webkit-transition: all 0.4s ease-in-out;
  359. -moz-transition: all 0.4s ease-in-out;
  360. -o-transition: all 0.4s ease-in-out;
  361. -ms-transition: all 0.4s ease-in-out;
  362. transition: all 0.4s ease-in-out;
  363. color:{color:Text};
  364. }
  365. {/block:ifNotImageLinks}
  366. #pagination {
  367. position:fixed;
  368. padding:5px;
  369. width:90px;
  370. z-index:99000000;
  371. text-align:center;
  372. border:2px solid {color:Border};
  373. margin-top:407px;
  374. {block:ifImageLinks}
  375. margin-left:1170px;
  376. {/block:ifImageLinks}
  377. {block:ifNotImageLinks}
  378. margin-left:1080px;
  379. {/block:ifNotImageLinks}
  380. background-color:{color:SidebarBorder};
  381. }
  382.  
  383. #pagination a{
  384. font-style:bold;
  385. letter-spacing:2px;
  386. font-size:6px;
  387. padding:5px;
  388. color:{color:DescriptionText};
  389. text-align:center;
  390. z-index:-111;
  391. -webkit-transition: all 0.4s ease-in-out;
  392. -moz-transition: all 0.4s ease-in-out;
  393. -o-transition: all 0.4s ease-in-out;
  394. -ms-transition: all 0.4s ease-in-out;
  395. transition: all 0.4s ease-in-out;
  396. }
  397.  
  398. #pagination a:hover {
  399. color:{color:Background};
  400. -webkit-transition: all 0.4s ease-in-out;
  401. -moz-transition: all 0.4s ease-in-out;
  402. -o-transition: all 0.4s ease-in-out;
  403. -ms-transition: all 0.4s ease-in-out;
  404. transition: all 0.4s ease-in-out;
  405. }
  406.  
  407.  
  408. /*AUDIO INFO*/
  409.  
  410. .playerbuttonbg {
  411. position: absolute;
  412. left: 15px;
  413. top: 15px;
  414. width: 30px;
  415. height: 30px;
  416. background-color: #ffffff;
  417. padding: 10px;
  418. opacity: .4;
  419. filter: alpha(opacity=40);
  420. -moz-opacity: 0.4;
  421. -khtml-opacity: 0.4;
  422. transition: opacity .7s ease-in-out;
  423. -moz-transition: opacity .7s ease-in-out;
  424. -webkit-transition: opacity .7s ease-in-out;
  425. }
  426.  
  427. .playerbuttonbg:hover {
  428. opacity: 1;
  429. filter: alpha(opacity=100);
  430. -moz-opacity: 1;
  431. -khtml-opacity: 1;
  432. }
  433.  
  434. .newplayerbutton {
  435. position: relative;
  436. width:30px;
  437. height:30px;
  438. margin-top:-4px;
  439. overflow: hidden;
  440. }
  441.  
  442. .playerbuttonhug {
  443. position: absolute;
  444. top: -25px;
  445. left: -10px;
  446. }
  447.  
  448. .tumblr_audio_player {
  449. height: 90px;
  450. width: 270px;
  451.  
  452. -moz-transform-origin: top left;
  453. -webkit-transform-origin: top left;
  454. -o-transform-origin: top left;
  455. -ms-transform-origin: top left;
  456. transform-origin: top left;
  457. }
  458.  
  459. .audioimgwrapper {
  460. position: absolute;
  461. left: 0px;
  462. top: 0px;
  463. overflow: hidden;
  464. width: 79px;
  465. height: 79px;
  466. }
  467.  
  468. .audioimgwrapper img {
  469. width: 100%;
  470. height: auto;
  471. }
  472.  
  473. .trackdetails {
  474. text-transform:uppercase;
  475. width: auto;
  476. display:inline-block;
  477. margin-top:23px;
  478. margin-left: 90px;
  479. min-height: 85px;
  480. }
  481.  
  482. .audiowrapper {
  483. position: relative;
  484. display:inline-block;
  485. }
  486.  
  487. /*POST INFO*/
  488.  
  489. #info {
  490. text-align:right;
  491. font-family:'helvetica';
  492. letter-spacing:1px;
  493. font-size:7px;
  494. font-style:none;
  495. line-height:10px;
  496. text-transform:uppercase;
  497. padding:5px;
  498. background-color:{color:Background};
  499. border-color:{color:Border};
  500. }
  501.  
  502. #info a {
  503. text-align:right;
  504. color:{color:PostBG};
  505. }
  506.  
  507. #info a:hover {
  508. -moz-transition-duration:0.3s;
  509. -webkit-transition-duration:0.3s;
  510. -o-transition-duration:0.3s;
  511. color:{color:Hover}
  512. }
  513.  
  514. #tags {
  515. margin-top:4px;
  516. width:500px;
  517. text-align:right;
  518. font-size:8px;
  519. margin-left:-5px;
  520. font-family:'arial';
  521. opacity:1;
  522. padding:0px;
  523. text-transform:lowercase;
  524. transition-duration: 0.5s;
  525. -moz-transition-duration: 0.5s;
  526. -webkit-transition-duration: 0.5s;
  527. -o-transition-duration: 0.5s
  528. color:{color:Post Links};
  529. background-color:{color:Border};
  530. }
  531.  
  532. #tags a {
  533. padding:5px;
  534. letter-spacing:0px;
  535. font-family:'helvetica';
  536. text-decoration:none;
  537. display:inline-block;
  538. }
  539.  
  540. #tags a:hover {
  541. -moz-transition-duration:0.3s;
  542. -webkit-transition-duration:0.3s;
  543. -o-transition-duration:0.3s;
  544. color:{color:Hover};
  545. }
  546.  
  547. /*QUESTION*/
  548.  
  549. #asker {
  550. padding:14px;
  551. background-image:url('{image:AskBackground}');
  552. font-size:11px;
  553. letter-spacing:0px;
  554. text-align:left;
  555. margin-top:0px;
  556. border:2px solid {color:Border};
  557. text-transform:lowercase;
  558. line-height:100%;
  559. }
  560.  
  561. #q {
  562. border:2px solid {color:Border};
  563. -webkit-border-radius: 5px;
  564. -moz-border-radius: 5px;
  565. -o-border-radius: 5px;
  566. -ms-border-radius: 5px;
  567. border-radius: 5px;
  568. }
  569.  
  570. /*CREDIT*/
  571.  
  572. #cred {
  573. position:fixed;
  574. font-family:'helvetica';
  575. text-transform:uppercase;
  576. font-size:20px;
  577. background-color:{color:PostBG};
  578. right:9px;
  579. bottom:9px;
  580. padding:5px;
  581. padding-bottom:11px;
  582. border:2px solid {color:Background};
  583. letter-spacing:1px;
  584. }
  585.  
  586. #notes {
  587. font-family:helvetica;
  588. text-transform:uppercase;
  589. }
  590.  
  591. #notes li{
  592. list-style-type:none;
  593. background-color:{color:PostBG};
  594. padding:6px;
  595. }
  596.  
  597. #notes img {
  598. opacity:0;
  599. }
  600.  
  601. #s-m-t-tooltip{
  602. position:absolute;
  603. background-color:{color:PostBG};
  604. padding:3px;
  605. z-index:9999;
  606. border:2px solid {color:DescriptionText};
  607. margin-top:-10px;
  608. margin-left:5px;
  609. display:block;
  610. text-transform:uppercase;
  611. font-size:8px;
  612. color:{color:text};
  613. }
  614.  
  615.  
  616. {CustomCSS}</style>
  617. </head><body>
  618. <div id="sidebar">
  619. <div id="sidebarimage">
  620. <img src="{image:Image One}">
  621. <div id="two"><img src="{image:Image Two}"></div>
  622. </div>
  623. <div id="three"><img src="{image:Image Three}"></div>
  624. <div id="desc"><p>{Description}</p></div>
  625. {block:ifImageLinks}
  626. <div class="links">
  627. <a href="{text:link1}" title="{text:link1 name}"><img src="{image:link1}" class="blur"></a>
  628. <a href="{text:link2}" title="{text:link2 name}"><img src="{image:link2}" class="blur"></a>
  629. <a href="{text:link3}" title="{text:link3 name}"><img src="{image:link3}" class="blur"></a>
  630. </div>
  631. {/block:ifImageLinks}
  632. <div id="icon"><img src="{image:Icon}"></div>
  633. {block:ifNotImageLinks}
  634. <div class="links">
  635. <a href="{text:link1}" title="{text:link1 name}">{text:link1 name}</a>
  636. <a href="{text:link2}" title="{text:link2 name}">{text:link2 name}</a>
  637. <a href="{text:link3}" title="{text:link3 name}">{text:link3 name}</a>
  638. </div>
  639. {/block:ifNotImageLinks}
  640. </div>
  641. </div>
  642. {block:Pagination}
  643. <div id="pagination">
  644. {block:PreviousPage}<a href="{PreviousPage}" title="back"><big>PREV</big> // </a>{/block:PreviousPage}
  645. {block:NextPage}<a href="{NextPage}" title="next"><big> NEXT</big></a>{/block:NextPage}
  646. </div>
  647. {/block:Pagination}
  648.  
  649.  
  650. <div id="entries">
  651. {block:Posts}
  652. <div id="post">
  653.  
  654. {block:Text}
  655. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="width:490px;font-size:10px;font-family:'courier new';text-tranform:uppercase;padding:5px;background-color:{color:Border};color:{color:PostBG};">{Title}</div></a>{/block:Title}</h1>
  656. {Body}<br>{/block:Text}
  657.  
  658. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  659. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photo}
  660.  
  661. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  662. {/block:Caption}<br>{/block:Photoset}
  663.  
  664. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:PostBG};">"{Quote}"</div><br/>
  665. {block:Source}<div class="qsource"> —{Source}</div>
  666. {/block:Source}<br>{/block:Quote}
  667.  
  668. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="width:490px;font-size:11px;padding:5px;font-family:'courier new';background-color:{color:Border};color:{color:PostBG};">{Name}</div></a>{block:Description}{Description}{/block:Description}<br>{/block:Link}
  669.  
  670. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="font-size:15px;text-transform:uppercase;"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  671.  
  672. {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}{Artist}{/block:Artist}<br/>{block:Album}{Album}{/block:Album}<br/></div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  673.  
  674.  
  675. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  676.  
  677. <!--- Please don't steal anything. I find it rude and unethical. -->
  678. {block:Answer}<div id="asker"><span style="text-transform:uppercase;color:{color:Post Links};letter-spacing:2px;text-shadow:1px 1px 0px {color:PostBG};">{Asker}:</span></br>{Question}</div>{block:Answerer}</br><div style="padding:14px;border:2px solid {color:Border};padding-top:17px;padding-bottom:2px;"><span style="text-transform:uppercase;letter-spacing:2px;">{Answerer}:</span><div style="margin-top:-10px;">{Answer}</div></div>{/block:Answerer}{Replies}</br>{/block:Answer}
  679.  
  680. <div id="info">
  681. <a href="{Permalink}" title="Permalink">{TimeAgo}</a>
  682. {block:NoteCount}
  683. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  684. <a href="{SourceURL}" title="Source">source</a>{/block:ContentSource}
  685. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  686. {block:HasTags}<div id="tags">
  687. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  688. </div>{block:HasTags}
  689. </div>
  690. </div>
  691. {/block:Posts}
  692. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  693. {/block:Posts}</div></div></div>
  694. <br><br><br><br>
  695.  
  696. <div id="cred">
  697. <a href="http://cocoofrps.tumblr.com/" title="THEME 14 BY COCO">♚</a>
  698. </div>
  699. </div>
  700.  
  701.  
  702.  
  703. </body>
  704.  
  705. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement