MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
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");
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg");
border-radius: 20px;


}
}

Revision as of 21:56, 5 September 2023

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

.mainPageTable a{

color:white;


}

.mainPageGame {

background-position: center;
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");
border-radius: 20px;

}