Difference between revisions of "MediaWiki:MonoBook.css"

From LIMSWiki
Jump to navigationJump to search
(Testing)
(Testing)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


/* To use background image at top of page*/
/* Background */
 
body {
body {
      background: #FFFFFF url("http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png");
    background-color: #ffffff;
    background-image: url("http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png");
    background-repeat: repeat;
    background-position: center;  
}
}

Revision as of 17:21, 16 October 2013

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

/* Background */
body {
    background-color: #ffffff;
    background-image: url("http://limswiki.org/images/1/1b/Bluewhite_grad_bg.png");
    background-repeat: repeat;
    background-position: center; 
}