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