2
0

dark.css 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. }