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