summaryrefslogtreecommitdiff
path: root/local.css
blob: 6e4b67459e4c2902922acbdfa2dcbc59456eaac7 (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% 90%;
  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 5%;
  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. left: 85%;
  64. margin: 0;
  65. position: absolute;
  66. top: 5px;
  67. }
  68. DIV#sidebar {
  69. float: left;
  70. margin-top: 6em;
  71. margin-left: 2%;
  72. width: 16%;
  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: 80%;
  98. }
  99. DIV#content {
  100. clear: both;
  101. margin: 3em 10%;
  102. padding: 0;
  103. max-width: 50em;
  104. min-height: 45em;
  105. }
  106. DIV.notebox {
  107. color: #9cf !important;
  108. border: dashed;
  109. margin-right: -50%;
  110. width: 35%;
  111. }
  112. DIV.notebox p {
  113. color: #06c;
  114. text-align: center;
  115. }
  116. div#pageinfo {
  117. position: fixed;
  118. bottom: 0;
  119. width: 100%;
  120. margin: 15em 0 0;
  121. padding: 0 1em 1em 1em;
  122. border-top: 0;
  123. color: white;
  124. background-color: #9cf;
  125. }
  126. div#backlinks {
  127. display: none;
  128. }
  129. div.actions ul {
  130. border-bottom: 0;
  131. }