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