Advertisement
nursejpg

glass theme

May 27th, 2014
3,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>{Title}</title>
  2.  
  3. <!--
  4.  
  5. GLASS THEME BY NURSEJPG
  6.  
  7. DON'T TOUCH THE CREDIT OR THIS TEXT
  8.  
  9. -->
  10.  
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <meta name="image:sidebarpic" content=""/>
  14. <meta name="image:sidepic" content="http://37.media.tumblr.com/tumblr_ma17gjsvuG1qcdoxbo1_1280.jpg"/>
  15. <meta name="color:border color" content="#000000"/>
  16. <meta name="color:shadow color" content="#000000"/>
  17. <meta name="color:notes color" content="#000000"/>
  18. <meta name="text:link1" content=""/>
  19. <meta name="text:link2" content=""/>
  20. <meta name="text:link3" content=""/>
  21.  
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. iframe#tumblr_controls {
  27. right:0px !important;
  28. position:fixed !important;
  29. }
  30.  
  31. body {
  32. font-family:ms gothic;
  33. font-weight:normal;
  34. font-size:12px;
  35. line-height:16px;
  36. color:#000000;
  37. text-align:left;
  38. background:#ffffff;
  39. margin:0;
  40. }
  41.  
  42.  
  43. a {
  44. color:#ffffff;
  45. text-decoration: none;
  46. background: #000000;
  47. padding-left: 1px;
  48. padding-right: 1px;
  49. }
  50.  
  51.  
  52. b, strong {
  53. font-weight:heavy;
  54. }
  55.  
  56. i, em {
  57. font-weight:light;
  58. }
  59.  
  60. li {
  61. list-style:square;
  62. }
  63.  
  64. #content {
  65. width:200px;
  66. margin-left: 35%;
  67. }
  68.  
  69. #content img {
  70. border:0px;
  71. }
  72.  
  73. #posts {
  74. width: 259px;
  75. min-height:100%;
  76. }
  77.  
  78.  
  79. .posts {
  80. background:#ffffff;
  81. margin-top: 25px;
  82. padding: 5px;
  83. overflow:hidden;
  84. width:250px;
  85. border: 4px double {color:border color};
  86. box-shadow: 6px 6px 0px -1px {color:border color};
  87. }
  88.  
  89. .hovernotes {
  90. position: absolute;
  91. color: #ffffff;
  92. opacity: 0;
  93. min-height: 20px;
  94. width: 150px;
  95. margin-left: 50px;
  96. margin-top: 20px;
  97. -webkit-transition: all 0.4s ease-in-out;
  98. -moz-transition: all 0.4s ease-in-out;
  99. -ms-transition: all 0.4s ease-in-out;
  100. -o-transition: all 0.4s ease-in-out;
  101. transition: all 0.4s ease-in-out;
  102. }
  103.  
  104. .hovernotes .top{
  105. height: 11px;
  106. background: url(http://i.imgur.com/tIsrVtK.png);
  107. }
  108.  
  109. .hovernotes .middle{
  110. background: url(http://i.imgur.com/WHfWRte.png) repeat-y;
  111. width:150px;
  112. margin-top: -2px;
  113. padding-left: 10px;
  114. }
  115.  
  116. .hovernotes .bottom{
  117. background: url(http://i.imgur.com/b7Fqdag.png);
  118. height: 22px;
  119. }
  120.  
  121. .posts:hover .hovernotes{
  122. position:absolute;
  123. opacity:1;
  124. -webkit-transition: all 0.4s ease-in-out;
  125. -moz-transition: all 0.4s ease-in-out;
  126. -ms-transition: all 0.4s ease-in-out;
  127. -o-transition: all 0.4s ease-in-out;
  128. transition: all 0.4s ease-in-out;
  129. }
  130.  
  131. .posts img {
  132. max-width:100%;
  133. border:0px;
  134. }
  135.  
  136. blockquote {
  137. border-left:3px solid #cccccc;
  138. margin:0px 0px 5px 0px;
  139. padding:0px 5px 0px 8px;
  140. }
  141.  
  142. #captions {
  143. background:#ffffff;
  144. }
  145.  
  146. #title {
  147. color:#000000;
  148. margin-bottom:10px;
  149. text-align:right;
  150. font-weight:900;
  151. font-size:13px;
  152. }
  153.  
  154. #pperma {
  155. width:100%;
  156. line-height:13px;
  157. font-size: 11px;
  158. text-align:left;
  159. }
  160.  
  161. #ptags {
  162. width:100%;
  163. line-height:13px;
  164. text-align:left;
  165. font-size: 11px;
  166. }
  167.  
  168. #pnotes {
  169. width:100%;
  170. font-size: 11px;
  171. }
  172.  
  173. .postinformation {
  174. width: 268px;
  175. color: #ffffff;
  176. margin-top: 25px;
  177. margin-left: 3px;
  178. }
  179.  
  180. .postinformation .topp{
  181. height: 22px;
  182. background: url(http://i.imgur.com/erzTT5r.png);
  183. }
  184.  
  185. .postinformation .middlee{
  186. background: url(http://i.imgur.com/mgpK2oi.png) repeat;
  187. width:258px;
  188. margin-top: -2px;
  189. padding-left: 10px;
  190. padding-bottom: 11px;
  191. }
  192.  
  193. .postinformation .bottomm{
  194. background: url(http://i.imgur.com/YyZ5jQG.png);
  195. height: 10px;
  196. margin-bottom: 10px;
  197. }
  198.  
  199. #sidebar {
  200. position:fixed;
  201. margin:100px 0px 0px 0px;
  202. padding: 35px 10px 10px;
  203. background:#ffffff;
  204. width: 205px;
  205. border: 4px double {color:border color};
  206. box-shadow: 6px 6px 0px -1px {color:border color};
  207.  
  208. }
  209.  
  210. #pic {
  211. height:62px;
  212. width:62px;
  213. position: fixed;
  214. background: #ffffff;
  215. padding:5px;
  216. border: 4px double {color:border color};
  217. margin: 50px 0px 0px 16px;
  218. z-index: 999999999999;
  219. }
  220.  
  221.  
  222. #picshadow {
  223. height:80px;
  224. width:80px;
  225. position: fixed;
  226. background: {color:border color};
  227. margin: 57px 0px 0px 21px;
  228. }
  229.  
  230. #descrip {
  231. margin:-83px 0px 0px 110px;
  232. width:165px;
  233. }
  234.  
  235. #linker {
  236. position: fixed;
  237. margin: 110px 0px 0px 103px;
  238. z-index: 999999999999999;
  239. }
  240.  
  241. #sidepic {
  242. position: fixed;
  243. height: 100%;
  244. margin-left: 0px;
  245. margin-bottom:-5px;
  246. }
  247.  
  248. .sidebarcontainer{
  249. height: 100%;
  250. width:300px;
  251. padding-left: 20px;
  252. position: fixed;
  253. margin:0px 0px 0px 390px;
  254. }
  255.  
  256. .updatesbox {
  257. position: fixed;
  258. color: #ffffff;
  259. opacity: 0;
  260. min-height: 20px;
  261. width: 233px;
  262. margin-top: 240px;
  263. margin-left: 5px;
  264. -webkit-transition: all 0.4s ease-in-out;
  265. -moz-transition: all 0.4s ease-in-out;
  266. -ms-transition: all 0.4s ease-in-out;
  267. -o-transition: all 0.4s ease-in-out;
  268. transition: all 0.4s ease-in-out;
  269. }
  270.  
  271. .updatesbox .toppp{
  272. height: 22px;
  273. background: url(http://i.imgur.com/tuZzFax.png);
  274. }
  275.  
  276. .updatesbox .middleee{
  277. background: url(http://i.imgur.com/wuNZpZs.png) repeat-y;
  278. width:233px;
  279. margin-top: -2px;
  280. padding-left: 10px;
  281. }
  282.  
  283. .updatesbox .bottommm{
  284. background: url(http://i.imgur.com/viyXvd7.png);
  285. height: 10px;
  286. }
  287.  
  288. .sidebarcontainer:hover .updatesbox {
  289. opacity: 1;
  290. -webkit-transition: all 0.4s ease-in-out;
  291. -moz-transition: all 0.4s ease-in-out;
  292. -ms-transition: all 0.4s ease-in-out;
  293. -o-transition: all 0.4s ease-in-out;
  294. transition: all 0.4s ease-in-out;
  295. }
  296.  
  297.  
  298. #tiderc{
  299. bottom:0;
  300. left:0;
  301. padding: 0px;
  302. background: #ffffff;
  303. width:21px;
  304. height: 20px;
  305. position: fixed;
  306. }
  307.  
  308.  
  309.  
  310. </style>
  311.  
  312. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  313.  
  314. </head>
  315.  
  316. <body>
  317. <div id="sidepic"><img src="{image:sidepic}" height="100%" /></div>
  318. <div id="content">
  319.  
  320. <div class="sidebarcontainer"><div id="pic"><img src="{image:sidebarpic}"></div>
  321. <div id="picshadow"></div>
  322. <div id="linker">
  323. <a href="/">index</a>
  324.  
  325. <a href="/ask">inbox</a>
  326.  
  327. <a href="/archive">history</a>
  328. </div>
  329. <div id="sidebar">
  330.  
  331.  
  332.  
  333.  
  334. {description}
  335. <br>
  336.  
  337. </div>
  338.  
  339. <div class="updatesbox"><div class="toppp"></div><div class="middleee">
  340. <u>NETWORKS</u><br>
  341. you can put networks here and stuff all you gotta do is go into the html and ctrl+f "networks"<br><br>
  342. <u>UPDATES</u><br>
  343. put your updates here or maybe just write about yourself<br><br>
  344. <u>MORE LINKS</u><br>
  345. • got other links?<br>
  346. • it's cool<br>
  347. • you can put them here!<br>
  348. </div><div class="bottommm"></div></div>
  349.  
  350. </div>
  351.  
  352.  
  353.  
  354.  
  355.  
  356. <div id="tiderc"><a href="http://nursejpg.tumblr.com/"><img src="http://i.imgur.com/OvY22ZV.png" /></a><img src="http://i.imgur.com/psH7qKw.png" style="margin-left: -1px;" /></div>
  357.  
  358.  
  359.  
  360. <div id="posts">
  361.  
  362. {block:Posts}
  363.  
  364.  
  365. {block:Photo}
  366.  
  367. <div class="posts" >
  368.  
  369. <div class="hovernotes"><div class="top"></div><div class="middle"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} <br> {NoteCountWithLabel}</a></div><div class="bottom"></div></div>
  370.  
  371. <img src="{PhotoURL-HighRes}" width="250" style="margin-bottom:-4px;" />
  372.  
  373. {block:permalinkpage}
  374.  
  375. {block:Caption}
  376. <div id="captions">{Caption}</div>
  377. {/block:Caption}
  378.  
  379. </div>
  380.  
  381.  
  382. <div class="postinformation">
  383.  
  384. <div class="topp"></div><div class="middlee">
  385.  
  386. {block:date}
  387.  
  388. <div id="pperma">
  389. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  390. </div>
  391.  
  392. {block:HasTags}
  393. <div id="ptags">
  394. {block:Tags}
  395. <a href="{TagURL}"> #{Tag}</a>
  396. {/block:Tags}
  397. </div>
  398. {/block:HasTags}
  399.  
  400. {/block:date}
  401.  
  402. {block:PostNotes}
  403. <div id="pnotes">{PostNotes}</div>
  404. {/block:PostNotes}
  405. </div><div class="bottomm"></div></div>
  406. {/block:permalinkpage}
  407.  
  408. </div>
  409.  
  410. {/block:Photo}
  411.  
  412.  
  413.  
  414. {block:Photoset}
  415.  
  416. <div class="posts">
  417.  
  418. <div class="hovernotes"><div class="top"></div><div class="middle"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} <br> {NoteCountWithLabel}</a></div><div class="bottom"></div></div>
  419.  
  420. <div style="margin-bottom:-4px;">{Photoset-250}</div>
  421.  
  422. {block:permalinkpage}
  423.  
  424. {block:Caption}
  425. <div id="captions">{Caption}</div>
  426. {/block:Caption}
  427.  
  428. </div>
  429.  
  430. <div class="postinformation">
  431.  
  432. <div class="topp"></div><div class="middlee">
  433.  
  434. {block:date}
  435.  
  436. <div id="pperma">
  437. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  438. </div>
  439.  
  440. {block:HasTags}
  441. <div id="ptags">
  442. {block:Tags}
  443. <a href="{TagURL}"> #{Tag}</a>
  444. {/block:Tags}
  445. </div>
  446. {/block:HasTags}
  447.  
  448. {/block:date}
  449.  
  450. {block:PostNotes}
  451. <div id="pnotes">{PostNotes}</div>
  452. {/block:PostNotes}
  453.  
  454. {/block:permalinkpage}
  455.  
  456. </div>
  457.  
  458. {/block:Photoset}
  459.  
  460.  
  461.  
  462. {block:Text}
  463.  
  464. <div class="posts">
  465.  
  466. {block:Title}
  467. <div id="title">{Title}</div>
  468. {/block:Title}
  469.  
  470. {Body}
  471.  
  472. {block:indexpage}
  473. {block:date}
  474. <div style="float:right">
  475. <div id="pperma">
  476. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  477. </div>
  478.  
  479. </div>
  480. {/block:date}
  481. {/block:indexpage}
  482.  
  483. {block:permalinkpage}
  484. </div>
  485. <div class="postinformation">
  486.  
  487. <div class="topp"></div><div class="middlee">
  488.  
  489. {block:date}
  490. <div id="pperma">
  491. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  492. </div>
  493.  
  494. {block:HasTags}
  495. <div id="ptags">
  496. {block:Tags}
  497. <a href="{TagURL}"> #{Tag}</a>
  498. {/block:Tags}
  499. </div>
  500. {/block:HasTags}
  501.  
  502. {/block:date}
  503.  
  504. {block:PostNotes}
  505. <div id="pnotes">{PostNotes}</div>
  506. {/block:PostNotes}
  507. </div><div class="bottomm"></div></div>
  508. {/block:permalinkpage}
  509.  
  510. </div>
  511.  
  512. {/block:Text}
  513.  
  514.  
  515.  
  516. {block:Answer}
  517.  
  518. <div class="posts">
  519.  
  520. {Asker} said: {Question}
  521.  
  522. {Answer}
  523.  
  524. {block:indexpage}
  525. {block:date}
  526. <div style="float:right">
  527. <div id="pperma">
  528. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  529. </div>
  530.  
  531. </div>
  532. {/block:date}
  533. {/block:indexpage}
  534.  
  535. {block:permalinkpage}
  536. </div>
  537. <div class="postinformation">
  538.  
  539. <div class="topp"></div><div class="middlee">
  540.  
  541. {block:date}
  542.  
  543. <div id="pperma">
  544. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  545. </div>
  546.  
  547. {block:HasTags}
  548. <div id="ptags">
  549. {block:Tags}
  550. <a href="{TagURL}"> #{Tag}</a>
  551. {/block:Tags}
  552. </div>
  553. {/block:HasTags}
  554.  
  555. {/block:date}
  556.  
  557. {block:PostNotes}
  558. <div id="pnotes">
  559. {PostNotes}
  560. </div>
  561. {/block:PostNotes}
  562. </div><div class="bottomm"></div></div>
  563. {/block:permalinkpage}
  564.  
  565. </div>
  566.  
  567. {/block:Answer}
  568.  
  569.  
  570.  
  571. {block:Chat}
  572.  
  573. <div class="posts">
  574.  
  575. {block:Title}
  576. <div id="title">{Title}</div>
  577. {/block:Title}
  578.  
  579. {block:Lines}
  580.  
  581. {block:Label}<b>{Label}</b>{/block:Label}
  582. {Line}<br>
  583.  
  584. {/block:Lines}
  585.  
  586. {block:indexpage}
  587. {block:date}
  588. <div style="float:right">
  589. <div id="pperma">
  590. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  591. </div>
  592.  
  593. </div>
  594. {/block:date}
  595. {/block:indexpage}
  596.  
  597. {block:permalinkpage}
  598. </div>
  599. <div class="postinformation">
  600.  
  601. <div class="topp"></div><div class="middlee">
  602.  
  603. {block:date}
  604.  
  605. <div id="pperma">
  606. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  607. </div>
  608.  
  609. {block:HasTags}
  610. <div id="ptags">
  611. {block:Tags}
  612. <a href="{TagURL}"> #{Tag}</a>
  613. {/block:Tags}
  614. </div>
  615. {/block:HasTags}
  616.  
  617. {/block:date}
  618.  
  619. {block:PostNotes}
  620. <div id="pnotes">{PostNotes}</div>
  621. {/block:PostNotes}
  622. </div><div class="bottomm"></div></div>
  623. {/block:permalinkpage}
  624.  
  625. </div>
  626.  
  627. {/block:Chat}
  628.  
  629.  
  630.  
  631. {block:Quote}
  632.  
  633. <div class="posts">
  634.  
  635. "{Quote}"
  636.  
  637. {block:source}-{source}{/block:source}<br>
  638.  
  639. {block:indexpage}
  640. {block:date}
  641. <div style="float:right">
  642. <div id="pperma">
  643. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  644. </div>
  645.  
  646. </div>
  647. {/block:date}
  648. {/block:indexpage}
  649.  
  650. {block:permalinkpage}
  651. </div>
  652. <div class="postinformation">
  653.  
  654. <div class="topp"></div><div class="middlee">
  655.  
  656. {block:date}
  657.  
  658. <div id="pperma">
  659. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  660. </div>
  661.  
  662. {block:HasTags}
  663. <div id="ptags">
  664. {block:Tags}
  665. <a href="{TagURL}"> #{Tag}</a>
  666. {/block:Tags}
  667. </div>
  668. {/block:HasTags}
  669.  
  670. {/block:date}
  671.  
  672. {block:PostNotes}
  673. <div id="pnotes">{PostNotes}</div>
  674. {/block:PostNotes}
  675. </div><div class="bottomm"></div></div>
  676. {/block:permalinkpage}
  677.  
  678. </div>
  679.  
  680. {/block:Quote}
  681.  
  682.  
  683.  
  684. {block:Audio}
  685.  
  686. <div class="posts">
  687.  
  688. {AudioPlayerWhite}
  689.  
  690. {block:Caption}
  691. <div id="captions">{Caption}</div>
  692. {/block:Caption}
  693.  
  694. {block:indexpage}
  695. {block:date}
  696. <div style="float:right">
  697. <div id="pperma">
  698. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  699. </div>
  700.  
  701. </div>
  702. {/block:date}
  703. {/block:indexpage}
  704.  
  705. {block:permalinkpage}
  706. </div>
  707. <div class="postinformation">
  708.  
  709. <div class="topp"></div><div class="middlee">
  710.  
  711. {block:date}
  712.  
  713. <div id="pperma">
  714. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  715. </div>
  716.  
  717. {block:HasTags}
  718. <div id="ptags">
  719. {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}
  720. </div>
  721. {/block:HasTags}
  722.  
  723. {/block:date}
  724.  
  725. {block:PostNotes}
  726. <div id="pnotes">{PostNotes}</div>
  727. {/block:PostNotes}
  728. </div><div class="bottomm"></div></div>
  729. {/block:permalinkpage}
  730.  
  731. </div>
  732.  
  733. {/block:Audio}
  734.  
  735.  
  736.  
  737. {block:Link}
  738.  
  739. <div class="posts">
  740.  
  741. <div id="title">
  742. <a href="{URL}" {Target}>{Name}</a>
  743. </div>
  744.  
  745. {description}
  746.  
  747. {block:indexpage}
  748. {block:date}
  749. <div style="float:right">
  750. <div id="pperma">
  751. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  752. </div>
  753.  
  754. </div>
  755. {/block:date}
  756. {/block:indexpage}
  757.  
  758. {block:permalinkpage}
  759. </div>
  760. <div class="postinformation">
  761.  
  762. <div class="topp"></div><div class="middlee">
  763.  
  764. {block:date}
  765.  
  766. <div id="pperma">
  767. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  768. </div>
  769.  
  770. {block:HasTags}
  771. <div id="ptags">
  772. {block:Tags}
  773. <a href="{TagURL}"> #{Tag}</a>
  774. {/block:Tags}
  775. </div>
  776. {/block:HasTags}
  777.  
  778. {/block:date}
  779.  
  780. {block:PostNotes}
  781. <div id="pnotes">{PostNotes}</div>
  782. {/block:PostNotes}
  783. </div><div class="bottomm"></div></div>
  784. {/block:permalinkpage}
  785.  
  786. </div>
  787.  
  788. {/block:Link}
  789.  
  790.  
  791.  
  792. {block:Video}
  793.  
  794. <div class="posts">
  795.  
  796. {Video-250}
  797.  
  798. {block:indexpage}
  799. {block:date}
  800. <div style="float:right">
  801. <div id="pperma">
  802. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  803. </div>
  804.  
  805. </div>
  806. {/block:HasTags}
  807. </div>
  808. {/block:date}
  809. {/block:indexpage}
  810.  
  811. {block:permalinkpage}
  812.  
  813.  
  814. {block:Caption}
  815. <div id="captions">{Caption}</div>
  816. {/block:Caption}
  817. </div>
  818.  
  819.  
  820. <div class="postinformation">
  821.  
  822. <div class="topp"></div><div class="middlee">
  823. {block:date}
  824. <div id="pperma">
  825. <a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a>
  826. </div>
  827.  
  828. {block:HasTags}
  829. <div id="ptags">
  830. {block:Tags}<a href="{TagURL}"> #{Tag}</a>
  831. {/block:Tags}
  832. </div>
  833. {/block:HasTags}
  834.  
  835. {/block:date}
  836.  
  837. {block:PostNotes}
  838. <div id="pnotes">{PostNotes}</div>
  839. {/block:PostNotes}
  840. </div><div class="bottomm"></div></div>
  841. {/block:permalinkpage}
  842.  
  843. </div>
  844.  
  845. {/block:Video}
  846.  
  847.  
  848.  
  849. {/block:Posts}
  850.  
  851. </div>
  852.  
  853. </body>
  854.  
  855. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement