MediaWiki:Common.css: Difference between revisions

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


Line 6: Line 8:
   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;
}
}