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