summaryrefslogtreecommitdiff
path: root/local.css
blob: e15aef0401c5a2f8c6cb310a17a475358c9e1be2 (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. h1, h2, h3, h4, h5, h6 {
  9. color: #00f;
  10. }
  11. a:hover {
  12. color: #00f;
  13. }
  14. em {
  15. font-style: normal;
  16. font-weight: normal;
  17. color: #00f;
  18. }
  19. DIV.header span {
  20. display: none;
  21. }
  22. DIV.pageheader {
  23. background-color: #00f;
  24. }
  25. DIV#topbar {
  26. float: right;
  27. background-color: #00f;
  28. margin: 0;
  29. padding: 0;
  30. text-align: center;
  31. width: 100%;
  32. }
  33. DIV#topbar a {
  34. text-decoration: none;
  35. color: white;
  36. }
  37. DIV#topbar ul {
  38. list-style-type: none;
  39. padding: 0;
  40. margin-top: 0;
  41. margin-bottom: 0;
  42. font-size: 1.1em;
  43. line-height: 2.5em;
  44. }
  45. DIV#topbar ul li {
  46. display: inline;
  47. color: white;
  48. font-weight: bold;
  49. margin: 0 5%;
  50. }
  51. DIV#topbar a:hover {
  52. color: lightblue;
  53. }
  54. DIV#topbar span.selflink {
  55. color: lightblue;
  56. }
  57. FORM#searchform {
  58. display: block;
  59. left: 85%;
  60. margin: 0;
  61. position: absolute;
  62. top: 5px;
  63. }
  64. DIV#sidebar {
  65. float: left;
  66. margin-top: 6em;
  67. margin-left: 2%;
  68. width: 16%;
  69. padding: 0px;
  70. color: #00f;
  71. text-transform: none;
  72. font-weight: bold;
  73. }
  74. DIV#sidebar UL {
  75. margin: 0px;
  76. padding: 0px;
  77. }
  78. DIV#sidebar UL LI {
  79. line-height: 2;
  80. list-style-type: none;
  81. }
  82. DIV#sidebar UL LI SPAN.selflink {
  83. color: #00f;
  84. }
  85. DIV#sidebar UL UL LI {
  86. margin-left: 10%;
  87. }
  88. DIV#sidebar A {
  89. text-decoration: none;
  90. }
  91. DIV#wrapper{
  92. float: right;
  93. width: 80%;
  94. }
  95. DIV#content {
  96. clear: both;
  97. margin: 3em 10%;
  98. padding: 0;
  99. max-width: 50em;
  100. min-height: 45em;
  101. }
  102. DIV.notebox {
  103. color: lightblue !important;
  104. border: dashed;
  105. margin-right: -32%;
  106. width: 30%;
  107. }
  108. DIV.notebox p {
  109. color: #00f;
  110. }
  111. div#pageinfo {
  112. margin: 15em 1em 1em;
  113. padding: 1em 0 0;
  114. border-top: 0;
  115. }
  116. div.actions ul {
  117. border-bottom: 0;
  118. }