summaryrefslogtreecommitdiff
path: root/local.css
blob: dd3c223cac2dff89f16ee2aca49dd8e3590b15d4 (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. margin-bottom:0;
  94. margin-top:0;
  95. }
  96. DIV#sidebar ul li {
  97. list-style-type: none;
  98. padding: 0;
  99. }
  100. DIV#sidebar ul li a {
  101. font-weight: bold;
  102. }
  103. DIV#sidebar ul li SPAN.selflink {
  104. color: blue;
  105. }
  106. DIV#wrapper {
  107. float: right;
  108. width: 40%;
  109. margin-right: 40%;
  110. }
  111. DIV#content {
  112. clear: both;
  113. margin: 3em auto 1em;
  114. padding: 0;
  115. max-width: 52em;
  116. text-align: left;
  117. }
  118. DIV#content IMG {
  119. display: block;
  120. clear: both;
  121. float: right;
  122. margin-right: -240px;
  123. padding: 10px 20px;
  124. }
  125. DIV.inlinepage {
  126. border: 0;
  127. padding: 1em;
  128. background-color: white;
  129. }
  130. DIV.inlinepage SPAN.header a {
  131. font-size: 0.9em;
  132. font-weight: normal;
  133. color: darkblue;
  134. text-transform: uppercase;
  135. }
  136. DIV.inlinefooter {
  137. display: none;
  138. }
  139. DIV#backlinks {
  140. display: none;
  141. }
  142. DIV#pageinfo {
  143. position: fixed;
  144. bottom: 0;
  145. border-top: 0;
  146. padding:1em 1em 1em 20px;
  147. margin: 0;
  148. background-color: LightBlue;
  149. }
  150. DIV.pagedate {
  151. margin-top: 0;
  152. }