MediaWiki:Common.css: Difference between revisions

From PirateCraft
No edit summary
No edit summary
Line 1: Line 1:
body {
html {
  // background: #f6f6f6;
  background: #f6f6f6;
  background-image: linear-gradient(-90deg, #f6f6f6, #f6f6f6);
 
}
}



Revision as of 14:00, 5 December 2020

html {
 background: #f6f6f6;
}

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