Advertisement
Guest User

TRF Dark Theme by JimbobJeffers / Modified by Joey Quint'

a guest
Feb 18th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.95 KB | None | 0 0
  1. /*
  2. * Custom Tomb Raider Forums theme by JimbobJeffers
  3. */
  4. body
  5. {
  6.     background: #060708;
  7.     color: #B3B5B4;
  8.     font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  9.     margin: 5px 10px 10px 10px;
  10.     padding: 0px;
  11. }
  12. a{
  13.     text-decoration: underline;
  14.     text-decoration-style: dotted;
  15. }
  16. a:link, body_alink
  17. {
  18.     color: #448194;
  19. }
  20. a:visited, body_avisited
  21. {
  22.     color: #448194;
  23. }
  24. a:hover, a:active, body_ahover
  25. {
  26.     color: #946C44;
  27. }
  28. .vBulletin_editor a, .vBulletin_editor legend{
  29.     color: #316a7b;
  30. }
  31. .page
  32. {
  33.     background: #252b2f;
  34.     color: #B3B5B4;
  35. }
  36. td, th, p, li
  37. {
  38.     font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  39. }
  40. .tborder
  41. {
  42.     background: #0C0E0F;
  43.     color: #B3B5B4;
  44.     border: 1px solid #206980;
  45. }
  46. .tcat
  47. {
  48.     background: #7FB0C7 url(https://tinyimg.io/i/nwWfLN6.gif) repeat-x top left;
  49.     color: #E3E6E4;
  50.     font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  51. }
  52. .tcat a:link, .tcat_alink
  53. {
  54.     color: #E3E6E4;
  55.     text-decoration: none;
  56. }
  57. .tcat a:visited, .tcat_avisited
  58. {
  59.     color: #E3E6E4;
  60.     text-decoration: none;
  61. }
  62. .tcat a:hover, .tcat a:active, .tcat_ahover
  63. {
  64.     color: #E6E65C;
  65.     text-decoration: underline;
  66. }
  67. .thead
  68. {
  69.     background: #4B8DAB url(https://tinyimg.io/i/CwBo9Wd.gif) repeat-x top left;
  70.     color: #E3E6E4;
  71.     font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  72. }
  73. .thead a:link, .thead_alink
  74. {
  75.     color: #E3E6E4;
  76. }
  77. .thead a:visited, .thead_avisited
  78. {
  79.     color: #E3E6E4;
  80. }
  81. .thead a:hover, .thead a:active, .thead_ahover
  82. {
  83.     color: #E0A568;
  84. }
  85. .tfoot
  86. {
  87.     background: #3E5C92;
  88.     color: #E0E0F6;
  89. }
  90. .tfoot a:link, .tfoot_alink
  91. {
  92.     color: #E0E0F6;
  93. }
  94. .tfoot a:visited, .tfoot_avisited
  95. {
  96.     color: #E0E0F6;
  97. }
  98. .tfoot a:hover, .tfoot a:active, .tfoot_ahover
  99. {
  100.     color: #E6E65C;
  101. }
  102. .alt1, .alt1Active
  103. {
  104.     background: #354148;
  105.     color: #B3B5B4;
  106. }
  107. .alt2, .alt2Active
  108. {
  109.     background: #2f3940;
  110.     color: #B3B5B4;
  111. }
  112. .inlinemod
  113. {
  114.     background: #FFFFCC;
  115.     color: #B3B5B4;
  116. }
  117. .wysiwyg
  118. {
  119.     background: #181E21;
  120.     color: #B3B5B4;
  121.     font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  122.     margin: 5px 10px 10px 10px;
  123.     padding: 0px;
  124. }
  125. .wysiwyg a:link, .wysiwyg_alink
  126. {
  127.     color: #448194;
  128. }
  129. .wysiwyg a:visited, .wysiwyg_avisited
  130. {
  131.     color: #448194;
  132. }
  133. .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
  134. {
  135.     color: #946C44;
  136. }
  137. textarea, .bginput
  138. {
  139.     font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  140.     background: #d3dbdf;
  141.     border: 1px solid #d7f0fb;
  142. }
  143. .bginput option, .bginput optgroup
  144. {
  145.     font-size: 10pt;
  146.     font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  147. }
  148. .button
  149. {
  150.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  151. }
  152. select
  153. {
  154.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  155. }
  156. option, optgroup
  157. {
  158.     font-size: 11px;
  159.     font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  160. }
  161. .smallfont
  162. {
  163.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  164. }
  165. .time
  166. {
  167.     color: #447287;
  168. }
  169. .navbar
  170. {
  171.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  172. }
  173. .highlight
  174. {
  175.     color: #AD7F50;
  176.     font-weight: bold;
  177. }
  178. .fjsel
  179. {
  180.     background: #386980;
  181.     color: #E3E6E4;
  182. }
  183. .fjdpth0
  184. {
  185.     background: #404C4F;
  186.     color: #B3B5B4;
  187. }
  188. .panel
  189. {
  190.     background: #3b5d6c repeat-x top left;
  191.     color: #B3B5B4;
  192.     padding: 10px;
  193.     border: 1px solid #5c7c8a;
  194. }
  195. .panelsurround
  196. {
  197.     background: #2b5062 repeat-x top left;
  198.     color: #B3B5B4;
  199. }
  200. .tfoot
  201. {
  202.     background-color: #448194;
  203. }
  204. legend
  205. {
  206.     color: #448194;
  207.     font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  208. }
  209. .vbmenu_control
  210. {
  211.     background: #396173;
  212.     color: #E3E6E4;
  213.     font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  214.     padding: 3px 6px 3px 6px;
  215.     white-space: nowrap;
  216. }
  217. .vbmenu_control a:link, .vbmenu_control_alink
  218. {
  219.     color: #E3E6E4;
  220.     text-decoration: none;
  221. }
  222. .vbmenu_control a:visited, .vbmenu_control_avisited
  223. {
  224.     color: #E3E6E4;
  225.     text-decoration: none;
  226. }
  227. .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
  228. {
  229.     color: #E3E6E4;
  230.     text-decoration: underline;
  231. }
  232. .vbmenu_popup
  233. {
  234.     background: #0B0D0E;
  235.     color: #B3B5B4;
  236.     border: 1px solid #206980;
  237. }
  238. .vbmenu_option
  239. {
  240.     background: #181E21;
  241.     color: #B3B5B4;
  242.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  243.     white-space: nowrap;
  244.     cursor: pointer;
  245. }
  246. .vbmenu_option a:link, .vbmenu_option_alink
  247. {
  248.     color: #448194;
  249.     text-decoration: none;
  250. }
  251. .vbmenu_option a:visited, .vbmenu_option_avisited
  252. {
  253.     color: #448194;
  254.     text-decoration: none;
  255. }
  256. .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
  257. {
  258.     color: #E3E6E4;
  259.     text-decoration: none;
  260. }
  261. .vbmenu_hilite
  262. {
  263.     background: #252E33;
  264.     color: #E3E6E4;
  265.     font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  266.     white-space: nowrap;
  267.     cursor: pointer;
  268. }
  269. .vbmenu_hilite a:link, .vbmenu_hilite_alink
  270. {
  271.     color: #E3E6E4;
  272.     text-decoration: none;
  273. }
  274. .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
  275. {
  276.     color: #E3E6E4;
  277.     text-decoration: none;
  278. }
  279. .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
  280. {
  281.     color: #E3E6E4;
  282.     text-decoration: none;
  283. }
  284. /* ***** styling for 'big' usernames on postbit etc. ***** */
  285. .bigusername { font-size: 14pt; }
  286.  
  287. /* ***** small padding on 'thead' elements ***** */
  288. td.thead, th.thead, div.thead { padding: 4px; }
  289.  
  290. /* ***** basic styles for multi-page nav elements */
  291. .pagenav a { text-decoration: none; }
  292. .pagenav td { padding: 2px 4px 2px 4px; }
  293.  
  294. /* ***** de-emphasized text */
  295. .shade, a.shade:link, a.shade:visited { color: #E3E6E4; text-decoration: none; }
  296. a.shade:active, a.shade:hover { color: #946C44; text-decoration: underline; }
  297. .tcat .shade, .thead .shade, .tfoot .shade { color: #E3E6E4; }
  298.  
  299. /* ***** define margin and font-size for elements inside panels ***** */
  300. .fieldset {
  301.     margin-bottom: 6px;
  302.     border: 1px solid #5c7c8a;
  303. }
  304. .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
  305.  
  306.  
  307.  
  308. /*
  309. * Thread Specifics
  310. */
  311. .thead[style*="border-right"]
  312. {
  313.     border: 1px solid #0C0E0F !important;
  314.     border-right: 0px !important;
  315. }
  316. .thead[style*="border-left"]
  317. {
  318.     border: 1px solid #0C0E0F !important;
  319.     border-left: 0px !important;
  320. }
  321. .alt2[style*="border-top"][style*="border-bottom"]
  322. {
  323.     border: 1px solid #0C0E0F !important;
  324.     border-top: 0px !important;
  325.     border-bottom: 0px !important;
  326. }
  327. .alt2[style*="border-top"], alt2:not([style*="border-bottom"])
  328. {
  329.     border: 1px solid #0C0E0F !important;
  330.     border-top: 0px !important;
  331. }
  332. .alt1[style*="border-right"]
  333. {
  334.     border-right: 1px solid #0C0E0F !important;
  335. }
  336. .alt1[style*="border-left"]
  337. {
  338.     border: 1px solid #0C0E0F !important;
  339.     border-left: 0px !important;
  340.     border-top: 0px !important;
  341. }
  342. hr
  343. {
  344.     color: #242c2f !important;
  345.     background-color: #394348 !important;
  346. }
  347. .vBulletin_editor
  348. {
  349.     background-color: #738892 !important;
  350. }
  351.  
  352.  
  353.  
  354. /*
  355. * Image Replacements
  356. */
  357. img[src*="images/buttons/collapse_tcat.gif"]
  358. {
  359.     width: 0px;
  360.     height: 15px;
  361.     padding-left: 15px;
  362.     background: url(https://tinyimg.io/i/dyjP3Oz.gif) no-repeat;
  363. }
  364. img[src*="images/buttons/collapse_tcat_collapsed.gif"]
  365. {
  366.     width: 0px;
  367.     height: 15px;
  368.     padding-left: 15px;
  369.     background: url(https://tinyimg.io/i/UmbG0Jt.gif) no-repeat;
  370. }
  371. img[src*="images/buttons/lastpost.gif"]
  372. {
  373.     width: 0px;
  374.     height: 12px;
  375.     padding-left: 12px;
  376.     background: url(https://tinyimg.io/i/MqjIjQQ.gif) no-repeat;
  377. }
  378. img[src*="images/buttons/multiquote_off.gif"]
  379. {
  380.     width: 0px;
  381.     height: 22px;
  382.     padding-left: 25px;
  383.     background: url(https://tinyimg.io/i/H1OUJ2s.gif) no-repeat;
  384. }
  385. img[src*="images/buttons/multiquote_on.gif"]
  386. {
  387.     width: 0px;
  388.     height: 22px;
  389.     padding-left: 25px;
  390.     background: url(https://tinyimg.io/i/LZzKwKC.gif) no-repeat;
  391. }
  392. img[src*="images/buttons/newthread.gif"]
  393. {
  394.     width: 0px;
  395.     height: 26px;
  396.     padding-left: 110px;
  397.     background: url(https://tinyimg.io/i/Tcq2OCB.gif) no-repeat;
  398. }
  399. img[src*="images/buttons/quickreply.gif"]
  400. {
  401.     width: 0px;
  402.     height: 22px;
  403.     padding-left: 25px;
  404.     background: url(https://tinyimg.io/i/IKGQIFG.gif) no-repeat;
  405. }
  406. img[src*="images/buttons/quote.gif"]
  407. {
  408.     width: 0px;
  409.     height: 22px;
  410.     padding-left: 70px;
  411.     background: url(https://tinyimg.io/i/mPPpXgj.gif) no-repeat;
  412. }
  413. img[src*="images/buttons/reply.gif"]
  414. {
  415.     width: 0px;
  416.     height: 26px;
  417.     padding-left: 110px;
  418.     background: url(https://tinyimg.io/i/vi4O1Z3.gif) no-repeat;
  419. }
  420. img[src*="images/buttons/report.gif"]
  421. {
  422.     width: 0px;
  423.     height: 17px;
  424.     padding-left: 21px;
  425.     background: url(https://tinyimg.io/i/vGOMCqp.gif) no-repeat;
  426. }
  427. img[src*="images/buttons/viewpost.gif"]
  428. {
  429.     width: 0px;
  430.     height: 12px;
  431.     padding-left: 12px;
  432.     background: url(https://tinyimg.io/i/MqjIjQQ.gif) no-repeat;
  433. }
  434. img[src*="images/icons/icon1.gif"]
  435. {
  436.     width: 0px;
  437.     height: 16px;
  438.     padding-left: 16px;
  439.     background: url(https://tinyimg.io/i/AM1C30N.gif) no-repeat;
  440. }
  441. img[src*="images/icons/icon2.gif"]
  442. {
  443.     width: 0px;
  444.     height: 16px;
  445.     padding-left: 16px;
  446.     background: url(https://tinyimg.io/i/0OQC6KX.gif) no-repeat;
  447. }
  448. img[src*="images/icons/icon3.gif"]
  449. {
  450.     width: 0px;
  451.     height: 16px;
  452.     padding-left: 16px;
  453.     background: url(https://tinyimg.io/i/fsvNX2E.gif) no-repeat;
  454. }
  455. img[src*="images/icons/icon4.gif"]
  456. {
  457.     width: 0px;
  458.     height: 16px;
  459.     padding-left: 16px;
  460.     background: url(https://tinyimg.io/i/eIlz9Vo.gif) no-repeat;
  461. }
  462. img[src*="images/icons/icon5.gif"]
  463. {
  464.     width: 0px;
  465.     height: 16px;
  466.     padding-left: 16px;
  467.     background: url(https://tinyimg.io/i/jvVIGVf.gif) no-repeat;
  468. }
  469. img[src*="images/icons/icon6.gif"]
  470. {
  471.     width: 0px;
  472.     height: 16px;
  473.     padding-left: 16px;
  474.     background: url(https://tinyimg.io/i/k3yC6g2.gif) no-repeat;
  475. }
  476. img[src*="images/icons/icon7.gif"]
  477. {
  478.     width: 0px;
  479.     height: 16px;
  480.     padding-left: 16px;
  481.     background: url(https://tinyimg.io/i/3Mx1BGR.gif) no-repeat;
  482. }
  483. img[src*="images/icons/icon8.gif"]
  484. {
  485.     width: 0px;
  486.     height: 16px;
  487.     padding-left: 16px;
  488.     background: url(https://tinyimg.io/i/DsO1S97.gif) no-repeat;
  489. }
  490. img[src*="images/icons/icon9.gif"]
  491. {
  492.     width: 0px;
  493.     height: 16px;
  494.     padding-left: 16px;
  495.     background: url(https://tinyimg.io/i/lUXJmQY.gif) no-repeat;
  496. }
  497. img[src*="images/icons/icon10.gif"]
  498. {
  499.     width: 0px;
  500.     height: 16px;
  501.     padding-left: 16px;
  502.     background: url(https://tinyimg.io/i/bgaj4fL.gif) no-repeat;
  503. }
  504. img[src*="images/icons/icon11.gif"]
  505. {
  506.     width: 0px;
  507.     height: 16px;
  508.     padding-left: 16px;
  509.     background: url(https://tinyimg.io/i/p3klgTN.gif) no-repeat;
  510. }
  511. img[src*="images/icons/icon12.gif"]
  512. {
  513.     width: 0px;
  514.     height: 16px;
  515.     padding-left: 16px;
  516.     background: url(https://tinyimg.io/i/6ET6RL8.gif) no-repeat;
  517. }
  518. img[src*="images/icons/icon13.gif"]
  519. {
  520.     width: 0px;
  521.     height: 16px;
  522.     padding-left: 16px;
  523.     background: url(https://tinyimg.io/i/Dls0DeG.gif) no-repeat;
  524. }
  525. img[src*="images/icons/icon14.gif"]
  526. {
  527.     width: 0px;
  528.     height: 16px;
  529.     padding-left: 16px;
  530.     background: url(https://tinyimg.io/i/TuBycwB.gif) no-repeat;
  531. }
  532. img[src*="images/misc/navbits_finallink_ltr.gif"]
  533. {
  534.     width: 0px;
  535.     height: 15px;
  536.     padding-left: 30px;
  537.     background: url(https://tinyimg.io/i/jFbPm6e.gif) no-repeat;
  538. }
  539. img[src*="images/misc/navbits_start.gif"]
  540. {
  541.     width: 0px;
  542.     height: 15px;
  543.     padding-left: 15px;
  544.     background: url(https://tinyimg.io/i/PpkmBcY.gif) no-repeat;
  545. }
  546. img[src*="images/misc/stats.gif"]
  547. {
  548.     width: 0px;
  549.     height: 30px;
  550.     padding-left: 30px;
  551.     background: url(https://tinyimg.io/i/rvX8vPX.gif) no-repeat;
  552. }
  553. img[src*="images/misc/tombraiderforums-logo-w.gif"], img[src*="images/misc/tombraiderforums-logo-g.gif"]
  554. {
  555.     width: 0px;
  556.     height: 100px;
  557.     padding-left: 307px;
  558.     background: url(https://tinyimg.io/i/x7YMZfY.jpg) no-repeat;
  559. }
  560. img[src*="images/misc/whos_online.gif"]
  561. {
  562.     width: 0px;
  563.     height: 30px;
  564.     padding-left: 30px;
  565.     background: url(https://tinyimg.io/i/bGc2RTQ.gif) no-repeat;
  566. }
  567. img[src*="images/smilies/biggrin.gif"]
  568. {
  569.     width: 0px;
  570.     height: 16px;
  571.     padding-left: 16px;
  572.     background: url(https://tinyimg.io/i/6mtmZvF.gif) no-repeat;
  573. }
  574. img[src*="images/smilies/confused.gif"]
  575. {
  576.     width: 0px;
  577.     height: 21px;
  578.     padding-left: 16px;
  579.     background: url(https://tinyimg.io/i/F2lDP34.gif) no-repeat;
  580. }
  581. img[src*="images/smilies/cool.gif"]
  582. {
  583.     width: 0px;
  584.     height: 16px;
  585.     padding-left: 16px;
  586.     background: url(https://tinyimg.io/i/hR3OzPC.gif) no-repeat;
  587. }
  588. img[src*="images/smilies/eek.gif"]
  589. {
  590.     width: 0px;
  591.     height: 16px;
  592.     padding-left: 16px;
  593.     background: url(https://tinyimg.io/i/cCszpxf.gif) no-repeat;
  594. }
  595. img[src*="images/smilies/frown.gif"]
  596. {
  597.     width: 0px;
  598.     height: 16px;
  599.     padding-left: 16px;
  600.     background: url(https://tinyimg.io/i/39mZuoP.gif) no-repeat;
  601. }
  602. img[src*="images/smilies/mad.gif"]
  603. {
  604.     width: 0px;
  605.     height: 16px;
  606.     padding-left: 16px;
  607.     background: url(https://tinyimg.io/i/sdpeCjt.gif) no-repeat;
  608. }
  609. img[src*="images/smilies/redface.gif"]
  610. {
  611.     width: 0px;
  612.     height: 16px;
  613.     padding-left: 16px;
  614.     background: url(https://tinyimg.io/i/R7SDXWl.gif) no-repeat;
  615. }
  616. img[src*="images/smilies/rolleyes.gif"]
  617. {
  618.     width: 0px;
  619.     height: 16px;
  620.     padding-left: 16px;
  621.     background: url(https://tinyimg.io/i/7XS0Aq2.gif) no-repeat;
  622. }
  623. img[src*="images/smilies/smile.gif"]
  624. {
  625.     width: 0px;
  626.     height: 16px;
  627.     padding-left: 16px;
  628.     background: url(https://tinyimg.io/i/rpG1MBt.gif) no-repeat;
  629. }
  630. img[src*="images/smilies/tongue.gif"]
  631. {
  632.     width: 0px;
  633.     height: 16px;
  634.     padding-left: 16px;
  635.     background: url(https://tinyimg.io/i/7ySZnxS.gif) no-repeat;
  636. }
  637. img[src*="images/smilies/wink.gif"]
  638. {
  639.     width: 0px;
  640.     height: 16px;
  641.     padding-left: 16px;
  642.     background: url(https://tinyimg.io/i/fvB0VOV.gif) no-repeat;
  643. }
  644. img[src*="images/statusicon/forum_new.gif"]
  645. {
  646.     width: 0px;
  647.     height: 30px;
  648.     padding-left: 29px;
  649.     background: url(https://tinyimg.io/i/sqFEpJO.gif) no-repeat;
  650. }
  651. img[src*="images/statusicon/forum_old.gif"]
  652. {
  653.     width: 0px;
  654.     height: 30px;
  655.     padding-left: 29px;
  656.     background: url(https://tinyimg.io/i/h3tGBPy.gif) no-repeat;
  657. }
  658. img[src*="images/statusicon/post_new.gif"]
  659. {
  660.     width: 0px;
  661.     height: 11px;
  662.     padding-left: 10px;
  663.     background: url(https://tinyimg.io/i/QMg1S31.gif) no-repeat;
  664. }
  665. img[src*="images/statusicon/post_old.gif"]
  666. {
  667.     width: 0px;
  668.     height: 11px;
  669.     padding-left: 10px;
  670.     background: url(https://tinyimg.io/i/Hq8TZeg.gif) no-repeat;
  671. }
  672. img[src*="images/statusicon/subforum_new.gif"]
  673. {
  674.     width: 0px;
  675.     height: 11px;
  676.     padding-left: 11px;
  677.     background: url(https://tinyimg.io/i/HzttSF7.gif) no-repeat;
  678. }
  679. img[src*="images/statusicon/subforum_old.gif"]
  680. {
  681.     width: 0px;
  682.     height: 11px;
  683.     padding-left: 11px;
  684.     background: url(https://tinyimg.io/i/V5TchyO.gif) no-repeat;
  685. }
  686. img[src*="images/statusicon/user_offline.gif"]
  687. {
  688.     width: 0px;
  689.     height: 15px;
  690.     padding-left: 15px;
  691.     background: url(https://tinyimg.io/i/8XU2LLK.gif) no-repeat;
  692. }
  693. img[src*="images/statusicon/user_online.gif"]
  694. {
  695.     width: 0px;
  696.     height: 15px;
  697.     padding-left: 15px;
  698.     background: url(https://tinyimg.io/i/hTKxiuD.gif) no-repeat;
  699. }
  700. font[color="White"]{
  701.     color:#ffffff0a;
  702. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement