No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.mainPageGame { | .mainPageGame { | ||
background-image: url("/images/1/17/Laststandkeyart.jpg"); | /*background-image: url("/images/1/17/Laststandkeyart.jpg"); | ||
background-position: center; | background-position: center; | ||
background-size: cover; | background-size: cover;*/ | ||
background: #C33764; /* fallback colour. Make sure this is just one solid colour. */ | |||
background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), 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:53, 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: #C33764; /* fallback colour. Make sure this is just one solid colour. */ background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), 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"); }