Difference between revisions of "MediaWiki:MonoBook.css"

From LIMSWiki
Jump to navigationJump to search
(Testing)
(Testing)
Line 4: Line 4:


body {
body {
       background: #FFFFFF url(http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png) 0 0 no-repeat;
       background: #FFFFFF url("http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png");
}
}

Revision as of 17:17, 16 October 2013

/* CSS placed here will affect users of the Monobook skin */

/* To use background image at top of page*/

body {
       background: #FFFFFF url("http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png");
}