summaryrefslogtreecommitdiff
path: root/local.css
blob: 813f019e2c6e008d68998342a05762e0d3a48539 (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. ul {
  31. margin-bottom: 1.2em;
  32. }
  33. BODY {
  34. margin: 0;
  35. background-color: white;
  36. font-family: sans-serif;
  37. }
  38. DIV.header {
  39. padding: 0;
  40. background-color: LightBlue;
  41. color: LightBlue;
  42. }
  43. DIV.header,
  44. SPAN.author,
  45. DIV.recentchanges,
  46. SPAN.committype,
  47. DIV#footer {
  48. font-size: 80%;
  49. }
  50. DIV.pageheader SPAN.title {
  51. display: none;
  52. }
  53. SPAN.parentlinks {
  54. display: none;
  55. }
  56. FORM#searchform {
  57. margin: 20px;
  58. }
  59. Div.pageheader DIV.actions {
  60. background-color: LightBlue;
  61. }
  62. div.actions ul {
  63. border-bottom: 0;
  64. padding:0 0 0 15px;
  65. }
  66. DIV#topbar,
  67. DIV.topbar {
  68. height: 60px;
  69. margin: 0;
  70. padding: 20px 0;
  71. background-color: LightBlue;
  72. text-align: center;
  73. text-transform: uppercase;
  74. letter-spacing: 1px;
  75. }
  76. DIV#topbar p,
  77. DIV.topbar p {
  78. float: left;
  79. }
  80. DIV#topbar a,
  81. DIV.topbar a {
  82. font-weight: bold;
  83. }
  84. DIV#topbar ul,
  85. DIV.topbar ul {
  86. list-style-type:none;
  87. margin: 0;
  88. padding: 0;
  89. }
  90. DIV#topbar ul li,
  91. DIV.topbar ul li {
  92. display:inline;
  93. margin: 0 20px;
  94. }
  95. DIV#topbar li,
  96. DIV#topbar ul,
  97. DIV#topbar ul li,
  98. DIV#topbar ol,
  99. DIV#topbar ol li,
  100. DIV.topbar li,
  101. DIV.topbar ul,
  102. DIV.topbar ul li,
  103. DIV.topbar ol,
  104. DIV.topbar ol li {
  105. font-size: 1.1em;
  106. line-height: 2em;
  107. }
  108. DIV#topbar img,
  109. DIV.topbar img {
  110. margin: 0 20px;
  111. }
  112. DIV#wrapper,
  113. DIV#pagebody {
  114. float: left;
  115. width: 100%;
  116. }
  117. DIV#content {
  118. float: left;
  119. min-height: 480px;
  120. max-width: 48em;
  121. margin: 2% 40% 2% 20%;
  122. padding: 0;
  123. text-align: left;
  124. background-color: none;
  125. }
  126. img {
  127. float: left;
  128. vertical-align: top;
  129. margin: 5% 5% 5% 0;
  130. padding: 0;
  131. }
  132. DIV#content img.deco {
  133. display: block;
  134. clear: both;
  135. float: right;
  136. width: 50%;
  137. max-width: 200px;
  138. margin-right: -50%;
  139. padding: 0 5% 5%;
  140. background-color: none;
  141. }
  142. #content img.solo {
  143. float: left;
  144. margin: 0 5% 5% 0;
  145. padding: 0;
  146. }
  147. #content img.x2470x3783 {
  148. height:3783px;
  149. width: 2470px;
  150. max-width: 2470px;
  151. }
  152. #content img.x1000x750 {
  153. height: 750px;
  154. width: 1000px;
  155. max-width: 1000px;
  156. }
  157. #content img.x108x132 {
  158. height: 132px;
  159. width: 108px;
  160. max-width: 108px;
  161. }
  162. DIV.inlinepage {
  163. border: 0;
  164. padding: 5%;
  165. margin: 0;
  166. background-color: LightYellow;
  167. }
  168. DIV.inlinepage SPAN.header a {
  169. font-size: 0.9em;
  170. font-weight: normal;
  171. color: DarkRed;
  172. }
  173. DIV.inlinefooter {
  174. display: none;
  175. }
  176. DIV#sidebar,
  177. DIV.sidebar {
  178. color: DarkBlue !important;
  179. float: left;
  180. min-height: 480px;
  181. width: 14%;
  182. padding: 1%;
  183. margin-top: 2%;
  184. margin-left: -98%;
  185. margin-bottom: 2%;
  186. border: none;
  187. background-color: LightBlue;
  188. text-align: left;
  189. }
  190. DIV#sidebar ul,
  191. DIV.sidebar ul {
  192. padding-left: 0.5em;
  193. margin-bottom:0;
  194. margin-top:0;
  195. }
  196. DIV#sidebar ul li,
  197. DIV.sidebar ul li {
  198. list-style-type: none;
  199. padding: 0;
  200. }
  201. DIV#sidebar ul li,
  202. DIV.sidebar ul li,
  203. DIV#sidebar ul li p,
  204. DIV.sidebar ul li p {
  205. margin-bottom: 0;
  206. line-height: 1em;
  207. }
  208. DIV#sidebar ul li a,
  209. DIV.sidebar ul li a {
  210. font-weight: normal;
  211. }
  212. DIV#sidebar ul li SPAN.selflink,
  213. DIV.sidebar ul li SPAN.selflink {
  214. color: DarkBlue;
  215. font-weight: bold;
  216. }
  217. DIV#farbar,
  218. DIV.farbar {
  219. float: left;
  220. min-height: 480px;
  221. width: 14%;
  222. margin-top: 2%;
  223. margin-left: -18%;
  224. margin-bottom: 2%;
  225. padding: 1%;
  226. background-color: LightBlue;
  227. text-align: left;
  228. }
  229. DIV.tags {
  230. display: none;
  231. }
  232. DIV#backlinks {
  233. display: none;
  234. }
  235. DIV#footer {
  236. clear: left;
  237. width: 100%;
  238. margin: 2% 0 0;
  239. }
  240. DIV#pageinfo {
  241. margin: 0;
  242. border-top: 0;
  243. padding:1em 1em 1em 20px;
  244. background-color: LightBlue;
  245. }
  246. DIV.pagedate {
  247. margin-top: 0;
  248. }
  249. DIV.pagecopyright,
  250. DIV.pagecopyright P {
  251. margin-top: 0;
  252. margin-bottom: 0;
  253. }