summaryrefslogtreecommitdiff
path: root/local.css
blob: 5451b357f2b1d3a34feefd05c5c92dd293e2b045 (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. margin-top: 0;
  140. margin-bottom: 0;
  141. padding: 0 5% 5%;
  142. background-color: none;
  143. }
  144. #content img.solo {
  145. float: left;
  146. margin: 0 5% 5% 0;
  147. padding: 0;
  148. }
  149. #content img.x2470x3783 {
  150. height:3783px;
  151. width: 2470px;
  152. max-width: 2470px;
  153. }
  154. #content img.x1000x750 {
  155. height: 750px;
  156. width: 1000px;
  157. max-width: 1000px;
  158. }
  159. #content img.x108x132 {
  160. height: 132px;
  161. width: 108px;
  162. max-width: 108px;
  163. }
  164. DIV.inlinepage {
  165. border: 0;
  166. padding: 1em 5%;
  167. margin: 0;
  168. background-color: LightYellow;
  169. }
  170. DIV.inlinepage SPAN.header a {
  171. font-size: 0.9em;
  172. font-weight: normal;
  173. color: DarkRed;
  174. }
  175. DIV.inlinefooter {
  176. display: none;
  177. }
  178. DIV#sidebar,
  179. DIV.sidebar {
  180. float: left;
  181. min-height: 480px;
  182. width: 14%;
  183. padding: 1%;
  184. margin-top: 2%;
  185. margin-left: -98%;
  186. margin-bottom: 2%;
  187. border: none;
  188. background-color: LightBlue;
  189. text-align: left;
  190. }
  191. DIV#sidebar ul,
  192. DIV.sidebar ul {
  193. padding-left: 0.5em;
  194. }
  195. DIV#sidebar ul li,
  196. DIV.sidebar ul li {
  197. list-style-type: none;
  198. padding: 0;
  199. }
  200. DIV#sidebar ul li,
  201. DIV.sidebar ul li,
  202. DIV#sidebar ul li p,
  203. DIV.sidebar ul li p {
  204. line-height: 1em;
  205. }
  206. DIV#sidebar ul li a,
  207. DIV.sidebar ul li a {
  208. font-weight: normal;
  209. }
  210. DIV#sidebar p,
  211. DIV.sidebar p {
  212. color: DarkBlue;
  213. }
  214. DIV#sidebar ul li SPAN.selflink,
  215. DIV.sidebar ul li SPAN.selflink {
  216. font-weight: bold;
  217. }
  218. DIV#farbar,
  219. DIV.farbar {
  220. float: left;
  221. min-height: 480px;
  222. width: 14%;
  223. margin-top: 2%;
  224. margin-left: -18%;
  225. margin-bottom: 2%;
  226. padding: 1%;
  227. background-color: LightBlue;
  228. text-align: left;
  229. }
  230. DIV.tags {
  231. display: none;
  232. }
  233. DIV#backlinks {
  234. display: none;
  235. }
  236. DIV#footer {
  237. clear: left;
  238. width: 100%;
  239. margin: 2% 0 0;
  240. }
  241. DIV#pageinfo {
  242. margin: 0;
  243. border-top: 0;
  244. padding:1em 1em 1em 20px;
  245. background-color: LightBlue;
  246. }
  247. DIV.pagedate {
  248. margin-top: 0;
  249. }
  250. DIV.pagecopyright,
  251. DIV.pagecopyright P {
  252. margin-top: 0;
  253. margin-bottom: 0;
  254. }