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