Header
From Modifieddesign
(Difference between revisions)
Line 2: | Line 2: | ||
#content { | #content { | ||
- | background-color: | + | background-color: #333333; |
border: 1px solid #ff0099; | border: 1px solid #ff0099; | ||
border-right: none; | border-right: none; |
Revision as of 23:11, 13 November 2006
<style type="text/css">
- content {
background-color: #333333; border: 1px solid #ff0099; border-right: none; line-height: 1.5em; position: relative; z-index: 2;
} body {
font: x-small sans-serif; background: #333333 color: White;
} .firstHeading { color: White; margin-bottom:0.1em; margin-top:0.1em; background: #666666; text-align:center;} h1, h2, h3, h4, h5, h6 { color: White } table {
font-size: 100%; background: #333333;
} table.diff { background:#333333; } td.diff-otitle { background:#333333; } td.diff-ntitle { background:#333333; } td.diff-addedline {
background:#666666; font-size: smaller;
}
</style>