Advertisement
Guest User

Ylisteema

a guest
Jul 12th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1. /* Turhat linkit pois sivupalkista? */
  2. #sidebar a[href^="https://meemi.info"], a[href^="https://eurheilu.com"] {
  3. display: none !important;
  4. }
  5.  
  6.  
  7. body {
  8. background: #101010;
  9. color: #eee;
  10. }
  11.  
  12.  
  13. body.menu_opened #left nav {
  14. border-bottom: 1px solid #546271;
  15. }
  16.  
  17.  
  18. #left .logo img, #title img {
  19. -webkit-filter: drop-shadow(0px 0px 0 #f5f5f5)drop-shadow(-1px -1px 0 #f5f5f5)drop-shadow(1px 1px 0 #f5f5f5);
  20. width: 200px;
  21. }
  22.  
  23.  
  24. #sidebar a:not(.logo):hover {
  25. background-color: #292929;
  26. text-decoration: none;
  27. }
  28.  
  29.  
  30. #sidebar .buttons button, #sidebar .buttons a {
  31. background-color: #363636;
  32. color: #eee;
  33. }
  34.  
  35.  
  36. #sidebar h4 {
  37. color: #eee;
  38. }
  39.  
  40.  
  41. #topbar button:hover, #topbar a:hover {
  42. color: #e2e2e2;
  43. }
  44.  
  45.  
  46. #topbar #boardselector.visible nav {
  47. border-color: #373737;
  48. }
  49.  
  50.  
  51. #left .logo {
  52. padding-bottom: 25px;
  53. }
  54.  
  55.  
  56. p.infobar a {
  57. color: #000000 !important;
  58. }
  59.  
  60.  
  61. a {
  62. color: #17a45c;
  63. }
  64.  
  65.  
  66. a:link {
  67. color: #17a45c;
  68. }
  69.  
  70.  
  71. a:visited {
  72. color: #17a45c;
  73. }
  74.  
  75.  
  76. a:hover {
  77. color: #ba1f27;
  78. }
  79.  
  80.  
  81. a[onclick] {
  82. cursor:pointer
  83. color: #ba1f27;
  84. }
  85.  
  86.  
  87. a:active {
  88. color: #17a45c;
  89. }
  90.  
  91.  
  92. #right .postnumber quotelink a {
  93. color: #888;
  94. }
  95.  
  96.  
  97. #topbar {
  98. background: rgb(41, 41, 41);
  99. }
  100.  
  101.  
  102. #topbar a {
  103. color: #eee;
  104. }
  105.  
  106.  
  107. #sidebar {
  108. background: rgb(41, 41, 41);
  109. }
  110.  
  111.  
  112. #sidebar a {
  113. color: #eee;
  114. }
  115.  
  116.  
  117. #sidebar .sq-buttons>a {
  118. color: #eee !important;
  119. background-color: #363636 !important;
  120. border-color: #363636 #363636 #363636 #363636;
  121. }
  122.  
  123.  
  124. #sidebar .sq-buttons>button {
  125. color: #eee !important;
  126. background-color: #363636 !important;
  127. border-color: #363636 #363636 #363636 #363636;
  128. }
  129.  
  130.  
  131. #sidebar .sq-buttons>a:hover {
  132. color: #eee !important;
  133. background-color: #434343 !important;
  134. border-color: #363636 #363636 #363636 #363636;
  135. }
  136.  
  137.  
  138. #sidebar .sq-buttons>button:hover {
  139. color: #eee !important;
  140. background-color: #434343 !important;
  141. border-color: #363636 #363636 #363636 #363636;
  142. }
  143.  
  144.  
  145. #mobile_menu a {
  146. color: #eee;
  147. }
  148.  
  149.  
  150. .icon-share2 {
  151. display: none !important;
  152. }
  153.  
  154.  
  155. .icon-text-align-justify {
  156. display: none !important;
  157. }
  158.  
  159.  
  160. .pure-table {
  161. border: 1px solid #000;
  162. }
  163.  
  164.  
  165. .pure-table thead {
  166. background: #17a45c;
  167. }
  168.  
  169.  
  170. .pure-table td, .pure-table th {
  171. border-left: 1px solid #000;
  172. }
  173.  
  174.  
  175. .pure-table-striped tr:nth-child(2n-1) td {
  176. background-color: #000;
  177. }
  178.  
  179.  
  180. .boardheader h1 {
  181. color: #17a45c;
  182. }
  183.  
  184.  
  185. .infobar {
  186. background-color: #f2f2f2;
  187. border-radius: 0px;
  188. display: none;
  189. }
  190.  
  191.  
  192. .postedbyop {
  193. background-color: #117743;
  194. }
  195.  
  196.  
  197. .tooltip {
  198. background-color: #303030;
  199. border-radius: 0px;
  200. border: 5px solid #373737;
  201. }
  202.  
  203.  
  204. .tooltip .postuid {
  205. background-color: #292929;
  206. border: 1px solid #292929;
  207. }
  208.  
  209.  
  210. .tooltip .posttime {
  211. color: #888;
  212. }
  213.  
  214.  
  215. .tooltip .goldhide-info {
  216. background-color: #303030;
  217. border-top: 1px solid #292929;
  218. }
  219.  
  220.  
  221. #right .threads .thread .gold-get .postinfo {
  222. box-shadow: 0 0 0 100px rgba(255,210,0,0.4) inset !important;
  223. }
  224.  
  225.  
  226. .tooltip .postername {
  227. color: #117442;
  228. }
  229.  
  230.  
  231. .tooltip .postinfo {
  232. background-color: #303030;
  233. border-bottom: 1px solid #292929;
  234. }
  235.  
  236.  
  237. .tooltip .replies {
  238. border-top:1px solid #292929;
  239. background-color: #242323;
  240. }
  241.  
  242.  
  243. .tooltip .postsubject {
  244. background-color: #303030;
  245. }
  246.  
  247.  
  248. .tooltip .post a:hover,.tooltip .replies a:hover {
  249. color: #17a45c;
  250. }
  251.  
  252.  
  253. .tooltip .filecontainer figcaption span {
  254. color: #222;
  255. }
  256.  
  257.  
  258. .tooltip .filecontainer figcaption a {
  259. color: #222;
  260. }
  261.  
  262.  
  263. .tooltip .filecontainer figcaption a:hover {
  264. color: #222;
  265. }
  266.  
  267.  
  268. .tooltip .post a,.tooltip .replies a {
  269. color: #17a45c;
  270. }
  271.  
  272.  
  273. .linkbutton:hover {
  274. background-color: rgb(23, 164, 92);
  275. border-color: #17a45c;
  276. }
  277.  
  278.  
  279. .linkbutton {
  280. background-color: #17a45c;
  281. border-right: 1px solid #ffffff;
  282. border-bottom: 1px solid #1da555;
  283. color: #fff !important;
  284. border-color: #39a45d #39a45d #39a45d #39a45d;
  285. }
  286.  
  287.  
  288. .button#postoptions_toggle {
  289. background-color: #15783e !important;
  290. border-color: #15783e !important;
  291. }
  292.  
  293.  
  294. #return-button {
  295. color: #222 !important;
  296. }
  297.  
  298.  
  299. .dialog {
  300. border: 1px solid #222;
  301. border-radius: 0px;
  302. background-color: #e2e2e2;
  303. }
  304.  
  305.  
  306. .dialog form input[type="text"], .dialog form textarea {
  307. background-color: #fff !important;
  308. color: #222;
  309. }
  310.  
  311.  
  312. .dialog form textarea {
  313. background-color: #fff !important;
  314. color: #222;
  315. }
  316.  
  317.  
  318. input, select, textarea {
  319. background-color: #191919 !important;
  320. border-color: #1f1f1f !important;
  321. color: #eee;
  322. }
  323.  
  324.  
  325. button#postoptions_toggle {
  326. color: #222 !important;
  327. }
  328.  
  329.  
  330. button#submit-btn {
  331. color: #222 !important;
  332. }
  333.  
  334.  
  335. input, select {
  336. background-color: #17a45c;
  337. border-right: 1px solid #17a45c;
  338. border-bottom: 1px solid #17a45c;
  339. border-top: 1px solid #17a45c;
  340. border-left: 1px solid #17a45c;
  341. }
  342.  
  343.  
  344. .notification.not-read {
  345. background-color: #383837;
  346. }
  347.  
  348.  
  349. button, html input[type="button"], input[type="reset"] {
  350. background-color: #17a45c;
  351. border-right: 1px solid #17a45c;
  352. border-bottom: 1px solid #17a45c;
  353. border-top: 1px solid #17a45c;
  354. border-left: 1px solid #17a45c;
  355. color: #fff;
  356. }
  357.  
  358.  
  359. #left {
  360. background-color: #333c45
  361. }
  362.  
  363.  
  364. #left nav {
  365. border-bottom: 1px solid #546271
  366. }
  367.  
  368.  
  369. #left h4 {
  370. font-weight: 700;
  371. margin: 0 0 5px 0;
  372. color: #94a2b0;
  373. }
  374.  
  375.  
  376. #front .box {
  377. background: #fff;
  378. }
  379.  
  380.  
  381. #front .news .newstext {
  382. background-color: #232322;
  383. }
  384.  
  385.  
  386. .front .news .newstext {
  387. background-color: #232322;
  388. }
  389.  
  390.  
  391. #front nav#front-boards {
  392. background-color: #242323;
  393. }
  394.  
  395.  
  396. #front nav#front-boards a:hover {
  397. background-color: #292929;
  398. }
  399.  
  400.  
  401. #left a {
  402. color: rgb(238, 238, 238);
  403. }
  404.  
  405.  
  406. #left a:not(.logo):hover {
  407. background: #191e2375;
  408. }
  409.  
  410.  
  411. #right {
  412. background-color: #0f0f0f;
  413. }
  414.  
  415.  
  416. #right.preferences .tag-preview-box h4 {
  417. background-color: #303030 !important;
  418. border-bottom: 1px solid #303030 !important;
  419. }
  420.  
  421.  
  422. #right.preferences .tag-preview-box .tag-preview {
  423. background-color: rgba(255,255,255,0.04) !important;
  424. }
  425.  
  426.  
  427. #right.preferences .tag-preview-box p {
  428. color: #eee !important;
  429. }
  430.  
  431.  
  432. #right.preferences .tag-preview-box {
  433. background-color: #303030 !important;
  434. }
  435.  
  436.  
  437. #right.preferences form input[type="submit"] {
  438. background-color: #17a45c !important;
  439. border-color: #17a45c !important;
  440. border-right: 1px solid #17a45c;
  441. border-bottom: 1px solid #17a45c;
  442. border-top: 1px solid #17a45c;
  443. border-left: 1px solid #17a45c;
  444. color: #fff !important;
  445. }
  446.  
  447.  
  448. #right .threads .thread .postuid {
  449. background-color: #292929;
  450. border: 1px solid #292929;
  451. }
  452.  
  453.  
  454. #right .threads .thread .posttime {
  455. color: #888;
  456. }
  457.  
  458.  
  459. #right .threads .thread .postsubject {
  460. background-color: #303030;
  461. }
  462.  
  463.  
  464. #right .thread-boardinfo {
  465. background-color: #252424;
  466. border-bottom: 1px solid #292929;
  467. }
  468.  
  469.  
  470. #right .threads .thread .edits h4 {
  471. background-color: #44444f;
  472. color: #fff;
  473. }
  474.  
  475.  
  476. #right .threads .thread .edits .edit {
  477. border-top: 1px solid #fff;
  478. }
  479.  
  480.  
  481. #right .threads .thread .omitted {
  482. color: #888;
  483. }
  484.  
  485.  
  486. #right form#post.asyncreply {
  487. background-color: #0f0f0f;
  488. border: 1px solid #303030;
  489. }
  490.  
  491.  
  492. #right .threads .thread .postsubject [class^="icon-"], #right .threads .thread .postsubject [class*=" icon-"] {
  493. background-color: #222;
  494. color: #eee;
  495. }
  496.  
  497.  
  498. .tooltip .postsubject [class^="icon-"], .tooltip .postsubject [class*=" icon-"] {
  499. background-color: #222;
  500. color: #eee;
  501. }
  502.  
  503.  
  504. #right .hidden [class^="icon-"], #right .hidden [class*=" icon-"] {
  505. background-color: rgba(255,255,255,0.05);
  506. color: #eee;
  507. }
  508.  
  509.  
  510. #right .threads .thread .goldhide-info {
  511. border-top: 1px solid #303030;
  512. background-color: #303030;
  513. }
  514.  
  515.  
  516. /* #right .threads .thread .postinfo {
  517. background-color: #f2f2f2;
  518. border-bottom: 1px solid #f2f2f2;
  519. } */
  520.  
  521.  
  522. #right .threads .thread .post a,#right .threads .thread .replies a {
  523. color: #17a45c;
  524. }
  525.  
  526.  
  527. #right .threads .thread .post a:hover,#right .threads .thread .replies a:hover {
  528. color: #ba1f27;
  529. }
  530.  
  531.  
  532. #right .threads .thread .file {
  533. background-color: #fff;
  534. }
  535.  
  536. #right .threads .thread .filecontainer figcaption a {
  537. color: #323232;
  538. }
  539.  
  540.  
  541. #right .threads .thread .filecontainer figcaption a:hover {
  542. color: #ba1f27;
  543. }
  544.  
  545.  
  546. #right .threads.style-box .thread, #right .threads.style-box .hidden {
  547. border: 1px solid #242323;
  548. border-radius: 1px;
  549. background-color: #242323;
  550. }
  551.  
  552.  
  553. #right .threads .thread .postername {
  554. color: #117442;
  555. }
  556.  
  557.  
  558. #right form#post .label {
  559. color: #17a45c;
  560. }
  561.  
  562.  
  563. #right form#post label.label {
  564. border: 1px solid #117743;
  565. background-color: #117743;
  566. color: #fff;
  567. }
  568.  
  569.  
  570. #right form#post #postbuttons {
  571. border: 1px solid #17a45c;
  572. }
  573.  
  574.  
  575. #right form#post #postoptions {
  576. border: 1px solid #303030;
  577. background-color: #242323;
  578. color: #eee;
  579. }
  580.  
  581.  
  582. #right .threads .thread .post a, #right .threads .thread .replies a {
  583. color: #17a45c;
  584. }
  585.  
  586.  
  587. #right form#post textarea, #right form#post input, #right form#post :not(#postbuttons):not(#color-buttons) button, #right form#post select {
  588. color: #eee !important;
  589. background-color: #39a45d !important;
  590. border-color: #39a45d !important;
  591. }
  592.  
  593.  
  594. #right .threads .thread .op_post .postinfo {
  595. background-color: #232322;
  596. border-bottom: 1px solid #292929;
  597. box-shadow: 0px 5px 5px -5px #252424;
  598. }
  599.  
  600.  
  601. #right .navigationbar .pagination .cur {
  602. background-color: #0f0f0f;
  603. color: #eee;
  604. }
  605.  
  606.  
  607. #right .navigationbar {
  608. border-top: 1px solid transparent;
  609. border-bottom: 1px solid transparent;
  610. }
  611.  
  612.  
  613. #right .navigationbar .pagination {
  614. border: 1px solid #0f0f0f;
  615. border-radius: 0px;
  616. }
  617.  
  618.  
  619. #front h3 {
  620. background: #303030;
  621. color: #eee;
  622. }
  623.  
  624.  
  625. .icon-button {
  626. background-color: rgba(255,255,255,0.05);
  627. color: #eee;
  628. }
  629.  
  630.  
  631. .message {
  632. background-color: #232322;
  633. border-color: #232322;
  634. }
  635.  
  636.  
  637. #right .navigationbar .pagination {
  638. background-color: #0f0f0f;
  639. }
  640.  
  641.  
  642. #right.preferences .tag-preview-box {
  643. border: 1px solid #383838 !important;
  644. }
  645.  
  646.  
  647. #right.preferences .tag-preview-box h4 {
  648. background-color: #252525;
  649. border-bottom: 1px solid #17a45c;
  650. }
  651.  
  652.  
  653. #right.preferences #tabchooser li.cur {
  654. border: 1px solid #888;
  655. color: #0f0f0f;
  656. }
  657.  
  658.  
  659. #right .threads.style-replies .thread {
  660. border: 1px solid #242323 !important;
  661. background-color: #242323 !important;
  662. }
  663.  
  664.  
  665. #right .threads.style-replies .thread .messageoptions {
  666. border: 0;
  667. background-color: #303030;
  668. }
  669.  
  670.  
  671. #right .threads.style-replies .post .postcontent {
  672. background-color: #242323;
  673. }
  674.  
  675.  
  676. #right .threads .thread .post {
  677. background-color: #252424;
  678. }
  679.  
  680.  
  681. #right .threads.style-box .thread .omitted, #right .threads.style-box .hidden .omitted {
  682. background-color: #252424;
  683. box-shadow: 0 0 1px 5px #252424;
  684. }
  685.  
  686.  
  687. #right .threads.style-box .thread .file, #right .threads.style-box .hidden .file {
  688. background-color: #f2f2f2;
  689. }
  690.  
  691.  
  692. #right .threads .thread .postinfo {
  693. background-color: #303030;
  694. border-bottom: 1px solid #292929;
  695. }
  696.  
  697.  
  698. #right.preferences form input[type="submit"] {
  699. color: #d4d4d4;
  700. }
  701.  
  702.  
  703. #right.preferences form textarea {
  704. background-color: #fff !important;
  705. color: #222;
  706. border: 1px solid #404040;
  707. }
  708.  
  709.  
  710. #right.preferences form select {
  711. background-color: #fff !important;
  712. color: #222;
  713. border: 1px solid #404040;
  714. }
  715.  
  716.  
  717. #right.preferences input[type="text"], #right.preferences input[type="password"] {
  718. border: 1px solid #404040;
  719. background-color: #fff !important;
  720. color: #222;
  721. }
  722.  
  723.  
  724. #right form#post #msg {
  725. border: 1px solid #17a45c;
  726. }
  727.  
  728.  
  729. #right form#post textarea, #right form#post input, #right form#post button, #right form#post select {
  730. background-color: #333333 !important;
  731. border-color: #404040 !important;
  732. }
  733.  
  734.  
  735. #right form#post #embedtype {
  736. color: #eee;
  737. }
  738.  
  739.  
  740. #right form#post #file {
  741. color: #eee;
  742. }
  743.  
  744.  
  745. #right form#post #postbuttons button {
  746. color: #117743;
  747. background-color: #111 !important;
  748. }
  749.  
  750.  
  751. #right form#post #postbuttons+textarea, #right form#post #colorbuttons+textarea {
  752. color: #222;
  753. box-shadow: 0 0 3px 0 #888 inset;
  754. border: 3px;
  755. }
  756.  
  757.  
  758. #right form#post .row select, #right form#post .row input {
  759. color: #222;
  760. box-shadow: 0 0 2px 0 #888 inset;
  761. }
  762.  
  763.  
  764. #right form#post textarea, #right form#post input, #right form#post button, #right form#post select {
  765. background-color: #000 !important;
  766. border-color: #303030 !important;
  767. }
  768.  
  769.  
  770. #right .threads .thread .morereplies, #right .threads .thread .lessreplies {
  771. background-color: #39a45d;
  772. color: #222;
  773. border-bottom: 1px solid #39a45d;
  774. }
  775.  
  776.  
  777. #right .threads .thread .embed-hidelink {
  778. background-color: #353535;
  779. color: #eee;
  780. border-bottom: 1px solid #292929;
  781. border-top: 1px solid #292929;
  782. border-right: 1px solid #292929;
  783. border-left: 1px solid #292929;
  784. }
  785.  
  786.  
  787. #right form#post :not(#postbuttons) button {
  788. background-color: #0f0f0f !important;
  789. border-color: #e2e2e2 !important;
  790. }
  791.  
  792.  
  793. #right form#post #postbuttons, #right form#post #colorbuttons {
  794. border: 1px solid #303030;
  795. background-color: #111 !important;
  796. }
  797.  
  798.  
  799. form#post #color-buttons {
  800. border-top: 1px solid #0f0f0f;
  801. }
  802.  
  803.  
  804. form#post #postbuttons, form#post #color-buttons {
  805. border: 1px solid #303030;
  806. }
  807.  
  808.  
  809. #colorbuttons {
  810. background-color: #fff !important;
  811. }
  812.  
  813.  
  814. #postbuttons, #postbuttons a {
  815. background-color: #fff !important;
  816. }
  817.  
  818.  
  819. #right form#post #colorbuttons {
  820. border-top: 1px solid #f5f5f5;
  821. background-color: #f5f5f5 !important;
  822. }
  823.  
  824.  
  825. #right.preferences input[type="text"], #right.preferences input[type="password"] {
  826. border: 1px solid #404040;
  827. }
  828.  
  829.  
  830. #right .threads .thread .replies {
  831. border-top: 1px solid #292929;
  832. background-color: #232322;
  833. }
  834.  
  835.  
  836. #right .thread .answers .answer {
  837. border: 1px solid #333;
  838. /* box-shadow: 0 0 10px 0 #d5d5d5; */
  839. }
  840.  
  841.  
  842. #right .thread .answers .answer.highlighted {
  843. background-color: #292929;
  844. border-color: #0f0f0f;
  845. }
  846.  
  847.  
  848. #right form#post #postbuttons #colorbuttons {
  849. border-top: 1px solid #17a45c;
  850. }
  851.  
  852.  
  853. #right .threads .thread .filecontainer.thumbnail, #right .threads .thread .answer .filecontainer.thumbnail, .tooltip .filecontainer.thumbnail {
  854. background-color: #f2f2f2;
  855. }
  856.  
  857.  
  858. #right .threads .thread .filecontainer:not(.thumbnail) {
  859. background-color: #f2f2f2;
  860. }
  861.  
  862.  
  863. .post-file .file-data {
  864. background-color: rgba(255,255,255,0.04);
  865. }
  866.  
  867.  
  868. .post-file .file-content {
  869. background-color: rgba(255,255,255,0.04);
  870. }
  871.  
  872.  
  873. .post-file figcaption {
  874. background-color: #353535;
  875. }
  876.  
  877.  
  878. .postsubject .subject {
  879. font-family: "Segoe UI","Open Sans", Roboto,-apple-system, BlinkMacSystemFont, Helvetica,sans-serif;
  880. }
  881.  
  882.  
  883. .post-file:not(.thumb) .file-data {
  884. background-color: rgba(255,255,255,0.04);
  885. }
  886.  
  887.  
  888. #right .threads.style-box .thread .post-file, #right .threads.style-box .hidden .post-file {
  889. background-color: rgba(255,255,255,0.04);
  890. }
  891.  
  892.  
  893. #right.banned div.box {
  894. background-color: #292929 !important;
  895. color: #fff !important;
  896. }
  897.  
  898.  
  899. #right.banned .banned-block:not(:first-of-type) {
  900. border-top: 1px solid #292929;
  901. }
  902.  
  903.  
  904. #modal-root .title {
  905. background-color: #161514;
  906. color: #eee;
  907. }
  908.  
  909.  
  910. #modal-root .content {
  911. background-color: #161514;
  912. }
  913.  
  914.  
  915. #modal-root form label {
  916. color: #eee;
  917. }
  918.  
  919.  
  920. #modal-root .buttons {
  921. background-color: #161514;
  922. box-shadow: 0 10px 0 0 #161514;
  923. }
  924.  
  925.  
  926. #modal-root .modal {
  927. background-color: #161514;
  928. border: 5px solid #373737;
  929. }
  930.  
  931.  
  932. #modal-root .close {
  933. background-color: red;
  934. }
  935.  
  936.  
  937. #toast-root .toast.info {
  938. background-color: #292929;
  939. border-radius: 0px;
  940. border-style: 1px solid #232322;
  941. color: #eee;
  942. }
  943.  
  944.  
  945. #toast-root .toast.success {
  946. background-color: #117743;
  947. border-radius: 0px;
  948. color: #eee;
  949. }
  950.  
  951.  
  952. #toast-root .toast.error {
  953. border-radius: 0px;
  954. color: #eee;
  955. }
  956.  
  957.  
  958. .notification {
  959. border-bottom: 1px solid #060606;
  960. }
  961.  
  962.  
  963. @media (min-width: 800px) {
  964. #left .logo img {
  965. height: 200px !important;
  966. margin: 15px 0;
  967. }
  968. }
  969.  
  970.  
  971. .front h3 {
  972. color: #eee;
  973. background: #303030;
  974. }
  975.  
  976.  
  977. ::-webkit-scrollbar {
  978. width: 8px;
  979. border-radius: 15px;
  980. }
  981.  
  982.  
  983. ::-webkit-scrollbar-track {
  984. background: #0f0f0f;
  985. }
  986.  
  987.  
  988. ::-webkit-scrollbar-thumb {
  989. background: #117442;
  990. }
  991.  
  992.  
  993. ::-webkit-scrollbar-thumb:hover {
  994. background: #159654;
  995. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement