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