dark.css 866 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. html, #main {
  2. background: black;
  3. color: white;
  4. }
  5. .cel_in_cel, #background, div#pre_search, #toc, #cate, #redirect {
  6. background: #1f2023;
  7. border-color: #1f2023;
  8. }
  9. #bottom {
  10. background: black;
  11. color: white;
  12. }
  13. #top .cel_in_cel a {
  14. color: white;
  15. }
  16. textarea, input, button, select {
  17. background: #1f2023;
  18. color: white;
  19. border-color: #1f2023;
  20. }
  21. #mobile_search_input, #mobile_search_input::placeholder {
  22. background: gray;
  23. color: white;
  24. }
  25. #toron_color_grey {
  26. background: #4a4a4a;
  27. }
  28. #toron_color_green {
  29. background: #2e4a2e;
  30. }
  31. #toron_color_red {
  32. background: #803737;
  33. }
  34. #toron_color_blue {
  35. background: #314c56;
  36. }
  37. pre#syntax {
  38. background: black;
  39. }
  40. a#titlt_a {
  41. color: white;
  42. }
  43. button#save {
  44. background: #083808;
  45. }
  46. blockquote {
  47. background-color: black;
  48. border-left: 5px solid #eee;
  49. }