Design and logic for user-facing site https://exmods.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
420B

  1. body {
  2. background-color: #404040;
  3. color: #20c420;
  4. padding: 5%;
  5. }
  6. head {
  7. display: none;
  8. }
  9. h1 {
  10. text-align: center;
  11. padding-top: 2%;
  12. color: #20c420;
  13. }
  14. h2, h3, h4, h5 {
  15. text-align: center;
  16. color: #20c420;
  17. }
  18. .title {
  19. font-size: 120%;
  20. font-weight: bold;
  21. color: #20c420;
  22. }
  23. a {
  24. text-decoration:none;
  25. color: #208020;
  26. }
  27. ul {
  28. text-align: left;
  29. padding-left: 5%;
  30. }
  31. li {
  32. text-align: left;
  33. }