summaryrefslogtreecommitdiff
path: root/local.css
blob: f3fa195a3db511de345e2112649d372772924bb5 (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#topbar {
  49. margin: 0;
  50. padding: 0;
  51. background-color: LightBlue;
  52. text-align: center;
  53. text-transform: uppercase;
  54. letter-spacing: 1px;
  55. }
  56. DIV#topbar p {
  57. float: left;
  58. }
  59. DIV#topbar a {
  60. font-weight: bold;
  61. }
  62. DIV#topbar ul {
  63. list-style-type:none;
  64. margin: 0;
  65. padding: 0;
  66. }
  67. DIV#topbar ul li {
  68. display:inline;
  69. margin: 0 20px;
  70. }
  71. DIV#topbar li,
  72. DIV#topbar ul,
  73. DIV#topbar ul li,
  74. DIV#topbar ol,
  75. DIV#topbar ol li {
  76. font-size: 1.1em;
  77. line-height: 2em;
  78. }
  79. DIV#pageinfo {
  80. border-top: 0;
  81. padding: 1em;
  82. }
  83. div.actions ul {
  84. border-bottom: 0;
  85. }
  86. DIV#sidebar {
  87. margin: 3em 0 1em 2em;
  88. padding: 0;
  89. background-color: LightBlue;
  90. float: left;
  91. text-align: left;
  92. }
  93. DIV#sidebar ul {
  94. padding-left: 0.5em;
  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. width: 50%;
  108. margin-right: 32%;
  109. float: right;
  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. }