summaryrefslogtreecommitdiff
path: root/local.css
blob: 0ad005cd989eb7e32a07672b24e252cd564819c3 (plain)
  1. H2,
  2. H3,
  3. H4,
  4. H5,
  5. H6 {
  6. margin-bottom: 0;
  7. }
  8. BODY {
  9. margin: 0;
  10. background-color: LightBlue;
  11. font-family: sans-serif;
  12. }
  13. DIV.header {
  14. margin: 1em 1em 0;
  15. }
  16. DIV.header,
  17. SPAN.author,
  18. DIV.recentchanges,
  19. SPAN.committype,
  20. DIV#footer {
  21. font-size: 80%;
  22. }
  23. DIV#topbar {
  24. width: 98%;
  25. margin: 0;
  26. padding: 0;
  27. background-color: LightBlue;
  28. text-align: center;
  29. text-transform: uppercase;
  30. font-weight: bold;
  31. }
  32. DIV#topbar p {
  33. float: left;
  34. }
  35. DIV#topbar ul {
  36. list-style-type:none;
  37. margin: 66px 0 0;
  38. padding: 0;
  39. }
  40. DIV#topbar ul li {
  41. display:inline;
  42. margin: 0 20px;
  43. }
  44. DIV#topbar li,
  45. DIV#topbar ul,
  46. DIV#topbar ul li,
  47. DIV#topbar ol,
  48. DIV#topbar ol li {
  49. font-size: 1.1em;
  50. line-height: 2em;
  51. }
  52. div#pageinfo {
  53. border-top: 0;
  54. }
  55. div.actions ul {
  56. border-bottom: 0;
  57. }
  58. DIV#sidebar {
  59. margin: 4em 2em 2em;
  60. padding: 1em;
  61. background-color: LightBlue;
  62. float: left;
  63. }
  64. DIV#sidebar ul li {
  65. list-style-type: none;
  66. }
  67. DIV#sidebar ul li SPAN.selflink {
  68. color: darkblue;
  69. }
  70. DIV#sidebar a {
  71. text-decoration: none;
  72. }
  73. DIV#wrapper {
  74. width: 80%;
  75. float: right;
  76. }
  77. DIV#content {
  78. clear: both;
  79. max-width: 62em;
  80. }
  81. DIV#content IMG {
  82. display: block;
  83. clear: both;
  84. float: right;
  85. padding: 10px;
  86. }