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