summaryrefslogtreecommitdiff
path: root/local.css
blob: 485369954c422101487171277ce04fd3f6c79a97 (plain)
  1. H1 {
  2. color: DarkRed;
  3. }
  4. H1,
  5. H2,
  6. H3 {
  7. margin-bottom: 0.1em;
  8. }
  9. H4,
  10. H5,
  11. H6 {
  12. text-decoration: blink;
  13. }
  14. H2 {
  15. font-size: 1.4em;
  16. }
  17. H3 {
  18. font-size: 1.1em;
  19. font-weight: bold;
  20. }
  21. a {
  22. color: darkblue;
  23. font-weight: normal;
  24. }
  25. p {
  26. margin-top: 0.2em;
  27. margin-bottom: 1.2em;
  28. }
  29. BODY {
  30. margin: 0;
  31. background-color: LightBlue;
  32. font-family: sans-serif;
  33. }
  34. DIV.header {
  35. padding:1em 1em 1em 20px;
  36. background-color: LightBlue;
  37. color: LightBlue;
  38. }
  39. DIV.header,
  40. SPAN.author,
  41. DIV.recentchanges,
  42. SPAN.committype,
  43. DIV#footer {
  44. font-size: 80%;
  45. }
  46. DIV.pageheader SPAN.title {
  47. display: none;
  48. }
  49. DIV.actions {
  50. background-color: LightBlue;
  51. }
  52. DIV#topbar {
  53. margin: 0;
  54. padding: 0;
  55. background-color: LightBlue;
  56. text-align: center;
  57. text-transform: uppercase;
  58. letter-spacing: 1px;
  59. }
  60. DIV#topbar p {
  61. float: left;
  62. }
  63. DIV#topbar a {
  64. font-weight: bold;
  65. }
  66. DIV#topbar ul {
  67. list-style-type:none;
  68. margin: 0;
  69. padding: 0;
  70. }
  71. DIV#topbar ul li {
  72. display:inline;
  73. margin: 0 20px;
  74. }
  75. DIV#topbar li,
  76. DIV#topbar ul,
  77. DIV#topbar ul li,
  78. DIV#topbar ol,
  79. DIV#topbar ol li {
  80. font-size: 1.1em;
  81. line-height: 2em;
  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. margin-bottom:0;
  96. margin-top:0;
  97. }
  98. DIV#sidebar ul li {
  99. list-style-type: none;
  100. padding: 0;
  101. }
  102. DIV#sidebar ul li a {
  103. font-weight: bold;
  104. }
  105. DIV#sidebar ul li SPAN.selflink {
  106. color: blue;
  107. }
  108. DIV#wrapper {
  109. float: right;
  110. width: 40%;
  111. margin-right: 40%;
  112. }
  113. DIV#content {
  114. clear: both;
  115. margin: 3em auto 1em;
  116. padding: 0;
  117. max-width: 52em;
  118. text-align: left;
  119. }
  120. DIV#content IMG {
  121. display: block;
  122. clear: both;
  123. float: right;
  124. margin-right: -240px;
  125. padding: 10px 20px;
  126. }
  127. DIV.inlinepage {
  128. border: 0;
  129. padding: 1em;
  130. margin: 0 -1em;
  131. background-color: LightYellow;
  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. }
  145. DIV#pageinfo {
  146. position: fixed;
  147. bottom: 0;
  148. width: 100%;
  149. border-top: 0;
  150. padding:1em 1em 1em 20px;
  151. margin: 0;
  152. background-color: LightBlue;
  153. }
  154. DIV.pagedate {
  155. margin-top: 0;
  156. }