summaryrefslogtreecommitdiff
path: root/local.css
blob: 679ee901c1f3f15555824728672b9bddb77a2c1b (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. letter-spacing: 1px;
  41. }
  42. DIV#topbar p {
  43. float: left;
  44. }
  45. DIV#topbar a {
  46. font-weight: bold;
  47. }
  48. DIV#topbar ul {
  49. list-style-type:none;
  50. margin: 66px 0 0;
  51. padding: 0;
  52. }
  53. DIV#topbar ul li {
  54. display:inline;
  55. margin: 0 20px;
  56. }
  57. DIV#topbar li,
  58. DIV#topbar ul,
  59. DIV#topbar ul li,
  60. DIV#topbar ol,
  61. DIV#topbar ol li {
  62. font-size: 1.1em;
  63. line-height: 2em;
  64. }
  65. DIV#pageinfo {
  66. border-top: 0;
  67. padding: 1em;
  68. }
  69. div.actions ul {
  70. border-bottom: 0;
  71. }
  72. DIV#sidebar {
  73. margin: 4em 2em 2em;
  74. padding: 1em;
  75. background-color: LightBlue;
  76. float: left;
  77. }
  78. DIV#sidebar ul li {
  79. list-style-type: none;
  80. padding: 0;
  81. }
  82. DIV#sidebar ul li a {
  83. font-weight: bold;
  84. }
  85. DIV#sidebar ul li SPAN.selflink {
  86. color: blue;
  87. }
  88. DIV#wrapper {
  89. width: 80%;
  90. float: right;
  91. }
  92. DIV#content {
  93. clear: both;
  94. padding: 4em 2em 6em;
  95. max-width: 52em;
  96. }
  97. DIV#content IMG {
  98. display: block;
  99. clear: both;
  100. float: right;
  101. padding: 10px 20px;
  102. }