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