summaryrefslogtreecommitdiff
path: root/local.css
blob: 8d2883f9d36d3104a55e202f1400a3c2622412a6 (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. span.author {
  67. font-size: 1em;
  68. line-height: 1.8em;
  69. }
  70. DIV#topbar,
  71. DIV.topbar {
  72. height: 60px;
  73. margin: 0;
  74. padding: 20px 0;
  75. background-color: LightBlue;
  76. text-align: center;
  77. text-transform: uppercase;
  78. letter-spacing: 1px;
  79. }
  80. DIV#topbar p,
  81. DIV.topbar p {
  82. float: left;
  83. }
  84. DIV#topbar a,
  85. DIV.topbar a {
  86. font-weight: bold;
  87. }
  88. DIV#topbar ul,
  89. DIV.topbar ul {
  90. list-style-type:none;
  91. margin: 0;
  92. padding: 0;
  93. }
  94. DIV#topbar ul li,
  95. DIV.topbar ul li {
  96. display:inline;
  97. margin: 0 20px;
  98. }
  99. DIV#topbar li,
  100. DIV#topbar ul,
  101. DIV#topbar ul li,
  102. DIV#topbar ol,
  103. DIV#topbar ol li,
  104. DIV.topbar li,
  105. DIV.topbar ul,
  106. DIV.topbar ul li,
  107. DIV.topbar ol,
  108. DIV.topbar ol li {
  109. font-size: 1.1em;
  110. line-height: 2em;
  111. }
  112. DIV#topbar img,
  113. DIV.topbar img {
  114. margin: 0 20px;
  115. }
  116. DIV#wrapper,
  117. DIV#pagebody {
  118. float: left;
  119. width: 100%;
  120. }
  121. DIV#content {
  122. float: left;
  123. min-height: 480px;
  124. max-width: 48em;
  125. margin: 2% 40% 2% 20%;
  126. padding: 0;
  127. text-align: left;
  128. background-color: none;
  129. }
  130. div.notebox {
  131. float: none;
  132. width: 100%;
  133. color: gray !important;
  134. background: none;
  135. margin-left: 0;
  136. text-align: center;
  137. }
  138. img {
  139. float: left;
  140. vertical-align: top;
  141. margin: 0 5% 5% 0;
  142. padding: 0;
  143. }
  144. DIV#content img.deco {
  145. display: block;
  146. clear: both;
  147. float: right;
  148. width: 50%;
  149. max-width: 200px;
  150. margin-right: -50%;
  151. margin-top: 0;
  152. margin-bottom: 0;
  153. padding: 0 5% 5%;
  154. background-color: none;
  155. }
  156. #content img.solo {
  157. float: left;
  158. margin: 0 5% 5% 0;
  159. padding: 0;
  160. }
  161. #content img.x2470x3783 {
  162. height:3783px;
  163. width: 2470px;
  164. max-width: 2470px;
  165. }
  166. #content img.x1000x750 {
  167. height: 750px;
  168. width: 1000px;
  169. max-width: 1000px;
  170. }
  171. #content img.x108x132 {
  172. height: 132px;
  173. width: 108px;
  174. max-width: 108px;
  175. }
  176. DIV.inlinepage {
  177. border: 0;
  178. padding: 1em 5%;
  179. margin: 0;
  180. background-color: LightYellow;
  181. }
  182. DIV.inlinepage SPAN.header a {
  183. font-size: 0.9em;
  184. font-weight: normal;
  185. color: DarkRed;
  186. }
  187. DIV.inlinefooter {
  188. display: none;
  189. }
  190. div.inlineheader span.author {
  191. display: none;
  192. }
  193. DIV#sidebar,
  194. DIV.sidebar {
  195. float: left;
  196. min-height: 480px;
  197. width: 14%;
  198. padding: 1%;
  199. margin-top: 2%;
  200. margin-left: -98%;
  201. margin-bottom: 2%;
  202. border: none;
  203. background-color: LightBlue;
  204. text-align: left;
  205. }
  206. DIV#sidebar ul,
  207. DIV.sidebar ul {
  208. padding-left: 0.5em;
  209. }
  210. DIV#sidebar ul li,
  211. DIV.sidebar ul li {
  212. list-style-type: none;
  213. padding: 0;
  214. }
  215. DIV#sidebar ul li,
  216. DIV.sidebar ul li,
  217. DIV#sidebar ul li p,
  218. DIV.sidebar ul li p {
  219. line-height: 1em;
  220. }
  221. DIV#sidebar ul li a,
  222. DIV.sidebar ul li a {
  223. font-weight: normal;
  224. }
  225. DIV#sidebar p,
  226. DIV.sidebar p {
  227. color: DarkBlue;
  228. }
  229. DIV#sidebar ul li SPAN.selflink,
  230. DIV.sidebar ul li SPAN.selflink {
  231. font-weight: bold;
  232. }
  233. DIV#farbar,
  234. DIV.farbar {
  235. float: left;
  236. min-height: 480px;
  237. width: 14%;
  238. margin-top: 2%;
  239. margin-left: -18%;
  240. margin-bottom: 2%;
  241. padding: 1%;
  242. background-color: LightBlue;
  243. text-align: left;
  244. }
  245. div.farbar p i {
  246. font-size: 0.8em;
  247. line-height: 1em;
  248. }
  249. div#farbar DIV.inlinepage img,
  250. div.farbar DIV.inlinepage img {
  251. display: none;
  252. }
  253. DIV.tags {
  254. display: none;
  255. }
  256. DIV#backlinks {
  257. display: none;
  258. }
  259. DIV#footer {
  260. clear: left;
  261. width: 100%;
  262. margin: 2% 0 0;
  263. }
  264. DIV#pageinfo {
  265. margin: 0;
  266. border-top: 0;
  267. padding:1em 1em 1em 20px;
  268. background-color: LightBlue;
  269. }
  270. DIV.pagedate {
  271. margin-top: 0;
  272. }
  273. DIV.pagecopyright,
  274. DIV.pagecopyright P {
  275. margin-top: 0;
  276. margin-bottom: 0;
  277. }