dark.css 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .theme-dark { background-color: #26242E; color: white; }
  2. .theme-dark .head-container { background-color: #2b293e; }
  3. .theme-dark #Overlay.visible { background-color: rgba(53, 52, 60, 0.89); }
  4. .theme-dark a { color: #58dbec }
  5. .theme-dark .menu-item { color: #000 }
  6. .theme-dark .post .user .settings:hover { color: #FFF }
  7. .theme-dark .head .user .name { color: #58dbec }
  8. .theme-dark .user .name { color: #58dbec }
  9. .theme-dark .post-list-type a { color: #adadad; }
  10. .theme-dark .post-list-type a:hover { color: #58dbec; border-bottom-color: #58dbec }
  11. .theme-dark .post-list-type .active { color: #58dbec; border-bottom-color: #58dbec }
  12. .theme-dark .post-create .postfield { border-color: #4e5a5c; }
  13. .theme-dark .post-create.editing { box-shadow: 0px 1px 13px 1px #111213 }
  14. .theme-dark .button-submit { color: #FFF }
  15. .theme-dark .button-outline { color: #5e5a6d; }
  16. .theme-dark .post .body { color: #dcd9e5; }
  17. .theme-dark .post { background-color: #302c3f; border: none; border-radius: 0px; }
  18. .theme-dark .comment-list { background-color: #2c2939; border-top-color: #423d53 }
  19. .theme-dark .post .img .fullsize { background-color: #33313c }
  20. .theme-dark .post .reply-name { color: white }
  21. .theme-dark .post .user .address, .theme-dark .post .added, .theme-dark .post .sep { color: #bdb5da }
  22. .theme-dark .post .body a { color: #58dbec }
  23. .theme-dark .post blockquote { border-left: 3px solid #47dbec; }
  24. .theme-dark .activity-list .items a { color: #a398c4 }
  25. .theme-dark .activity { color: #8e899c }
  26. .theme-dark .activity-list .bg-line { background-color: #38334b }
  27. .theme-dark .activity-list .circle { border-color: #4b465a; background-color: #26242e }
  28. .theme-dark .activity:last-child { background-color: #26242e; }
  29. .theme-dark input.text, .theme-dark textarea { background-color: #26242e; border-color: #4e5a5c; color: white; }
  30. .theme-dark .card { box-shadow: 0px 1px 11px #26242e; background-color: #302c3f; }
  31. .theme-dark .button-follow:hover { background-color: rgba(74, 160, 177, 0.1) !important; border-color: #55cedf !important; color: #55cedf !important }
  32. .theme-dark .users.gray .button-follow { border: 1px solid #3b8297 }
  33. .theme-dark .user.notseeding .button-follow { border-color: #393251 }
  34. .theme-dark h2.sep { border-top: 1px solid #495355; }
  35. .theme-dark .post code { background-color: #232323; border-color: #0A0A0A; color: #d3d3d3; }
  36. .theme-dark .icon-heart.active { color: #58dbec; filter: sepia(1) hue-rotate(504deg) brightness(0.75) saturate(5); }
  37. .theme-dark .post .actions .link.active { color: #58dbec; }
  38. .theme-dark .button-follow-big:hover { background-color: #3b374a; }
  39. .theme-dark .maxheight-limited:before { background: linear-gradient(rgba(38, 36, 46, 0), #302c3f 70%); }