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