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