Advertisement
jercydee

Tumblr of Our Own by striveattemptfail

May 15th, 2015
1,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.83 KB | None | 0 0
  1. <!--------------------------------------------------------------------------------
  2.  
  3. + - - - THEME 003: TUMBLR OF OUR OWN
  4.  
  5. + - - - THEME BY: Jercy @ striveattemptfail.tumblr.com
  6.  
  7. + - - - LAST UPDATED: MAY 2015
  8.  
  9. + - - - OTHER CREDITS: Original layout design and all graphics by AO3.
  10.  
  11. -------------------------------------------------------------------------------->
  12.  
  13. <!DOCTYPE html>
  14. <html>
  15. <head>
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="http://archiveofourown.org/favicon.ico">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <meta name="text:Your URL" content="yoururlhere" />
  21. <meta name="text:Fandoms" content="Fandom 1, Fandom 2, etc" />
  22. <meta name="text:Characters" content="Character 1, Character 2, etc" />
  23. <meta name="text:OTPs" content="Ship 1, Ship 2, etc" />
  24.  
  25. <meta name="if:Show Likes" content="1"/>
  26. <meta name="if:Show Search Bar" content="1"/>
  27. <meta name="if:Show Fandom Preferences" content="1"/>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
  30.  
  31. <head>
  32. <style type="text/css">
  33.  
  34. body {
  35. background: #fff;
  36. color: #000;
  37. font-family: 'Source Sans Pro', sans-serif;
  38. font-size: 15px;
  39. margin: 0;
  40. padding: 0;
  41. word-wrap: break-word;
  42. white-space: normal;
  43. }
  44.  
  45. a {
  46. color: #888;
  47. text-decoration: none;
  48. }
  49.  
  50. a:hover { font-style: italic; }
  51.  
  52. hr { width: 50%; }
  53.  
  54. blockquote {
  55. margin-top: 0px;
  56. margin-left: 15px;
  57. padding-left: 10px;
  58. border-left: 2px solid #000;
  59. }
  60.  
  61. blockquote img { max-width: 100%; }
  62.  
  63. /* TITLE *//* CODE BY STRIVEATTEMPTFAIl */
  64. #header {
  65. vertical-align: middle;
  66. padding: 7px 5px;
  67. }
  68.  
  69. #header img { vertical-align: middle; }
  70.  
  71. #header .title {
  72. width: 100%;
  73. color: #990000;
  74. font-family: Georgia;
  75. font-size: 27px;
  76. }
  77.  
  78. #header .title a {
  79. color: #990000;
  80. text-decoration: none;
  81. }
  82.  
  83. #header .title a:hover { font-style: normal; }
  84.  
  85. #header .title sup {
  86. margin-left: 5px;
  87. font-size: 13px;
  88. font-style: italic;
  89. }
  90.  
  91. /* NAVIGATION BAR */
  92. #navi {
  93. background-image: url('http://static.tumblr.com/efqf52c/uFSnobitm/navi1.png');
  94. width: 100%;
  95. padding: 5px 0px;
  96. vertical-align: middle;
  97. }
  98.  
  99. #navi .contain { margin-left: 15px; }
  100.  
  101. #navi .links a {
  102. color: #fff;
  103. text-decoration: none;
  104. padding: 5px 10px;
  105. }
  106.  
  107. #navi .links a:hover {
  108. background-color: #ccc;
  109. color: #000;
  110. font-style: normal;
  111. }
  112.  
  113. /* SEARCH */
  114. #search {
  115. float: right;
  116. display: block;
  117. margin-right: 20px;
  118. margin-top: -1.5px;
  119. }
  120.  
  121. #search .sfm input {
  122. padding: 3px 7px;
  123. border: 0px;
  124. border-radius: 10px;
  125. -webkit-border-radius: 10px;
  126. -moz-border-radius: 10px;
  127. }
  128.  
  129. #search .sfm input:hover {
  130. box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.4);
  131. -moz-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.4);
  132. -webkit-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.4);
  133. }
  134.  
  135. #search #sb {
  136. background: #eee;
  137. font-family: 'Source Sans Pro', sans-serif;
  138. font-size: 15px;
  139. width: 65px;
  140. margin-left: 10px;
  141. padding: 0px 3px;
  142. border-radius: 5px;
  143. -webkit-border-radius: 5px;
  144. -moz-border-radius: 5px;
  145. }
  146.  
  147. #search #sb:hover {
  148. color: #990000;
  149. box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  150. -moz-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  151. -webkit-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  152. }
  153.  
  154. /* NAVIGATION */
  155. #pages {
  156. width: 95%;
  157. margin-top: 15px;
  158. text-align: right;
  159. }
  160.  
  161. #pages button {
  162. background: #eee;
  163. font-family: 'Source Sans Pro', sans-serif;
  164. font-size: 14px;
  165. display: inline-block;
  166. margin-right: 5px;
  167. padding: 0px 10px;
  168. border: 1px inset rgba(170, 170, 170, .5);
  169. border-radius: 5px;
  170. -webkit-border-radius: 5px;
  171. -moz-border-radius: 5px;
  172. }
  173.  
  174. /* DESCRIPTION BAR */
  175. #main {
  176. width: 90%;
  177. margin-top: 20px;
  178. margin-left: auto;
  179. margin-right: auto;
  180. padding: 7px 0px;
  181. word-wrap: break-word;
  182. white-space: normal;
  183. box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  184. -moz-box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  185. -webkit-box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  186. }
  187.  
  188. #main a {
  189. color: #000;
  190. border-bottom: 1px dotted #000;
  191. text-decoration: none;
  192. }
  193.  
  194. #main a:hover {
  195. background-color: #990000;
  196. color: #fff;
  197. border-bottom: 1px dotted #fff;
  198. text-decoration: none;
  199. font-style: normal;
  200. }
  201. #main table {
  202. margin-bottom: 7px;
  203. margin-right: 20px;
  204. }
  205.  
  206. #main td.left {
  207. text-align: left;
  208. vertical-align: text-top;
  209. font-weight: none;
  210. padding-top: 10px;
  211. padding-left: 20px;
  212. width: 250px;
  213. }
  214.  
  215. #main td.right {
  216. padding-top: 10px;
  217. word-wrap: break-word;
  218. white-space: normal;
  219. }
  220.  
  221. /* POSTS *//* CODE BY STRIVEATTEMPTFAIl */
  222. .titles {
  223. color: #000;
  224. text-align: center;
  225. font-family: Georgia;
  226. font-size: 30px;
  227. margin-top: 0px;
  228. margin-bottom: 0px;
  229. }
  230.  
  231. .titles a { color: #990000; }
  232.  
  233. .titles a:hover {
  234. color: #888;
  235. font-style: normal;
  236. }
  237.  
  238. #post {
  239. width: 70%;
  240. margin-top: 30px;
  241. margin-left: auto;
  242. margin-right: auto;
  243. padding: 10px;
  244. }
  245.  
  246. #post .title_break hr {
  247. width: 100%;
  248. border: 1px solid #000;
  249. }
  250.  
  251. #post .center {
  252. margin-left: auto;
  253. margin-right: auto;
  254. width: 500px;
  255. }
  256.  
  257. #post .caption {
  258. margin-left: auto;
  259. margin-right: auto;
  260. width: 80%;
  261. }
  262.  
  263. #post .photo {
  264. margin-left: auto;
  265. margin-right: auto;
  266. width: 500px;
  267. }
  268.  
  269. #post .photo img { opacity: .65; }
  270.  
  271. #post .photo img:hover { opacity: 1; }
  272.  
  273. #post .pano {
  274. margin-left: auto;
  275. margin-right: auto;
  276. width: 500px;
  277. }
  278.  
  279. #post .pano img { opacity: .65; }
  280.  
  281. #post .pano img:hover { opacity: 1; }
  282.  
  283. #post .post_link_etc {
  284. font-size: 14px;
  285. font-style: italic;
  286. text-align: center;
  287. }
  288.  
  289. #post .quote {
  290. font-family: Georgia;
  291. padding: 15px 15px 15px 5px;
  292. }
  293.  
  294. #post .quotation {
  295. opacity: 0.1;
  296. color: #000;
  297. font-family: Georgia;
  298. font-size: 100px;
  299. height: 10px;
  300. }
  301.  
  302. #post .quote_source {
  303. font-family: 'Source Sans Pro', sans-serif;
  304. margin-top: 10px;
  305. padding-top: 5px;
  306. }
  307.  
  308. #post .chat ul {
  309. list-style: none;
  310. margin: 0;
  311. padding: 0;
  312. }
  313.  
  314. #post .chat li { padding: 3px 7px; }
  315.  
  316. #post .chat .even { background: #ccc; }
  317.  
  318. #post .chat .label {
  319. font-weight: bold;
  320. margin-right: 5px;
  321. }
  322.  
  323. /* ASK POSTS */
  324. .quest {
  325. background-color: #efefef;
  326. padding: 15px;
  327. margin-bottom: 10px;
  328. box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  329. -moz-box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  330. -webkit-box-shadow: 1px 1px 5px 1px rgba(119, 119, 119, 0.5);
  331. }
  332.  
  333. .quest img {
  334. border-radius: 25px;
  335. -webkit-border-radius: 25px;
  336. -moz-border-radius: 25px;
  337. }
  338.  
  339. .asker {
  340. color: #111;
  341. font-weight: bold;
  342. text-decoration: none;
  343. }
  344.  
  345. .asker a { border-bottom: 1px dotted #000; }
  346.  
  347. .asker a:hover {
  348. color: #990000;
  349. background-color: #ddd;
  350. font-style: normal;
  351. }
  352.  
  353. .asker_question { padding-top: 10px; }
  354.  
  355. .ans { margin-top: 15px; }
  356.  
  357. .answer a {
  358. color: #111;
  359. font-weight: bold;
  360. text-decoration: none;
  361. border-bottom: 1px dotted #000;
  362. }
  363.  
  364. .answer a:hover {
  365. color: #990000;
  366. background-color: #ddd;
  367. font-style: normal;
  368. }
  369.  
  370. /* POST FOOTER */
  371. #footer {
  372. padding-top: 5px;
  373. word-wrap: break-word;
  374. }
  375.  
  376. #footer .tags {
  377. border-top: 1.5px solid #000;
  378. padding: 10px 0px;
  379. }
  380.  
  381. #footer .tags a { margin-right: 15px; }
  382.  
  383. #footer .tags a:hover {
  384. color: #222;
  385. font-style: normal;
  386. }
  387.  
  388. #footer .info {
  389. text-align: left;
  390. padding-top: 5px;
  391. border-top: 1.5px solid #000;
  392. }
  393.  
  394. #footer .info a { color: #000; }
  395.  
  396. #footer .info a:hover {
  397. font-style: normal;
  398. color: #888;
  399. }
  400.  
  401. #footer .post_button { float: right; }
  402.  
  403. #footer .post_button button {
  404. background: #eee;
  405. margin-right: 5px;
  406. display: inline-block;
  407. height: 22px;
  408. width: 22px;
  409. padding: 2.5px;
  410. border: 1px inset rgba(170, 170, 170, .5);
  411. border-radius: 3px;
  412. -webkit-border-radius: 3px;
  413. -moz-border-radius: 3px;
  414. }
  415.  
  416. #footer .post_button button:hover {
  417. box-shadow: inset 0px 0px 2px .1px rgba(153, 0, 0, 0.25);
  418. -moz-box-shadow: inset 0px 0px 2px .1px rgba(153, 0, 0, 0.25);
  419. -webkit-box-shadow: inset 0px 0px 2px .1px rgba(153, 0, 0, 0.25);
  420. }
  421.  
  422. /* PAGINATION */
  423. #pag {
  424. text-align: right;
  425. margin: 25px 0px;
  426. }
  427.  
  428. #pag .container {
  429. width: 90%;
  430. margin-left: auto;
  431. margin-right: auto;
  432. }
  433.  
  434. #pag button {
  435. background: #eee;
  436. font-family: 'Source Sans Pro', sans-serif;
  437. font-size: 15px;
  438. display: inline-block;
  439. margin-left: 15px;
  440. padding: 0px 10px;
  441. border: 1px inset rgba(170, 170, 170, .5);
  442. border-radius: 3px;
  443. -webkit-border-radius: 3px;
  444. -moz-border-radius: 3px;
  445. }
  446.  
  447. #pag button:hover {
  448. color: #990000;
  449. box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  450. -moz-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  451. -webkit-box-shadow: inset 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  452. }
  453.  
  454. #pag .pagin {
  455. margin-left: 15px;
  456. display: inline-block;
  457. }
  458.  
  459. /* POST NOTES */
  460. #postnotes {
  461. width: 80%;
  462. position: relative;
  463. margin-left: auto;
  464. margin-right: auto;
  465. text-align: center;
  466. }
  467.  
  468. #postnotes .note_title {
  469. margin: 15px 0px;
  470. color: #990000;
  471. font-family: Georgia;
  472. font-size: 25px;
  473. }
  474.  
  475. #postnotes .note_title img {
  476. margin-left: auto;
  477. margin-right: auto;
  478. width: 65px;
  479. }
  480.  
  481. .notecontainer {
  482. margin: 0px auto;
  483. width: 500px;
  484. padding: 15px;
  485. font-size: 12px;
  486. text-align: center;
  487. }
  488.  
  489. .notecontainer ol.notes {
  490. list-style-type: none;
  491. margin: 0;
  492. padding: 0;
  493. }
  494.  
  495. .notecontainer img.avatar {
  496. margin-right: 10px;
  497. width: 16px;
  498. height: 16px;
  499. }
  500.  
  501. /* THEME CREDIT *//* CODE BY STRIVEATTEMPTFAIl */
  502. #cred {
  503. font-size: 13px;
  504. text-align: center;
  505. width: 90%;
  506. margin-left: auto;
  507. margin-right: auto;
  508. margin-top: 30px;
  509. padding: 10px 0px;
  510. border-top: 2px solid #000;
  511. }
  512.  
  513. #cred a {
  514. color: #000;
  515. font-style: normal;
  516. text-decoration: none;
  517. border-bottom: 1px dotted #000;
  518. }
  519.  
  520. #cred a:hover {
  521. background-color: #990000;
  522. color: #fff;
  523. font-style: normal;
  524. text-decoration: none;
  525. border-bottom: 1px dotted #fff;
  526. }
  527.  
  528. {CustomCSS}
  529.  
  530. </style>
  531. </head>
  532.  
  533. <body>
  534.  
  535. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  536.  
  537. <div id="header">
  538. <div class="title"><a href="/"><img src="https://vampisthenewblack.files.wordpress.com/2011/08/logo.png" height="40px"> {Title}<sup>blog</sup></a></div>
  539. </div>
  540.  
  541. <div id="navi">
  542. <div class="contain">
  543.  
  544. <div class="links">
  545. <a href="/archive">Archive</a>
  546. {block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
  547. {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  548. {block:IfShowLikes}<a href="http://tumblr.com/liked/by/{text:Your URL}">Likes</a>{/block:IfShowLikes}
  549.  
  550. {block:IfShowSearchBar}
  551. <div id="search">
  552. <form action="/search" method="get" class="sfm">
  553. <input type="text" name="q" value="{SearchQuery}" id="sf" />
  554. <input type="submit" value="Search" id="sb" />
  555. </form>
  556. </div>
  557. {/block:IfShowSearchBar}
  558.  
  559. </div></div>
  560. </div>
  561.  
  562. {block:HasPages}
  563. <div id="pages">
  564. <button type="button">Go</button>
  565. <select style="width:200px;font-family:'Source Sans Pro';font-size:25px" onChange="location.href=this.options[this.selectedIndex].value;">
  566. <option value="/">Navigation</option>
  567. {block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}
  568. </select>
  569. </div>
  570. {/block:HasPages}
  571.  
  572. <div id="main">
  573. <table>
  574. <tr>
  575. <td class="left">User:</td><td class="right">{text:Your URL}</td>
  576. </tr>
  577. {block:IfShowFandomPreferences}
  578. <tr>
  579. <td class="left">Fandom(s):</td><td class="right">{text:Fandoms}</td>
  580. </tr>
  581. <tr>
  582. <td class="left">Favorite Character(s):</td><td class="right">{text:Characters}</td>
  583. </tr>
  584. <tr>
  585. <td class="left">Currently sailing:</td><td class="right">{text:OTPs}</td>
  586. </tr>
  587. {/block:IfShowFandomPreferences}
  588. <tr>
  589. <td class="left">Description:</td><td class="right" style="text-align:justify">{Description}</td>
  590. </tr>
  591. </table>
  592. </div>
  593.  
  594. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  595.  
  596. {block:Posts}
  597. <div id="post">
  598.  
  599. {block:Text}
  600. <div class="post">
  601. {block:Title}
  602. <div class="titles">{Title}</div>
  603. <div class="title_break"><hr></div>
  604. {/block:Title}
  605. {Body}
  606. </div>
  607. {/block:Text}
  608.  
  609. {block:Photo}
  610. <div class="photo">
  611. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  612. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  613. </div>
  614. {/block:Photo}
  615.  
  616. {block:Panorama}
  617. <div class="pano">
  618. {LinkOpenTag}
  619. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" width="500px" />
  620. {LinkCloseTag}
  621. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  622. </div>
  623. {/block:Panorama}
  624.  
  625. {block:Photoset}
  626. <div class="photo">
  627. {Photoset-500}
  628. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  629. </div>
  630. {/block:Photoset}
  631.  
  632. {block:Link}
  633. <div class="post_link">
  634. <div class="titles"><a href="{URL}" {Target} target="_blank">{Name} &rsaquo;</a></div>
  635. <div class="post_link_etc">{block:Excerpt} {Excerpt} {/block:Excerpt}{block:Author} &harr; (via {Author}) {/block:Author}</div>
  636. <div class="title_break"><hr></div>
  637. {block:Description}
  638. {Description}
  639. {/block:Description}
  640. </div>
  641. {/block:Link}
  642.  
  643. {block:Quote}
  644. <div class="quotation">&ldquo;</div>
  645. <div class="quote">
  646. <div class="titles">{Quote}</div>
  647. {block:Source}
  648. <div class="quote_source">&mdash;&ensp;{Source}</div>
  649. {/block:Source}
  650. </div>
  651. {/block:Quote}
  652.  
  653. {block:Audio}
  654. <div class="center">
  655. {AudioEmbed-500}
  656. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  657. </div>
  658. {/block:Audio}
  659.  
  660. {block:Video}
  661. <div class="center">
  662. {Video-500}
  663. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  664. </div>
  665. {/block:Video}
  666.  
  667. {block:Chat}
  668. <div class="chat">
  669. {block:Title}
  670. <div class="titles">>{Title}</div>
  671. {/block:Title}
  672.  
  673. <ul class="chat">
  674. {block:Lines}
  675. <li class="{Alt} user_{UserNumber}">
  676. {block:Label}
  677. <span class="label">{Label}</span>
  678. {/block:Label}{Line}
  679. </li>
  680. {/block:Lines}
  681. </div>
  682. </ul>
  683. {/block:Chat}
  684.  
  685. {block:Answer}
  686. <div class="quest">
  687. <div class="quest_text">
  688. <img src="{AskerPortraitURL-48}" align="left" style="margin-right:15px" />
  689. <div class="asker">{Asker}:</div>
  690. <div class="asker_question">{Question}</div>
  691. </div></div>
  692.  
  693. {block:Answerer}
  694. <div class="quest">
  695. <img src="{AnswererPortraitURL-48}" align="left" style="margin-right:15px" />
  696. <div class="answer">{Answerer}:</div>
  697. <div class="answer_ans">{Answer}</div>
  698. </div>
  699. {/block:Answerer}
  700.  
  701. <div class="ans">
  702. <div class="replies">{Replies}</div>
  703. </div>
  704. {/block:Answer}
  705.  
  706. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  707.  
  708. <div id="footer">
  709. {block:HasTags}
  710. <div class="tags">
  711. {block:Tags}
  712. <a href="{TagURL}">#{Tag}</a>
  713. {/block:Tags}
  714. </div>
  715. {/block:HasTags}
  716.  
  717. <div class="info">
  718.  
  719. <div class="post_button">
  720. <button type="button">{ReblogButton size="15"}</button>
  721. <button type="button">{LikeButton size="15"}</button>
  722. </div>
  723.  
  724. <a href="{Permalink}" title="Permalink">{TimeAgo}{block:RebloggedFrom}&emsp;|&emsp;<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via {ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;|&emsp;<a href="{SourceURL}" title="{SourceTitle}">by {SourceTitle}</a>{/block:ContentSource}{block:NoteCount}&emsp;|&emsp;<a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}</a>
  725. </div>
  726. </div>
  727.  
  728. </div>
  729. {/block:Posts}
  730.  
  731. {block:PostNotes}
  732. <div id="postnotes">
  733. <div class="note_title">
  734. <img src="http://transformativeworks.org/sites/default/files/AO3_Kudos%20small.png"/>
  735. <br>Post Notes</div>
  736. <div class="notecontainer">{PostNotes-16}</div>
  737. </div>
  738. {/block:PostNotes}
  739.  
  740. {block:Pagination}
  741. <div id="pag">
  742. <div class="container">
  743. <a href="#main"><button type="button">&uarr; Top</button></a>
  744. {block:PreviousPage}
  745. <a href="{PreviousPage}"><button type="button">&larr; Previous Page</button></a>
  746. {/block:PreviousPage}
  747. <div class="pagin">{CurrentPage} / {TotalPages}</div>
  748. {block:NextPage}
  749. <a href="{NextPage}"><button type="button">Next Page &rarr;</button></a>
  750. {/block:NextPage}
  751. </div>
  752. </div>
  753. {/block:Pagination}
  754.  
  755. <!-----------------THEME CREDIT, please don't remove!----------------->
  756. <div id="cred">
  757. Theme by <a href="http://striveattemptfail.tumblr.com">striveattemptfail</a>, based on the <a href="http://archiveofourown.org">Archive of Our Own</a> layout.
  758. </div>
  759.  
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement