Addic7ed - Dark theme

Dark theme for Addic7ed.com

  1. /* ==UserStyle==
  2. @name Addic7ed - Dark theme
  3. @namespace 1N07
  4. @version 1.0.0
  5. @description Dark theme for Addic7ed.com
  6. @author 1N07
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("addic7ed.com") {
  10. html,
  11. body,
  12. table,
  13. #header
  14. {
  15. background-color: #00242F;
  16. color: white;
  17. }
  18. #footermenu > a
  19. {
  20. color: #FFF !important;
  21. }
  22. #footermenu > a:hover
  23. {
  24. color: #AAA !important;
  25. background-color: rgba(0,0,0,0);
  26. }
  27. .c100
  28. {
  29. filter: invert(100.0%);
  30. }
  31. .c100 span a, .c100 span a:visited
  32. {
  33. color: rgb(189, 169, 8);
  34. }
  35. .c100 .slice .bar
  36. {
  37. border-color: rgb(189, 169, 8);
  38. }
  39. img[src="https://www.addic7ed.com/images/addic7edlogonew.png"],
  40. img[src="https://www.addic7ed.com/friends/addic7ed.png"]
  41. {
  42. filter: invert();
  43. }
  44. select, input, .inputCool, button
  45. {
  46. background-color: #333;
  47. color: white;
  48. border-color: #555;
  49. }
  50. .white, .white:visited
  51. {
  52. color: white;
  53. background-image: none;
  54. background-color: #111;
  55. }
  56. .white:hover, .white:active
  57. {
  58. background: none;
  59. background-color: #222;
  60. }
  61.  
  62. .NewsTitle, .language
  63. {
  64. background-color: rgba(0,0,0,0);
  65. }
  66. #season table tbody tr.epeven:nth-child(2n+1)
  67. {
  68. background-color: #1c1c1c;
  69. }
  70. #season table tbody tr.epeven:nth-child(2n)
  71. {
  72. background-color: #252525;
  73. }
  74. #langs table tbody tr:nth-child(2n+1)
  75. {
  76. background-color: rgba(0,0,0,.35);
  77. }
  78. .tabel,
  79. .tabel70,
  80. .tabel95,
  81. .tabel50
  82. {
  83. border-radius: 10px;
  84. background-color: rgba(0,0,0,.5);
  85. color: white;
  86. }
  87. .tabel90, .tabel70 .tabel95, .tabel95 .tabel95,
  88. form[name="login"] .tabel,
  89. form[name="login"] td[background],
  90. form[action="dologin.php"] > .tabel70,
  91. .aztitle
  92. {
  93. background-image: none;
  94. background-color: rgba(0,0,0,0);
  95. }
  96. img[src="images/top.png"]
  97. {
  98. filter: grayscale(100%) invert(100%);
  99. }
  100. .tablecorner > img
  101. {
  102. display: none;
  103. }
  104. img[src="https://www.addic7ed.com/images/linea.jpg"]
  105. {
  106. opacity: 0;
  107. }
  108. a.gris:link
  109. {
  110. color: #AAA;
  111. }
  112. a, .version
  113. {
  114. color: rgb(158, 158, 255);
  115. }
  116. a:visited
  117. {
  118. color: rgb(188, 127, 255);
  119. }
  120. a:active
  121. {
  122. color: rgb(255, 113, 113);
  123. }
  124. }