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