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.

62 lines
1.1KB

  1. html {
  2. display: block;
  3. }
  4. body {
  5. font-family: sans-serif;
  6. font-style: normal;
  7. /* font-weight: 200;*/
  8. color: whitesmoke;
  9. display: block;
  10. margin: 8px;
  11. background-image: url("background.gif");
  12. background-size: cover;
  13. }
  14. p {
  15. font-family: monospace;
  16. font-style: normal;
  17. font-size: normal;
  18. }
  19. .fig {
  20. font-family: Monospace;
  21. font-size: 5pt;
  22. /*color: blue;*/
  23. }
  24. h1 {
  25. text-align: center;
  26. font-size: 3em;
  27. }
  28. div {
  29. margin: auto;
  30. display: block;
  31. font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  32. }
  33. div.content {
  34. margin: auto;
  35. font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  36. text-align: justify;
  37. max-width: 800px;
  38. /* background-color: black;*/
  39. }
  40. a {
  41. text-decoration: none;
  42. color: lightcyan;
  43. font-weight: bold;
  44. }
  45. marquee {
  46. font-family: monospace;
  47. font-style: bold;
  48. /*font-size: .5em;*/
  49. }