Header
From Gamedatawiki
(Difference between revisions)
m |
m |
||
Line 8: | Line 8: | ||
- color chart at http://www.december.com/html/spec/colorcodes.html | - color chart at http://www.december.com/html/spec/colorcodes.html | ||
- | + | */ | |
+ | /*black background */ | ||
+ | #content { | ||
+ | margin: 2.2em 0 0 12.0em; | ||
+ | padding: 0em 0.5em 0em 0.5em; | ||
+ | background-color: transparent; | ||
+ | border: 1px solid #aaaaaa; | ||
+ | border-right: none; | ||
+ | line-height: 1.5em; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | /*banner on header */ | ||
+ | /*Black background with white text */ | ||
body { | body { | ||
font: x-small sans-serif; | font: x-small sans-serif; |
Revision as of 15:27, 26 November 2006
<style type="text/css">
/* Notes: -You must log as admin to edit this page -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. -if you want your code to look nice on this page, put a space at the beginning of each line -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css - color chart at http://www.december.com/html/spec/colorcodes.html
- /
/*black background */ #content { margin: 2.2em 0 0 12.0em; padding: 0em 0.5em 0em 0.5em; background-color: transparent; border: 1px solid #aaaaaa; border-right: none; line-height: 1.5em; position: relative; z-index: 2;
} /*banner on header */ /*Black background with white text */ body {
font: x-small sans-serif; background: #000000 url("") 0.8em 0px no-repeat; color: White; margin: 0; padding: 12em 0.2em;
</style>