選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

userContent.css 2.9KB

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