MediaWiki:Monobook.css: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Zrisha (talk | contribs)
No edit summary
Zrisha (talk | contribs)
No edit summary
Line 11: Line 11:
}
}


.pbody{
.pBody{
   background: #e0ecff;
   background: #e0ecff;
}
}

Revision as of 01:06, 14 January 2019

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

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

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

.pBody{
  background: #e0ecff;
}