summaryrefslogtreecommitdiff
path: root/local.css
blob: 5aac1da6cacce88c3adc94d4bb74cd25cc6c61d6 (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. padding: 1em;
  57. }
  58. div.actions ul {
  59. border-bottom: 0;
  60. }
  61. DIV#sidebar {
  62. margin: 4em 2em 2em;
  63. padding: 1em;
  64. background-color: LightBlue;
  65. float: left;
  66. }
  67. DIV#sidebar ul li {
  68. list-style-type: none;
  69. }
  70. DIV#sidebar ul li SPAN.selflink {
  71. color: darkblue;
  72. }
  73. DIV#sidebar a {
  74. text-decoration: none;
  75. }
  76. DIV#wrapper {
  77. width: 80%;
  78. float: right;
  79. }
  80. DIV#content {
  81. clear: both;
  82. max-width: 62em;
  83. }
  84. DIV#content IMG {
  85. display: block;
  86. clear: both;
  87. float: right;
  88. padding: 10px;
  89. }