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