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