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.

simple.css 768B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. body {
  2. background: white fixed no-repeat left top;
  3. color: black;
  4. font-family: sans-serif;
  5. margin: 2em 1em 2em 1em;
  6. }
  7. h1 {
  8. text-align: left;
  9. color: #005a9c;
  10. font: 170% sans-serif;
  11. }
  12. h2 {
  13. text-align: left;
  14. color: #005a9c;
  15. font: 140% sans-serif;
  16. }
  17. h3 {
  18. text-align: left;
  19. color: #005a9c;
  20. font: 120% sans-serif;
  21. }
  22. h4 {
  23. text-align: left;
  24. color: #005a9c;
  25. font: bold 100% sans-serif;
  26. }
  27. #main-panel {}
  28. #side-bar {}
  29. #content-panel {}
  30. #s1
  31. #s2
  32. #s3
  33. #s4
  34. p {
  35. padding: 10px 10px 10px 10px;
  36. margin: 10px 20px 10px 20px;
  37. text-align: justify;
  38. }
  39. p.note {
  40. font-style: italic;
  41. }
  42. p.source {
  43. font-family: monospace;
  44. }
  45. a:link { color: #005a9c }
  46. a:visited { color: #a00000 }
  47. a:active { color: #00a000 }
  48. a:hover { background: #ffa }