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