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