MediaWiki:Common.css: Difference between revisions

From PirateCraft
No edit summary
No edit summary
Line 6: Line 6:
   background: url('/images/piratecraft_wiki-background_Light-o.jpg');
   background: url('/images/piratecraft_wiki-background_Light-o.jpg');
   background-repeat: no-repeat;
   background-repeat: no-repeat;
}
#bodyContent {
  background: #f6f6f6;
}
}

Revision as of 13:57, 5 December 2020

body {
  background: #f6f6f6;
}

body, body #mw-page-base {
  background: url('/images/piratecraft_wiki-background_Light-o.jpg');
  background-repeat: no-repeat;
}

#bodyContent { 
  background: #f6f6f6;
}