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