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