rule34 dark theme

theme for rule34 that is dark

  1. /* ==UserStyle==
  2. @name rule34 dark theme
  3. @namespace 4g9yab218390h9oea49y.xyz/ua984btah4b9
  4. @version 1.0.0
  5. @description theme for rule34 that is dark
  6. @author anonymous
  7. @license public domain
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("rule34.xxx") {
  11. /* dark background */
  12. body {
  13. background: #202124 !important;
  14. }
  15.  
  16. /* text */
  17. body, a ,
  18. .tag-count ,
  19. table.form th
  20. {
  21. color: #aadc96 !important;
  22. }
  23.  
  24. /* lighter background */
  25. div#header ul#subnavbar ,
  26. tr.tableheader ,
  27. thead tr ,
  28. div#header ul#navbar li.current-page ,
  29. table.highlightable tr:hover ,
  30. div#paginator a:hover
  31. {
  32. background: #303134 !important;
  33. }
  34.  
  35. /* some images have inline style for blue border */
  36. img.preview[style] {
  37. border: #303134 !important;
  38. }
  39.  
  40. /* make table border consistent across high and low dpi */
  41. table.highlightable td {
  42. border: 1px solid !important;
  43. border-color: #657f5d !important;
  44. }
  45.  
  46. }