Sleazy Fork is available in English.

Dark Rule34Hentai

Dark theme for rule34hentai.net

  1. /* ==UserStyle==
  2. @name Dark Rule34Hentai
  3. @description Dark theme for rule34hentai.net
  4. @namespace Hentiedup
  5. @version 1.2.2
  6. @author Hentiedup
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("rule34hentai.net") {
  11. body {
  12. background-color: #252525;
  13. background-blend-mode: overlay;
  14. }
  15. section > h3 {
  16. background-color: #1E1511;
  17. }
  18. html header,
  19. footer,
  20. ul li ul.dropdown,
  21. section > .blockbody,
  22. .comment,
  23. .setupblock,
  24. .comment .info {
  25. background-color: #2F211A;
  26. }
  27.  
  28. ul li a:hover,
  29. ul li a:active,
  30. ul li a:focus {
  31. background-color: #4A3329;
  32. }
  33. .thumb img,
  34. textarea,
  35. input,
  36. select,
  37. button,
  38. header form > input[value="Search"],
  39. header form > input[value="Search"]:visited {
  40. background-color: #4A3329;
  41. border-color: #4A3329;
  42. }
  43. header form > input[value="Search"]:hover,
  44. header form > input[value="Search"]:active,
  45. header form > input[value="Search"]:focus {
  46. background-color: #664c41;
  47. }
  48. textarea,
  49. input,
  50. select,
  51. button {
  52. border: none;
  53. }
  54.  
  55. .tagit {
  56. background-color: #4A3329 !important;
  57. }
  58. .ui-widget-content {
  59. color: #dabc92 !important;
  60. background-color: #2F211A;
  61. }
  62. .ui-menu-item.ui-state-focus {
  63. background-color: rgba(218, 188, 146, .15);
  64. color: inherit;
  65. }
  66.  
  67. html a,
  68. html a:visited,
  69. html a:hover,
  70. html a:active,
  71. html a:focus {
  72. color: #ead3b3;
  73. }
  74.  
  75. ul li a,
  76. ul li a:visited,
  77. html .blockbody,
  78. html header,
  79. section > h3,
  80. body,
  81. #Navigationleft a,
  82. #Navigationleft a:visited,
  83. header small a,
  84. header small a:visited,
  85. header small a:hover,
  86. header small a:active,
  87. header small a:focus,
  88. textarea,
  89. input,
  90. select,
  91. button {
  92. color: #dabc92;
  93. }
  94.  
  95. html .blockbody,
  96. html header,
  97. section > h3 {
  98. border-color: #261A15;
  99. }
  100.  
  101. table.zebra tr:nth-child(2n+1) {
  102. background: rgba(255, 255, 255, .04);
  103. }
  104. table.zebra tr:nth-child(2n) {
  105. background: none;
  106. }
  107.  
  108. .tag-positive {
  109. background-color: #153E15 !important;
  110. }
  111.  
  112.  
  113. html
  114. {
  115. scrollbar-color: #261A15 #AA8474;
  116. }
  117. html::-webkit-scrollbar
  118. {
  119. width: 13px;
  120. background-color: #AA8474
  121. }
  122. html::-webkit-scrollbar-track {
  123. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  124. background-color: #AA8474;
  125. }
  126.  
  127. html::-webkit-scrollbar-thumb {
  128. background-color: #261A15;
  129. box-shadow: inset 0 0 1px 1px #AA8474;
  130. background-image: -webkit-linear-gradient(45deg,rgba(74, 51, 41, .2) 25%,
  131. transparent 25%,
  132. transparent 50%,
  133. rgba(74, 51, 41, .2) 50%,
  134. rgba(74, 51, 41, .2) 75%,
  135. transparent 75%,
  136. transparent)
  137. }
  138. .tagit-new > input[type="text"] { background: transparent; }
  139. .ui-widget-content { background: #2F211A; }
  140. }