Header
From Glitches
(Difference between revisions)
Line 6: | Line 6: | ||
background-color: #6A3F75; | background-color: #6A3F75; | ||
} | } | ||
+ | |||
+ | #content { | ||
+ | background: none; | ||
+ | background-color: #000000; | ||
+ | border: none ! important; | ||
+ | font-size: 11pt; | ||
+ | padding: 0 ! important; | ||
+ | margin: 0 ! important; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 20:40, 28 May 2007
<style>
body {
color: black; background: #f9f9f9 url() 0 0 no-repeat; background-color: #6A3F75;
}
- content {
background: none; background-color: #000000; border: none ! important; font-size: 11pt; padding: 0 ! important; margin: 0 ! important;
}
</style>