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