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