summaryrefslogtreecommitdiff
path: root/local.css
blob: 14ff75e5b47d40297b75b5f9217d9ee4c28d1a3a (plain)
  1. H1,
  2. H2,
  3. H3,
  4. H4,
  5. H5,
  6. H6 {
  7. margin-bottom: 0;
  8. text-transform: uppercase;
  9. }
  10. BODY {
  11. margin: 0;
  12. background-color: LightBlue;
  13. font-family: sans-serif;
  14. }
  15. DIV.header {
  16. margin: 1em 1em 0;
  17. }
  18. DIV.header,
  19. SPAN.author,
  20. DIV.recentchanges,
  21. SPAN.committype,
  22. DIV#footer {
  23. font-size: 80%;
  24. }
  25. DIV#topbar {
  26. width: 98%;
  27. margin: 0;
  28. padding: 0;
  29. background-color: LightBlue;
  30. text-align: center;
  31. text-transform: uppercase;
  32. font-weight: bold;
  33. }
  34. DIV#topbar p {
  35. float: left;
  36. }
  37. DIV#topbar ul {
  38. list-style-type:none;
  39. margin: 66px 0 0;
  40. padding: 0;
  41. }
  42. DIV#topbar ul li {
  43. display:inline;
  44. margin: 0 20px;
  45. }
  46. DIV#topbar li,
  47. DIV#topbar ul,
  48. DIV#topbar ul li,
  49. DIV#topbar ol,
  50. DIV#topbar ol li {
  51. font-size: 1.1em;
  52. line-height: 2em;
  53. }
  54. div#pageinfo {
  55. border-top: 0;
  56. }
  57. div.actions ul {
  58. border-bottom: 0;
  59. }
  60. DIV#sidebar {
  61. margin: 4em 2em 2em;
  62. padding: 1em;
  63. background-color: LightBlue;
  64. float: left;
  65. }
  66. DIV#sidebar ul li {
  67. list-style-type: none;
  68. }
  69. DIV#sidebar ul li SPAN.selflink {
  70. color: darkblue;
  71. }
  72. DIV#sidebar a {
  73. text-decoration: none;
  74. }
  75. DIV#wrapper {
  76. width: 80%;
  77. float: right;
  78. }
  79. DIV#content {
  80. clear: both;
  81. max-width: 62em;
  82. }
  83. DIV#content IMG {
  84. display: block;
  85. clear: both;
  86. float: right;
  87. padding: 10px;
  88. }