summaryrefslogtreecommitdiff
path: root/local.css
blob: 1b001c3bddcff5d712270c928dab68e6c8bbc72d (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. }
  32. DIV.header {
  33. padding:1em 1em 1em 20px;
  34. background-color: LightBlue;
  35. color: LightBlue;
  36. }
  37. DIV.header,
  38. SPAN.author,
  39. DIV.recentchanges,
  40. SPAN.committype,
  41. DIV#footer {
  42. font-size: 80%;
  43. }
  44. DIV.pageheader SPAN.title {
  45. display: none;
  46. }
  47. DIV.actions {
  48. background-color: LightBlue;
  49. }
  50. DIV#topbar {
  51. margin: 0;
  52. padding: 0;
  53. background-color: LightBlue;
  54. text-align: center;
  55. text-transform: uppercase;
  56. letter-spacing: 1px;
  57. }
  58. DIV#topbar p {
  59. float: left;
  60. }
  61. DIV#topbar a {
  62. font-weight: bold;
  63. }
  64. DIV#topbar ul {
  65. list-style-type:none;
  66. margin: 0;
  67. padding: 0;
  68. }
  69. DIV#topbar ul li {
  70. display:inline;
  71. margin: 0 20px;
  72. }
  73. DIV#topbar li,
  74. DIV#topbar ul,
  75. DIV#topbar ul li,
  76. DIV#topbar ol,
  77. DIV#topbar ol li {
  78. font-size: 1.1em;
  79. line-height: 2em;
  80. }
  81. div.actions ul {
  82. border-bottom: 0;
  83. }
  84. DIV#sidebar {
  85. margin: 3em 0 1em 2em;
  86. padding: 0;
  87. background-color: LightBlue;
  88. float: left;
  89. text-align: left;
  90. }
  91. DIV#sidebar ul {
  92. padding-left: 0.5em;
  93. }
  94. DIV#sidebar ul li {
  95. list-style-type: none;
  96. padding: 0;
  97. }
  98. DIV#sidebar ul li a {
  99. font-weight: bold;
  100. }
  101. DIV#sidebar ul li SPAN.selflink {
  102. color: blue;
  103. }
  104. DIV#wrapper {
  105. width: 50%;
  106. margin-right: 32%;
  107. float: right;
  108. }
  109. DIV#content {
  110. clear: both;
  111. margin: 3em auto 1em;
  112. padding: 0;
  113. max-width: 52em;
  114. text-align: left;
  115. }
  116. DIV#content IMG {
  117. display: block;
  118. clear: both;
  119. float: right;
  120. margin-right: -240px;
  121. padding: 10px 20px;
  122. }
  123. DIV.inlinepage {
  124. border: 0;
  125. padding: 1em;
  126. background-color: white;
  127. }
  128. DIV.inlinepage SPAN.header a {
  129. font-size: 0.9em;
  130. font-weight: normal;
  131. color: darkblue;
  132. text-transform: uppercase;
  133. }
  134. DIV.inlinefooter {
  135. display: none;
  136. }
  137. DIV#backlinks {
  138. display: none;
  139. }
  140. DIV#pageinfo {
  141. border-top: 0;
  142. padding:1em 1em 1em 20px;
  143. margin: 0;
  144. background-color: LightBlue;
  145. }
  146. DIV.pagedate {
  147. margin-top: 0;
  148. }