Another One Universal Dark Theme

changes greasy/sleazy fork theme to dark

目前为 2021-12-29 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Another One Universal Dark Theme
  3. @description changes greasy/sleazy fork theme to dark
  4. @author NotYou
  5. @namespace -
  6. @version 0.1
  7. @license GPLv3
  8. @license-link https://www.gnu.org/licenses/gpl-3.0.txt
  9. ==/UserStyle== */
  10.  
  11. /* MAIN */
  12. html, body {
  13.  
  14. background: rgb(19, 19, 19) !important
  15. }
  16.  
  17. /* HEADING */
  18. header, #header, .header, nav, .nav, .navbar, .navigation {
  19. background-color: rgb(22, 22, 22) !important;
  20. }
  21.  
  22. /* CONTENT */
  23. input, output, label, button, form, textarea, fieldset, select, option {
  24. background-color: rgb(20, 20, 20) !important;
  25. border: 1px solid rgb(24, 24, 24 ) !important;
  26. color: rgb(181, 181, 181) !important;
  27. border-radius: 2px;
  28. }
  29.  
  30. code {
  31. background-color: rgb(19, 19, 19) !important;
  32. }
  33.  
  34. #content, .content, h1, h2, h3, h4, h5, h6, span, sub, sup, i, b, u, s, q, dl, dd, dt, em, ol, li, ul, table, tbody, thead, tr, th, pre, div, detials, summary, main, small, big, strong, time {
  35. color: rgb(145, 124, 124) !important;
  36. }
  37.  
  38. div, li, ul, ol {
  39. background-color: rgb(22, 22, 22) !important
  40. }
  41.  
  42. p {
  43. color: rgb(181, 181, 181) !important;
  44. }
  45.  
  46. a {
  47. color: rgb(52, 116, 172) !important;
  48. }
  49.  
  50. a:visited {
  51. color: rgb(58, 136, 204) !important;
  52. }
  53.  
  54. img {
  55. border-radius: 2px;
  56. }
  57.  
  58. tr, td {
  59. background-color: rgb(40, 40, 40)!important;
  60. }
  61.  
  62. /* FOOTER */
  63. footer, #footer, .footer {
  64. background-color: rgb(22, 22, 22) !important;
  65. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址