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