style.css 611 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. body {
  2. background-color: #000000;
  3. color: #A30262;
  4. max-width: 1000px;
  5. margin: auto;
  6. margin-top: 10px;
  7. font-family: serif;
  8. }
  9. a, a:visited {
  10. text-decoration: underline;
  11. color: #FFBF69;
  12. }
  13. .download {
  14. font-weight: bold;
  15. text-align: center;
  16. }
  17. img {
  18. padding: 8px;
  19. }
  20. img.big {
  21. width: 100%;
  22. height: auto;
  23. padding: 0px;
  24. }
  25. h1, h2, h3, p {
  26. text-align: center;
  27. }
  28. p {
  29. margin-left: 5px;
  30. margin-right: 5px;
  31. }
  32. h1, code {
  33. color: #cc99ff;
  34. }
  35. h2, b, p {
  36. color: #D162A4;
  37. }
  38. .note {
  39. text-align: center;
  40. color: #cc99ff;
  41. }
  42. table {
  43. width: 100%;
  44. padding: 3px;
  45. color: #ffffff;
  46. }
  47. td, span {
  48. text-align: center;
  49. }