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