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