Guest User

news.ycombinator.com dark theme

a guest
May 15th, 2020
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.73 KB | None | 0 0
  1. ::selection,
  2. ::-moz-selection
  3. { background: #B2B247; color: #14171A; }
  4.  
  5. #hnmain
  6. { max-width: 900px; }
  7.  
  8. body,
  9. #hnmain
  10. { background: #14171A; color: #A9BACB; }
  11.  
  12. #hnmain > tbody > tr:first-child > td:first-child
  13. { background: #23282D; }
  14.  
  15. #hnmain > tbody > tr:first-child > td:first-child >
  16. table:first-child > tbody > tr:first-child > td:first-child
  17. { visibility: hidden; }
  18.  
  19. body,
  20. td,
  21. .subtext td, .subtext a:visited,
  22. .default,
  23. .title,
  24. .subtext,
  25. .yclinks,
  26. .subtext a:link,
  27. .c00,
  28. .pagetop, .pagetop a:link, .pagetop a:visited
  29. { color: #A9BACB; }
  30.  
  31. .admin td,
  32. a:link,
  33. .admin,
  34. .c00 a:link
  35. { color: #3689B2; }
  36.  
  37. a:visited,
  38. .c00 a:visited
  39. { color: #a673bf; }
  40.  
  41. .comhead,
  42. .comhead a:link
  43. { color: #5C9966; }
  44.  
  45. a.togg:link,
  46. a.togg:visited
  47. { color: #b26b47; }
  48.  
  49. .c5a, .c5a a:link, .c5a a:visited { color:#5a5a5a; }
  50. .c73, .c73 a:link, .c73 a:visited { color:#737373; }
  51. .c82, .c82 a:link, .c82 a:visited { color:#828282; }
  52. .c88, .c88 a:link, .c88 a:visited { color:#888888; }
  53. .c9c, .c9c a:link, .c9c a:visited { color:#9c9c9c; }
  54. .cae, .cae a:link, .cae a:visited { color:#aeaeae; }
  55. .cbe, .cbe a:link, .cbe a:visited { color:#bebebe; }
  56. .cce, .cce a:link, .cce a:visited { color:#cecece; }
  57. .cdd, .cdd a:link, .cdd a:visited { color:#dddddd; }
  58. .topsel a:link, .topsel a:visited { color:#ffffff; }
  59.  
  60. textarea,
  61. input[type="text"],
  62. input[type="password"],
  63. button,
  64. input[type="submit"],
  65. input[type="button"]
  66. { background: #23282D; color: #A9BACB; }
  67.  
  68. textarea,
  69. input[type="text"],
  70. input[type="password"]
  71. { border: 1px inset #A9BACB; }
  72.  
  73. button,
  74. input[type="submit"],
  75. input[type="button"]
  76. { border: 1px outset #A9BACB; }
  77.  
  78. td.votelinks
  79. { visibility: hidden; }
  80.  
  81. #hnmain > tbody > tr:last-child > td > table
  82. { display: none; }
Add Comment
Please, Sign In to add comment