blob: 1253054a171549746f9cee8e4ff5848783804660 (
plain)
- H1 {
- color: DarkRed;
- }
- H1,
- H2,
- H3 {
- margin-bottom: 0.1em;
- }
- H4,
- H5,
- H6 {
- text-decoration: blink;
- }
- H2 {
- font-size: 1.4em;
- }
- H3 {
- font-size: 1.1em;
- font-weight: bold;
- }
- a {
- color: darkblue;
- font-weight: normal;
- }
- p {
- margin-top: 0.2em;
- margin-bottom: 1.2em;
- }
- BODY {
- margin: 0;
- background-color: white;
- font-family: sans-serif;
- }
- DIV.header {
- padding: 0;
- background-color: LightBlue;
- color: LightBlue;
- }
- DIV.header,
- SPAN.author,
- DIV.recentchanges,
- SPAN.committype,
- DIV#footer {
- font-size: 80%;
- }
- DIV.pageheader SPAN.title {
- display: none;
- }
- SPAN.parentlinks {
- display: none;
- }
- FORM#searchform {
- margin: 20px;
- }
- DIV.actions {
- background-color: LightBlue;
- }
- div.actions ul {
- border-bottom: 0;
- padding:0 0 0 15px;
- }
- DIV#topbar {
- height: 60px;
- margin: 0;
- padding: 20px 0;
- background-color: LightBlue;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- DIV#topbar p {
- float: left;
- }
- DIV#topbar a {
- font-weight: bold;
- }
- DIV#topbar ul {
- list-style-type:none;
- margin: 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#topbar img {
- margin: 0 20px;
- }
- DIV#wrapper {
- float: right;
- width: 35%;
- margin-right: 40%;
- }
- DIV#content {
- background-color: none;
- clear: both;
- margin: 20px auto 4em;
- padding: 0 1em 1em 1em;
- max-width: 48em;
- text-align: left;
- min-height: 480px;
- }
- DIV#content IMG {
- background-color: none;
- display: block;
- clear: both;
- float: right;
- margin-right: -250px;
- padding: 0 20px 20px 20px;
- }
- DIV.inlinepage {
- border: 0;
- padding: 1em;
- margin: 0 -1em;
- background-color: LightYellow;
- }
- DIV.inlinepage SPAN.header a {
- font-size: 0.9em;
- font-weight: normal;
- color: DarkRed;
- }
- DIV.inlinefooter {
- display: none;
- }
- DIV#sidebar {
- width: 15%;
- max-width: 180px;
- margin: 20px 20px 1em 20px;
- padding: 10px;
- background-color: LightBlue;
- min-height: 480px;
- float: left;
- text-align: left;
- }
- DIV#sidebar ul {
- padding-left: 0.5em;
- margin-bottom:0;
- margin-top:0;
- }
- DIV#sidebar ul li {
- list-style-type: none;
- padding: 0;
- }
- DIV#sidebar ul li a {
- font-weight: normal;
- }
- DIV#sidebar ul li SPAN.selflink {
- color: DarkBlue;
- font-weight: bold;
- }
- DIV#farbar {
- background-color: LightBlue;
- clear: both;
- float: right;
- margin: 20px 20px 1em 20px;
- max-width: 180px;
- padding: 10px;
- position: absolute;
- right: 0;
- text-align: left;
- width: 15%;
- min-height: 480px;
- }
- DIV#backlinks {
- display: none;
- }
- DIV#pageinfo {
- position: fixed;
- bottom: 0;
- width: 100%;
- border-top: 0;
- padding:1em 1em 1em 20px;
- margin: 15px 0 0 0;
- background-color: LightBlue;
- }
- DIV.pagedate {
- margin-top: 0;
- }
- DIV.pagecopyright,
- DIV.pagecopyright P {
- margin-top: 0;
- margin-bottom: 0;
- }
|