MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 7: Line 7:
background-size: cover;*/
background-size: cover;*/


background: #C33764; /* fallback colour. Make sure this is just one solid colour. */
background-size: cover;
background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("/images/1/17/Laststandkeyart.jpg");
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg");
background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://bit.ly/2rlzaXi");


}
}

Revision as of 21:54, 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;*/

background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg");

}