2
0

dark.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. html {
  2. background: #393636;
  3. color: white;
  4. }
  5. section {
  6. background: black;
  7. color: white;
  8. }
  9. aside {
  10. background: #2a2526;
  11. }
  12. header#main {
  13. background: #26373f;
  14. }
  15. header#main a, header#main a:hover {
  16. background: #26373f;
  17. color: white;
  18. }
  19. .top_cel_in {
  20. background: #3e3741;
  21. }
  22. header#section {
  23. background: #2c3439;
  24. }
  25. input, textarea, button, select, aside .side_button, .menu_item_link, input:hover, aside .side_button:hover, .menu_item_link:hover, #opennamu_save_button, #main_data button:hover {
  26. background: black;
  27. color: white;
  28. }
  29. button.search_button#goto, button.search_button#goto:hover {
  30. background: #374433;
  31. }
  32. button.search_button#search, button.search_button#search:hover {
  33. background: #39352e;
  34. }
  35. footer {
  36. background: #393636;
  37. }
  38. #nav_bar {
  39. background: #322c33;
  40. }
  41. #nav_bar a {
  42. color: white;
  43. }
  44. header#main a:hover {
  45. background: #405d6a;
  46. }
  47. button:hover, aside .side_button:hover, .menu_item_link:hover, #main_data button:hover, #topic_color:hover {
  48. background: #444;
  49. }
  50. button.search_button#goto:hover {
  51. background: #53664d;
  52. }
  53. button.search_button#search:hover {
  54. background: #665f52;
  55. }
  56. #opennamu_save_button {
  57. background: #325a56;
  58. }