summaryrefslogtreecommitdiff
path: root/local.css
blob: 03d7361b5c8408ad6182448b7af0eae1694e7fc0 (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: 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: 3em auto 4em;
  106. padding: 0 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 20px;
  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. margin: 3em 0 1em 2em;
  135. padding: 0;
  136. background-color: LightBlue;
  137. float: left;
  138. text-align: left;
  139. }
  140. DIV#sidebar ul {
  141. padding-left: 0.5em;
  142. margin-bottom:0;
  143. margin-top:0;
  144. }
  145. DIV#sidebar ul li {
  146. list-style-type: none;
  147. padding: 0;
  148. }
  149. DIV#sidebar ul li a {
  150. font-weight: bold;
  151. }
  152. DIV#sidebar ul li SPAN.selflink {
  153. color: blue;
  154. }
  155. DIV#backlinks {
  156. display: none;
  157. }
  158. DIV#pageinfo {
  159. position: fixed;
  160. bottom: 0;
  161. width: 100%;
  162. border-top: 0;
  163. padding:1em 1em 1em 20px;
  164. margin: 15px 0 0 0;
  165. background-color: LightBlue;
  166. }
  167. DIV.pagedate {
  168. margin-top: 0;
  169. }