MediaWiki:Common.css: Difference between revisions

From JakSpeedruns Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 13: Line 13:
@media screen {
@media screen {
   body {
   body {
     background-image: url("https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg");
     background-image: url("https://i.imgur.com/XerfnPx.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-color: #ffe9d7;
     background-color: #ffe9d7;
     overflow-y: scroll;
     overflow-y: scroll;
   }
   }
}
}

Revision as of 20:29, 16 February 2024

/* CSS placed here will be applied to all skins */

@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #ffe9d7;
  }
}

@media screen {
  body {
    background-image: url("https://i.imgur.com/XerfnPx.png");
    background-color: #ffe9d7;
    overflow-y: scroll;
  }
}