您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

userContent.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* Hacker News */
  2. @-moz-document domain("news.ycombinator.com") {
  3. body,
  4. [bgcolor="#f6f6ef"],
  5. [bgcolor="#ff6600"],
  6. textarea,
  7. form[action="comment"] input {
  8. background-color: hsl(218deg 14% 18%) !important;
  9. }
  10. .votearrow {
  11. filter: contrast(0%) invert() brightness(125%) !important;
  12. mix-blend-mode: soft-light !important;
  13. }
  14. img[src="y18.gif"] {
  15. filter: grayscale(1) brightness(60%) !important;
  16. mix-blend-mode: soft-light !important;
  17. margin-right: 8px !important;
  18. }
  19. form[action="comment"] input,
  20. form[action="comment"] textarea {
  21. border-color: currentColor !important;
  22. outline: none !important;
  23. }
  24. [action="//hn.algolia.com/"],
  25. .pagetop .hnname {
  26. display: none !important;
  27. }
  28. .subtext, .subtext a:link, .subtext a:visited,
  29. .comhead a:link,
  30. .rank,
  31. form[action="comment"] input {
  32. color: hsl(218deg 14% 33%) !important;
  33. }
  34. a:link, a:visited,
  35. .pagetop a:visited,
  36. .toptext,
  37. form[action="comment"] textarea {
  38. color: hsl(218deg 14% 43%) !important;
  39. }
  40. .c00, .c00 a:link, .c00 a:visited { color: hsl(218deg 14% 56%) !important; }
  41. .c5a, .c5a a:link, .c5a a:visited { color: hsl(218deg 14% 43%) !important; }
  42. .c73, .c73 a:link, .c73 a:visited { color: hsl(218deg 14% 39%) !important; }
  43. .c82, .c82 a:link, .c82 a:visited { color: hsl(218deg 14% 37%) !important; }
  44. .c88, .c88 a:link, .c88 a:visited { color: hsl(218deg 14% 37%) !important; }
  45. .c9c, .c9c a:link, .c9c a:visited { color: hsl(218deg 14% 34%) !important; }
  46. .cae, .cae a:link, .cae a:visited { color: hsl(218deg 14% 31%) !important; }
  47. .cbe, .cbe a:link, .cbe a:visited { color: hsl(218deg 14% 28%) !important; }
  48. .cce, .cce a:link, .cce a:visited { color: hsl(218deg 14% 26%) !important; }
  49. .cdd, .cdd a:link, .cdd a:visited, .comment { color: hsl(218deg 14% 24%) !important; }
  50. }
  51. /* Algolia: Hacker News */
  52. @-moz-document domain("hn.algolia.com") {
  53. body,
  54. .SearchFilters,
  55. .SearchHeader_search,
  56. .SearchHeader .SearchInput,
  57. .SearchResults,
  58. .Pagination {
  59. background-color: hsl(218deg 14% 18%) !important;
  60. }
  61. .Story_title a {
  62. color: hsl(218deg 14% 43%) !important;
  63. }
  64. li.Pagination_item-current button {
  65. color: hsl(218deg 14% 46%) !important;
  66. border-color: hsl(218deg 14% 36%) !important;
  67. }
  68. .SearchFilters_filters label,
  69. .Pagination_item button {
  70. border-color: hsl(218deg 14% 27%) !important;
  71. }
  72. .SearchHeader .SearchIcon,
  73. .Footer, .Footer a,
  74. .SearchInput::placeholder,
  75. .Pagination_item button,
  76. .SearchHeader_settings a,
  77. .SearchFilters,
  78. .Dropdown_label,
  79. .Story_title .Story_link,
  80. .Story_meta, .Story_meta a,
  81. .Story_comment {
  82. color: hsl(218deg 14% 33%) !important;
  83. }
  84. .SearchHeader_label,
  85. .SearchHeader_logo,
  86. .PoweredBy img {
  87. display: none !important;
  88. }
  89. }