blob: 7b63fc9e0777b61a2401f85636f46f5c0ce0d39e (
plain)
- body {
- background-color: transparent;
- background-image: url("bmlogo.png");
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: right bottom;
- }
- h1, h2, h3, h4, h5, h6 {
- color: #00f;
- }
- a:hover {
- color: #00f;
- }
- DIV#topbar {
- float: right;
- margin: 0;
- padding: 0;
- text-align: center;
- width: 75%;
- }
- DIV#topbar a {
- text-decoration: none;
- }
- DIV#topbar ul {
- list-style-type: none;
- padding: 0;
- }
- DIV#topbar ul li {
- display: inline;
- margin: 0 5%;
- }
- FORM#searchform {
- display: block;
- left: 85%;
- margin: 0;
- position: absolute;
- top: 5px;
- }
- DIV#sidebar {
- float: left;
- margin-top: 6em;
- margin-left: 2%;
- width: 16%;
- padding: 0px;
- color: Black;
- text-transform: lowercase;
- font-weight: bold;
- }
- DIV#sidebar UL {
- margin: 0px;
- padding: 0px;
- }
- DIV#sidebar UL LI {
- line-height: 2;
- list-style-type: none;
- }
- DIV#sidebar UL LI SPAN.selflink {
- color: #00f;
- }
- DIV#sidebar UL UL LI {
- margin-left: 10%;
- }
- DIV#sidebar A {
- text-decoration: none;
- }
- DIV#wrapper{
- float: right;
- width: 80%;
- }
- DIV#content {
- clear: both;
- margin: 0 10%;
- padding: 0;
- max-width: 50em;
- min-height: 45em;
- }
- div#pageinfo {
- margin: 15em 1em 1em;
- padding: 1em 0 0;
- border-top: 0;
- }
- div.actions ul {
- border-bottom: 0;
- }
|