Difference between revisions of "MediaWiki: Monobook.css"

From PAWS Lab
Jump to: navigation, search
 
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{
+
body, #globalWrapper{
 
   background-image: none !important;
 
   background-image: none !important;
 
   background: #cccc99;
 
   background: #cccc99;
 
}
 
}
  
#globalWrapper{
+
.pBody, .toc{
  background-image: none !important;
 
  background: #cccc99;
 
}
 
 
 
.pBody{
 
 
   background: #e0ecff;
 
   background: #e0ecff;
 
}
 
}

Latest revision as of 01:09, 14 January 2019

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

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

.pBody, .toc{
  background: #e0ecff;
}