Header
From Modifieddesign
(Difference between revisions)
Line 8: | Line 8: | ||
position: relative; | position: relative; | ||
z-index: 2; | z-index: 2; | ||
+ | } body { | ||
+ | font: x-small sans-serif; | ||
+ | background: #333333 | ||
+ | color: White; | ||
+ | margin: 0; | ||
+ | padding: 16.0em 0.2em; | ||
} | } | ||
</style> | </style> |
Revision as of 23:06, 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; margin: 0; padding: 16.0em 0.2em;
}
</style>