MediaWiki:MonoBook.css: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Zrisha (talk | contribs)
Created page with "CSS placed here will affect users of the MonoBook skin: body{ background-image: none; } #globalWrapper{ background-image: none; }"
 
Zrisha (talk | contribs)
No edit summary
Line 2: Line 2:


body{
body{
   background-image: none;
   background-image: none !important;
}
}


#globalWrapper{
#globalWrapper{
   background-image: none;
   background-image: none !important;
}
}

Revision as of 00:59, 14 January 2019

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

body{
  background-image: none !important;
}

#globalWrapper{
  background-image: none !important;
}