red.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. * Personal website of UltrasonicMadness
  3. * Copyright (C) 2017-2018, 2021-2023 UltrasonicMadness
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Affero General Public License as
  7. * published by the Free Software Foundation, either version 3 of the
  8. * License, or (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU Affero General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. nav, #social
  19. {
  20. background-color:#633;
  21. color:#966;
  22. }
  23. a
  24. {
  25. color:#fcc;
  26. }
  27. a:hover, a:focus, #main-logo-container a:hover, #main-logo-container a:focus
  28. {
  29. background-color:#fcc;
  30. color:#633;
  31. }
  32. main
  33. {
  34. background-color:#600;
  35. color:#f99;
  36. }
  37. footer
  38. {
  39. background-color:#300;
  40. color:#966;
  41. }
  42. #usm-latest
  43. {
  44. background-color:#933;
  45. color:#600;
  46. }
  47. #usm-latest a
  48. {
  49. color:#f99;
  50. }
  51. #usm-latest a:hover
  52. {
  53. color:#633;
  54. }
  55. #usm-latest li.gshover
  56. {
  57. background-color:#c33;
  58. }