summaryrefslogtreecommitdiff
path: root/local.css
blob: 76f674110018225e998af76b9b1e939786d482bf (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#sidebar A:hover {
  106. text-decoration: underline;
  107. color: #06c;
  108. }
  109. DIV#wrapper {
  110. float: right;
  111. width: 60%;
  112. margin-right: 20%;
  113. }
  114. DIV#content {
  115. clear: both;
  116. margin: 3em auto 6em;
  117. padding: 0;
  118. max-width: 50em;
  119. }
  120. DIV.notebox {
  121. color: #9cf !important;
  122. background: none;
  123. border: dashed;
  124. margin-right: -210px;
  125. width: 200px;
  126. }
  127. DIV.notebox p {
  128. color: #06c;
  129. text-align: center;
  130. }
  131. div#pageinfo {
  132. position: fixed;
  133. bottom: 0;
  134. width: 100%;
  135. margin: 15em 0 0;
  136. padding: 0 1em 1em 1em;
  137. border-top: 0;
  138. color: white;
  139. background-color: #9cf;
  140. }
  141. div#backlinks {
  142. display: none;
  143. }
  144. div.actions ul {
  145. border-bottom: 0;
  146. }