crystalmathlabs.com - Black Mode

CrystalMathLabs Black mode theme

目前为 2024-12-27 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name crystalmathlabs.com - Black Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description CrystalMathLabs Black mode theme
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("crystalmathlabs.com") {
  11. /* Invert colors except images and videos */
  12. html,
  13. body,
  14. #wrap,
  15. #contentwrap,
  16. .news,
  17. .menubar ul li ul.dropdown {
  18. background: black !important;
  19. background-color: black !important;
  20. }
  21.  
  22. .menubar,
  23. .hint,
  24. .xp-table > div:first-child,
  25. #footer {
  26. border-radius: 20px;
  27. background: #252323 !important;
  28. background-color: #252323 !important;
  29. padding-right: 10px;
  30. padding-left: 10px;
  31. }
  32.  
  33. #menu
  34. > ul
  35. > li:nth-child(n)
  36. > ul
  37. > li:nth-child(n)
  38. > a:hover {
  39. border-radius: 20px;
  40. background: #252323 !important;
  41. background-color: #252323 !important;
  42. padding-left: 20px;
  43. color: limegreen;
  44. }
  45.  
  46. #global-banner {
  47. background: darkgreen;
  48. color: white;
  49. }
  50.  
  51. #global-banner a {
  52. color: hotpink;
  53. }
  54.  
  55. input:nth-child(1),
  56. input:nth-child(2),
  57. input[type='text' i],
  58. #xp-calc-form button {
  59. background: black !important;
  60. background-color: black !important;
  61. color: white;
  62. }
  63. }