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