Difference between revisions of "MediaWiki: MonoBook.css"

From PAWS Lab
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the MonoBook skin: body{ background-image: none; } #globalWrapper{ background-image: none; }")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin */
 
/* CSS placed here will affect users of the MonoBook skin */
 
body{
 
  background-image: none;
 
}
 
 
#globalWrapper{
 
  background-image: none;
 
}
 

Latest revision as of 01:01, 14 January 2019

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