2
0

dark.css 1.2 KB

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