summaryrefslogtreecommitdiff
path: root/local.css
blob: 7fca8da335d7db9cc7388bc9ed1eed235b513ccb (plain)
  1. body {
  2. background-color: transparent;
  3. background-image: url("bmlogo.png");
  4. background-repeat: no-repeat;
  5. background-attachment: fixed;
  6. background-position: right bottom;
  7. }
  8. DIV.header {
  9. display: none;
  10. margin: 0;
  11. padding: 1em;
  12. background-color: #00f;
  13. color: white;
  14. }
  15. h1, h2, h3, h4, h5, h6 {
  16. color: #00f;
  17. }
  18. a:hover {
  19. color: #00f;
  20. }
  21. DIV#topbar {
  22. float: right;
  23. margin: 0;
  24. padding: 0;
  25. text-align: center;
  26. width: 75%;
  27. }
  28. DIV#topbar a {
  29. text-decoration: none;
  30. }
  31. DIV#topbar ul {
  32. list-style-type: none;
  33. padding: 0;
  34. }
  35. DIV#topbar ul li {
  36. display: inline;
  37. margin: 0 5%;
  38. }
  39. FORM#searchform {
  40. display: block;
  41. left: 85%;
  42. margin: 0;
  43. position: absolute;
  44. top: 5px;
  45. }
  46. DIV#sidebar {
  47. float: left;
  48. margin-top: 6em;
  49. margin-left: 2%;
  50. width: 16%;
  51. padding: 0px;
  52. color: #00f;
  53. text-transform: none;
  54. font-weight: bold;
  55. }
  56. DIV#sidebar UL {
  57. margin: 0px;
  58. padding: 0px;
  59. }
  60. DIV#sidebar UL LI {
  61. line-height: 2;
  62. list-style-type: none;
  63. }
  64. DIV#sidebar UL LI SPAN.selflink {
  65. color: #00f;
  66. }
  67. DIV#sidebar UL UL LI {
  68. margin-left: 10%;
  69. }
  70. DIV#sidebar A {
  71. text-decoration: none;
  72. }
  73. DIV#wrapper{
  74. float: right;
  75. width: 80%;
  76. }
  77. DIV#content {
  78. clear: both;
  79. margin: 0 10%;
  80. padding: 0;
  81. max-width: 50em;
  82. min-height: 45em;
  83. }
  84. div#pageinfo {
  85. margin: 15em 1em 1em;
  86. padding: 1em 0 0;
  87. border-top: 0;
  88. }
  89. div.actions ul {
  90. border-bottom: 0;
  91. }