summaryrefslogtreecommitdiff
path: root/local.css
blob: 5bf7ffdc2f006a7c2491b57e4bb95e1670fbf050 (plain)
  1. H1,
  2. H2,
  3. H3 {
  4. margin-bottom: 0;
  5. color: darkblue;
  6. }
  7. H4,
  8. H5,
  9. H6 {
  10. text-decoration: blink;
  11. }
  12. H2 {
  13. font-size: 1.4em;
  14. }
  15. H3 {
  16. font-size: 1.1em;
  17. font-weight: bold;
  18. }
  19. a {
  20. color: darkblue;
  21. font-weight: normal;
  22. }
  23. p {
  24. margin-top: 0.2em;
  25. margin-bottom: 1.2em;
  26. }
  27. BODY {
  28. margin: 0;
  29. background-color: LightBlue;
  30. font-family: sans-serif;
  31. text-align: center;
  32. }
  33. DIV.header {
  34. margin: 1em 1em 0;
  35. }
  36. DIV.header,
  37. SPAN.author,
  38. DIV.recentchanges,
  39. SPAN.committype,
  40. DIV#footer {
  41. font-size: 80%;
  42. }
  43. DIV#topbar {
  44. width: 98%;
  45. margin: 0;
  46. padding: 0;
  47. background-color: LightBlue;
  48. text-align: center;
  49. text-transform: uppercase;
  50. letter-spacing: 1px;
  51. }
  52. DIV#topbar p {
  53. float: left;
  54. }
  55. DIV#topbar a {
  56. font-weight: bold;
  57. }
  58. DIV#topbar ul {
  59. list-style-type:none;
  60. margin: 66px 0 0;
  61. padding: 0;
  62. }
  63. DIV#topbar ul li {
  64. display:inline;
  65. margin: 0 20px;
  66. }
  67. DIV#topbar li,
  68. DIV#topbar ul,
  69. DIV#topbar ul li,
  70. DIV#topbar ol,
  71. DIV#topbar ol li {
  72. font-size: 1.1em;
  73. line-height: 2em;
  74. }
  75. DIV#pageinfo {
  76. border-top: 0;
  77. padding: 1em;
  78. }
  79. div.actions ul {
  80. border-bottom: 0;
  81. }
  82. DIV#sidebar {
  83. margin: 3em 0 1em 2em;
  84. padding: 0;
  85. background-color: LightBlue;
  86. float: left;
  87. text-align: left;
  88. }
  89. DIV#sidebar ul li {
  90. list-style-type: none;
  91. padding: 0;
  92. }
  93. DIV#sidebar ul li a {
  94. font-weight: bold;
  95. }
  96. DIV#sidebar ul li SPAN.selflink {
  97. color: blue;
  98. }
  99. DIV#wrapper {
  100. width: 50%;
  101. margin-right: 32%;
  102. float: right;
  103. }
  104. DIV#content {
  105. clear: both;
  106. margin: 3em auto 1em;
  107. padding: 0;
  108. max-width: 52em;
  109. text-align: left;
  110. }
  111. DIV#content IMG {
  112. display: block;
  113. clear: both;
  114. float: right;
  115. margin-right: -240px;
  116. padding: 10px 20px;
  117. }
  118. DIV.inlinepage {
  119. border: 0;
  120. padding: 1em;
  121. background-color: white;
  122. }
  123. DIV.inlinepage SPAN.header a {
  124. font-size: 0.9em;
  125. font-weight: normal;
  126. color: darkblue;
  127. text-transform: uppercase;
  128. }
  129. DIV.inlinefooter {
  130. display: none;
  131. }