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