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