summaryrefslogtreecommitdiff
path: root/local.css
blob: a8780cfc35c47fbe41b9948d20db984b5667a9bf (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. DIV.topbar {
  65. height: 60px;
  66. margin: 0;
  67. padding: 20px 0;
  68. background-color: LightBlue;
  69. text-align: center;
  70. text-transform: uppercase;
  71. letter-spacing: 1px;
  72. }
  73. DIV#topbar p,
  74. DIV.topbar p {
  75. float: left;
  76. }
  77. DIV#topbar a,
  78. DIV.topbar a {
  79. font-weight: bold;
  80. }
  81. DIV#topbar ul,
  82. DIV.topbar ul {
  83. list-style-type:none;
  84. margin: 0;
  85. padding: 0;
  86. }
  87. DIV#topbar ul li,
  88. DIV.topbar ul li {
  89. display:inline;
  90. margin: 0 20px;
  91. }
  92. DIV#topbar li,
  93. DIV#topbar ul,
  94. DIV#topbar ul li,
  95. DIV#topbar ol,
  96. DIV#topbar ol li,
  97. DIV.topbar li,
  98. DIV.topbar ul,
  99. DIV.topbar ul li,
  100. DIV.topbar ol,
  101. DIV.topbar ol li {
  102. font-size: 1.1em;
  103. line-height: 2em;
  104. }
  105. DIV#topbar img,
  106. DIV.topbar img {
  107. margin: 0 20px;
  108. }
  109. DIV#wrapper {
  110. float: left;
  111. width: 100%;
  112. }
  113. DIV#content {
  114. min-height: 480px;
  115. max-width: 48em;
  116. margin: 2% 40% 2% 20%;
  117. padding: 0;
  118. text-align: left;
  119. background-color: none;
  120. }
  121. DIV#content IMG {
  122. display: block;
  123. clear: both;
  124. float: right;
  125. width: 50%;
  126. max-width: 200px;
  127. margin-right: -50%;
  128. padding: 0 5% 5%;
  129. background-color: none;
  130. }
  131. DIV.inlinepage {
  132. border: 0;
  133. padding: 1em;
  134. margin: 0 -1em;
  135. background-color: LightYellow;
  136. }
  137. DIV.inlinepage SPAN.header a {
  138. font-size: 0.9em;
  139. font-weight: normal;
  140. color: DarkRed;
  141. }
  142. DIV.inlinefooter {
  143. display: none;
  144. }
  145. DIV#sidebar,
  146. DIV.sidebar {
  147. float: left;
  148. min-height: 480px;
  149. width: 14%;
  150. margin-top: 2%;
  151. margin-left: -98%;
  152. margin-bottom: 2%;
  153. padding: 1%;
  154. background-color: LightBlue;
  155. text-align: left;
  156. }
  157. DIV#sidebar ul,
  158. DIV.sidebar ul {
  159. padding-left: 0.5em;
  160. margin-bottom:0;
  161. margin-top:0;
  162. }
  163. DIV#sidebar ul li,
  164. DIV.sidebar ul li {
  165. list-style-type: none;
  166. padding: 0;
  167. }
  168. DIV#sidebar ul li a,
  169. DIV.sidebar ul li a {
  170. font-weight: normal;
  171. }
  172. DIV#sidebar ul li SPAN.selflink,
  173. DIV.sidebar ul li SPAN.selflink {
  174. color: DarkBlue;
  175. font-weight: bold;
  176. }
  177. DIV#farbar,
  178. DIV.farbar {
  179. float: left;
  180. min-height: 480px;
  181. width: 14%;
  182. margin-top: 2%;
  183. margin-left: -18%;
  184. margin-bottom: 2%;
  185. padding: 1%;
  186. background-color: LightBlue;
  187. text-align: left;
  188. }
  189. DIV.tags {
  190. display: none;
  191. }
  192. DIV#backlinks {
  193. display: none;
  194. }
  195. DIV#footer {
  196. clear: left;
  197. width: 100%;
  198. margin: 2% 0 0;
  199. }
  200. DIV#pageinfo {
  201. margin: 0;
  202. border-top: 0;
  203. padding:1em 1em 1em 20px;
  204. background-color: LightBlue;
  205. }
  206. DIV.pagedate {
  207. margin-top: 0;
  208. }
  209. DIV.pagecopyright,
  210. DIV.pagecopyright P {
  211. margin-top: 0;
  212. margin-bottom: 0;
  213. }