activityfix.com - Dark Mode

Dark mode theme for ActivityFix

2024-12-08 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

  1. /* ==UserStyle==
  2. @name activityfix.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark mode theme for ActivityFix
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("activityfix.com")
  11. {
  12. /* Invert colors except images and videos */
  13. :is(html:not([stylus-iframe]),
  14. img,
  15. svg,
  16. video,
  17. .w3-dark-gray,
  18. .w3-dark-grey,
  19. .w3-hover-dark-gray:hover,
  20. .w3-hover-dark-grey:hover,
  21. .w3-center, iframe, .af-disconnect-button)
  22. {
  23. filter: invert(1) hue-rotate(180deg) !important;
  24. }
  25.  
  26. .w3-dark-gray,
  27. .w3-dark-grey,
  28. .w3-hover-dark-gray:hover,
  29. .w3-hover-dark-grey:hover,
  30. .w3-padding-16
  31. {
  32. color: #FFF!important;
  33. background-color: #000!important;
  34. font-weight: 800;
  35. }
  36.  
  37. .af-update-header,
  38. .af-version
  39. {
  40. color: #2196F3;
  41. text-decoration: underline;
  42. }
  43.  
  44. .af-update-header span
  45. {
  46. cursor: default;
  47. text-decoration: underline #333;
  48. font-size: 13px;
  49. }
  50.  
  51. .w3-padding-16
  52. {
  53. padding-top: 0px !important;
  54. padding-bottom: 16px !important;
  55. }
  56.  
  57. .w3-bar.w3-top.af-blue.w3-large
  58. {
  59. background-color: #2196F3 !important;
  60. }
  61.  
  62. .w3-main
  63. {
  64. background-color: #FFF;
  65. }
  66.  
  67. .w3-container.w3-black.w3-display-container
  68. {
  69. color: black !important;
  70. background-color: white !important;
  71. margin: 0px 0px !important;
  72. }
  73.  
  74. #save_success > div
  75. {
  76. border: 4px #2196F3 dashed;
  77. }
  78.  
  79. .w3-bar-item.w3-left
  80. {
  81. font-weight: 550;
  82. font-style: italic;
  83. }
  84.  
  85. .af-help-contents > div:nth-child(n) > img,
  86. .w3-center > table > tbody > tr:nth-child(1) > td:nth-child(1) > a > img
  87. {
  88. filter: invert(0) hue-rotate(0deg) !important;
  89. }
  90.  
  91. body > br,
  92. body > hr
  93. {
  94. display: none !important;
  95. }
  96.  
  97. html
  98. {
  99. background: #FFF;
  100. }
  101. }