Difference between revisions of "MediaWiki:Vector.css"

From ISIOS Documentation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
#mw-head {background: #e7e7e7url(http://isios-ppm.com/sites/all/themes/theme796/images/body.jpg) repeat-x; }
+
#mw-head {background: #e7e7e7 url(http://isios-ppm.com/sites/all/themes/theme796/images/body.jpg) repeat-x; }
 
#mw-head-base {background-color: #e7e7e7url; }
 
#mw-head-base {background-color: #e7e7e7url; }
 
#mw-page-base {background-color: #e7e7e7url; background-image: none;}
 
#mw-page-base {background-color: #e7e7e7url; background-image: none;}
  
  
body { background-color:#e7e7e7url; }
+
body {background: #e7e7e7 url(http://isios-ppm.com/sites/all/themes/theme796/images/body.jpg) repeat-x; }

Revision as of 14:01, 7 February 2014

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

#mw-head {background: #e7e7e7 url(http://isios-ppm.com/sites/all/themes/theme796/images/body.jpg) repeat-x; }
#mw-head-base {background-color: #e7e7e7url; }
#mw-page-base {background-color: #e7e7e7url; background-image: none;}


body {background: #e7e7e7 url(http://isios-ppm.com/sites/all/themes/theme796/images/body.jpg) repeat-x; }