Header
From Modifieddesign
(Difference between revisions)
Line 17: | Line 17: | ||
font-size: 100%; | font-size: 100%; | ||
background: #333333; | 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> | </style> |
Revision as of 23:10, 13 November 2006
<style type="text/css">
- content {
background-color: transparent; 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>