blob: 41a619e467cd365216c851deb9d6eba224bd07b7 (
plain)
- H1,
- H3,
- H5 {
- text-transform: uppercase;
- }
- H2,
- H3,
- H4,
- H5,
- H6 {
- margin-bottom: 0;
- }
- BODY {
- margin: 0;
- background-color: LightBlue;
- font-family: sans-serif;
- }
- DIV.header {
- margin: 1em 1em 0;
- }
- DIV.header,
- SPAN.author,
- DIV.recentchanges,
- SPAN.committype,
- DIV#footer {
- font-size: 80%;
- }
- DIV#topbar {
- width: 98%;
- margin: 0;
- padding: 0;
- background-color: LightBlue;
- text-align: center;
- text-transform: uppercase;
- font-weight: bold;
- }
- DIV#topbar p {
- float: left;
- }
- DIV#topbar ul {
- list-style-type:none;
- margin: 66px 0 0;
- padding: 0;
- }
- DIV#topbar ul li {
- display:inline;
- margin: 0 20px;
- }
- DIV#topbar li,
- DIV#topbar ul,
- DIV#topbar ul li,
- DIV#topbar ol,
- DIV#topbar ol li {
- font-size: 1.1em;
- line-height: 2em;
- }
- div#pageinfo {
- border-top: 0;
- }
- div.actions ul {
- border-bottom: 0;
- }
- DIV#sidebar {
- margin: 4em 2em 2em;
- padding: 1em;
- background-color: LightBlue;
- float: left;
- }
- DIV#sidebar ul li {
- list-style-type: none;
- }
- DIV#sidebar ul li SPAN.selflink {
- color: darkblue;
- }
- DIV#sidebar a {
- text-decoration: none;
- }
- DIV#wrapper {
- width: 80%;
- float: right;
- }
- DIV#content {
- clear: both;
- max-width: 62em;
- }
- DIV#content IMG {
- display: block;
- clear: both;
- float: right;
- padding: 10px;
- }
|