summaryrefslogtreecommitdiff
path: root/local.css
blob: 2fe90c9aea9fcc51df7ee22baa39b178df3bc140 (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: 0;
  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. SPAN.parentlinks {
  50. display: none;
  51. }
  52. FORM#searchform {
  53. margin: 1em 3em 0 0;
  54. }
  55. DIV.actions {
  56. background-color: LightBlue;
  57. }
  58. div.actions ul {
  59. border-bottom: 0;
  60. padding:0 0 0 15px;
  61. }
  62. DIV#topbar {
  63. margin: 0;
  64. padding: 0;
  65. background-color: LightBlue;
  66. text-align: center;
  67. text-transform: uppercase;
  68. letter-spacing: 1px;
  69. }
  70. DIV#topbar p {
  71. float: left;
  72. }
  73. DIV#topbar a {
  74. font-weight: bold;
  75. }
  76. DIV#topbar ul {
  77. list-style-type:none;
  78. margin: 0;
  79. padding: 0;
  80. }
  81. DIV#topbar ul li {
  82. display:inline;
  83. margin: 0 20px;
  84. }
  85. DIV#topbar li,
  86. DIV#topbar ul,
  87. DIV#topbar ul li,
  88. DIV#topbar ol,
  89. DIV#topbar ol li {
  90. font-size: 1.1em;
  91. line-height: 2em;
  92. }
  93. DIV#topbar img {
  94. margin: 20px;
  95. }
  96. DIV#wrapper {
  97. float: right;
  98. width: 40%;
  99. margin-right: 40%;
  100. }
  101. DIV#content {
  102. background-color: LightBlue;
  103. clear: both;
  104. margin: 3em auto 4em;
  105. padding: 0 1em;
  106. max-width: 50em;
  107. text-align: left;
  108. }
  109. DIV#content IMG {
  110. background-color: LightBlue;
  111. display: block;
  112. clear: both;
  113. float: right;
  114. margin-right: -260px;
  115. padding: 10px 20px;
  116. }
  117. DIV.inlinepage {
  118. border: 0;
  119. padding: 1em;
  120. margin: 0 -1em;
  121. background-color: LightYellow;
  122. }
  123. DIV.inlinepage SPAN.header a {
  124. font-size: 0.9em;
  125. font-weight: normal;
  126. color: darkblue;
  127. text-transform: uppercase;
  128. }
  129. DIV.inlinefooter {
  130. display: none;
  131. }
  132. DIV#sidebar {
  133. margin: 3em 0 1em 2em;
  134. padding: 0;
  135. background-color: LightBlue;
  136. float: left;
  137. text-align: left;
  138. }
  139. DIV#sidebar ul {
  140. padding-left: 0.5em;
  141. margin-bottom:0;
  142. margin-top:0;
  143. }
  144. DIV#sidebar ul li {
  145. list-style-type: none;
  146. padding: 0;
  147. }
  148. DIV#sidebar ul li a {
  149. font-weight: bold;
  150. }
  151. DIV#sidebar ul li SPAN.selflink {
  152. color: blue;
  153. }
  154. DIV#backlinks {
  155. display: none;
  156. }
  157. DIV#pageinfo {
  158. position: fixed;
  159. bottom: 0;
  160. width: 100%;
  161. border-top: 0;
  162. padding:1em 1em 1em 20px;
  163. margin: 15px 0 0 0;
  164. background-color: LightBlue;
  165. }
  166. DIV.pagedate {
  167. margin-top: 0;
  168. }