MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
New page: body { color: red; } |
No edit summary |
||
Line 1: | Line 1: | ||
/* | |||
<pre> | |||
*/ | |||
body { | body { | ||
color: | background: #2E2E33 url("/en/images/b/b1/Ma_background.png") 0 0 repeat; | ||
font: x-small sans-serif; | |||
color: #FFFFFF; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
/* | |||
</pre> | |||
*/ |
Revision as of 15:41, 29 January 2008
/* <pre> */ body { background: #2E2E33 url("/en/images/b/b1/Ma_background.png") 0 0 repeat; font: x-small sans-serif; color: #FFFFFF; margin: 0; padding: 0; } /* </pre> */