Header
From Gamedatawiki
(Difference between revisions)
m |
m |
||
Line 7: | Line 7: | ||
-This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css | -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 | - color chart at http://www.december.com/html/spec/colorcodes.html | ||
+ | |||
+ | |||
+ | body { | ||
+ | font: x-small sans-serif; | ||
+ | background: #000000 url("http://www.editthis.info/spira/images/spira/c/c2/SPIRAX1.jpg") 0.8em 0px no-repeat; | ||
+ | color: White; | ||
+ | margin: 0; | ||
+ | padding: 12em 0.2em; | ||
+ | |||
</style> | </style> |
Revision as of 15:26, 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
body {
font: x-small sans-serif; background: #000000 url("") 0.8em 0px no-repeat; color: White; margin: 0; padding: 12em 0.2em;
</style>