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