MediaWiki:Common.css: Difference between revisions

From PirateCraft
(Replaced content with "body { // background: #20394F; background-image: linear-gradient(-90deg, #070a0e, #20394F); } body, body #mw-page-base { background: url('/images/piratecraft_wiki-b...")
Tag: Replaced
No edit summary
Line 1: Line 1:
body {
body {
// background: #20394F;
  background: #f6f6f6;
   background-image: linear-gradient(-90deg, #070a0e, #20394F);
   background-image: linear-gradient(-90deg, #070a0e, #20394F);



Revision as of 13:54, 5 December 2020

body {
  background: #f6f6f6;
  background-image: linear-gradient(-90deg, #070a0e, #20394F);

}

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