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