Advertisement
pro-themes

Personal Theme

Dec 27th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.42 KB | None | 0 0
  1. <html lang="en">
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <script src="http://static.tumblr.com/is5f0mm/0cxlrpwye/rainbow_links.txt" type="text/javascript"></script>
  6.  
  7. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://code.jquery.com/jquery-2.0.3.min.js">\x3C/script>')</script>
  8. <meta name="if:Enable Anon" content="0" />
  9. {block:IfEnableAnon}
  10. <script type="text/javascript">
  11. var scripts = document.getElementsByTagName('script');
  12. var myScript = scripts[ scripts.length - 1 ];
  13. var queryString = myScript.src.replace(/^[^\?]+\??/, '');
  14. var params = parseQuery( queryString );
  15. function parseQuery ( query ) {
  16.     var Params = new Object ();
  17.     if ( ! query ) return Params;
  18.     var Pairs = query.split(/[;&]/);
  19.     for ( var i = 0; i < Pairs.length; i++ ) {
  20.         var KeyVal = Pairs[i].split('=');
  21.         if ( ! KeyVal || KeyVal.length != 2 ) continue;
  22.         var key = unescape( KeyVal[0] );
  23.         var val = unescape( KeyVal[1] );
  24.         val = val.replace(/\+/g, ' ');
  25.         Params[key] = val;
  26.     }
  27.     return Params;
  28. }
  29. $(document).ready(function() {
  30.         var ask_box = $('iframe#ask_form');
  31.         var background_color = 'white';
  32.         if (params['color'] != '') background_color = params['color'];
  33.         var current_ask_box_src = ask_box.attr('src');
  34.         var tumblr_url = current_ask_box_src.replace('http://www.tumblr.com/ask_form/', '');
  35.         ask_box.attr('src', 'http://media.pixellab.co/ka/ask_form/?tumblr_url=' + tumblr_url + '&background_color=' + background_color);
  36. });
  37. </script>
  38. {/block:IfEnableAnon}
  39.  
  40. <script type="text/javascript">
  41. // <![CDATA[
  42. var speed=50; // speed colours change, 1 second = 1000
  43. var delay=100; // how long to wait for each wipe
  44. var alink=""; // page to link text to (set to ="" for no link)
  45.  
  46. /****************************
  47. * Wipe Out Text Effect *
  48. *(c) 2003-6 mf2fm web-design*
  49. * http://www.mf2fm.com/rv *
  50. * DON'T EDIT BELOW THIS BOX *
  51. ****************************/
  52. var w_txt;
  53. window.onload=function() { if (document.getElementById) {
  54. var wiper=document.getElementById("wipe");
  55. w_txt=wiper.firstChild.nodeValue;
  56. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  57. for (var i=0; i<w_txt.length; i++) {
  58. var wipei=document.createElement("span");
  59. wipei.setAttribute("id", "wipe"+i);
  60. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  61. if (alink) {
  62. wipei.style.cursor="pointer";
  63. wipei.onclick=function() { top.location.href=alink; }
  64. }
  65. wiper.appendChild(wipei);
  66. }
  67. wipe(0);
  68. }}
  69.  
  70. function wipe(c) {
  71. if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
  72. else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
  73. setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
  74. }
  75. // ]]>
  76. </script>
  77. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  78. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  79. <script>
  80. (function($){
  81. $(document).ready(function(){
  82. $("a[title]").style_my_tooltips({
  83. tip_follows_cursor:true,
  84. tip_delay_time:30,
  85. tip_fade_speed:400,
  86. attribute:"title"
  87. });
  88. });
  89. })(jQuery);
  90. </script>
  91.  
  92. <script type="text/javascript">
  93. <!--
  94.  
  95. // Disable Right Click Script
  96.  
  97. function IE(e)
  98. {
  99. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  100. {
  101. return false;
  102. }
  103. }
  104. function NS(e)
  105. {
  106. if (document.layers || (document.getElementById && !document.all))
  107. {
  108. if (e.which == "2" || e.which == "3")
  109. {
  110. return false;
  111. }
  112. }
  113. }
  114. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  115.  
  116. //-->
  117. </script>
  118.  
  119.  
  120. <script type="text/javascript"
  121. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  122.  
  123. <!--DEFAULT VARIABLES-->
  124. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  125. <meta name="color:background" content="#fff"/>
  126. <meta name="color:link" content="#777"/>
  127. <meta name="color:text" content="#777"/>
  128. <meta name="color:title" content="#333"/>
  129. <meta name="color:hover" content="#fff"/>
  130. <meta name="image:sidebar" content="1"/>
  131. <meta name="image:background" content="1"/>
  132.  
  133. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  134.  
  135.  
  136.  
  137. <style>
  138. div#qTip {
  139. padding: 5px;
  140. display: none;
  141. text-align: center;
  142. position: absolute;
  143. font-size:12px;
  144. border:1px solid #cdcdcd;
  145. line-height:15px;
  146. font-family:cambria;
  147. background:white;
  148. z-index: 999999999999999999;
  149. border: 1px solid #bordercolor;
  150. background-color:#backgroundcolor;
  151. color: {color:text};
  152. text-transform:uppercase;
  153. letter-spacing: 1px;
  154. }
  155. </style>
  156.  
  157. <style type="text/css">
  158.  
  159. #lace {
  160. position:fixed;
  161. opacity:1;
  162. z-index:999999;
  163. width:10000000px;
  164. top:1px;
  165. height:29px;
  166. margin-left:-15px;
  167. background-image:url('https://31.media.tumblr.com/30b42bc8eb24ca7dfb8784cf8c923789/tumblr_inline_n032n0wLAr1sozoak.png');
  168. background-repeat: repeat;
  169. }
  170.  
  171. iframe#tumblr_controls {
  172. top: 0% !important;
  173. right:0% !important;
  174. opacity:0.3;
  175. border:1px solid #cdcdcd;
  176. position: fixed !important;
  177. filter:alpha(opacity=30);
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. }
  182. iframe#tumblr_controls:hover{
  183. top: 0% !important;
  184. right:0% !important;
  185. opacity:0.8;
  186. border:1px solid #cdcdcd;
  187. position: fixed !important;
  188. filter:alpha(opacity=80);
  189. -webkit-transition: all 0.7s ease;
  190. -moz-transition: all 0.7s ease;
  191. -o-transition: all 0.7s ease;
  192. }
  193.  
  194. #white{
  195. position:fixed;
  196. background:white;
  197. box-shadow:5px 5px 5px #fff;
  198. padding:15px;
  199. border:1px solid #ccc;
  200. margin-top:100px;
  201. margin-left:120px;
  202. width:200px;
  203. height:260px;
  204. }
  205.  
  206. blogtitle{
  207. font-family:titulo;
  208. text-shadow: 1px 2px #ccc, 2px 3px #ccc, 2px 3px #ccc, 1px 1px #ccc;
  209. color:#fff;
  210. font-size:33px;
  211. margin-left:35px;
  212. background:#F2F2F2;
  213. }
  214.  
  215. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  216.  
  217. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  218.  
  219. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  220.  
  221. p {
  222. margin:0px;
  223. margin-top:0px;
  224. }
  225.  
  226.  
  227. body{
  228. color:#A4A4A4;
  229. font-family:calibri;
  230. font-size:12px;
  231. background-color:#f2f2f2;
  232. }
  233.  
  234.  
  235. a:link, a:active, a:visited{
  236. color:#A4A4A4;
  237. text-decoration: none;
  238. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  239. }
  240. a:hover {
  241. color:#D8D8D8;
  242. text-decoration: italic;
  243. text-shadow:0px 0px 2px #000;
  244. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  245. }
  246.  
  247.  
  248. div#center{
  249. margin:auto;
  250. position:relative;
  251. margin-left:250px;
  252. width:1000px;
  253. background-color:;
  254. overflow:auto;
  255. overflow-y:hidden;
  256. }
  257.  
  258.  
  259. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  260. .entry {
  261. float:left;
  262. display: block;
  263. margin:5px;
  264. overflow:hidden;
  265. padding:10px;
  266. border-left:2px solid #F6CECE;
  267. border-right:2px solid #F6CECE;
  268. width:220px;
  269. {block:PermalinkPage}
  270. width:450px;
  271. text-align:left;
  272. line-height:10px;
  273. {/block:PermalinkPage}
  274. background:white;
  275. background-image:URL();
  276. }
  277.  
  278.  
  279. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  280. .entry .perma{
  281. width:220px;
  282. height:31px;
  283. margin-left:-5px;
  284. font-family:calibri;
  285. font-size: 9px;
  286. line-height:12px;
  287. padding:3px;
  288. text-transform: uppercase;
  289. position: absolute;
  290. line-height: 16px;
  291. border-left:1px solid #F6CECE;
  292. border-right:1px solid #F6CECE;
  293. overflow:auto;
  294. text-align:center;
  295. top:0px;
  296. background:white;
  297. word-spacing:2px;
  298. letter-spacing:1px;
  299. z-index:999999999999999999;
  300. opacity: 0.0;
  301. -webkit-transition: all .7s ease;
  302. -moz-transition: all .7s ease;
  303. -o-transition: all .7s ease;
  304. transition: all .7s ease;
  305.  
  306. }
  307.  
  308. .entry:hover .perma{
  309. overflow:visible;
  310. opacity:1;
  311. top:50px;
  312. margin-left:-5px;
  313. }
  314.  
  315.  
  316. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  317. #posts {
  318. width:700px;
  319. margin-top:20px;
  320. z-index:99;
  321. margin-left:219px;
  322. right:auto;
  323. background:transparent;
  324. margin-right:auto;
  325. position:relative;
  326. overflow-y: hidden;
  327. }
  328.  
  329.  
  330. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  331. @font-face {
  332. font-family:titulo;
  333. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  334. }
  335.  
  336.  
  337. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  338. .title{
  339. line-height: 12px;
  340. color:#000;
  341. font-family:titulo;
  342. font-weight: normal;
  343. }
  344.  
  345.  
  346. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  347. .permalink{
  348. text-transform: normal;
  349. display: block;
  350. text-align: right;
  351. text-decoration: none;
  352. }
  353.  
  354.  
  355. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  356. ::-webkit-scrollbar-thumb{
  357. background-color: #F6CECE;
  358. border: 2px solid #F5A9D0;
  359. height:1px;
  360. -moz-border-radius: 20px;
  361. border-radius: 20px;
  362. }
  363.  
  364. ::-webkit-scrollbar {
  365. height:1px;
  366. width:9px;
  367. background-color: #F6CECE;
  368. border: 4px solid #FFf;
  369. }
  370. #infscr-loading{
  371. bottom: -70px;
  372. position: absolute;
  373. left: 50%;
  374. margin-left:-8px;
  375. width:16px;
  376. height:11px;
  377. overflow:hidden;
  378. margin-bottom: 50px;
  379. }
  380.  
  381. #postnotes{
  382. text-align: justify;}
  383.  
  384. #postnotes blockquote{
  385. border: 0px;}
  386.  
  387. blockquote{
  388. padding:0px 0px 2px 5px;
  389. margin:0px 0px 2px 10px;
  390. border-left: 1px dotted #555555;
  391. }
  392.  
  393. blockquote p, ul{
  394. margin:0px;
  395. padding:0px;
  396. }
  397.  
  398. a img{border: 0px;}
  399.  
  400.  
  401. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  402.  
  403. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  404. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  405.  
  406. .notes img{width:10px; position:relative; top:3px;}
  407. <--ses-->
  408. small{font-size: 90%;}
  409.  
  410. {CustomCSS}
  411.  
  412. </style>
  413.  
  414. {block:IndexPage}
  415. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  416. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  417.  
  418. <script type="text/javascript">
  419. $(window).load(function(){
  420. var $wall = $('#posts');
  421. $wall.imagesLoaded(function(){
  422. $wall.masonry({
  423. itemSelector: '.entry, .entry_photo',
  424. isAnimated : false
  425. });
  426. });
  427.  
  428. $wall.infinitescroll({
  429. navSelector : '#pagination',
  430. nextSelector : '#pagination a',
  431. itemSelector : '.entry, .entry_photo',
  432. bufferPx : 2000,
  433. debug : false,
  434. errorCallback: function() {
  435. $('#infscr-loading').fadeOut('normal');
  436. }},
  437. function( newElements ) {
  438. var $newElems = $( newElements );
  439. $newElems.hide();
  440. $newElems.imagesLoaded(function(){
  441. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  442. });
  443. }); $('#posts').show(500);
  444. });
  445. </script>
  446.  
  447.  
  448. {/block:IndexPage}
  449.  
  450.  
  451. <title>broken</title>
  452.  
  453. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lthbz6ofZe1qhwcy0.gif" />
  454. <meta name="viewport" content="width=820" />
  455. </head>
  456.  
  457. <body onkeydown="return false">
  458. <div id="lace"></div>
  459. <div id="white">
  460. <blogtitle>broken</blogtitle><br><br><center>
  461. <font size="3">"Why bother breathing it in if you're just going to let it go?" ~J.W</font><br>
  462. <img src="http://media.tumblr.com/7eac98edc32b8ef832ac809ec126e1ec/tumblr_inline_mrfupkNVy71qz4rgp.gif"><br>
  463. <font size="2">
  464. I am Jessica and I hate dealing with the harsh effects of reality.<br>
  465.  
  466. </font><br>
  467. <img src="http://media.tumblr.com/7eac98edc32b8ef832ac809ec126e1ec/tumblr_inline_mrfupkNVy71qz4rgp.gif"><br>
  468.  
  469. <font size="3"><a href="http://gloats.tumblr.com"title="home sweet home">
  470. Home
  471. </a>
  472. <br>
  473. <a href="http://gloats.tumblr.com/faq"title="faq me">
  474. Ask
  475. </a>
  476. <br>
  477. <a href="http://gloats.tumblr.com/links"title="more links">
  478. Links
  479. </a>
  480.  
  481. <br>
  482. <a href="http://abstrict.tumblr.com/"title="homie bae">
  483. Victoria
  484. </a>
  485. <br>
  486.  
  487. <br>
  488.  
  489.  
  490. </font>
  491. <br>
  492. </center>
  493.  
  494. </div>
  495.  
  496. <BODY onselectstart="return false;" ondragstart="return false;">
  497. <div class="wrapper">
  498. <div class="header">
  499. </div>
  500.  
  501. <div id="cage">
  502. <div id="center">
  503.  
  504.  
  505.  
  506. <div class="left">
  507. <div id="posts">
  508. {block:Posts}
  509. <div class="entry">
  510.  
  511. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  512.  
  513. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> - </a><a href="{ReblogURL}" target="_blank">Reblog</a><br>{/block:HasTags}</span></align>
  514. {/block:Text}
  515.  
  516. {block:Answer}
  517. <div style="font-family:consolas;margin-top:2px;;margin-bottom:0px;min-height:10px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  518. <askk>{asker}</askk>: {Question}</div>
  519. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  520. <div style="margin-top:2px;;margin-bottom:0px;min-height:10px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  521. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  522. {/block:Answer}
  523.  
  524.  
  525. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  526.  
  527. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">Reblog</a></span></align>{block:Link}
  528.  
  529. {block:Photo}
  530. {block:IndexPage}
  531. <center>
  532. <div class="perma">
  533. <a href="{ReblogURL}" target="_blank"> reblog </a> - <a href="{Permalink}">{notecountwithlabel}</a><br>Posted {timeago}</div>
  534.  
  535. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  536. {/block:IndexPage}
  537. {block:PermalinkPage}
  538. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  539.  
  540. {LinkCloseTag}
  541. {/block:PermalinkPage}
  542. {/block:Photo}
  543.  
  544. {block:Photoset}
  545. {block:IndexPage}
  546. <center>
  547.  
  548. <div class="perma">
  549. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  550.  
  551. {Photoset-250}</center>
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. <center>
  555. {Photoset-500}</center>
  556. {/block:PermalinkPage}
  557. {/block:Photoset}
  558.  
  559. {block:Quote}<span class="title">"{Quote}"</span> β€” {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  560.  
  561. href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a> <a href="{Permalink}"> </span>{/block:Quote}
  562.  
  563. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  564. <ul class="chat">
  565. {block:Lines}
  566. <li class="user_{UserNumber}">
  567. {block:Label}
  568. <span class="label">{Label}</span>
  569. {/block:Label}
  570.  
  571. {Line}
  572. </li>
  573. {/block:Lines}
  574. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  575. {/block:Chat}
  576.  
  577. {block:Audio}
  578. <div style="width:200px; height:30px;">
  579. {AudioPlayerBlack}
  580. </div>
  581. {block:IndexPage}<span class="permalink">
  582. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  583. </span>{/block:IndexPage}
  584. {/block:Audio}
  585.  
  586. {block:Video}
  587. {block:IndexPage}
  588. <center>
  589. <div class="perma">
  590. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  591. {Video-250}</center>
  592. {/block:IndexPage}
  593. {block:PermalinkPage}
  594. <center>
  595. {Video-400}</center>
  596. {/block:PermalinkPage}
  597. {block:Video}
  598.  
  599.  
  600. {block:PostNotes}<div align="middle">{caption}</div>
  601. <center>
  602.  
  603. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  604.  
  605. {block:HasTags}
  606. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  607. {block:RebloggedFrom}
  608. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  609. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  610.  
  611. {/block:RebloggedFrom}
  612. </center></span>
  613. <br>
  614. <div id="postnotes">{PostNotes}</div><br>
  615.  
  616. <center>{block:ContentSource}
  617. <br><a href="{SourceURL}">
  618. {lang:Source}:
  619. {block:SourceLogo}
  620. <img src="{BlackLogoURL}" width="{LogoWidth}"
  621. height="{LogoHeight}" alt="{SourceTitle}" />
  622. {/block:SourceLogo}
  623. {block:NoSourceLogo}
  624. {SourceLink}
  625. {/block:NoSourceLogo}
  626. </a>
  627. {/block:ContentSource}</center>
  628.  
  629. {/block:PostNotes}
  630. </div>
  631. {/block:Posts}
  632. </div></div>
  633.  
  634. {block:IndexPage}
  635. {block:Pagination}
  636. <div id="pagination">
  637. {block:NextPage}
  638. <a id="nextPage" href="{NextPage}"></a>
  639. {/block:NextPage}
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}"></a>
  642. {/block:PreviousPage}
  643. </div>
  644. {/block:Pagination}
  645. {/block:IndexPage}
  646. </body>
  647.  
  648.  
  649.  
  650.  
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement