Difference between revisions of "MediaWiki:MonoBook.css"

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


/* To use background image at top of page*/
/* To use background image at top of page*/
       
 
background: #FFFFFF url(http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png) 0 0 no-repeat;
body {
      background: #FFFFFF url(http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png) 0 0 no-repeat;
}

Revision as of 17:10, 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) 0 0 no-repeat;
}