MediaWiki:Common.css: Difference between revisions

From FreeMind
Jump to navigationJump to search
(try different bg color)
(soften the bg color)
Line 2: Line 2:
.pBody { background: none; }
.pBody { background: none; }
div.pBody { border: none; }
div.pBody { border: none; }
body { background: #f0f4f8 url(headbg.jpg) 0 0 no-repeat; }
body { background: #f4f6f8 url(headbg.jpg) 0 0 no-repeat; }

Revision as of 10:45, 14 March 2011

/* CSS placed here will be applied to all skins */
.pBody { background: none; }
div.pBody { border: none; }
body { background: #f4f6f8 url(headbg.jpg) 0 0 no-repeat; }