summaryrefslogtreecommitdiff
path: root/local.css
blob: 65fd5e053045eb6589ba076265a5e99d1f91fb83 (plain)
  1. BODY {
  2. margin: 0;
  3. background-color: LightBlue;
  4. font-family: sans-serif;
  5. }
  6. DIV#topbar {
  7. width: 98%;
  8. margin: 0;
  9. padding: 0;
  10. background-color: LightBlue;
  11. text-align: center;
  12. text-transform: uppercase;
  13. font-weight: bold;
  14. }
  15. DIV#topbar p {
  16. float: left;
  17. }
  18. DIV#topbar ul {
  19. list-style-type:none;
  20. margin: 66px 0 0;
  21. padding: 0;
  22. }
  23. DIV#topbar ul li {
  24. display:inline;
  25. margin: 0 20px;
  26. }
  27. DIV#topbar li,
  28. DIV#topbar ul,
  29. DIV#topbar ul li,
  30. DIV#topbar ol,
  31. DIV#topbar ol li {
  32. font-size: 1.1em;
  33. line-height: 2em;
  34. }
  35. div#pageinfo {
  36. border-top: 0;
  37. }
  38. div.actions ul {
  39. border-bottom: 0;
  40. }
  41. DIV#content {
  42. clear: both;
  43. margin: 0 10%;
  44. max-width: 62em;
  45. }
  46. DIV#content IMG {
  47. display: block;
  48. clear: both;
  49. float: right;
  50. padding: 10px;
  51. }