summaryrefslogtreecommitdiff
path: root/local.css
blob: 1ffb72f1e2e4f6abbf7fa9ebd1131de4f54f91d2 (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. line-height: 1.6em;
  21. }
  22. a {
  23. color: darkblue;
  24. font-weight: normal;
  25. }
  26. p {
  27. margin-top: 0.2em;
  28. margin-bottom: 1.2em;
  29. }
  30. BODY {
  31. margin: 0;
  32. background-color: white;
  33. font-family: sans-serif;
  34. }
  35. DIV.header {
  36. padding: 0;
  37. background-color: LightBlue;
  38. color: LightBlue;
  39. }
  40. DIV.header,
  41. SPAN.author,
  42. DIV.recentchanges,
  43. SPAN.committype,
  44. DIV#footer {
  45. font-size: 80%;
  46. }
  47. DIV.pageheader SPAN.title {
  48. display: none;
  49. }
  50. SPAN.parentlinks {
  51. display: none;
  52. }
  53. FORM#searchform {
  54. margin: 20px;
  55. }
  56. DIV.actions {
  57. background-color: LightBlue;
  58. }
  59. div.actions ul {
  60. border-bottom: 0;
  61. padding:0 0 0 15px;
  62. }
  63. DIV#topbar {
  64. height: 60px;
  65. margin: 0;
  66. padding: 20px 0;
  67. background-color: LightBlue;
  68. text-align: center;
  69. text-transform: uppercase;
  70. letter-spacing: 1px;
  71. }
  72. DIV#topbar p {
  73. float: left;
  74. }
  75. DIV#topbar a {
  76. font-weight: bold;
  77. }
  78. DIV#topbar ul {
  79. list-style-type:none;
  80. margin: 0;
  81. padding: 0;
  82. }
  83. DIV#topbar ul li {
  84. display:inline;
  85. margin: 0 20px;
  86. }
  87. DIV#topbar li,
  88. DIV#topbar ul,
  89. DIV#topbar ul li,
  90. DIV#topbar ol,
  91. DIV#topbar ol li {
  92. font-size: 1.1em;
  93. line-height: 2em;
  94. }
  95. DIV#topbar img {
  96. margin: 0 20px;
  97. }
  98. DIV#wrapper {
  99. float: left;
  100. width: 100%;
  101. }
  102. DIV#content {
  103. min-height: 480px;
  104. max-width: 48em;
  105. margin: 2% 40% 2% 20%;
  106. padding: 0;
  107. text-align: left;
  108. background-color: none;
  109. }
  110. DIV#content IMG {
  111. display: block;
  112. clear: both;
  113. float: right;
  114. width: 50%;
  115. max-width: 200px;
  116. margin-right: -50%;
  117. padding: 0 5% 5%;
  118. background-color: none;
  119. }
  120. DIV.inlinepage {
  121. border: 0;
  122. padding: 1em;
  123. margin: 0 -1em;
  124. background-color: LightYellow;
  125. }
  126. DIV.inlinepage SPAN.header a {
  127. font-size: 0.9em;
  128. font-weight: normal;
  129. color: DarkRed;
  130. }
  131. DIV.inlinefooter {
  132. display: none;
  133. }
  134. DIV#sidebar {
  135. float: left;
  136. min-height: 480px;
  137. width: 14%;
  138. margin-top: 2%;
  139. margin-left: -98%;
  140. margin-bottom: 2%;
  141. padding: 1%;
  142. background-color: LightBlue;
  143. text-align: left;
  144. }
  145. DIV#sidebar ul {
  146. padding-left: 0.5em;
  147. margin-bottom:0;
  148. margin-top:0;
  149. }
  150. DIV#sidebar ul li {
  151. list-style-type: none;
  152. padding: 0;
  153. }
  154. DIV#sidebar ul li a {
  155. font-weight: normal;
  156. }
  157. DIV#sidebar ul li SPAN.selflink {
  158. color: DarkBlue;
  159. font-weight: bold;
  160. }
  161. DIV#farbar {
  162. float: left;
  163. min-height: 480px;
  164. width: 14%;
  165. margin-top: 2%;
  166. margin-left: -18%;
  167. margin-bottom: 2%;
  168. padding: 1%;
  169. background-color: LightBlue;
  170. text-align: left;
  171. }
  172. DIV.tags {
  173. display: none;
  174. }
  175. DIV#backlinks {
  176. display: none;
  177. }
  178. DIV#footer {
  179. clear: left;
  180. width: 100%;
  181. margin: 2% 0 0;
  182. }
  183. DIV#pageinfo {
  184. margin: 0;
  185. border-top: 0;
  186. padding:1em 1em 1em 20px;
  187. background-color: LightBlue;
  188. }
  189. DIV.pagedate {
  190. margin-top: 0;
  191. }
  192. DIV.pagecopyright,
  193. DIV.pagecopyright P {
  194. margin-top: 0;
  195. margin-bottom: 0;
  196. }