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