summaryrefslogtreecommitdiff
path: root/local.css
blob: 83e2afe194d74ee3f8f864f6a81e3a65930f8fa7 (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#sidebar,
  191. DIV.sidebar {
  192. float: left;
  193. min-height: 480px;
  194. width: 14%;
  195. padding: 1%;
  196. margin-top: 2%;
  197. margin-left: -98%;
  198. margin-bottom: 2%;
  199. border: none;
  200. background-color: LightBlue;
  201. text-align: left;
  202. }
  203. DIV#sidebar ul,
  204. DIV.sidebar ul {
  205. padding-left: 0.5em;
  206. }
  207. DIV#sidebar ul li,
  208. DIV.sidebar ul li {
  209. list-style-type: none;
  210. padding: 0;
  211. }
  212. DIV#sidebar ul li,
  213. DIV.sidebar ul li,
  214. DIV#sidebar ul li p,
  215. DIV.sidebar ul li p {
  216. line-height: 1em;
  217. }
  218. DIV#sidebar ul li a,
  219. DIV.sidebar ul li a {
  220. font-weight: normal;
  221. }
  222. DIV#sidebar p,
  223. DIV.sidebar p {
  224. color: DarkBlue;
  225. }
  226. DIV#sidebar ul li SPAN.selflink,
  227. DIV.sidebar ul li SPAN.selflink {
  228. font-weight: bold;
  229. }
  230. DIV#farbar,
  231. DIV.farbar {
  232. float: left;
  233. min-height: 480px;
  234. width: 14%;
  235. margin-top: 2%;
  236. margin-left: -18%;
  237. margin-bottom: 2%;
  238. padding: 1%;
  239. background-color: LightBlue;
  240. text-align: left;
  241. }
  242. div#farbar p i {
  243. font-size: 0.6em;
  244. line-height: 1em;
  245. }
  246. div#farbar DIV.inlinepage img,
  247. div.farbar DIV.inlinepage img {
  248. display: none;
  249. }
  250. DIV.tags {
  251. display: none;
  252. }
  253. DIV#backlinks {
  254. display: none;
  255. }
  256. DIV#footer {
  257. clear: left;
  258. width: 100%;
  259. margin: 2% 0 0;
  260. }
  261. DIV#pageinfo {
  262. margin: 0;
  263. border-top: 0;
  264. padding:1em 1em 1em 20px;
  265. background-color: LightBlue;
  266. }
  267. DIV.pagedate {
  268. margin-top: 0;
  269. }
  270. DIV.pagecopyright,
  271. DIV.pagecopyright P {
  272. margin-top: 0;
  273. margin-bottom: 0;
  274. }