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