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