| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- html, section {
- background: black;
- color: white;
- }
- aside {
- background: #2a2526;
- }
- header#main {
- background: #26373f;
- }
- header#main a, header#main a:hover {
- background: #26373f;
- color: white;
- }
- .top_cel_in {
- background: #3e3741;
- }
- header#section {
- background: #2c3439;
- }
- 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 {
- background: black;
- color: white;
- }
- button.search_button#goto, button.search_button#goto:hover {
- background: #374433;
- }
- button.search_button#search, button.search_button#search:hover {
- background: #39352e;
- }
- footer {
- background: #393636;
- }
- #nav_bar {
- background: #322c33;
- }
- #nav_bar a {
- color: white;
- }
|