Advertisement
leticiafelippe

Theme17

Apr 2nd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.42 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. Este Theme foi feito por Letícia Felippe (uma-bailarina-skatista.tumblr.com),modifique o quanto quiser mais jamais retire os créditos-----
  3. -------------------------------------------------------------------------->
  4.  
  5. <!-- Deixa o theme melhor visualizado no firefox ou no chrome -->
  6.  
  7. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
  8. <html xmlns=”http://www.w3.org/1999/xhtml”>
  9.  
  10. <!-- HTML DO THEME -->
  11.  
  12. <html>
  13. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  14. <head>
  15.  
  16. <script type="text/javascript">
  17. function changeNavigation(id) {document.getElementById('conteudo').innerHTML=document.getElementById(id).innerHTML}
  18. </script>
  19.  
  20.  
  21.  
  22. <link rel="shortcut icon" href="{favicon}">
  23.  
  24. <title>{title}</title>
  25.  
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
  28. <script src="http://tumbletricks.webs.com/treme.js"></script></head>
  29.  
  30. <!-- CSS DO THEME -->
  31. <style>
  32. /******** body */
  33. body {background: url('http://shizoo.frozen-media.de/stuff/patterns/77.jpg') fixed; text-align: justify; color: #666; margin-top: 15px; padding: 0; line-height: 18px; overflow-x:hidden; height:100%; font: 11px 'verdana', cursive;; text-shadow: 0 1px 1px #fff; }
  34.  
  35.  
  36. <!-- SIDEBAR, PÁGINA, E POSTS -->
  37.  
  38. #pagina {font:normal 14px 'verdana', cursive;;color:#666; width: 1500px; padding: 0px; text-align:left;}
  39.  
  40. #sidebar {text-align:justify; float:left; position:fixed; width: 320px; margin-top: 7px;
  41. margin-left:160px; padding:0px; text-align: justify; float: left; position: fixed; color: #666; text-shadow: 0 1px 1px #fff; font: 12px 'verdana', cursive;; line-height: 18px;}
  42.  
  43. #conteudo {margin-left:520px; margin-top:40px; width: 572px; padding: 6px; text-shadow: 0 1px 1px #fff;border-radius:9px }
  44.  
  45.  
  46. /******** negrito, itálico, sublinhado, e riscado */
  47. b, strong {color: #000; text-decoration: none;}
  48. u, span.sublinha {text-decoration: none; border-bottom: 1px dotted #000}
  49. s {color:#000; }
  50. i {color: #000; italic }
  51.  
  52. /******** links */
  53. a:link,a:active,a:visited { color: #000; text-decoration: none; }
  54. a:hover { color: #000;}
  55.  
  56. /********* tracejados */
  57. .divtraso {border-bottom: 1px dotted #000; margin-bottom: 4px;}
  58. .divask {border-bottom: 1px dotted #000; margin-bottom: 4px; margin: 5px 0px 5px 0px;}
  59. .divdotitulo {border-bottom: 1px dotted #000; margin-bottom: 4px;}
  60. .divdate {border-bottom: 2px dotted #000; margin: 5px 0px 5px 0px;}
  61.  
  62. /******** caixa */
  63. .box {overflow:hidden; letter-spacing: 1px; text-align: justify; color: #000; font: 11px t 'verdana', cursive; background-color: #fff; padding:6px; border: 1px solid #eee;}
  64.  
  65. /*********** blockquote */
  66. blockquote {border-left: 3px solid #000; padding: 2px 2px 2px 8px; margin: 3px; line-height: 14px;}
  67. blockquote blockquote {border-left: 3px solid #000; padding: 2px 2px 2px 8px; margin: 3px 0 0 1px; line-height: 14px;}
  68. blockquote blockquote blockquote {border-left: 3px solid #000; padding: 2px 2px 2px 8px; margin: 3px; line-height: 14px;}
  69. blockquote blockquote blockquote blockquote {border-left: 3px solid #000; padding: 2px 2px 2px 8px; margin: 3px; line-height: 14px;}
  70.  
  71.  
  72. /******** post */
  73. .post{margin-bottom:20px;}
  74.  
  75. /******** titulos do post */
  76. .post .title {margin:0; padding:0; font-size:18px; line-height:22px; font-weight:normal;}
  77.  
  78. /******** images */
  79. img, a img {border:0;}
  80.  
  81. /******** info */
  82. .info {border-bottom:1px solid #000; margin:10px 0 0 0; padding:0 0 5px 0; font-size:11px; line-height:14px; color:#000;}
  83.  
  84. /******** nomes do chat */
  85. .name{ text-align:right; line-height: 15px; font-family: 'verdana', cursive;font-size: 11px;font-weight:bold; }
  86.  
  87. /******** quote */
  88. h3{font-family: 'verdana', cursive;font-size:15px;margin:10px 0 5px;}
  89.  
  90. .extras {display : block; border-bottom: 1px solid #eee; padding: 1px;}
  91.  
  92. ::-moz-selection {
  93.  
  94. background-color: #eee;
  95.  
  96. color: #000;}
  97.  
  98.  
  99.  
  100. ::selection {
  101.  
  102. background-color: #eee;
  103.  
  104. color: #000;}
  105.  
  106. /********** personalização de fontes */
  107. h3{
  108. color: #000;
  109. font-family: 'verdana', cursive;;
  110. font-size:25px;
  111. line-height:24px;
  112. letter-spacing:1px;
  113. font-weight:normal;
  114. margin:1px;
  115. padding:0px;
  116. margin-bottom:0px;
  117. text-transform: uppercase;
  118. text-align:left;
  119. }
  120.  
  121. h5 {font-family: 'verdana', serif; color: #000000; margin:-1px 2px 6px 3px; font-size:30px; padding:1px 1px 1px 4px; margin-bottom: 2px;}
  122.  
  123. h9 {color:#000000; font-family:'arial; font-size:25px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; border-bottom: 0px solid #eee;}
  124.  
  125. h1 {color:#000000; font-family:'arial; font-size:23px; line-height:19px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: -1px; border-bottom: 0px solid #eee;}
  126.  
  127. /*** Paginação ***/
  128. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  129.  
  130. #paginacaoml a {background: #FFFFFF; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  131.  
  132. #paginacaoml a:hover {background: #FFFFFF; border: none;}
  133.  
  134. #paginacaoml span.pagina_atual {background: #FFFFFF; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  135.  
  136. #paginacaoml span.info {background: #FFFFFF; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  137.  
  138.  
  139.  
  140. /******** notas */
  141. ol.notes {padding: 0px;
  142. margin: 0px;list-style-type: none;}
  143. ol.notes li.note {border-bottom: solid 1px #00F5FF;padding: 2px 0px 8px 0px;}
  144. ol.notes li.note img.avatar {vertical-align:text-top;
  145. width: 16px;height: 16px;filter:alpha(opacity=82);-moz-opacity:0.82;opacity:0.82;padding: 2px; background: #FFFFFF;border:1px solid #00F5FF;padding:2px;margin: 1px; }
  146. ol.notes li.note img.avatar:hover {filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}
  147. ol.notes li.note span.action {padding:0px;margin:0px;}
  148. .date {font-family: 'verdana', cursive;; font-size:7pt;}
  149.  
  150. /******* menu **/
  151.  
  152. .nav01 {background-color:#000000; padding: 02px; text-align: center; line-height:16px; color:#FFFFFF; width:65px; float: left; margin:2px 2px 2px 2px; font-family: 'verdana', cursive, serif; font-size:12px; letter-spacing:1px; border-radius:3px}
  153.  
  154.  
  155. /*** DESCRIÇÃO ***/
  156. .descricaohvr {background: transparent; font-family: verdana;font-size: 11px; opacity:0; z-index: 4; color: transparent; padding: 5px; position: absolute; -webkit-transition-duration: .70s; text-align: justify;}
  157.  
  158. .caixahvr:hover .descricaohvr {background: transparent; font-family: verdana;font-size: 11px; opacity:99; -webkit-transition-duration: .70s; color: #fff; text-align: justify; overflow-x:hidden}
  159. div.treme img{position:relative}
  160.  
  161. html::-webkit-scrollbar {width:22; height:auto;background: #FFF;}
  162. html::-webkit-scrollbar-corner { background: #FFF;}
  163. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  164. html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  165. html::-webkit-scrollbar-thumb:vertical {background-image: url('http://www.noqta.it/dromoscopio/img/pattern_40.gif');border: 1px solid #A2A2A2;border-right:none;-webkit-border-radius: 8px;}
  166. html::-webkit-scrollbar-thumb:horizontal {background-image: url('http://www.noqta.it/dromoscopio/img/pattern_40.gif');border: 1px solid #A2A2A2;border-bottom;}
  167. html::-webkit-scrollbar-thumb {background-image: url('http://www.noqta.it/dromoscopio/img/pattern_40.gif');}
  168. html::-webkit-scrollbar-thumb:hover {background-image: url('http://www.noqta.it/dromoscopio/img/pattern_40.gif');border: 1px solid #A2A2A2;}
  169. html::-webkit-scrollbar-track-piece {background: none;}
  170. html::-webkit-scrollbar:vertical {border-left: 1px solid #A2A2A2;}
  171. html::-webkit-scrollbar:horizontal {border-top: 1px solid #A2A2A2;}</style>
  172.  
  173. <body>
  174.  
  175. <div style=" background-image: url(''); bottom: 0px; left: 0px; width: 100%; height: 15px; z-index: 100; position: fixed;"></div>
  176.  
  177. <div style=" background-image: url(''); top: 0px; left: 0px; width: 100%; height: 15px; z-index: 100; position: fixed;"></div>
  178.  
  179. <!-- SIDEBAR-->
  180.  
  181. <div id="sidebar">
  182. <div class="box">
  183. <div class="caixahvr"><div class="descricaohvr">
  184.  
  185. coloque uma descrição, menu, o que quiser...
  186. coloque uma descrição, menu, o que quiser...
  187. coloque uma descrição, menu, o que quiser...
  188. coloque uma descrição, menu, o que quiser...
  189. coloque uma descrição, menu, o que quiser...
  190. coloque uma descrição, menu, o que quiser...
  191. coloque uma descrição, menu, o que quiser...
  192. coloque uma descrição, menu, o que quiser...
  193. coloque uma descrição, menu, o que quiser...
  194.  
  195. </div><img src="http://26.media.tumblr.com/tumblr_lscrzyIBKg1r1m568o1_500.gif" width="310"></div>
  196. Total de visitas: <script src="http://fastwebcounter.com/secure.php?s=http://SEU TUMBLR.tumblr.com/"></script> </a></a>
  197. <script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=SEUTUMBLR.tumblr.com"></script> pessoas online</a>
  198. <script type="text/javascript">
  199. antes = 'Você já veio aqui';
  200. depois ='vezes.';
  201. </script>
  202. <script language="JavaScript" src="http://blogonthenet.xpg.com.br/ttricks/contavisitas.js" type="text/javascript"></script>
  203. {description}
  204. <br>
  205. <br>
  206. <div class="nav01"><a href="/"><font color="#fff">home</font></a></div>
  207. <div class="nav01"><a href="/ask"><font color="#fff">ask</font></a></div>
  208. <div class="nav01"><span onClick="changeNavigation('01')">about</span></div>
  209. <div class="nav01"><span onClick="changeNavigation('02')">tumblr</span></div>
  210. <div class="nav01"><a href="nomedotumblr.tumblr.com/tagged/meus textos"><font color="#fff">Autoria</font></a></div>
  211. <div class="nav01"><a href="/ask"><font color="#fff">Link</font></a></div>
  212. <div class="nav01"><a href="/"><font color="#fff">Link</font></a></div>
  213. <div class="nav01"><a href="/ask"><font color="#fff">Link</font></a></div>
  214. </div></div>
  215.  
  216. <!-- CONTEÚDO DOS POSTS -->
  217.  
  218. <div style="position:fixed; top:30; left: 15; width: 224;">
  219. <marquee direction="up" scrollamount="3" height="1000" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">
  220.  
  221.  
  222.  
  223.  
  224. <div style="position:absolute; top:290; left: 30; width: 550;">
  225.  
  226. <!-- conteudo dos posts e paginas -->
  227. <div id="conteudo">
  228. <div class="treme">{block:Posts}
  229. <!-- textos -->
  230. {block:Text}
  231. <div class="post"><div class="box">
  232. {block:Title}<a href="{Permalink}" class="title"><h9>{Title}</h9></a>{/block:Title}
  233. <div>{Body}</div>
  234.  
  235. {block:Date}
  236. <div class="both"></div>
  237.  
  238.  
  239. {/block:Date}
  240. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  241.  
  242.  
  243. <div class="divdate"></div>
  244. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  245.  
  246. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  247. {/block:Text}
  248.  
  249. <!-- photos -->
  250. {block:Photo}<div class="post"><div class="box">
  251. <center>{LinkOpenTag}<a href="{Permalink}"><img class="borderimage ; opacidade" src="{PhotoURL-500}" width="560" title="{PhotoAlt}"/>{LinkCloseTag}</center></a><br />
  252. {block:Caption}{Caption}{/block:Caption}
  253. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  254.  
  255. <div class="divdate"></div>
  256. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  257.  
  258. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  259.  
  260. {/block:Photo}
  261.  
  262. <!-- fim das photos -->
  263.  
  264. <!-- quotes -->
  265. {block:Quote}<div class="post"><div class="box">
  266. <h3> {Quote} </h3>
  267. {block:Source}&mdash; {Source}{/block:Source}
  268. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  269. <div class="divdate"></div>
  270. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  271.  
  272. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  273.  
  274.  
  275. {/block:Quote}
  276.  
  277. <!-- fim dos quotes -->
  278.  
  279. <!-- chat -->
  280. {block:Chat}<div class="post"><div class="box">
  281. {block:Title}<a href="{Permalink}"><h9>{Title}</h9></a>{/block:Title}
  282. <table>
  283. {block:Lines}
  284. <tr>
  285. {block:Label}<td class="name">{Label}</td>{block:Label}
  286. <td class="words">{Line}</td>
  287. </tr>
  288. {/block:Lines}
  289. </table><br />
  290. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  291. <div class="divdate"></div>
  292. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  293.  
  294. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  295. {/block:Chat}
  296.  
  297. <!-- end chat -->
  298.  
  299. <!-- ask -->
  300. {block:Answer}
  301. <div class="post"><div class="box">
  302. <img src="{AskerPortraitURL-40}"align="left" class="border1" /><div class="askcaixa"><b>{Asker}</b>: {Question}</div>
  303.  
  304. <br>
  305.  
  306. <center> {Answer} </center></div></div>
  307. {/block:Answer}
  308.  
  309.  
  310. <!-- fim das asker -->
  311.  
  312. <!-- musicas -->
  313. {block:Audio}<div class="post"><div class="box">
  314. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  315. <center>{AudioPlayerWhite}</centeR>
  316. {block:Caption}{Caption}{/block:Caption}
  317. <div class="divdate"></div>
  318. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  319.  
  320. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  321.  
  322. {/block:Audio}
  323.  
  324. <!-- end musicas -->
  325.  
  326. <!-- videos -->
  327. {block:Video}<div class="post"><div class="box">
  328. <center>{Video-500}</center>
  329. {block:Caption}{Caption}{/block:Caption}
  330. <BR>
  331. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  332. <div class="divdate"></div>
  333. <div class="date"><a class="notes" href="{Permalink}">Postado</a> em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> - {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblogue this!</a> | <a class="notes">{NoteCountWithLabel}</a>
  334.  
  335. <div class="tag">{block:HasTags}As tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></div></div></div></div>
  336.  
  337. {/block:Video}
  338.  
  339. <!-- fim dos videos -->
  340. {/block:Posts}</div>
  341.  
  342. <center><div id="paginacaoml"><span class="info" style="font-weight: normal;">Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  343. {block:JumpPagination length="6"}
  344. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  345. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  346. {/block:JumpPagination}
  347. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  348. </div></center>
  349.  
  350.  
  351. <!-- fim do conteudo e das tags do post -->
  352. </div>
  353.  
  354. <div id="01" style="display:none"><div class="box">
  355. <h3>Sobre mim:</h3><div class="divtraso"></div>
  356.  
  357. SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :) SOBRE VOCÊ AQUI :)
  358.  
  359. </div>
  360.  
  361. <br>
  362.  
  363. <div class="box">
  364. <h3>Recomendo:</h3><div class="divtraso"></div>
  365.  
  366. <center>
  367.  
  368. <a href="link">nome</a> +
  369. <a href="link">nome</a> +
  370. <a href="link">nome</a> +
  371. <a href="link">nome</a> +
  372. <a href="link">nome</a> +
  373. <a href="link">nome</a>
  374.  
  375. </center>
  376.  
  377. </div>
  378. </div>
  379.  
  380. <div id="02" style="display:none"><div class="box">
  381. <h3>Sobre meu tumblr...</h3><div class="divtraso"></div>
  382.  
  383. SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI SOBRE SEU TUMBLR AQUI
  384.  
  385. </div>
  386.  
  387. <br>
  388.  
  389. <div class="box">
  390. <h3>Crédito</h3><div class="divtraso"></div>
  391.  
  392. <div class="extras"><a href="uma-bailarina-skaittsa.tumblr.com">Uma Bailarina Skatista</a> - Theme</div>
  393.  
  394.  
  395. <br>
  396.  
  397.  
  398.  
  399.  
  400. </div></div>
  401.  
  402.  
  403.  
  404.  
  405. </body>
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement