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