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