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