Advertisement
clairehclts

& * BORN TO D I E.

Mar 22nd, 2018
681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.04 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.  
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!--- musecentral.tumblr.com/ basecode
  14. please don't steal! it's not very nice
  15. leave credit here. --->
  16.  
  17. <!--- COLOURS ---->
  18.  
  19. <meta name="color:background" content=""/>
  20. <meta name="color:text" content=""/>
  21. <meta name="color:b" content=""/>
  22. <meta name="color:i" content=""/>
  23. <meta name="color:strike" content=""/>
  24. <meta name="color:accent1" content=""/>
  25. <meta name="color:accent2" content=""/>
  26. <meta name="color:shadow" content=""/>
  27. <meta name="color:border" content=""/>
  28. <meta name="color:desc text" conetent=""/>
  29. <meta name="color:links" content=""/>
  30. <meta name="color:container" content=""/>
  31. <meta name="color:post background" content=""/>
  32. <meta name="color:info background" content=""/>
  33. <meta name="color:links background" content=""/>
  34.  
  35. <!--- IMAGES ---->
  36.  
  37. <meta name="image:background" content=""/>
  38. <meta name="image:image1" content=""/>
  39. <meta name="image:image2" content=""/>
  40. <meta name="image:fam2" content=""/>
  41.  
  42.  
  43. <!--- TEXT ---->
  44.  
  45. <meta name="text:main title" content="/">
  46. <meta name="text:link2" content="/">
  47. <meta name="text:link2 text" content="/">
  48. <meta name="text:link3" content="/">
  49. <meta name="text:link3 text" content="/">
  50. <meta name="text:link4" content="/">
  51. <meta name="text:link4 text" content="/">
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. @font-face {
  61. font-family: "Anatalia Script Regular";
  62. src: url('https://dl.dropbox.com/s/vtmrk16y2ohd9z6/Anatalia%20Script%20Regular.ttf?dl=0'); ;}
  63.  
  64.  
  65. /*SCROLLBAR*/
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. height:auto;
  69. background-color:{color:accent1};
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height:9px;
  74. width:2px;
  75. background-color:{color:accent2};
  76. }
  77.  
  78. /*BULLET POINTS*/
  79.  
  80. ul, li {
  81. line-height:100%;
  82. }
  83.  
  84. /*BODY*/
  85.  
  86. body {
  87. background:{color:background};
  88. color:{color:text};
  89. font-family:georgia;
  90. line-height:150%;
  91. font-size:9px;
  92. text-align:justify;
  93. background-attachment: fixed;
  94. background-repeat:repeat;
  95. background-image:url('{image:background}') ;
  96. }
  97.  
  98. a {
  99. text-decoration:underline;
  100. font-family:courier;
  101. text-transform:uppercase;
  102. color:{color:links};
  103. font-weight:bold;
  104. }
  105.  
  106. img {
  107. border:none;
  108. max-width:100%;
  109. }
  110.  
  111. b {
  112. color:{color:b};
  113. }
  114.  
  115. i
  116. /*TITLE STYLES*/
  117.  
  118. pre {
  119. background:{color:border};
  120. border:1px dotted {color:border};
  121. color:{color:text};
  122. padding:5px;
  123. font-family:courier new;
  124. text-align:justify;
  125. word-wrap: break-word;
  126. }
  127.  
  128. h1 {
  129. color:{color:desc text};
  130. padding:5px;
  131. text-transform:uppercase;
  132. font-family:arial;
  133. font-size:15px;
  134. background-color:{color:container};
  135. font-style:italic;
  136. text-align:right;
  137. border:1px dotted {color:border};
  138.  
  139. }
  140.  
  141. h2 {
  142. font-size:10px;
  143. color:{color:text};
  144. text-transform:uppercase;
  145. font-family: arial black;
  146. background-color:{color:background};
  147. padding:7px;
  148. font-style:bold, italic;
  149. text-align:center;
  150. border:1px dotted {color:border};
  151. }
  152.  
  153. /*BLOCKQUOTES*/
  154.  
  155. blockquote {
  156. border:1px dotted {color:border};
  157. padding-left:20px;
  158. margin-left:10px;
  159. padding:10px;
  160. text-align:justify;
  161. background:{color:background};
  162. word-wrap: break-word;
  163. }
  164.  
  165. blockquote blockquote {
  166. border-left:4px solid {color:text};
  167. margin-left:10px;
  168. text-decoration:none;
  169. padding:10px;
  170. text-align:justify;
  171. font-family: 'PT Sans', sans-serif;
  172. background:{color:post background};
  173. border-radius:3px;
  174. word-wrap: break-word;
  175. }
  176.  
  177. /*TOOLTIP*/
  178.  
  179. #s-m-t-tooltip {
  180. max-width:300px;
  181. padding:3px 4px 5px 4px;
  182. margin:20px 0px 0px 20px;
  183. background-color:{color:accent2};
  184. font-family:arial;
  185. font-size:9px;
  186. letter-spacing:2px;
  187. text-transform:uppercase;
  188. color:{color:accent1};
  189. z-index:1;
  190. }
  191.  
  192. /*IMAGES*/
  193.  
  194. .image1 {
  195. position:fixed;
  196. margin-top:0px;
  197. margin-left:121px;
  198. width:200px;
  199. line-height:90%;
  200. letter-spacing:7px;
  201. opacity:1;
  202. -webkit-transition: all 0.4s ease-in-out;
  203. -moz-transition: all 0.4s ease-in-out;
  204. -o-transition: all 0.4s ease-in-out;
  205. -ms-transition: all 0.4s ease-in-out;
  206. transition: all 0.4s ease-in-out;
  207. }
  208.  
  209. .image1 img {
  210. padding:2px;
  211. border:1px dotted {color:border};
  212. width:180px;
  213. height:110px;
  214. opacity:1;
  215. -webkit-transition: all 0.4s ease-in-out;
  216. -moz-transition: all 0.4s ease-in-out;
  217. -o-transition: all 0.4s ease-in-out;
  218. -ms-transition: all 0.4s ease-in-out;
  219. transition: all 0.4s ease-in-out;
  220. }
  221.  
  222. .image2 {
  223. position:fixed;
  224. margin-top:0px;
  225. margin-left:-100px;
  226. width:230px;
  227. line-height:90%;
  228. letter-spacing:7px;
  229. opacity:1;
  230. -webkit-transition: all 0.4s ease-in-out;
  231. -moz-transition: all 0.4s ease-in-out;
  232. -o-transition: all 0.4s ease-in-out;
  233. -ms-transition: all 0.4s ease-in-out;
  234. transition: all 0.4s ease-in-out;
  235. }
  236.  
  237. .image2 img {
  238. padding:2px;
  239. border:1px dotted {color:border};
  240. width:210px;
  241. height:340px;
  242. opacity:1;
  243. -webkit-transition: all 0.4s ease-in-out;
  244. -moz-transition: all 0.4s ease-in-out;
  245. -o-transition: all 0.4s ease-in-out;
  246. -ms-transition: all 0.4s ease-in-out;
  247. transition: all 0.4s ease-in-out;
  248. }
  249.  
  250.  
  251. .fam2 {
  252. position:fixed;
  253. margin-top:355px;
  254. margin-left:-94px;
  255. width:400px;
  256. line-height:90%;
  257. letter-spacing:7px;
  258. opacity:1;
  259. -webkit-transition: all 0.4s ease-in-out;
  260. -moz-transition: all 0.4s ease-in-out;
  261. -o-transition: all 0.4s ease-in-out;
  262. -ms-transition: all 0.4s ease-in-out;
  263. transition: all 0.4s ease-in-out;
  264. }
  265.  
  266.  
  267. .fam2 img {
  268. padding:2px;
  269. border:1px dotted {color:border};
  270. width:400px;
  271. height:115px;
  272. opacity:1;
  273. -webkit-transition: all 0.4s ease-in-out;
  274. -moz-transition: all 0.4s ease-in-out;
  275. -o-transition: all 0.4s ease-in-out;
  276. -ms-transition: all 0.4s ease-in-out;
  277. transition: all 0.4s ease-in-out;
  278. }
  279.  
  280.  
  281.  
  282.  
  283. /*ENTRIES*/
  284.  
  285.  
  286. #box{
  287. margin-top:80px;
  288. margin-left:260px;
  289. width:905px;
  290. height:535px;
  291. border:5px double {color:border};
  292. background-color:{color:container};
  293. }
  294.  
  295.  
  296. #entries {
  297. position:fixed;
  298. padding:10px;
  299. z-index:9999;
  300. margin-left:10px;
  301. margin-top:10px;
  302. height:495px;
  303. width:443px;
  304. border:1px dotted {color:border};
  305. background:{color:background};
  306. overflow:auto;
  307. }
  308.  
  309.  
  310. #post {
  311. font-size:9px;
  312. width:400px;
  313. border:1px dotted {color:border};
  314. background-color: {color:post background};
  315. padding:20px;
  316. margin-bottom:30px;
  317. color: {color:text};
  318. text-align:justify;
  319. word-wrap: break-word;
  320. }
  321.  
  322.  
  323. /*SIDEBAR*/
  324.  
  325. #sidebar{
  326. padding:10px;
  327. z-index:9999;
  328. text-align:center;
  329. position:fixed;
  330. margin-top:40px;
  331. font-size:10px;
  332. margin-left:828px;
  333. width:443px;
  334. height:150px;
  335. color:black;
  336. font-family:arial;
  337. color:{color:background};
  338. }
  339.  
  340.  
  341. #title {
  342. width:450px;
  343. font-size:85px;
  344. font-family: "Anatalia Script Regular";
  345. overflow:none;
  346. position:fixed;
  347. text-align:center;
  348. transform: rotate(5deg);
  349. letter-spacing:-1px;
  350. padding:5px;
  351. margin-top:-80px;
  352. margin-left:-100px;
  353. color:{color:links};
  354. border-bottom:1px solid {color:border};
  355. }
  356.  
  357.  
  358. #description {
  359. padding:10px;
  360. overflow:auto;
  361. text-align:center;
  362. font-size:9px;
  363. height:170px;
  364. position:fixed;
  365. width:164px;
  366. color:{color:desc text};
  367. background:{color:background};
  368. margin-left:130px;
  369. margin-top:120px;
  370. border:1px dotted {color:border};
  371. padding-bottom:20px;
  372. }
  373.  
  374. #links{
  375. z-index:9999999999999999999;
  376. padding:10px;
  377. margin-top:240px;
  378. text-align:center;
  379. font-family:arial black;
  380. position:fixed;
  381. z-index:9999;
  382. display:block;
  383. margin-left:112px;
  384. width:200px;
  385. }
  386.  
  387. #links a{
  388. text-decoration:none;
  389. z-index:99999999999999;
  390. padding:1px;
  391. font-size:10px;
  392. margin-top:80px;
  393. text-align:center;
  394. text-transform:lowercase;
  395. font-family: arial black;
  396. background-color:{color:accent2};
  397. color:{color:links};
  398. width:40px;
  399. display:inline-block;
  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. #links a:hover{
  408. text-decoration:underline;
  409. color:{color:accent2};
  410. -webkit-transition: all 0.4s ease-in-out;
  411. -moz-transition: all 0.4s ease-in-out;
  412. -o-transition: all 0.4s ease-in-out;
  413. -ms-transition: all 0.4s ease-in-out;
  414. transition: all 0.4s ease-in-out;
  415. }
  416.  
  417. /*POST INFO*/
  418.  
  419. #info {
  420. width:426px;
  421. text-align:left;
  422. font-family:arial;
  423. margin-top:7px;
  424. margin-left:-20px;
  425. letter-spacing:1px;
  426. color:{color:text};
  427. background:{color:info background};
  428. font-size:8px;
  429. font-style:none;
  430. padding:7px;
  431. line-height:10px;
  432. text-transform:uppercase;
  433. z-index:99999;
  434. }
  435.  
  436. #info a {
  437. background:{color:info background};
  438. text-align:center;
  439. color:{color:Links};
  440. }
  441.  
  442. #info a:hover {
  443. -moz-transition-duration:0.3s;
  444. -webkit-transition-duration:0.3s;
  445. -o-transition-duration:0.3s;
  446. color:{color:accent1}
  447. }
  448.  
  449. #tags {
  450. background-color:{color:info background};
  451. float:left;
  452. width:430px;
  453. margin-top:0px;
  454. margin-left:-7px;
  455. text-align:left;
  456. font-family: "Anatalia Script Regular";
  457. font-size:8px;
  458. padding:5px;
  459. padding-bottom:10px;
  460. font-size:8px;
  461. opacity:1;
  462. transition-duration: 0.5s;
  463. -moz-transition-duration: 0.5s;
  464. -webkit-transition-duration: 0.5s;
  465. -o-transition-duration: 0.5s
  466. color:{color:Links};
  467. }
  468.  
  469. #tags a {
  470. letter-spacing:2px;
  471. text-transform:lowercase;
  472. font-size:18px;
  473. text-align:center;
  474. font-family: "Anatalia Script Regular";
  475. text-decoration:none;
  476. display:inline-block;
  477. color:{color:Links};
  478. }
  479.  
  480. #tags a:hover {
  481. -moz-transition-duration:0.3s;
  482. -webkit-transition-duration:0.3s;
  483. -o-transition-duration:0.3s;
  484. color:{color:accent1};
  485. }
  486.  
  487.  
  488. ol.notes {
  489. display:block;
  490. text-align:left;
  491. list-style-type:none;
  492. margin-left:15px;
  493. background-color:{color:Info Background};
  494. }
  495.  
  496. ol.notes li.note{
  497. margin-left:15px;
  498. margin-bottom:5px;
  499. background-color:{color:Info Background};
  500. line-height:110%;
  501. }
  502.  
  503. .pagenotes {
  504. text-align:left;
  505. margin-top:15px;
  506. background:none;
  507. margin-left:15px;
  508. background-color:{color:Info Background};
  509. }
  510.  
  511. .pagenotes img{
  512. padding-right:5px;
  513. padding-top:5px;
  514. margin-bottom:-5px;
  515. }
  516.  
  517.  
  518.  
  519. /*CHAT*/
  520.  
  521. ul.chat{
  522. list-style:none;
  523. margin-left:-40px;
  524. }
  525.  
  526. .chat span {
  527. float: left;
  528. }
  529.  
  530. p.chat {
  531. padding-left:3px;
  532. border-radius:3px;
  533. }
  534.  
  535. /*QUOTES*/
  536.  
  537. .quote{
  538. font-size:35px;
  539. font-family: "Anatalia Script Regular";
  540. text-align:center;
  541. line-height:100%;
  542. background:transparent;
  543. }
  544.  
  545. .qsource{
  546. text-align:right;
  547. margin-bottom:10px;
  548. color:{color:links};
  549. text-align:center;
  550. font-size:9px;
  551. font-family:arial;
  552. text-decoration:lowercase;
  553. padding:7px;
  554. }
  555.  
  556. /*AUDIO*/
  557.  
  558. .songart{
  559. float:left;
  560. margin-right:10px;
  561. }
  562.  
  563. .songart img{
  564. width:77px;
  565. height:77px;
  566. }
  567.  
  568. .audio {
  569. margin-top:-10px;
  570. }
  571.  
  572. .songtitle{
  573. margin-bottom:10px;
  574. margin-left:90px;
  575. text-shadow: 1px 1px 0px {color:shadow};
  576. }
  577.  
  578. .songauthor{
  579. margin-bottom:10px;
  580. font-size:8px;
  581. margin-left:90px;
  582. }
  583.  
  584. .tumblr_audio_player {
  585. height: 50px;
  586. border-radius:3px;
  587. }
  588.  
  589.  
  590. /*QUESTION*/
  591.  
  592. #asker {
  593. color:{color:text};
  594. background-color:{color:container};
  595. padding:14px;
  596. font-family: "Anatalia Script Regular";
  597. font-size:9px;
  598. letter-spacing:0px;
  599. text-align:left;
  600. margin-top:0px;
  601. text-transform:lowercase;
  602. line-height:100%;
  603. }
  604.  
  605.  
  606.  
  607. /*PAGINATION*/
  608. #pagination {
  609. background-color:{color:Links Background};
  610. width:170px;
  611. font-size:13px;
  612. z-index:999999999999;
  613. text-align:center;
  614. color:{color:desc text};
  615. position:fixed;
  616. margin-left:760px;
  617. height:18px;
  618. margin-top:25px;
  619. }
  620.  
  621. #pagination a {
  622. color:{color:Links Background};
  623. font-size:10px;
  624. font-family:arial;
  625. z-index:999999999999;
  626. font-weight:bold;
  627. background-color:transparent;
  628. }
  629.  
  630.  
  631. /*CREDIT*/
  632.  
  633. #cred {
  634. position:fixed;
  635. font-family: "Anatalia Script Regular";
  636. text-transform:uppercase;
  637. font-size:50px;
  638. left:9px;
  639. bottom:9px;
  640. padding:4px;
  641. letter-spacing:1px;
  642. }
  643.  
  644.  
  645. #cred a {
  646. position:fixed;
  647. font-family: "Anatalia Script Regular";
  648. text-transform:lowercase;
  649. font-size:50px;
  650. left:9px;
  651. bottom:30px;
  652. padding:4px;
  653. letter-spacing:1px;
  654. }
  655.  
  656.  
  657.  
  658. {CustomCSS}
  659.  
  660.  
  661. </style></head>
  662.  
  663. <body>
  664.  
  665.  
  666. <!--- this is your tooltip scripts ---->
  667.  
  668. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  669. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  670. <script>
  671.  
  672. (function($){
  673.  
  674. $(document).ready(function(){
  675.  
  676. $("a[title]").style_my_tooltips({
  677.  
  678. tip_follows_cursor:true,
  679.  
  680. tip_delay_time:50,
  681.  
  682. tip_fade_speed:600,
  683.  
  684. attribute:"title"
  685.  
  686. });
  687.  
  688. });
  689.  
  690. })(jQuery);
  691.  
  692. </script>
  693.  
  694. <!---- start of your html ---->
  695.  
  696.  
  697. <div id="sidebar">
  698.  
  699. <div class="title back"></div>
  700. <div id="title">{text:main title}</div>
  701.  
  702. <div class="image1">
  703. <img src="{image:image1}">
  704. </div>
  705.  
  706. <div class="image2">
  707. <img src="{image:image2}">
  708. </div>
  709.  
  710.  
  711. <div class="fam2">
  712. <img src="{image:fam2}">
  713. </div>
  714.  
  715.  
  716. <div id="description">{description}</div>
  717.  
  718. <div id="links" >
  719. <a href="/">refresh.</a>
  720. <a href="{text:link2}">{text:link2 text}</a>
  721. <a href="{text:link3}">{text:link3 text}</a>
  722. <a href="{text:link4}">{text:link4 text}</a>
  723. </div>
  724. </div>
  725.  
  726.  
  727. <div id="pagination">{block:Pagination}
  728. {block:PreviousPage}
  729. <a href="{PreviousPage}">sink </a>
  730. {/block:PreviousPage}
  731. or
  732. {block:NextPage}
  733. <a href="{NextPage}">swim</a>
  734. {/block:NextPage}
  735. {/block:Pagination}</div>
  736.  
  737.  
  738. <!--- the start of your posts ---->
  739.  
  740. <div id="box">
  741. <div id="entries">
  742. {block:Posts}
  743. <div id="post">
  744.  
  745. <!--- TEXT POSTS ---->
  746.  
  747. {block:Text}
  748. {block:Title}<h1>{Title}</h1>{/block:Title}
  749. {Body}{/block:Text}
  750.  
  751. <!--- PHOTO POSTS ---->
  752.  
  753. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  754. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  755.  
  756. <!--- PHOTOSET POSTS ---->
  757.  
  758. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  759. {/block:Caption}{/block:Photoset}
  760.  
  761. <!--- QUOTE POSTS ---->
  762.  
  763. {block:Quote}<div class="quote">❝ {Quote} ❞</div>
  764. {block:Source}<div class="qsource"> —{Source}</div>
  765. {/block:Source}{/block:Quote}
  766.  
  767. <!--- LINK POSTS ---->
  768.  
  769. {block:Link}<h1><a href="{URL}" {Target}><b>{Name}</b></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  770.  
  771. <!--- CHAT POSTS ---->
  772.  
  773. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  774.  
  775. <!--- AUDIO POSTS ---->
  776.  
  777. {block:Audio}{block:AlbumArt}<div class="songart"><img src="{AlbumArtURL}" align="left" style="margin-right:10px" /></div>{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</span>
  778. {block:TrackName}
  779. <b style="font-size:9px;"><u>Title:</u></b> <span style="color:{color:accent2};">{TrackName}</span><br>{/block:TrackName}
  780. {block:Artist}<b style="font-size:9px;"><u>Artist:</u></b> <span style="color:{color:accent2};">{Artist}</span>{/block:Artist}
  781. {/block:ExternalAudio}
  782. {block:Caption}{Caption}{/block:Caption}
  783. {/block:Audio}
  784.  
  785. <!--- VIDEO POSTS ---->
  786.  
  787. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  788.  
  789. <!--- ASK POSTS ---->
  790. <!--- this is inline styling & is very easy to use. it's like css coding but in the actual html. ---->
  791.  
  792. {block:Answer}<b><span style ="font-family:arial;font-size:13px;background:{color:background};color:white;padding:2px;text-transform:lowercase;color:{color:text}">{Asker} inquired,</span></b> <div id="ask" style="text-align:left;margin-left:0px;margin-top:0px;font-style:italic;padding:15px;font-size:9px;font-color:{color:text};font-family:arial;text-transform:lowercase;letter-spacing:0px;border:1px solid {color:border};margin-top:2px;">{Question}</span></div>{Answer}{/block:Answer}
  793.  
  794. <!--- INFO & TAGS ---->
  795.  
  796. <div id="info">
  797. <a href="{Permalink}">{TimeAgo}</a> // <a href="{Permalink}">{NoteCount}</a>
  798. <div id="tags">
  799. {block:HasTags}{block:Tags} <a href="{TagURL}" >#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  800.  
  801.  
  802.  
  803. </div>
  804. </div>
  805.  
  806. <!--- POSTNOTES ---->
  807.  
  808. {block:Posts}
  809. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  810. {/block:Posts}</div></div></div>
  811. <br><br><br><br>
  812.  
  813. <!--- CREDIT ---->
  814.  
  815. <div id="cred">
  816. <a href="http://www.clairehclts.tumblr.com/">Sassy</a>
  817. </div>
  818. </body>
  819.  
  820.  
  821.  
  822.  
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement