MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 6: Line 6:
background-position: center;
background-position: center;
background-size: cover;
background-size: cover;
&:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
        opacity: .6;
  }


}
}

Revision as of 21:50, 5 September 2023

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

.mainPageGame {

background-image: url("/images/1/17/Laststandkeyart.jpg");
background-position: center;
background-size: cover;

}